- This topic has 1 reply, 2 voices, and was last updated 21 years, 1 month ago by Scott Anderson.
-
AuthorPosts
-
thanh nguyenMemberHi,
I am using Eclipse 2.1.1.
Websphere JDK is 1.4.1.Starting websphere in MyEclipse gives the exception:
[10/17/03 15:40:23:765 EDT] 1e4457d 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/17/03 15:40:23:859 EDT] 1e4457d WsServer E WSVR0009E: Error occurred during startup
Could you help me fix this ???
thx
tom.
Scott AndersonParticipantI’m closing this one as a duplicat of the one you posted later on the Installation forum.
–Scott
MyEclipse Support -
AuthorPosts