BBOU0012W and C9C2113D received
 Technote (FAQ)
 
Problem
BBOU0012W and C9C2113D received in the Application Server logs while running WebSphere® Application V4.01 using the Local Redirector Plug-in
 
Cause
The system that V4.0.1 Local Redirector Plug-in is running does not have the entire WebSphere Application Server infrastructure of address spaces (that is, the Daemon, Naming, IR, and Systems Management servers) running on the same system as the Local Redirector Plug-in.
 
Solution
The following message is in the joblog:

BossLog: { 0002} 2003/08/18 16:14:26.656 01 SYSTEM=MLP2 CLIENT=WEBSRVER
PID=0X0200018A TID=0X1FD70350 0X00005B c=UNK
findResolverHostName()+5193 raised CORBA system exception

This is a warning message, that is issued when the system that the plug-in is running does not have the entire WebSphere Application Server infrastructure of address spaces running on the same system as the Local Redirector Plug-in.

When the Local Redirector Plug-in runs, it does a resolve initial reference call, which, when the J2EE™ Server ORB is in place, (which it is by default) causes the J2EE ORB code to do a lookup to resolve the name. It looks for a the BGVT control block, which is available only when the entire WebSphere Application Server infrastructure of address spaces are active.

If the daemon address space is not active on the same system where the Local Redirector Plug-in is running, this control block isnot found, and the BBOU0012W message is issued with the C9C2113D minor code.

If you do not want this warning message to be issued, you can:
  1. Add the RESOLVE_IPNAME environment variable to the WebSphere Application Server current.env file. (See WebSphere Application Server V4.0.1 for z/OS and OS/390: Installation and Customization for more information about this environment variable.

  2. If you do not want to use the J2EE ORB code contained in the Local Redirector Plug-in, add the following property to the plug-in's was.conf file:
    appserver.java.extraparm=-DDisable.J2EE=true

    This property disables the J2EE ORB. (See WebSphere Application Server V4.0.1 for z/OS and OS/390: Assembling J2EE Applications for more information about using this property.)
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server for z/OS > System Management/Repository
Operating system(s): OS/390
Software version: 4.0.1
Software edition:
Reference #: 1145257
IBM Group: Software Group
Modified date: Oct 22, 2004