Hi,
I am trying to strart a test server on my own machine and have the web app under web modules but whenever I start the server I get the error below as if it cannot see the web groups?
[22/03/05 17:01:11:229 GMT] 5e381c28 Server W WSVR0012W: Application, EOS, failed to start com.ibm.etools.archive.exception.OpenFailureException: Could not open Stack trace of nested exception: java.io.FileNotFoundException: URI Name: File name: at com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.createLoadStrategy(CommonarchiveFactoryImpl.java:161) at com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.primOpenArchive(CommonarchiveFactoryImpl.java:553) at com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.primOpenArchive(CommonarchiveFactoryImpl.java:576) at com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:409) at com.ibm.ejs.models.base.config.applicationserver.impl.ApplicationRefImpl.getJarFile(ApplicationRefImpl.java:99) at com.ibm.ws.runtime.Server.startApplication0(Server.java:450) at com.ibm.ws.runtime.Server.startModule(Server.java:560) at com.ibm.ws.runtime.StandardServer.initializeModules(StandardServer.java:333) at com.ibm.ws.runtime.StandardServer.initializeRuntime0(StandardServer.java:349) at com.ibm.ws.runtime.Server.initializeRuntime(Server.java:884) at com.ibm.ws.runtime.StandardServer.main(StandardServer.java:519) at java.lang.reflect.Method.invoke(Native Method) at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:158) at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV4$1.run(ServerRunnerV4.java:56)
[22/03/05 17:01:11:570 GMT] 5e381c28 ServletEngine A SRVE0169I: Loading Web Module: admin. [22/03/05 17:01:11:860 GMT] 5e381c28 WebGroup I SRVE0091I: [Servlet LOG]: JSP 1.1 Processor: init [22/03/05 17:01:11:950 GMT] 5e381c28 WebGroup I SRVE0091I: [Servlet LOG]: SimpleFileServlet: init [22/03/05 17:01:12:020 GMT] 5e381c28 WebGroup I SRVE0091I: [Servlet LOG]: action: init [22/03/05 17:01:13:132 GMT] 5e381c28 HttpTransport A SRVE0171I: Transport http is listening on port 8,080. [22/03/05 17:01:13:152 GMT] 5e381c28 HttpTransport A SRVE0171I: Transport http is listening on port 9,090. [22/03/05 17:01:13:182 GMT] 5e381c28 Server A WSVR0023I: Server Default Server open for e-business
|
|