WSAD 5.0 Error During Server Start Up (Integrated Edition)
I am getting the below error during my Start up of my EE Test Server with Security ON. I am not getting this error with Security OFF.
A NamingException is being thrown from a javax.naming.Context implementation. Details follow:
Context implementation: com.ibm.ws.naming.jndicos.CNContextImpl
Context method: createSubcontext
Context name: localhost/nodes/localhost/servers/server1
Target name: wm
Other data:
Exception stack trace: java.lang.NoClassDefFoundError: com/ibm/ws/security/core/ContextManagerFactory
at com.ibm.ws.naming.cosbase.WsnOptimizedNamingImplBase.getSecurityContextMgr(WsnOptimizedNamingImplBase.java:2235)
at com.ibm.ws.naming.cosbase.WsnOptimizedNamingImplBase.popInvocationCredential(WsnOptimizedNamingImplBase.java:2303)
at com.ibm.ws.naming.cosbase.WsnOptimizedNamingImplBase.bind_new_corba_context(WsnOptimizedNamingImplBase.java:1313)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.CORBA.iiop.ClientDelegate$1.run(ClientDelegate.java:1049)
at java.security.AccessController.doPrivileged(Native Method)
at com.ibm.CORBA.iiop.ClientDelegate.invoke(ClientDelegate.java:1047)
at $Proxy0.bind_new_corba_context(Unknown Source)
at com.ibm.WsnOptimizedNaming._NamingContextStub.bind_new_corba_context(Unknown Source)
at com.ibm.ws.naming.jndicos.CNContextImpl.cosBindNewContext(CNContextImpl.java:3257)
at com.ibm.ws.naming.jndicos.CNContextImpl.doCreateSubcontext(CNContextImpl.java:2213)
at com.ibm.ws.naming.jndicos.CNContextImpl.createSubcontext(CNContextImpl.java:779)
at com.ibm.websphere.naming.JndiHelper.createSubcontexts(JndiHelper.java:297)
at com.ibm.websphere.naming.JndiHelper.createSubcontextsDriver(JndiHelper.java:273)
at com.ibm.websphere.naming.JndiHelper.recursiveBind(JndiHelper.java:570)
at com.ibm.websphere.naming.JndiHelper.recursiveRebind(JndiHelper.java:358)
at com.ibm.ws.runtime.component.ResourceMgrImpl.bind(ResourceMgrImpl.java:287)
at com.ibm.ws.runtime.component.ResourceMgrImpl.bind(ResourceMgrImpl.java:268)
at com.ibm.ws.runtime.component.ResourceMgrImpl.installResourceProvider(ResourceMgrImpl.java:606)
at com.ibm.ws.runtime.component.ResourceMgrImpl.installResource(ResourceMgrImpl.java:573)
at com.ibm.ws.runtime.component.ResourceMgrImpl.installResources(ResourceMgrImpl.java:533)
at com.ibm.ws.runtime.component.ResourceMgrImpl.loadResources(ResourceMgrImpl.java:413)
at com.ibm.ws.runtime.component.ResourceMgrImpl.start(ResourceMgrImpl.java:362)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:524)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:415)
at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:117)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:524)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:415)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:182)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:131)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:228)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)