Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

can anyone please help me on this

11 views
Skip to first unread message

askand...@aol.com

unread,
Aug 20, 2009, 11:20:52 AM8/20/09
to
i am using WAS61 and getting the following error after starting my server in Systemout.log

i already checked the security.xml file, everything seems to be fine. Ieven ran retrieveSigner file.
Can anyone please guide as what may be wrong?

[7/21/09 20:02:00:265 GMT] 00000014 SystemOut O [Tue Jul 21 20:02:00 GMT 2009] Start Refreshing Application Cache
[7/21/09 20:02:00:593 GMT] 00000014 SystemOut O [Tue Jul 21 20:02:00 GMT 2009] Finished Refreshing Application Cache
[7/21/09 20:02:01:187 GMT] 00000014 SystemOut O
[7/21/09 20:02:01:187 GMT] 00000014 SystemOut O CWPKI0022E: SSL HANDSHAKE FAILURE: A signer with SubjectDN "CN=app10020.tine.no, O=IBM, C=US" was sent from target host:port "unknown:0". The signer may need to be added to local trust store "c:/was61/AppServer/profiles/AppSrv01/config/cells/app10020Node02Cell/nodes/app10020Node02/trust.p12" located in SSL configuration alias "NodeDefaultSSLSettings" loaded from SSL configuration file "security.xml". The extended error message from the SSL handshake exception is: "No trusted certificate found".
[7/21/09 20:02:01:187 GMT] 00000014 SystemOut O
[7/21/09 20:02:01:218 GMT] 00000014 ExceptionUtil E CNTR0020E: EJB threw an unexpected (non-declared) exception during invocation of method "getAllApplications" on bean "BeanId(WebWORKS#webworks/MetaInformation.jar#webservices.security.ejb.MetaInformation, null)". Exception data: java.lang.NoClassDefFoundError: com.manu.webservices.db.ConnectionPool (initialization failure)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:130)
at com.manu.webservices.security.ejb.MetaInformationBean.getAllApplications(MetaInformationBean.java:911)
at com.manu.webservices.security.ejb.EJSRemoteStatelesswebservices_security_ejb_MetaInf_32feec22.getAllApplications(Unknown Source)
at com.manu.webservices.security.ejb._MetaInformation_Stub.getAllApplications(_MetaInformation_Stub.java:1310)
at com.manu.webservices.common.MBeanRegistry$1.run(MBeanRegistry.java:58)
at java.security.AccessController.doPrivileged(AccessController.java:275)
at javax.security.auth.Subject.doAs(Subject.java:573)
at com.ibm.websphere.security.auth.WSSubject.doAs(WSSubject.java:168)
at com.manu.webservices.websphere.security.WebSphereSecurityUtils.runAs(WebSphereSecurityUtils.java:72)
at com.manu.webservices.security.jaas.JAASUtilities.runAs(JAASUtilities.java:215)
at com.manu.webservices.security.jaas.JAASUtilities.runAs(JAASUtilities.java:245)
at com.manu.webservices.common.MBeanRegistry.run(MBeanRegistry.java:50)
at com.manu.webservices.common.Startup.startup(Startup.java:115)
at com.manu.webservices.common.startup.StartupImpl.startup(StartupImpl.java:165)
at com.manu.webservices.common.startup.StartupServlet.init(StartupServlet.java:115)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:190)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.init(ServletWrapper.java:317)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1142)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:150)
at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:99)
at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:504)
at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:283)
at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:273)
at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:88)
at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)
at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:655)
at com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:608)
at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:333)
at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:549)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1312)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1129)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:569)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:814)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:965)
at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2131)
at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:340)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)
Caused by: com.manu.webservices.common.ManuRuntimeException: Exception creating admin client:


at com.manu.webservices.websphere.db.WebSphereDBUtils.getConnectionPoolInfo(WebSphereDBUtils.java:180)
at com.manu.webservices.db.ConnectionPool.setConnectionPoolInfo(ConnectionPool.java:363)
at com.manu.webservices.db.ConnectionPool.initialize(ConnectionPool.java:344)
at com.manu.webservices.db.ConnectionPool.(ConnectionPool.java:327)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:192)
at com.manu.webservices.security.ejb.MetaInformationBean.getAllApplications(MetaInformationBean.java:903)
... 35 more

[7/21/09 20:02:01:390 GMT] 00000014 SystemOut O


Services failed to start using properties file: webworks_config.xml : com.manu.webservices.common.ManuRuntimeException: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException: ; nested exception is:
java.lang.NoClassDefFoundError: com.manu.webservices.db.ConnectionPool (initialization failure)
RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException: ; nested exception is:
java.lang.NoClassDefFoundError: com.manu.webservices.db.ConnectionPool (initialization failure)

0 new messages