BBOU0011W error message after starting HTTP Web server when DAEMON is not up
 Technote (FAQ)
 
Problem
When using the WebSphere Application Server 4.0 plugin with no J2EE related work or when the WebSphere address spaces are not up, the following message is seen after starting the HTTP Web server:

BossLog: { 0001} 2002/09/18 14:54:11.414 01 SYSTEM=ESYS CLIENT=IMWEBSRV
PID=0X02
./bbooorb.cpp+5167 ... BBOU0011W The function
findResolverHostName()+5167 raised
CORBA::INTERNAL. Error code is C9C2113D.

If you are not using J2EE the DAEMON does not have to be up on the same system and if so error message BBOU0011W is issued.
 
 
Solution
The reason this error message is issued is because when running the plugin a resolve initial reference call is performed which causes the J2EE ORB code to do a lookup to resolve the name. This happens by default. It will look for a control block, which is built by the WebSphere Application Server proper address spaces and is only available when these address spaces are active. Since the DAEMON address space is not active the control block is not found, hence the error message is issued.

The solution to this problem is to disable the J2EE ORB if no J2EE work is being done.. Add the following parameter to was.conf:

appserver.java.extraparm=-DDisable.J2EE=true


The HTTP Web server should be stopped and restarted after modifying the was.conf file. The error message will not be received if these instructions are followed.                         

 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server for z/OS > IBM HTTP Server
Operating system(s): z/OS
Software version: 4.0.1
Software edition:
Reference #: 1163892
IBM Group: Software Group
Modified date: Mar 22, 2004