Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Connecting to EJB server REALLY slow, why?

843830Apr 13 2005 — edited Jun 15 2005
Hi

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 13 2005
Added on Apr 13 2005
24 comments
999 views