For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 2 replies, 1 voice, and was last updated 18 years, 6 months ago by
tomh-atg.
-
AuthorPosts
-
tomh-atgMemberI have installed Websphere 5.1 and can start and stop with the Websphere tools just fine. I setup MyEclipse 5.1.0 to start it up Websphere. I made the changes to make the output go to the console. Now when I start I get the following error.
[1/25/07 11:20:35:519 CST] 691f36 WsServer E WSVR0100W: An error occurred initializing, com.ibm.ws.runtime.config.BaseServerConfigLocator@117c0eb
com.ibm.ws.exception.ConfigurationError
at com.ibm.ws.runtime.config.BaseServerConfigLocator.initialize(BaseServerConfigLocator.java:30)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:75)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
Caused by: java.io.FileNotFoundException: C:\Program Files\WebSphere\AppServer\config\cells\localhost\nodes\localhost\servers\server1\server.xml (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at org.eclipse.emf.ecore.resource.impl.URIConverterImpl.createFileInputStream(URIConverterImpl.java:419)
at org.eclipse.emf.ecore.resource.impl.URIConverterImpl.createInputStream(URIConverterImpl.java:385)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:752)
at com.ibm.ws.runtime.service.ConfigRootImpl.getResource(ConfigRootImpl.java:260)
at com.ibm.ws.runtime.config.BaseServerConfigLocator.initialize(BaseServerConfigLocator.java:28)
… 7 more
—- Begin backtrace for nested exception
java.io.FileNotFoundException: C:\Program Files\WebSphere\AppServer\config\cells\localhost\nodes\localhost\servers\server1\server.xml (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at org.eclipse.emf.ecore.resource.impl.URIConverterImpl.createFileInputStream(URIConverterImpl.java:419)
at org.eclipse.emf.ecore.resource.impl.URIConverterImpl.createInputStream(URIConverterImpl.java:385)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:752)
at com.ibm.ws.runtime.service.ConfigRootImpl.getResource(ConfigRootImpl.java:260)
at com.ibm.ws.runtime.config.BaseServerConfigLocator.initialize(BaseServerConfigLocator.java:28)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:75)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)[1/25/07 11:20:35:598 CST] 691f36 WsServer E WSVR0009E: Error occurred during startup
Thanks,
TomJanuary 25, 2007 at 11:47 am #265150
tomh-atgMemberI did change the SDK to the IBM SDK and still I get the same File Not Found Exceptions.
January 25, 2007 at 1:14 pm #265158
tomh-atgMemberI realized the problem was with the machine name wasn’t localhost.
-
AuthorPosts