Results 1 to 1 of 1
- 11-22-2011, 08:55 AM #1
Member
- Join Date
- Nov 2011
- Posts
- 1
- Rep Power
- 0
Protocol violation: Unexpected single newline character in chunk size
Hi,
I need help with resolving an error. I have written a program to fetch data online from a web resource using following libraries:
org.apache.axis2
gov.nih.nlm.ncbi.www.soap.eutils
When I am running the program in Linux environment it is running without any errors but when I run the same program in windows environment, I get the error "org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Protocol violation: Unexpected single newline character in chunk size".
Detailed error trace is provided in attached text file error_trace.txt
I have been checking for the solutions for this, but could not find any conclusive result. The error seems to be generated from ChunkedInputStream where it is finding \r but no immediate \n after \r.
Any help will be much appreciated.
- Canisirius
Similar Threads
-
protocol violation error in jdbc connection
By ronbigman in forum JDBCReplies: 0Last Post: 05-03-2011, 08:58 AM -
Read a single character entered
By mcmb03 in forum New To JavaReplies: 2Last Post: 01-31-2010, 10:30 PM -
how to use newline attribute for chunk tag in xml?
By itextforbk in forum XMLReplies: 1Last Post: 04-27-2009, 10:19 AM -
Merged TIF file size is more larger than the sum of single TIF files
By subrahmanyam.adapa in forum Advanced JavaReplies: 3Last Post: 01-26-2009, 01:19 PM -
Problem either with BufferedReader or sending a newline character
By aikanaro in forum NetworkingReplies: 1Last Post: 01-15-2008, 08:55 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks