Advertisement

01.17.2008 at 01:48PM PST, ID: 23091733
[x]
Attachment Details

IBM, Websphere Application Server, 6.0, launching server from Eclipse 3.3, [1/17/08 16:29:32:314 EST] 0000000a WsServerImpl  E   WSVR0100W: An error occurred initializing, com.ibm.ws.runtime.config.B

Asked by dereklords in IBM Websphere Application Server, Web Servers, Eclipse

Tags: IBM, Websphere Application Server, 6.0, launching server from Eclipse 3.3, [1/17/08 16:29:32:314 EST] 0000000a WsServerImpl E WSVR0100W: An error occurred initializing, com.ibm.ws.runtime.config.BaseServerConfigLocator@dc86eb

I'm having trouble launching websphere application server from Eclipse 3.3  I get file not found errors because I have not entered the proper value for "[cell]" "[Node]" "server1" in profiling settings for installed runtimes.

The program arguments in my launch configuration read...
com.ibm.ws.runtime.WsServer "C:/Program Files/IBM/WebSphere/AppServer/profiles/default/config" "[cell]" "[Node]" "server1"
Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
[1/17/08 16:29:32:314 EST] 0000000a WsServerImpl  E   WSVR0100W: An error occurred initializing, com.ibm.ws.runtime.config.BaseServerConfigLocator@dc86eb
com.ibm.ws.exception.ConfigurationError: java.io.FileNotFoundException: C:\Program Files\IBM\WebSphere\AppServer\profiles\default\config\cells\[cell]\nodes\[Node]\servers\server1\server.xml (The system cannot find the path specified)
	at com.ibm.ws.runtime.config.BaseServerConfigLocator.initialize(BaseServerConfigLocator.java:30)
	at com.ibm.ws.runtime.WsServerImpl.bootConfigLocators(WsServerImpl.java:281)
	at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:114)
	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:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:219)
	at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.FileNotFoundException: C:\Program Files\IBM\WebSphere\AppServer\profiles\default\config\cells\[cell]\nodes\[Node]\servers\server1\server.xml (The system cannot find the path specified)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:106)
	at org.eclipse.emf.ecore.resource.impl.URIConverterImpl.createFileInputStream(URIConverterImpl.java:423)
	at org.eclipse.emf.ecore.resource.impl.URIConverterImpl.createInputStream(URIConverterImpl.java:394)
	at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:738)
	at com.ibm.wtp.emf.resource.CompatibilityXMIResourceImpl.load(CompatibilityXMIResourceImpl.java:76)
	at com.ibm.websphere.resource.WASResourceImpl.load(WASResourceImpl.java:60)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:247)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:262)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:346)
	at com.ibm.websphere.resource.WASResourceSetImpl.getResource(WASResourceSetImpl.java:92)
	at com.ibm.ws.runtime.service.ConfigRootImpl.getResource(ConfigRootImpl.java:316)
	at com.ibm.ws.runtime.service.ConfigRootImpl.getResource(ConfigRootImpl.java:289)
	at com.ibm.ws.runtime.service.ConfigRootImpl.getResource(ConfigRootImpl.java:270)
	at com.ibm.ws.runtime.config.BaseServerConfigLocator.initialize(BaseServerConfigLocator.java:28)
	... 10 more
 
[1/17/08 16:29:33:267 EST] 0000000a WsServerImpl  E   WSVR0009E: Error occurred during startup
META-INF/ws-server-components.xml
[1/17/08 16:29:33:267 EST] 0000000a WsServerImpl  E   WSVR0009E: Error occurred during startup
com.ibm.ws.exception.ConfigurationError: java.io.FileNotFoundException: C:\Program Files\IBM\WebSphere\AppServer\profiles\default\config\cells\[cell]\nodes\[Node]\servers\server1\server.xml (The system cannot find the path specified)
	at com.ibm.ws.runtime.config.BaseServerConfigLocator.initialize(BaseServerConfigLocator.java:30)
	at com.ibm.ws.runtime.WsServerImpl.bootConfigLocators(WsServerImpl.java:281)
	at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:114)
	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:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:219)
	at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.FileNotFoundException: C:\Program Files\IBM\WebSphere\AppServer\profiles\default\config\cells\[cell]\nodes\[Node]\servers\server1\server.xml (The system cannot find the path specified)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:106)
	at org.eclipse.emf.ecore.resource.impl.URIConverterImpl.createFileInputStream(URIConverterImpl.java:423)
	at org.eclipse.emf.ecore.resource.impl.URIConverterImpl.createInputStream(URIConverterImpl.java:394)
	at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:738)
	at com.ibm.wtp.emf.resource.CompatibilityXMIResourceImpl.load(CompatibilityXMIResourceImpl.java:76)
	at com.ibm.websphere.resource.WASResourceImpl.load(WASResourceImpl.java:60)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:247)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:262)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:346)
	at com.ibm.websphere.resource.WASResourceSetImpl.getResource(WASResourceSetImpl.java:92)
	at com.ibm.ws.runtime.service.ConfigRootImpl.getResource(ConfigRootImpl.java:316)
	at com.ibm.ws.runtime.service.ConfigRootImpl.getResource(ConfigRootImpl.java:289)
	at com.ibm.ws.runtime.service.ConfigRootImpl.getResource(ConfigRootImpl.java:270)
	at com.ibm.ws.runtime.config.BaseServerConfigLocator.initialize(BaseServerConfigLocator.java:28)
	... 10 more
 
com.ibm.ws.exception.ConfigurationError: java.io.FileNotFoundException: C:\Program Files\IBM\WebSphere\AppServer\profiles\default\config\cells\[cell]\nodes\[Node]\servers\server1\server.xml (The system cannot find the path specified)
	at com.ibm.ws.runtime.config.BaseServerConfigLocator.initialize(BaseServerConfigLocator.java:30)
	at com.ibm.ws.runtime.WsServerImpl.bootConfigLocators(WsServerImpl.java:281)
	at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:114)
	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:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:219)
	at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.FileNotFoundException: C:\Program Files\IBM\WebSphere\AppServer\profiles\default\config\cells\[cell]\nodes\[Node]\servers\server1\server.xml (The system cannot find the path specified)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:106)
	at org.eclipse.emf.ecore.resource.impl.URIConverterImpl.createFileInputStream(URIConverterImpl.java:423)
	at org.eclipse.emf.ecore.resource.impl.URIConverterImpl.createInputStream(URIConverterImpl.java:394)
	at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:738)
	at com.ibm.wtp.emf.resource.CompatibilityXMIResourceImpl.load(CompatibilityXMIResourceImpl.java:76)
	at com.ibm.websphere.resource.WASResourceImpl.load(WASResourceImpl.java:60)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:247)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:262)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:346)
	at com.ibm.websphere.resource.WASResourceSetImpl.getResource(WASResourceSetImpl.java:92)
	at com.ibm.ws.runtime.service.ConfigRootImpl.getResource(ConfigRootImpl.java:316)
	at com.ibm.ws.runtime.service.ConfigRootImpl.getResource(ConfigRootImpl.java:289)
	at com.ibm.ws.runtime.service.ConfigRootImpl.getResource(ConfigRootImpl.java:270)
	at com.ibm.ws.runtime.config.BaseServerConfigLocator.initialize(BaseServerConfigLocator.java:28)
	... 10 more
[+][-]01.17.2008 at 05:50PM PST, ID: 20687297

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: IBM Websphere Application Server, Web Servers, Eclipse
Tags: IBM, Websphere Application Server, 6.0, launching server from Eclipse 3.3, [1/17/08 16:29:32:314 EST] 0000000a WsServerImpl E WSVR0100W: An error occurred initializing, com.ibm.ws.runtime.config.BaseServerConfigLocator@dc86eb
Sign Up Now!
Solution Provided By: HonorGod
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628