Hi
We have an EJB (Session Bean ) deployed on Weblogic server (5.1) on Unix.
They have a simple java client program which connects to the server and
calls the EJB.It retrieves data using the EJB component from an Oracle data
base and then displays the same.
The program is working fine. Data is desplayed. But when the client program
is being run on NT environment (jdk 1.2 loaded on NT client), we get the
following exceptions. The program itself is working fine.
Aug 03 00:44:29 EST 2000:<E> <Posix Performance Pack> Failure in
processSockets()
java.net.SocketException: Connection reset by peer: Connection reset by peer
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.socketRead(Compiled Code)
at java.net.SocketInputStream.read(Compiled Code)
at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
at
weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
at weblogic.kernel.ExecuteThread.run(Compiled Code)
----------------------------------------------------------------------------
-------------------------------------------------
We might have to load some jdk or OS patches. What are your views?
On Unix client, there are no such warnings.
Thanks and best regards,
Tushar
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".