• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

reg ProtocolException

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

We have weblogic 6.1 SP3. When we try to download the file from the server, we are getting the following error.... we searched the solution in the google. we got this is problem with weblogic server 6.1, but its fixed in service pack 2. but even though we have SP3 this problem is coming. what is the cause?


2005-06-15 19:55:47,562 DEBUG Quote Proposal - com.crum.application.quoteproposal.controller.SaveLocalCopyAction method:called from saveLocalCopy about to write ZipResponse....
In WriteZipResponse exceptionjava.net.SocketException: Connection reset by peer: socket write error
check1
<Jun 15, 2005 7:55:47 PM IST> <Error> <HTTP> <[WebAppServletContext(845222,QuoteProposalApp,/QuoteProposalApp)] Servlet failed with IOException
java.net.ProtocolException: Didn't meet stated Content-Length, wrote: '16384' bytes instead of stated: '101557' bytes.
at weblogic.servlet.internal.ServletOutputStreamImpl.ensureContentLength(ServletOutputStreamImpl.java:446)
at weblogic.servlet.internal.ServletResponseImpl.ensureContentLength(ServletResponseImpl.java:1026)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2560)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2260)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
>
2005-06-15 20:04:43,453 INFO Quote Proposal - Unlocked account for user: U. SpAccounts User Name =User1 SpAccounts Universal ID=200209 Workflow Instance Id=122 Sessionid: Cw56zF4NpxtQo2HvjgaZAg1FXxjK29GLmbRWxABznAuugYNxRMup!-527049431!178245452!8013!7002!1118845370812


Any help will be appreciated?

Thanks

Regards,
Karthik
 
Ranch Hand
Posts: 937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Karthik,
Try posting that weblogic forums. You may get an answer from weblogic guys.
You can also search in newsgroup.

This is the URL

Best of Luck
 
karthik venkatesan
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
Thanks for your info. I will post it in weblogic fourm.

Regards,
Karthik
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic