Connecting to EJB server REALLY slow, why?
843830Apr 13 2005 — edited Jun 15 2005Hi
I have a session bean on a remote server when I connect to it from a client (console) app it takes about 14 seconds just to get a reference to a session bean instance. It works but takes a long time. It is a really simple session bean and a really basic client - I am just testing. Most of this time the CPU usage on the client workstation is virtually zero, the same for the server machine. It clearly isn't stressing the system, so what is taking so long?
Netbeans displays this message after the long wait:
2005/04/13 12:46:20 com.sun.corba.ee.spi.logging.LogWrapperBase doLog
INFO: "IOP00710299: (INTERNAL) Successfully created IIOP listener on the specified host/port: all interfaces/2145"
When I run the AppServer locallly it is much quicker < 2 seconds.
BTW I am using SJAS PE.