WebSphere Process Server messages     Operating Systems: All supported

ORBX

ORBX0010E: Persistent IOR port number is not provided. Object references will be transient.
Problem 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.
Problem 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} ...
Problem 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.
Problem 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}
Problem 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.
Problem 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.
Problem 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}
Problem The indicated server has been registered with the Location Service Daemon.
User response None.
ORBX0100I: Server unregistered: ServerUUID={0} HostName={1} Port={2}"
Problem The indicated server has been unregistered with the Location Service Daemon.
User response None.
ORBX0110I: Location Service Daemon will start the registered servers.
Problem 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.
Problem 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.
Problem 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}.
Problem 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}.
Problem 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}.
Problem None.
User response None.
ORBX0170I: Location Service Daemon is storing the active server list to {0}.
Problem 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}.
Problem 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.
Problem 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}.
Problem 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}.
Problem 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.
Problem 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}.
Problem 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}.
Problem 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}.
Problem 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}
Problem 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.
Problem 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.
Problem 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}.
Problem 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}.
Problem 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}.
Problem 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}.
Problem See Exception for details.
User response Make sure the server is active and is accepting requests.
ORBX0390E: Cannot create listener thread. Exception=[ {0} ].
Problem See Exception for details.
User response 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.
Problem See Exception for details.
User response Resolve the error reported in the exception and restart.
Reference topic    

Terms of Use | Feedback

Last updated: Jun 13, 2009 1:00:35 PM CDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.messages.doc/com.ibm.ws.orbimpl.WSORBMessages.html

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