Results 1 to 1 of 1
- 01-29-2009, 03:20 PM #1
Member
- Join Date
- Dec 2008
- Posts
- 12
- Rep Power
- 0
Unable to read data from inputstream
Hello All,
Im in big need of help.
Im developing a program that accepts the data from mobile.
AT mobile side I have used DataOutputStream and writUTF(data).
At server side, I have used servlet.
DataInputStream dis = new DataInputStream(req.getInputStream());
data= dis.readUTF();
But server unable to read the data. I put debug pointer at the line readUTF then im getting source not found under class file ApplicationFilterChain.internalDoFilter(Servletreq uest, Servletresponse) line: 207
Is anybody can tell me why Im getting so? Its really urgent
Thanks.
Similar Threads
-
Need a solution to read and store data from a file
By sheetalnri in forum New To JavaReplies: 10Last Post: 09-30-2010, 06:43 AM -
Data files - how to read random line?
By Exhonour in forum New To JavaReplies: 4Last Post: 01-20-2009, 08:28 PM -
java.io.IOException: Unable to read entire block; 493 bytes read before EOF; expected
By kushagra in forum New To JavaReplies: 5Last Post: 10-17-2008, 02:13 PM -
How to read data from excel and store it in db
By saran123 in forum New To JavaReplies: 5Last Post: 10-03-2008, 10:19 AM -
Use Scanner to read various types of data from a file
By Java Tip in forum java.langReplies: 0Last Post: 04-17-2008, 07:36 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks