Menu

#59 Problem related to java.io.EOFException

closed
None
5
2007-12-30
2006-03-20
rbatni
No

Hello,

There has been a problem in our program, which
results in the following exception. Could u please
let us know more about this discrepancy?
What is to be done to get rid of this exception?

java.io.EOFException
at java.util.zip.GZIPInputStream.readUByte
(Unknown Source)
at java.util.zip.GZIPInputStream.readUShort
(Unknown Source)
at java.util.zip.GZIPInputStream.readHeader
(Unknown Source)
at java.util.zip.GZIPInputStream.<init>
(Unknown Source)
at java.util.zip.GZIPInputStream.<init>
(Unknown Source)
at
com.meterware.httpunit.WebResponse.defineRawInputStrea
m(WebResponse.j
ava:810)
at
com.meterware.httpunit.HttpWebResponse.<init>
(HttpWebResponse.java:60
)
at
com.meterware.httpunit.HttpWebResponse.<init>
(HttpWebResponse.java:67
)
at
com.meterware.httpunit.WebConversation.newResponse
(WebConversation.ja
va:76)
at
com.meterware.httpunit.WebWindow.getResource
(WebWindow.java:164)
at
com.meterware.httpunit.WebWindow.getSubframeResponse
(WebWindow.java:1
28)
at
com.meterware.httpunit.WebWindow.getResponse
(WebWindow.java:121)
at
com.meterware.httpunit.WebClient.getResponse
(WebClient.java:113)
at rs.main(rs.java:88)

Discussion

  • Wolfgang Fahl

    Wolfgang Fahl - 2007-12-30

    Logged In: YES
    user_id=1220573
    Originator: NO

    This is an interesting one i'm looking forward to a contribution in form of a JUnit Test.

     
  • Wolfgang Fahl

    Wolfgang Fahl - 2007-12-30
    • assigned_to: nobody --> wolfgang_fahl
    • status: open --> closed
     
  • Wolfgang Fahl

    Wolfgang Fahl - 2007-12-30

    Logged In: YES
    user_id=1220573
    Originator: NO

    Thank you for your Support Request for the httpunit project.
    httpunit is an open source project with very limited developer resources. The support of the project depends fully on it's community.

    Support Requests should therefore be directed to the httpunit mailing list. You can subscribe to that list via
    http://sourceforge.net/mail/?group_id=6550
    and be part of the community.

    If after some discussion you find that there is a bug in httpunit please try to prove so by checking out the latest trunk revision from svn. You might want to add a testcase in form of a JUnit Java source code that shows the problem and then suggest a modification with a patch. There are currently already around 700 JUnit Testcases so chances are you'll find a comparable testcase to start from.

    We'll happily add your modifications then to the svn repository.

    We are looking forward to your cooperation!

     

Log in to post a comment.