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