EGL Java run-time error code VGJ0611E

 

VGJ0611E: Unable to establish a connection with the SessionIDManager.

 

Explanation

The GatewayServlet was unable to connect to the SessionIDManager. The SessionIDManager is the component which gives session ids for gateway users. A session id is obtained for each active session and is used by the server program for saving and restoring application data.

The SessionIDManager is a separate application which listens for connects and requests for ids. When a session ends, the SessionIDManager will make the session id available to other sessions. The SessionIDManager must be active in order to run the GatewayServlet.

 

User Response

Contact your web server administrator to start the SessionIDManager. If already started, the location of the SessionIDManager must be set in the GatewayServlet's configuration.