|
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:
- 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.
- 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.)
|
|
|
|
|
|
|
|