• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

exception starting NodeAgent after enabling Security

 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am unable to start the nodeagent after enabling security (using LDAP registry). I have ran the syncnode on the nodeagent box after enabling the security & my understanding is that syncnode should sync the SSL keyStore and trustStore properties but looks like is doesnot. below is the exception which i get
*******************************************************
[10/20/03 20:36:11:878 CDT] 3c942ca6 SASRas E JSAS0026E: [SecurityTaggedComponentAssistorImpl.register] Exception connecting object to the ORB. Check the SSL configuration to ensure that the SSL keyStore and trustStore properties are set properly. Ensure that the keystore has at least one personal certificate and that the signer for the personal certificate is added to the truststore. Attempt loading the keystore and truststore into WebSpheres IKeyMan and ensure that the file type specified in the configuration (usually JKS) is the correct file type. Make sure the password specified for the keystore and truststore is valid. Use the same password for both keystore and truststore. {1}
[10/20/03 20:36:11:948 CDT] 3c942ca6 SASRas E JSAS0026E: [SecurityTaggedComponentAssistorImpl.register] Exception connecting object to the ORB. Check the SSL configuration to ensure that the SSL keyStore and trustStore properties are set properly. Ensure that the keystore has at least one personal certificate and that the signer for the personal certificate is added to the truststore. Attempt loading the keystore and truststore into WebSpheres IKeyMan and ensure that the file type specified in the configuration (usually JKS) is the correct file type. Make sure the password specified for the keystore and truststore is valid. Use the same password for both keystore and truststore. {1}
[10/20/03 20:36:17:385 CDT] 3c942ca6 WsServer E WSVR0003E: Server nodeagent failed to start
org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 minor code: 49421056 completed: No
at com.ibm.ws.orbimpl.transport.WSTransport.createListener(Unknown Source)(Compiled Code)
at com.ibm.ws.orbimpl.transport.WSTransport.initTransports(Unknown Source)(Compiled Code)
*******************************************************
Any thoughts how i can sync the keystore & truststore properties??
Thanks & Regards
Vinod
 
Vinod Bijlani
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
solved the mystery. truned out to be port conflict. enabling jsee debug helped solving the problem
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Vinod,
I upgraded my application from WSAD 4.0.6. to RAD 6.0 and I get the following errors.We use Axis for webservices. Can you help me out please?
Thanks,
Kalpana.

ndleRequest(WebContainer.java:1681)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))

[3/17/06 11:49:54:079 EST] 00000038 SystemErr R at java.util.HashMap$HashIterator.nextEntry(HashMap.java(Compiled Code))
[3/17/06 11:49:54:126 EST] 00000038 SystemErr R at java.util.HashMap$ValueIterator.next(HashMap.java(Compiled Code))
[3/17/06 11:49:54:173 EST] 00000038 SystemErr R at org.apache.struts.tiles.xmlDefinition.DefinitionsFactory.adjustDefinitionsCache(DefinitionsFactory.java:354)
[3/17/06 11:49:54:173 EST] 00000038 SystemErr R at org.apache.struts.tiles.xmlDefinition.DefinitionsFactory.getDefinition(DefinitionsFactory.java:152)
[3/17/06 11:49:54:173 EST] 00000038 SystemErr R at org.apache.struts.tiles.xmlDefinition.FactorySet.getDefinition(FactorySet.java:156)
[3/17/06 11:49:54:173 EST] 00000038 SystemErr R at org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper.getDefinition(ComponentDefinitionsFactoryWrapper.java:124)
[3/17/06 11:49:54:173 EST] 00000038 SystemErr R at org.apache.struts.tiles.TilesUtil.getDefinition(TilesUtil.java:224)
[3/17/06 11:49:54:173 EST] 00000038 SystemErr R at org.apache.struts.taglib.tiles.InsertTag.processAsDefinitionOrURL(InsertTag.java:707)
[3/17/06 11:49:54:173 EST] 00000038 SystemErr R at org.apache.struts.taglib.tiles.InsertTag.processName(InsertTag.java:542)
[3/17/06 11:49:54:173 EST] 00000038 SystemErr R at org.apache.struts.taglib.tiles.InsertTag.createTagHandler(InsertTag.java:493)
[3/17/06 11:49:54:173 EST] 00000038 SystemErr R at org.apache.struts.taglib.tiles.InsertTag.doStartTag(InsertTag.java:451)
[3/17/06 11:49:54:173 EST] 00000038 SystemErr R at _ibmjsp.secure.layouts._vboxLayout._jspService(_vboxLayout.java:122)
[3/17/06 11:49:54:173 EST] 00000038 SystemErr R at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:88)
[3/17/06 11:49:54:220 EST] 00000038 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
[3/17/06 11:49:54:220 EST] 00000038 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
[3/17/06 11:49:54:314 EST] 00000038 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
[3/17/06 11:49:54:361 EST] 00000038 SystemErr R at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:117)
[3/17/06 11:49:54:829 EST] 00000038 SystemErr R at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:171)
[3/17/06 11:49:54:908 EST] 00000038 SystemErr R at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.include(WebAppRequestDispatcher.java:552)
[3/17/06 11:49:54:908 EST] 00000038 SystemErr R at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:1034)
[3/17/06 11:49:55:032 EST] 00000038 SystemErr R at org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:475)
[3/17/06 11:49:55:454 EST] 00000038 SystemErr R at org.apache.struts.tiles.TilesUtilImpl.doInclude(TilesUtilImpl.java:137)
[3/17/06 11:49:55:454 EST] 00000038 SystemErr R at org.apache.struts.tiles.TilesUtil.doInclude(TilesUtil.java:177)
[3/17/06 11:49:55:564 EST] 00000038 SystemErr R at org.apache.struts.taglib.tiles.InsertTag.doInclude(InsertTag.java:756)
[3/17/06 11:49:55:861 EST] 00000038 SystemErr R at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:881)
[3/17/06 11:49:55:861 EST] 00000038 SystemErr R at org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:473)
[3/17/06 11:49:55:861 EST] 00000038 SystemErr R at _ibmjsp.secure.layouts._contentLayout._jspx_meth_tiles_insert_0(_contentLayout.java:618)
[3/17/06 11:49:56:173 EST] 00000038 SystemErr R at _ibmjsp.secure.layouts._contentLayout._jspService(_contentLayout.java:395)
[3/17/06 11:49:56:173 EST] 00000038 SystemErr R at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:88)
[3/17/06 11:49:56:626 EST] 00000038 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
[3/17/06 11:49:56:626 EST] 00000038 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
[3/17/06 11:49:56:626 EST] 00000038 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
[3/17/06 11:49:56:782 EST] 00000038 SystemErr R at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:117)
[3/17/06 11:49:56:782 EST] 00000038 SystemErr R at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:171)
[3/17/06 11:49:57:142 EST] 00000038 SystemErr R at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:250)
[3/17/06 11:49:57:142 EST] 00000038 SystemErr R at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1070)
[3/17/06 11:49:57:798 EST] 00000038 SystemErr R at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:273)
[3/17/06 11:49:57:876 EST] 00000038 SystemErr R at org.apache.struts.tiles.TilesRequestProcessor.processTilesDefinition(TilesRequestProcessor.java:253)
[3/17/06 11:49:57:876 EST] 00000038 SystemErr R at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:308)
[3/17/06 11:49:58:220 EST] 00000038 SystemErr R at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
[3/17/06 11:49:58:220 EST] 00000038 SystemErr R at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
[3/17/06 11:49:58:361 EST] 00000038 SystemErr R at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:510)
[3/17/06 11:49:58:470 EST] 00000038 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
[3/17/06 11:50:11:204 EST] 00000038 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
[3/17/06 11:50:11:251 EST] 00000038 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
[3/17/06 11:50:11:251 EST] 00000038 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
[3/17/06 11:50:11:392 EST] 00000038 SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837)
[3/17/06 11:50:11:454 EST] 00000038 SystemErr R at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)
[3/17/06 11:50:11:564 EST] 00000038 SystemErr R at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)
[3/17/06 11:50:11:923 EST] 00000038 SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)
[3/17/06 11:50:11:923 EST] 00000038 SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
[3/17/06 11:50:12:142 EST] 00000038 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
[3/17/06 11:50:12:314 EST] 00000038 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
[3/17/06 11:50:12:314 EST] 00000038 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)
[3/17/06 11:50:12:579 EST] 00000038 SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)
[3/17/06 11:50:12:611 EST] 00000038 SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)
[3/17/06 11:50:12:751 EST] 00000038 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
[3/17/06 11:50:12:814 EST] 00000038 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
[3/17/06 11:50:12:814 EST] 00000038 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
[3/17/06 11:50:13:204 EST] 00000038 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
[3/17/06 11:50:13:204 EST] 00000038 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
[3/21/06 8:52:46:692 EST] 0000000a SystemErr R com.ibm.ws.exception.RuntimeError: com.ibm.ws.exception.RuntimeError: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:182)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
Caused by: com.ibm.ws.exception.RuntimeError: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No
at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl.java:347)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:356)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:173)
... 9 more
Caused by: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No
at com.ibm.ws.orbimpl.transport.WSTransport.createListener(WSTransport.java:733)
at com.ibm.ws.orbimpl.transport.WSTransport.initTransports(WSTransport.java:605)
at com.ibm.rmi.iiop.TransportManager.initTransports(TransportManager.java:143)
at com.ibm.rmi.corba.ORB.set_parameters(ORB.java:1282)
at com.ibm.CORBA.iiop.ORB.set_parameters(ORB.java:1839)
at org.omg.CORBA.ORB.init(ORB.java:368)
at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:82)
at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:174)
at com.ibm.ejs.oa.EJSServerORBImpl.<init>(EJSServerORBImpl.java:123)
at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:339)
at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl.java:340)
... 13 more

[3/21/06 8:52:46:754 EST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:182)
[3/21/06 8:52:46:754 EST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
[3/21/06 8:52:46:754 EST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
[3/21/06 8:52:46:754 EST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
[3/21/06 8:52:46:801 EST] 0000000a SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[3/21/06 8:52:46:801 EST] 0000000a SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
[3/21/06 8:52:46:801 EST] 0000000a SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
[3/21/06 8:52:46:801 EST] 0000000a SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
[3/21/06 8:52:46:801 EST] 0000000a SystemErr R at java.lang.reflect.Method.invoke(Method.java:391)
[3/21/06 8:52:46:801 EST] 0000000a SystemErr R at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
[3/21/06 8:52:46:801 EST] 0000000a SystemErr R Caused by: com.ibm.ws.exception.RuntimeError: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No
[3/21/06 8:52:46:801 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl.java:347)
[3/21/06 8:52:46:801 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
[3/21/06 8:52:46:801 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
[3/21/06 8:52:46:801 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:356)
[3/21/06 8:52:46:801 EST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:173)
[3/21/06 8:52:46:801 EST] 0000000a SystemErr R ... 9 more
[3/21/06 8:52:46:801 EST] 0000000a SystemErr R Caused by: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No
[3/21/06 8:52:46:801 EST] 0000000a SystemErr R at com.ibm.ws.orbimpl.transport.WSTransport.createListener(WSTransport.java:733)
[3/21/06 8:52:46:801 EST] 0000000a SystemErr R at com.ibm.ws.orbimpl.transport.WSTransport.initTransports(WSTransport.java:605)
[3/21/06 8:52:46:801 EST] 0000000a SystemErr R at com.ibm.rmi.iiop.TransportManager.initTransports(TransportManager.java:143)
[3/21/06 8:52:46:801 EST] 0000000a SystemErr R at com.ibm.rmi.corba.ORB.set_parameters(ORB.java:1282)
[3/21/06 8:52:46:879 EST] 0000000a SystemErr R at com.ibm.CORBA.iiop.ORB.set_parameters(ORB.java:1839)
[3/21/06 8:52:46:879 EST] 0000000a SystemErr R at org.omg.CORBA.ORB.init(ORB.java:368)
[3/21/06 8:52:46:879 EST] 0000000a SystemErr R at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:82)
[3/21/06 8:52:46:879 EST] 0000000a SystemErr R at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:174)
[3/21/06 8:52:46:879 EST] 0000000a SystemErr R at com.ibm.ejs.oa.EJSServerORBImpl.<init>(EJSServerORBImpl.java:123)
[3/21/06 8:52:46:879 EST] 0000000a SystemErr R at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:339)
[3/21/06 8:52:46:895 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl.java:340)
[3/21/06 8:52:46:895 EST] 0000000a SystemErr R ... 13 more
[3/21/06 12:50:37:051 EST] 00000051 SystemErr R java.io.IOException: Seek failed
at java.io.RandomAccessFile.seek(Native Method)
at com.ibm.ws.util.OverflowFile.writeBytes(OverflowFile.java:84)
at com.ibm.ws.console.events.EventRingBuffer.writeEvent(EventRingBuffer.java:67)
at com.ibm.ws.console.events.EventManagerBean.storeEvent(EventManagerBean.java:62)
at com.ibm.ws.console.core.event.impl.WSAdminListenerImpl.put(WSAdminListenerImpl.java:49)
at com.ibm.ws.console.core.event.impl.WSAdminListenerImpl.handleNotification(WSAdminListenerImpl.java:35)
at com.ibm.ws.management.event.ListenerInfo$1.run(ListenerInfo.java:125)
at com.ibm.ws.security.auth.distContextManagerImpl.runAs(distContextManagerImpl.java:2504)
at com.ibm.ws.security.auth.distContextManagerImpl.runAsSpecified(distContextManagerImpl.java:2398)
at com.ibm.ws.management.event.ListenerInfo.handleNotification(ListenerInfo.java:143)
at com.ibm.ws.management.event.NotificationDispatcher$DispatchANotificationToAListener.run(NotificationDispatcher.java:346)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))

[3/21/06 12:50:37:161 EST] 00000051 SystemErr R at java.io.RandomAccessFile.seek(Native Method)
[3/21/06 12:50:37:161 EST] 00000051 SystemErr R at com.ibm.ws.util.OverflowFile.writeBytes(OverflowFile.java:84)
[3/21/06 12:50:37:161 EST] 00000051 SystemErr R at com.ibm.ws.console.events.EventRingBuffer.writeEvent(EventRingBuffer.java:67)
[3/21/06 12:50:37:161 EST] 00000051 SystemErr R at com.ibm.ws.console.events.EventManagerBean.storeEvent(EventManagerBean.java:62)
[3/21/06 12:50:37:161 EST] 00000051 SystemErr R at com.ibm.ws.console.core.event.impl.WSAdminListenerImpl.put(WSAdminListenerImpl.java:49)
[3/21/06 12:50:37:161 EST] 00000051 SystemErr R at com.ibm.ws.console.core.event.impl.WSAdminListenerImpl.handleNotification(WSAdminListenerImpl.java:35)
[3/21/06 12:50:37:161 EST] 00000051 SystemErr R at com.ibm.ws.management.event.ListenerInfo$1.run(ListenerInfo.java:125)
[3/21/06 12:50:37:161 EST] 00000051 SystemErr R at com.ibm.ws.security.auth.distContextManagerImpl.runAs(distContextManagerImpl.java:2504)
[3/21/06 12:50:37:161 EST] 00000051 SystemErr R at com.ibm.ws.security.auth.distContextManagerImpl.runAsSpecified(distContextManagerImpl.java:2398)
[3/21/06 12:50:37:161 EST] 00000051 SystemErr R at com.ibm.ws.management.event.ListenerInfo.handleNotification(ListenerInfo.java:143)
[3/21/06 12:50:37:161 EST] 00000051 SystemErr R at com.ibm.ws.management.event.NotificationDispatcher$DispatchANotificationToAListener.run(NotificationDispatcher.java:346)
[3/21/06 12:50:37:161 EST] 00000051 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
[3/21/06 12:50:37:161 EST] 00000053 SystemErr R java.io.IOException: Seek failed
at java.io.RandomAccessFile.seek(Native Method)
at com.ibm.ws.util.OverflowFile.writeBytes(OverflowFile.java:84)
at com.ibm.ws.console.events.EventRingBuffer.writeEvent(EventRingBuffer.java:67)
at com.ibm.ws.console.events.EventManagerBean.storeEvent(EventManagerBean.java:62)
at com.ibm.ws.console.core.event.impl.WSAdminListenerImpl.put(WSAdminListenerImpl.java:49)
at com.ibm.ws.console.core.event.impl.WSAdminListenerImpl.handleNotification(WSAdminListenerImpl.java:35)
at com.ibm.ws.management.event.ListenerInfo$1.run(ListenerInfo.java:125)
at com.ibm.ws.security.auth.distContextManagerImpl.runAs(distContextManagerImpl.java:2504)
at com.ibm.ws.security.auth.distContextManagerImpl.runAsSpecified(distContextManagerImpl.java:2398)
at com.ibm.ws.management.event.ListenerInfo.handleNotification(ListenerInfo.java:143)
at com.ibm.ws.management.event.NotificationDispatcher$DispatchANotificationToAListener.run(NotificationDispatcher.java:346)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))

[3/21/06 12:50:37:161 EST] 00000053 SystemErr R at java.io.RandomAccessFile.seek(Native Method)
[3/21/06 12:50:37:161 EST] 00000053 SystemErr R at com.ibm.ws.util.OverflowFile.writeBytes(OverflowFile.java:84)
[3/21/06 12:50:37:161 EST] 00000053 SystemErr R at com.ibm.ws.console.events.EventRingBuffer.writeEvent(EventRingBuffer.java:67)
[3/21/06 12:50:37:161 EST] 00000053 SystemErr R at com.ibm.ws.console.events.EventManagerBean.storeEvent(EventManagerBean.java:62)
[3/21/06 12:50:37:161 EST] 00000053 SystemErr R at com.ibm.ws.console.core.event.impl.WSAdminListenerImpl.put(WSAdminListenerImpl.java:49)
[3/21/06 12:50:37:161 EST] 00000053 SystemErr R at com.ibm.ws.console.core.event.impl.WSAdminListenerImpl.handleNotification(WSAdminListenerImpl.java:35)
[3/21/06 12:50:37:161 EST] 00000053 SystemErr R at com.ibm.ws.management.event.ListenerInfo$1.run(ListenerInfo.java:125)
[3/21/06 12:50:37:161 EST] 00000053 SystemErr R at com.ibm.ws.security.auth.distContextManagerImpl.runAs(distContextManagerImpl.java:2504)
[3/21/06 12:50:37:161 EST] 00000053 SystemErr R at com.ibm.ws.security.auth.distContextManagerImpl.runAsSpecified(distContextManagerImpl.java:2398)
[3/21/06 12:50:37:161 EST] 00000053 SystemErr R at com.ibm.ws.management.event.ListenerInfo.handleNotification(ListenerInfo.java:143)
[3/21/06 12:50:37:161 EST] 00000053 SystemErr R at com.ibm.ws.management.event.NotificationDispatcher$DispatchANotificationToAListener.run(NotificationDispatcher.java:346)
[3/21/06 12:50:37:161 EST] 00000053 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
[3/23/06 10:36:31:145 EST] 00000078 SystemErr R java.io.IOException: Seek failed
at java.io.RandomAccessFile.seek(Native Method)
at com.ibm.ws.util.OverflowFile.writeBytes(OverflowFile.java:84)
at com.ibm.ws.console.events.EventRingBuffer.writeEvent(EventRingBuffer.java:67)
at com.ibm.ws.console.events.EventManagerBean.storeEvent(EventManagerBean.java:62)
at com.ibm.ws.console.core.event.impl.WSAdminListenerImpl.put(WSAdminListenerImpl.java:49)
at com.ibm.ws.console.core.event.impl.WSAdminListenerImpl.handleNotification(WSAdminListenerImpl.java:35)
at com.ibm.ws.management.event.ListenerInfo$1.run(ListenerInfo.java:125)
at com.ibm.ws.security.auth.distContextManagerImpl.runAs(distContextManagerImpl.java:2504)
at com.ibm.ws.security.auth.distContextManagerImpl.runAsSpecified(distContextManagerImpl.java:2398)
at com.ibm.ws.management.event.ListenerInfo.handleNotification(ListenerInfo.java:143)
at com.ibm.ws.management.event.NotificationDispatcher$DispatchANotificationToAListener.run(NotificationDispatcher.java:346)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

[3/23/06 10:36:31:239 EST] 00000078 SystemErr R at java.io.RandomAccessFile.seek(Native Method)
[3/23/06 10:36:31:239 EST] 00000078 SystemErr R at com.ibm.ws.util.OverflowFile.writeBytes(OverflowFile.java:84)
[3/23/06 10:36:31:239 EST] 00000078 SystemErr R at com.ibm.ws.console.events.EventRingBuffer.writeEvent(EventRingBuffer.java:67)
[3/23/06 10:36:31:239 EST] 00000078 SystemErr R at com.ibm.ws.console.events.EventManagerBean.storeEvent(EventManagerBean.java:62)
[3/23/06 10:36:31:239 EST] 00000078 SystemErr R at com.ibm.ws.console.core.event.impl.WSAdminListenerImpl.put(WSAdminListenerImpl.java:49)
[3/23/06 10:36:31:239 EST] 00000078 SystemErr R at com.ibm.ws.console.core.event.impl.WSAdminListenerImpl.handleNotification(WSAdminListenerImpl.java:35)
[3/23/06 10:36:31:239 EST] 00000078 SystemErr R at com.ibm.ws.management.event.ListenerInfo$1.run(ListenerInfo.java:125)
[3/23/06 10:36:31:239 EST] 00000078 SystemErr R at com.ibm.ws.security.auth.distContextManagerImpl.runAs(distContextManagerImpl.java:2504)
[3/23/06 10:36:31:239 EST] 00000078 SystemErr R at com.ibm.ws.security.auth.distContextManagerImpl.runAsSpecified(distContextManagerImpl.java:2398)
[3/23/06 10:36:31:239 EST] 00000078 SystemErr R at com.ibm.ws.management.event.ListenerInfo.handleNotification(ListenerInfo.java:143)
[3/23/06 10:36:31:239 EST] 00000078 SystemErr R at com.ibm.ws.management.event.NotificationDispatcher$DispatchANotificationToAListener.run(NotificationDispatcher.java:346)
[3/23/06 10:36:31:239 EST] 00000078 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
[3/23/06 14:50:52:239 EST] 0000000a SystemErr R com.ibm.ws.exception.RuntimeWarning: com.ibm.ws.exception.ConfigurationWarning: Multiple ConfigurationWarning exceptions encountered
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:352)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:149)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:356)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:173)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
Caused by: com.ibm.ws.exception.ConfigurationWarning: Multiple ConfigurationWarning exceptions encountered
at com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplications(ApplicationMgrImpl.java:499)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplications(ApplicationMgrImpl.java:406)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:349)
... 16 more
Caused by: com.ibm.ws.exception.ConfigurationWarning: com.ibm.etools.j2ee.commonarchivecore.exception.NoModuleFileException: A file does not exist for module element having uri: axis.war
at com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplication(ApplicationMgrImpl.java:275)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplications(ApplicationMgrImpl.java:471)
... 18 more
Caused by: com.ibm.etools.j2ee.commonarchivecore.exception.NoModuleFileException: A file does not exist for module element having uri: axis.war
at com.ibm.etools.j2ee.commonarchivecore.impl.ModuleRefImpl.checkType(ModuleRefImpl.java:492)
at com.ibm.etools.j2ee.commonarchivecore.impl.ModuleRefImpl.initModuleFileFromEAR(ModuleRefImpl.java:120)
at com.ibm.etools.j2ee.commonarchivecore.impl.ModuleRefImpl.getModuleFile(ModuleRefImpl.java:98)
at com.ibm.ws.runtime.component.DeployedModuleImpl.isOpen(DeployedModuleImpl.java:217)
at com.ibm.ws.runtime.component.DeployedModuleImpl.close(DeployedModuleImpl.java:272)
at com.ibm.ws.runtime.component.DeployedModuleImpl.initialize(DeployedModuleImpl.java:424)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.initializeModule(DeployedApplicationImpl.java:983)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:497)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:296)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplication(ApplicationMgrImpl.java:246)
... 19 more

[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:352)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:149)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:356)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:173)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at java.lang.reflect.Method.invoke(Method.java:391)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R Caused by: com.ibm.ws.exception.ConfigurationWarning: Multiple ConfigurationWarning exceptions encountered
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplications(ApplicationMgrImpl.java:499)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplications(ApplicationMgrImpl.java:406)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:349)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R ... 16 more
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R Caused by: com.ibm.ws.exception.ConfigurationWarning: com.ibm.etools.j2ee.commonarchivecore.exception.NoModuleFileException: A file does not exist for module element having uri: axis.war
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplication(ApplicationMgrImpl.java:275)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplications(ApplicationMgrImpl.java:471)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R ... 18 more
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R Caused by: com.ibm.etools.j2ee.commonarchivecore.exception.NoModuleFileException: A file does not exist for module element having uri: axis.war
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.etools.j2ee.commonarchivecore.impl.ModuleRefImpl.checkType(ModuleRefImpl.java:492)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.etools.j2ee.commonarchivecore.impl.ModuleRefImpl.initModuleFileFromEAR(ModuleRefImpl.java:120)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.etools.j2ee.commonarchivecore.impl.ModuleRefImpl.getModuleFile(ModuleRefImpl.java:98)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.DeployedModuleImpl.isOpen(DeployedModuleImpl.java:217)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.DeployedModuleImpl.close(DeployedModuleImpl.java:272)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.DeployedModuleImpl.initialize(DeployedModuleImpl.java:424)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.DeployedApplicationImpl.initializeModule(DeployedApplicationImpl.java:983)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:497)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:296)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplication(ApplicationMgrImpl.java:246)
[3/23/06 14:50:52:270 EST] 0000000a SystemErr R ... 19 more
 
Make yourself as serene as a flower, as a tree. And on wednesdays, as serene as this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic