- This topic has 4 replies, 2 voices, and was last updated 20 years, 8 months ago by
dealbe.
-
AuthorPosts
-
dealbeMemberWhen I try to start WebSphere 5.0 from eclipse I get an error . I need help determining what the root cause is.
System Setup ——————————-
Operating System and version:Windows 2000
Eclipse version: 3.01
Eclipse build id: 200409161125
Fresh Eclipse install (y/n): Y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 8
MyEclipse version: 3.8.1
Eclipse JDK version: j2sdk1.4.2
Application Server JDK version: JDK1.3.1
Are there any exceptions in the Eclipse log file?[10/11/04 10:43:38:021 EDT] 1e0be38 WsServer E WSVR0008E: Error encountered reading META-INF/ws-server-components.xml
com.ibm.ws.exception.ConfigurationError
at com.ibm.ws.runtime.service.ComponentManagerImpl.load(ComponentManagerImpl.java:68)
at com.ibm.ws.runtime.service.ComponentManagerImpl.<init>(ComponentManagerImpl.java:51)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:109)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:232)
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:324)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
Caused by: org.xml.sax.SAXException: System property org.xml.sax.driver not specified
at org.xml.sax.helpers.XMLReaderFactory.createXMLReader(XMLReaderFactory.java:90)
at com.ibm.ws.runtime.service.ComponentManagerImpl.load(ComponentManagerImpl.java:66)
… 8 more
—- Begin backtrace for nested exception
org.xml.sax.SAXException: System property org.xml.sax.driver not specified
at org.xml.sax.helpers.XMLReaderFactory.createXMLReader(XMLReaderFactory.java:90)
at com.ibm.ws.runtime.service.ComponentManagerImpl.load(ComponentManagerImpl.java:66)
at com.ibm.ws.runtime.service.ComponentManagerImpl.<init>(ComponentManagerImpl.java:51)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:109)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:232)
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:324)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)[10/11/04 10:43:38:099 EDT] 1e0be38 WsServer E WSVR0009E: Error occurred during startup
October 11, 2004 at 11:53 am #217388
Scott AndersonParticipantApplication Server JDK version: JDK1.3.1
Please be sure you’re running WebSphere with the IBM JDK that ships with it. IBM severely modifies their JDK’s and WebSphere will not run with a Sun JDK at all. This sounds like what you’re seeing.
October 11, 2004 at 2:19 pm #217399
dealbeMemberI have not modified the version that shipped with WebSphere. As far as I can tell that is the version that shipped with WebSphere.
October 15, 2004 at 10:50 am #217751
Scott AndersonParticipantI have not modified the version that shipped with WebSphere.
I just wanted to be sure you had configured the WebSphere server connector to point to IBM’s JDK on the preference page at Window > Preferences > Application Servers > WebSphere 5 > JDK. Could you reverify that?
Is this WAS 5.0 Advanced Server, that is configured with a database, rather than a server-config.xml file?
October 15, 2004 at 11:40 am #217761
dealbeMemberThat was exactly the problem! Thanks.
-
AuthorPosts