For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 10 replies, 5 voices, and was last updated 21 years, 7 months ago by
Diego Armando Gómez.
-
AuthorPosts
-
RameshNarayananMemberI installed eclipse3.0M8 and MyEclipse3.7.2
When i start websphere throurgh My Eclipse I am getting error like…
Loaded com.ibm.ejs.ras.TraceNLS]
[Loaded com.ibm.ws.runtime.runtime]
[Loaded com.ibm.ws.runtime.runtime_en]
[7/7/04 13:16:23:751 IST] 3c7e1083 WsServer E WSVR0100W: An error occurred initializing, com.ibm.ws.runtime.config.BaseServerConfigLocator@44729086
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(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
at java.lang.reflect.Method.invoke(Method.java:386)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
Caused by: java.io.FileNotFoundException: D:\Program Files\WebSphere\AppServer\config\cells\RMZ08D01.cts.com\nodes\RMZ08D01.cts.com\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:123)
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: D:\Program Files\WebSphere\AppServer\config\cells\RMZ08D01.cts.com\nodes\RMZ08D01.cts.com\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:123)
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(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
at java.lang.reflect.Method.invoke(Method.java:386)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)[7/7/04 13:16:23:829 IST] 3c7e1083 WsServer E WSVR0009E: Error occurred during startup
217981 micro seconds to Initialize the JVM
Entry point Java class: ‘com.ibm.ws.bootstrap.WSLauncher’
Number of arguments : 5
—- Argument list —-
argv[ 0] : ‘com.ibm.ws.runtime.WsServer’
argv[ 1] : ‘D:\Program Files\WebSphere\AppServer/config’
argv[ 2] : ‘RMZ08D01.cts.com’
argv[ 3] : ‘RMZ08D01.cts.com’
argv[ 4] : ‘server1’Pl give me a solution for this!
-Ramesh
July 7, 2004 at 6:45 am #209482
support-michaelKeymasterEclipse can be tempermental in how it takes an upgrade. With Eclipse shutdown, delete the “configuration” directory under your <install dir>/eclipse folder. The restart and see if the problem is cleared.
July 7, 2004 at 7:33 am #209485
RameshNarayananMemberI am getting same error.
But my \workspace\.metadata\.log file shows like…!SESSION Jul 07, 2004 17:56:40.849 ———————————————
java.version=1.4.2_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
!ENTRY org.eclipse.osgi Jul 07, 2004 17:56:40.849
!MESSAGE Bundle reference:file:d:/eclipse/plugins/org.eclipse.debug.ui_3.0.0/ [19] was not resolved
!ENTRY org.eclipse.osgi Jul 07, 2004 17:56:40.849
!MESSAGE Bundle reference:file:d:/eclipse/plugins/org.eclipse.jdt.debug_3.0.0/ [28] was not resolvedJuly 7, 2004 at 8:16 am #209486
Scott AndersonParticipantRamesh,
The error you’re reporting looks like a general websphere config problem. We’ve run down several of them before so please see if these threads are helpful to you:
http://myeclipseide.com/PNphpBB2+file-viewtopic-t-2502-highlight-wslauncher.html
http://myeclipseide.com/PNphpBB2+file-viewtopic-t-2458-highlight-wslauncher.html
http://myeclipseide.com/PNphpBB2+file-viewtopic-t-2102-highlight-wslauncher.html
http://myeclipseide.com/PNphpBB2+file-viewtopic-t-131-highlight-wslauncher.htmlAlso, please be sure you’re launching WebSphere specifically with the IBM JDK shipped with it by adding it to the JDK preference page at Window > Preferences > MyEclipse > Application Servers > Websphere > JDK.
Also please note the Eclipse 3.0 M8 was an extremely buggy milestone release. You’d really be much better off overall on 3.0 final and MyEclipse 3.8 Beta 1.
July 8, 2004 at 7:54 am #209544
RameshNarayananMemberHi SCOTT,
Now i am using Eclipse3.0M9 and ME3.8B1 but i am still getting some classNotFoundError.
It shows like…
7/8/04 18:19:30:708 IST] 3c7d64ca WsServer E WSVR0100W: An error occurred initializing, com.ibm.ws.runtime.config.BaseServerConfigLocator@11a4cb
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(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
at java.lang.reflect.Method.invoke(Method.java:386)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
Caused by: java.io.FileNotFoundException: D:\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>(FileInputStream.java:123)
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: D:\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>(FileInputStream.java:123)
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(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
at java.lang.reflect.Method.invoke(Method.java:386)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)[7/8/04 18:19:30:833 IST] 3c7d64ca WsServer E WSVR0009E: Error occurred during startup
I am using IBM JDK ony.
-Ramesh.N
July 9, 2004 at 9:15 pm #209629
Scott AndersonParticipantjava.io.FileNotFoundException: D:\Program Files\WebSphere\AppServer\config\cells\localhost\nodes\localhost\servers\server1\server.xml
Does this file exist? Is Eclipse/MyEclipse also installed on drive D:?
July 10, 2004 at 12:26 am #209643
Riyad KallaMemberRamesh,
I’d also suggest you upgrade to Eclipse 3.0 Final, instead of using M9… 100s of bug fixes difference between the two releases.January 3, 2005 at 4:14 pm #222124
Diego Armando GómezMemberdiegomez,
change
Window > Preferences > MyEclipse > Application Servers > Websphere > Host name =localhost.
by
Host name = DefaultNodeJanuary 3, 2005 at 4:14 pm #222125
Diego Armando GómezMemberdiegomez,
change
Window > Preferences > MyEclipse > Application Servers > Websphere > Host name =localhost.
by
Host name = DefaultNodeJanuary 3, 2005 at 4:14 pm #222126
Diego Armando GómezMemberdiegomez,
change
Window > Preferences > MyEclipse > Application Servers > Websphere > Host name =localhost.
by
Host name = DefaultNodeJanuary 3, 2005 at 4:14 pm #222127
Diego Armando GómezMemberdiegomez,
change
Window > Preferences > MyEclipse > Application Servers > Websphere > Host name =localhost.
by
Host name = DefaultNode -
AuthorPosts
