Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

weblogic.net.http.MessageHeader.parseHeader Exceptions

26 views
Skip to first unread message

Eric Gufford

unread,
Dec 17, 2001, 4:41:34 PM12/17/01
to
"We occasionally get the following error. What is the cause and how can it be fixed?

********************************************
java.io.IOException: Response contained no data
at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:134)
at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:247)
at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:273)
at com.jpmorgan.net.HttpURLConnectionProxy.getInputStream(HttpURLConnectionProxy.java:70)
at com.jpmorgan.net.HttpURLConnectionFactory$MyHttpURLConnection.getInputStream(HttpURLConnectionFactory.java:246)
at com.jpmorgan.net.MultipartUpload.getInputStream(MultipartUpload.java:51)
at com.jpmorgan.ipub.services.RenderingCreator.process(RenderingCreator.java:102)
at com.jpmorgan.ipub.services.RenderingCreator.create(RenderingCreator.java:328)
at com.jpmorgan.ipub.services.RenderingServlet.doGet(RenderingServlet.java:194)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:213)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1265)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1622)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:

Dimitri Rakitine

unread,
Dec 17, 2001, 6:33:02 PM12/17/01
to
If you are making an outgoing HTTP request, and it works as a standalone
application, problems like this are easily fixed by using Sun's http handler:

URL url = new URL(null, "http://...", new sun.net.www.protocol.http.Handler());
HttpURLConnection conn = (HttpURLConnection)url.openConnection();
...

--
Dimitri

Sathish Santhanam

unread,
Dec 18, 2001, 2:20:47 PM12/18/01
to
What is the version of weblogic server and service pack?

Eric Gufford wrote:

--
Sathish Santhanam
Developer Relations Engineer
BEA Support


Eric Gufford

unread,
Dec 20, 2001, 10:06:54 AM12/20/01
to

We're running 6.0 sp1. BTW, we also get occasional 'socket reset by peer' during
redirects. Can you help with this also?

Sathish Santhanam

unread,
Dec 20, 2001, 1:16:17 PM12/20/01
to
I couldn't find any known issues similar to this reported earlier. You may open a case with BEA Support to analyze this problem further.
0 new messages