Why is C9C2113D BBOU0012W raised by findResolverHostName() when running The Local Redirector Plug-in?
 Technote (FAQ)
 
Problem
Running WebSphere Application Server with the Local Redirector Plug-in the following message is seen in the WebSphere Application Server error log:
BossLog: { 0001} 2002/01/08 19:16:11.153 01 SYSTEM=DA00 CLIENT=WEBSRV
PID=0X040000BA TID=0X12AC6588 0X000071 c=UNK
./bbooorb.cpp+5156 ... BBOU0011W The function
findResolverHostName()+5156 raised CORBA system exception
CORBA::INTERNAL. Error code is C9C2113D.

 
 
Solution
When running the plug-in, a 'resolve initial reference' call, is done, when using the J2EE Server (this is the default) which causes the J2EE ORB code to do a 'lookup' to resolve a service. It will look for a control block, the BGVT, which is built by the WebSphere Application Server Daemon address space, and is only available when the V4 runtime (Daemon, Systems Management, Naming, and Interface Repository servers) are active, not just the Web server.

If the WebSphere Application Server Daemon address space is not active on the same system where the Local Redirector Plug-in is running this means that the BGVT control block will not be found and message BBOU0012W and minor code C9C2113D will be issued.

The BBOU0012W message and the C9C2113D minor code do not interfere with the operation of the Web server.

What can be done to get rid of that BBOU0012W message?

You can code the RESOLVE_IPNAME environment variable in the http.envars file. The RESOLVE_IPNAME has the following write-up in the Installation and Customization Manual:
RESOLVE_IPNAME=IP_NAME
The Internet Protocol name that the System Management Server registers
with the Domain Name Service (DNS). Any CORBA client communication with
WebSphere Application Server for z/OS requires this IP Name. If it is not set,the
RESOLVE_IPNAME is the system on which the program is running."

or

If you DO NOT want to use the J2EE ORB code in your plug-in, you can disable it for the Web server. You would code the following in the was.conf file for the plug-in:

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

This will disable the J2EE ORB. This property is also discussed in APAR PQ58900.

 
 


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 #: 1164448
IBM Group: Software Group
Modified date: Mar 29, 2004