It is
at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:121)
at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:144)
at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:1
And some other are ...
(1)http://hardwarecentral.dealtime.com/BannerIn/1,2844,,00.html?linkin_id=3011668&nFormId=38732-3-1&path=%2FPages%2FCategoryV2
For this I am getting a java.io.EOFException: Unexpected end of ZLIB input stream
Hi,
I am using httpunit to extract links from webpages. I am facing a couple of problems with that.
For http://javaworld.pricegrabber.com I am getting a fatal exception and the program stops executing.
It is
at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:121)
at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:144)
at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:1
And some other are ...
(1)http://hardwarecentral.dealtime.com/BannerIn/1,2844,,00.html?linkin_id=3011668&nFormId=38732-3-1&path=%2FPages%2FCategoryV2
For this I am getting a java.io.EOFException: Unexpected end of ZLIB input stream
(2) http://www.javaworld.com/news-reviews/index.shtml
For this I am getting java.lang.RuntimeException: Error loading included script: java.net.ConnectException: Connection refused: connect
(3) http://developers.sun.com/contact/index.jsp
For this , java.net.SocketException: Unexpected end of file from server
(4) http://www.breakplay.com/gamepage.php?gameid=266&title=RuneScape
For this, com.meterware.httpunit.AuthorizationRequiredException: Basic authentication required: realm="Password Protected Area"
(5) http://www.javaworld.com/feedback
For this, java.lang.RuntimeException: Error loading included script: java.net.ConnectException: Connection refused: connect
(6) http://www.computerweekly.com/Article138254.htm?src=rssNews
For this, java.lang.RuntimeException: Error loading included script: java.net.UnknownHostException: jscript
Can anyone help me in this, as this is very urgent.