WebSphere Application Server messages
             Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, z/OS


ORBX

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.
Action 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.
Action 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.
Action 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.
Action Restart the Location Service Daemon.
ORBX0050E: ERROR: {0}
Explanation The Location Service Daemon received an unexpected exception.
Action 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.
Action 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.
Action None.
ORBX0090I: Server registered: ServerUUID={0} HostName={1} Port={2}
Explanation The indicated server has been registered with the Location Service Daemon.
Action None.
ORBX0100I: Server unregistered: ServerUUID={0} HostName={1} Port={2}"
Explanation The indicated server has been unregistered with the Location Service Daemon.
Action 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.
Action 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.
Action 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.
Action 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.
Action 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.
Action None.
ORBX0160I: Location Service Daemon is starting server {0}.
Explanation None.
Action None.
ORBX0170I: Location Service Daemon is storing the active server list to {0}.
Explanation None.
Action 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.
Action 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.
Action 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.
Action 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.
Action 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.
Action 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.
Action 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.
Action 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.
Action 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.
Action 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.
Action 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.
Action 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.
Action 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.
Action 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.
Action 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.
Action Make sure the server is active and is accepting requests.
ORBX0390E: Cannot create listener thread. Exception=[ {0} ].
Explanation See Exception for details.
Action Resolve the error reported in the exception and restart.
ORBX0400E: A ClassCastException was encountered while attempting to add a connection to a JNI Reader thread. The input stream of the connection type being passed to the reader thread could not be cast to a FileInputStream. This is most likely because the JSSE2 security provider has been configured in conjunction with JNIReaderThreads. JNIReaderThreads and the JSSE2 security provider cannot be used together; if this is the case, either unconfigure JNIReaderThreads, or change the JSSE2 security provider to JSSE.
Explanation See Exception for details.
Action Resolve the error reported in the exception and restart.
Reference topic    

Terms of Use | Feedback

Last updated: Sep 20, 2010 5:37:33 PM CDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.messages.doc/com.ibm.ws.orbimpl.WSORBMessages.html

© Copyright IBM Corporation 2006, 2010. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)