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

Connection failure

0 views
Skip to first unread message

Per Lovdinger

unread,
Apr 25, 2001, 5:49:28 AM4/25/01
to
Hi,
From time to time we get a Connection failure in the application using
weblogic.
Have anyone seen this before ?
Any ideas ?
thanks in advance
Per

*************************************************************************
Tue Apr 24 17:35:27 BST 2001:<I> <ServletContext-General> Generated java
file:
/usr/weblogic/myserver/classfiles/jsp_servlet/_ram/_jsp/_md_merchant_details
.java
Tue Apr 24 17:41:03 BST 2001:<E> <HTTP> Connection failure
java.net.SocketException: A connection with a remote socket was reset by
that socket.: A connection with a remote socket was reset by that socket.
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:104)
at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:209)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
**************************************************************************


Johnny Valdez

unread,
Apr 25, 2001, 9:32:06 PM4/25/01
to
what service pack do you have?
please install the service pack 8

Per Lovdinger <plovd...@omnipay.ie> escribió en el mensaje de noticias
3ae6...@newsgroups.bea.com...

Adam Messinger

unread,
May 2, 2001, 10:29:46 PM5/2/01
to
Per,

This means that a client closed its HTTP connection to the server. The
server should be squelching this exception. However because SocketException
doesn't contain information about the root cause of the problem the only
mechanism that can be used to differentiate true errors from "routine"
problems like this one is the String message contained in the exception.
This error string isn't standardized however and changes as JVMs are
updated. Therefore the list of messages the server recognizes as "routine"
can sometimes not be complete.

In the meantime it looks to me as though it would be safe to ignore this
problem. Newer versions of the server will add this string to their list of
exceptions to be squelched and the messages will go away. What version (and
service pack) are you running now?

Cheers!

Adam

"Per Lovdinger" <plovd...@omnipay.ie> wrote in message
news:3ae6...@newsgroups.bea.com...

0 new messages