[WebLogic] Error 000403 [message #603613] |
Wed, 18 December 2013 00:08 |
|
ratnalein
Messages: 1 Registered: December 2013
|
Junior Member |
|
|
Hallo everyone,
I built a very simple EJB-Application, where the main method acts as the Client and there is no Interface between the Client and the Server. The bean I created just System.out.println "Hi, I am Ratna"
I run the application under Eclipse Run As Application.
The application was running fun (meaning it println the String), but 1 second after that I gave me this error message. Could you please help me which error I am getting? Thank you for you help.
Regards, Ratna
<17.12.2013 15:43 Uhr MEZ> <Error> <Socket> <BEA-000403> <IOException occurred on socket: Socket[addr=/127.0.0.1,port=53000,localport=7001]
java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost geschlossen.
java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost geschlossen
at sun.nio.ch.SocketDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
at sun.nio.ch.IOUtil.read(IOUtil.java:197)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:379)
Truncated. see log file for complete stacktrace
|
|
|