File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Websphere and the fly likes Error starting the Websphere Server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "Error starting the Websphere Server" Watch "Error starting the Websphere Server" New topic
Author

Error starting the Websphere Server

Swati Sisodia
Greenhorn

Joined: Oct 28, 2007
Posts: 16
Hi all,

I am new to Websphere Server and have this error at server startup, I cannot figure out. I am working on maintenance of a project somebody else made.
I looked into other posts with similar problem, but nothing seems to work for me. Below is the error log I get when I try to publish the project:

[12/5/11 10:25:50:614 EST] 0000000a SystemErr R com.ibm.ws.exception.RuntimeWarning: com.ibm.ws.exception.RuntimeError: com.ibm.etools.j2ee.commonarchivecore.exception.NoModuleFileException: A file does not exist for module element having uri: ESBAvailableReportJMSRouter.jar
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplications(ApplicationMgrImpl.java:795)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:542)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:820)
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:820)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:444)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:187)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:133)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:387)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:53)
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.run(WSLauncher.java:219)
at java.lang.Thread.run(Thread.java:571)
Caused by: com.ibm.ws.exception.RuntimeError: com.ibm.etools.j2ee.commonarchivecore.exception.NoModuleFileException: A file does not exist for module element having uri: ESBAvailableReportJMSRouter.jar
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:942)
at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2070)
at com.ibm.ws.runtime.component.ComponentImpl$_AsynchInitializer.run(ComponentImpl.java:304)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1475)
Caused by: com.ibm.etools.j2ee.commonarchivecore.exception.NoModuleFileException: A file does not exist for module element having uri: ESBAvailableReportJMSRouter.jar
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.classloader.ClassGraph.addModule(ClassGraph.java:135)
at com.ibm.ws.classloader.ClassLoaderManager.initialize(ClassLoaderManager.java:192)
at com.ibm.ws.classloader.ClassLoaderManager.<init>(ClassLoaderManager.java:155)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:699)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:918)
... 3 more

[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplications(ApplicationMgrImpl.java:795)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:542)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:820)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:149)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:820)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:444)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:187)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:133)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:387)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServer.main(WsServer.java:53)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at java.lang.reflect.Method.invoke(Method.java:391)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:219)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at java.lang.Thread.run(Thread.java:571)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R Caused by: com.ibm.ws.exception.RuntimeError: com.ibm.etools.j2ee.commonarchivecore.exception.NoModuleFileException: A file does not exist for module element having uri: ESBAvailableReportJMSRouter.jar
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:942)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2070)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ComponentImpl$_AsynchInitializer.run(ComponentImpl.java:304)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1475)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R Caused by: com.ibm.etools.j2ee.commonarchivecore.exception.NoModuleFileException: A file does not exist for module element having uri: ESBAvailableReportJMSRouter.jar
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.etools.j2ee.commonarchivecore.impl.ModuleRefImpl.checkType(ModuleRefImpl.java:492)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.etools.j2ee.commonarchivecore.impl.ModuleRefImpl.initModuleFileFromEAR(ModuleRefImpl.java:120)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.etools.j2ee.commonarchivecore.impl.ModuleRefImpl.getModuleFile(ModuleRefImpl.java:98)
[12/5/11 10:25:50:614 EST] 0000000a SystemErr R at com.ibm.ws.classloader.ClassGraph.addModule(ClassGraph.java:135)
[12/5/11 10:25:50:630 EST] 0000000a SystemErr R at com.ibm.ws.classloader.ClassLoaderManager.initialize(ClassLoaderManager.java:192)
[12/5/11 10:25:50:630 EST] 0000000a SystemErr R at com.ibm.ws.classloader.ClassLoaderManager.<init>(ClassLoaderManager.java:155)
[12/5/11 10:25:50:630 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:699)
[12/5/11 10:25:50:630 EST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:918)
[12/5/11 10:25:50:630 EST] 0000000a SystemErr R ... 3 more


If I need to provide more details, please let me know.
Any help / opinion is much appreciated.

Thanks,
Swati.
 
IntelliJ Java IDE
 
subject: Error starting the Websphere Server
 
Threads others viewed
exception starting NodeAgent after enabling Security
Websphere Startup Issues
unable see the server logs in console of websphere 6.0
errors with webservices
Migration from Websphere 5.1 to RAD 6.0
developer file tools