WebSphere ORB Extensions

ORBX0010E: Persistent IOR port number is not provided. Object references will be transient.

Explanation

The com.ibm.CORBA.LSDPort property was not set when the ORB was initialized. This will result in transient object references.

User Response:

If persistent object references are required, when initializing the ORB, set the com.ibm.CORBA.LSDPort property to a value that will remain persistent on that host machine.

ORBX0020E: Unique server ID (UUID) is not set.

Explanation

The com.ibm.CORBA.ServerUUID property was not set when the ORB was initialized. The Location Service Daemon requires this property to uniquely identify a server.

User Response:

When initializing the ORB, set the com.ibm.CORBA.ServerUUID property to the UUID (Universally Unique Identifier) that was assigned to the server. This value is generally assigned by the system administrator.

ORBX0030I: Location Service Daemon is listening with server ID = {0} on port = {1} ...

Explanation

The Location Service Daemon is ready to accept requests on the indicated port.

User Response:

None.

ORBX0040E: Location Service Daemon failed on waiting for requests.

Explanation

The Location Service Daemon is not ready to accept requests. It cannot enter into a wait state.

User Response:

Restart the Location Service Daemon.

ORBX0050E: ERROR: {0}

Explanation

The Location Service Daemon received an unexpected exception.

User Response:

Examine the exception for possible user error.

ORBX0060E: Port {0} is in use. Specify a different port number.

Explanation

The Location Service Daemon is attempting to start listening on a port that is already in use by another process.

User Response:

Specify a different port number or end the process that is using the port and then restart the Location Service Daemon.

ORBX0080I: Location Service Daemon has registered a firewall plugin.

Explanation

The Location Service Daemon will be interacting with a firewall. The Location Service Daemon will authorize the server's port when the server registers with the Location Service Daemon.

User Response:

None.

ORBX0090I: Server registered: ServerUUID={0} HostName={1} Port={2}

Explanation

The indicated server has been registered with the Location Service Daemon.

User Response:

None.

ORBX0100I: Server unregistered: ServerUUID={0} HostName={1} Port={2}"

Explanation

The indicated server has been unregistered with the Location Service Daemon.

User Response:

None.

ORBX0110I: Location Service Daemon will start the registered servers.

Explanation

A server is considered registered if there is an entry for the server in the IBMLSDServerRegistry.properties file. The Location Service Daemon has been configured to start a registered server if a request comes in for that server and the server is not registered with the Location Service Daemon as an active server.

User Response:

None.

ORBX0120I: Registered servers started by the Location Service Daemon will need to be SSL enabled.

Explanation

The Location Service has been configured to listen on an SSL enabled port. Servers that are started by the Location Service Daemon will be notified that they will need to listen on an SSL enabled port.

User Response:

None.

ORBX0130I: Registered Servers will have {0} milliseconds to start.

Explanation

The Location Service Daemon has been configured to start servers. When a server is started, the Location Service Daemon will use the indicated timeout value when waiting for a server to start.

User Response:

None.

ORBX0140I: Location Service Daemon will persistently store the list of active servers to {0}.

Explanation

The Location Service Daemon has been configured to persistently store the list of active servers that are registered.

User Response:

None.

ORBX0150I: Location Service Daemon is initializing the list of active servers from {0}.

Explanation

The Location Service Daemon has been configured to persistently store the list of active servers that are registered. Upon startup, the Location Service Daemon uses the stored file to restore the list of active servers.

User Response:

None.

ORBX0160I: Location Service Daemon is starting server {0}.

Explanation

None.

User Response:

None.

ORBX0170I: Location Service Daemon is storing the active server list to {0}.

Explanation

None.

User Response:

None.

ORBX0180I: The property {0} has a value of {1}. This is not a valid value. The number of JNIReaderThreads is set to the default value of {2}.

Explanation

This message does not indicate an error. It provides configuration information for problem determination.

User Response:

None.

ORBX0190I: 5639-D57, (C) COPYRIGHT International Business Machines Corp., 2001 All Rights Reserved Licensed Materials - Property of IBM US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

Explanation

None.

User Response:

None.

ORBX0200I: Before calling the native method addConnection0, the contents of the fdConnectionMap are {0}, and the fileDescriptor for the connection being added is {1}.

Explanation

This message does not indicate an error. It provides configuration information for problem determination.

User Response:

None.

ORBX0210I: after calling fdConnectionMap.get() with Filedescriptor {0} the returned GIOPConnection was {1}. The fdConnectionMap contains {2}.

Explanation

This message does not indicate an error. It provides configuration information for problem determination.

User Response:

None.

ORBX0220E: None of the native code's reader threads has room in its queue for a new Socket to watch, a COMM_FAILURE was thrown.

Explanation

None of the native code's reader threads has room in its queue for a new Socket to watch.

User Response:

Add more ReaderThreads, via ORB property com.ibm.CORBA.numJNIReaders

ORBX0290E: service(): An exception occurred while parsing the host name. Query string={0}.

Explanation

The IIOPTunnelServlet program cannot parse the host name that was received from the client. The host name was taken from the IOR of the object that the server is servicing.

User Response:

Ensure that the host name is correct for the server.

ORBX0300E: service(): An exception occurred while parsing port number. Query string={0}.

Explanation

The IIOPTunnelServlet program cannot parse the port number that was received from the client. The port number was taken from the IOR of the object that the server is servicing.

User Response:

Ensure that the port number is correct for the server.

ORBX0310E: service(): IOException occurred while setting up client/server sockets. Exception={0}.

Explanation

An IOException occurred while attempting to connect to the server from the IIOPTunnelServlet program.

User Response:

Make sure the server is active and is accepting requests.

ORBX0320E: {0}: Exception ={1}

Explanation

An exception occurred while attempting to connect to the server from the IIOPTunnelServlet program.

User Response:

Message contains more details.

ORBX0330E: service(): HTTP method type "{0}" is not supported; only "POST" method type is supported.

Explanation

The IIOPTunnelServer program only supports the HTTP POST method.

User Response:

Make sure your web server and/or servlet engine supports the POST method.

ORBX0340I: The servlet used to tunnel IIOP packets through an HTTP Server.

Explanation

This is the return value for the standard servlet method getServletInfo.

User Response:

None.

ORBX0350E: handleRequest(): IOException occurred while redirecting the client request packet to the server. Exception={0}.

Explanation

An I/O exception of some sort has occurred. Produced by failed or interrupted I/O operations.

User Response:

Make sure the server is active and is accepting requests, and the network is not broken. Attempt to ping the target machine you are trying to reach.

ORBX0360E: handleReply(): IOException occurred while redirecting the server reply packet back to the client. Exception={0}.

Explanation

An I/O exception of some sort has occurred. Produced by failed or interrupted I/O operations.

User Response:

Make sure the server is active and is accepting requests, and the network is not broken. Attempt to ping the target machine you are trying to reach.

ORBX0370E: A throwable exception occurred while redirecting the IIOP packets. Exception={0}.

Explanation

An underlying transport level problem. See Exception details for further details.

User Response:

Make sure the server is active and is accepting requests, and the network is not broken. Attempt to ping the target machine you are trying to reach.

ORBX0380E: Redirector(.): Exception occurred while calling GlobalORBFactory init method. Exception={0}.

Explanation

See Exception for details.

User Response:

Make sure the server is active and is accepting requests.