Posted By:
Kavya_Reddy
Posted On:
Tuesday, October 22, 2002 03:20 AM
I found this error in the nohup.out file of weblogic 5.1 Problem accepting connection java.net.SocketException: Connection refused: Connection refused at java.net.SocketInputStream.socketRead(Native Method) at java.net.SocketInputStream.read(Unknown Source) at weblogic.socket.ResettableSocket.getPrefix(ResettableSocket.java:60) at weblogic.socket.JVMSocketT3.claimSocket(JVMSocketT3.java:108) at weblogic.socket.JVMSocketT3.claimSocket(JVMSocketT3.java:97) at weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:379) at weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:506) at weblogic.kernel.Execu
More>>
I found this error in the nohup.out file of weblogic 5.1
Problem accepting connection
java.net.SocketException: Connection refused: Connection refused
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at weblogic.socket.ResettableSocket.getPrefix(ResettableSocket.java:60)
at weblogic.socket.JVMSocketT3.claimSocket(JVMSocketT3.java:108)
at weblogic.socket.JVMSocketT3.claimSocket(JVMSocketT3.java:97)
at weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:379)
at weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:506)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
What would be the cause? What does this error actually mean? Setting which property in the properties file will solve this?
<<Less