Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Can't start Eclipse 2.1 on Win2k, Java2 SDK 1.4.1_01 -- DocumentBuilderFactoryImpl not found

javax.xml.parsers.FactoryConfigurationError: Provider
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not
found
	at
javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:99)


My .metadata/.log file contains:
!SESSION
----------------------------------------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 May 02, 2003
11:27:20.962
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.reflect.InvocationTargetException
	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
org.eclipse.core.launcher.Main.basicRun(Main.java:291)
	at org.eclipse.core.launcher.Main.run(Main.java:747)
	at org.eclipse.core.launcher.Main.main(Main.java:583)
Caused by: java.lang.reflect.InvocationTargetException
	at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:848)
	at
org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
	... 7 more
Caused by:
javax.xml.parsers.FactoryConfigurationError: Provider
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not
found
	at
javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:99)
	at
org.eclipse.ui.XMLMemento.createReadRoot(XMLMemento.java:86)
	at
org.eclipse.ui.XMLMemento.createReadRoot(XMLMemento.java:64)
	at
org.eclipse.ui.internal.Workbench$12.run(Workbench.java:1097)
	at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:889)
	at
org.eclipse.core.runtime.Platform.run(Platform.java:413)
	at
org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState(Workbench.java:1093)
	at
org.eclipse.ui.internal.Workbench.init(Workbench.java:870)
	at
org.eclipse.ui.internal.Workbench.run(Workbench.java:1373)
	at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
	... 8 more

Thank you for your help.


__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com


Back to the top