As additional symptoms are found, IBM Level 2 support will
add them to this technote.
Symptom 1: WSVR0033E: Failed to load security collaborator
If the following line is missing:
com.ibm.CORBA.delegateCredentials=methodDefined
it causes the following problem:
<date/time> <thread Id> EJBEngine F
WSVR0033E: Failed to load security collaborator,
com.ibm.ejs.security.EJSSecurityCollaborator
java.lang.nullPointerException
at
com.ibm.ejs.security.EJSSecurityCollaborator.<init>(EJSSecurityCollaborator,java:81)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(class.java:262)
at com.ibm.ws.runtime.EJBEngine.loadClass(EJBEngine.java:573)
at com.ibm.ws.runtime.EJBEngine.init(EJBEngine.java:149)
at com.ibm.ws.runtime.Server.initializeEjbContainer(Server,java:367)
at com.ibm.ws.runtime.Server.startModule(Server.java:603)
.... rest of stack trace not shown.
|