Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Runtime Xerces problem

Hi,

I get this error when I launch the RunAs - RuntimeWorkbench and try to create a project. It seems like my runtime config is messed up. The plugins in the workspace behave normally. If I don't select the "clean the runtime workspace data ", I see the same DocumentBuilderFactoryImpl not found error and the launch hangs.

Any ideas on what has gone wrong ?

thanks,
-Anou



!ENTRY org.eclipse.ui 4 4 Apr 07, 2003 14:49:11.369
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Apr 07, 2003 14:49:11.379
!MESSAGE Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
!STACK 0
javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:99) at org.eclipse.jdt.internal.launching.VMDefinitionsContainer.parseXMLIntoContainer(VMDefinitionsContainer.java:429) at org.eclipse.jdt.internal.launching.LaunchingPlugin.processVMPrefsChanged(LaunchingPlugin.java:340) at org.eclipse.jdt.internal.launching.LaunchingPlugin.propertyChange(LaunchingPlugin.java:271) at org.eclipse.core.runtime.Preferences.firePropertyChangeEvent(Preferences.java:578)
	at org.eclipse.core.runtime.Preferences.setValue(Preferences.java:1181)
at org.eclipse.jdt.launching.JavaRuntime.saveVMDefinitions(JavaRuntime.java:1103) at org.eclipse.jdt.launching.JavaRuntime.detectAndSaveVMDefinitions(JavaRuntime.java:1282) at org.eclipse.jdt.launching.JavaRuntime.initializeVMConfiguration(JavaRuntime.java:1162) at org.eclipse.jdt.launching.JavaRuntime.initializeVMTypes(JavaRuntime.java:232) at org.eclipse.jdt.launching.JavaRuntime.getDefaultVMId(JavaRuntime.java:410) at org.eclipse.jdt.launching.JavaRuntime.getDefaultVMInstall(JavaRuntime.java:357) at org.eclipse.jdt.internal.launching.JavaClasspathVariablesInitializer.initialize(JavaClasspathVariablesInitializer.java:36)
	at org.eclipse.jdt.core.JavaCore$2.run(JavaCore.java:947)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:852)
	at org.eclipse.core.runtime.Platform.run(Platform.java:413)
	at org.eclipse.jdt.core.JavaCore.getClasspathVariable(JavaCore.java:942)
at org.eclipse.pde.internal.core.PluginPathUpdater.getJREPath(PluginPathUpdater.java:334) at org.eclipse.pde.internal.ui.wizards.project.ProjectStructurePage.getJREPath(ProjectStructurePage.java:339) at org.eclipse.pde.internal.ui.wizards.project.ProjectStructurePage.getStructureData(ProjectStructurePage.java:352) at org.eclipse.pde.internal.ui.wizards.project.ProjectCodeGeneratorsPage$2.createWizard(ProjectCodeGeneratorsPage.java:133) at org.eclipse.pde.internal.ui.wizards.WizardNode.getWizard(WizardNode.java:44) at org.eclipse.jface.wizard.WizardSelectionPage.getNextPage(WizardSelectionPage.java:90) at org.eclipse.pde.internal.ui.wizards.project.ProjectCodeGeneratorsPage.getNextPage(ProjectCodeGeneratorsPage.java:156)
	at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:639)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:304)
	at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:398)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:87)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:561)
	at org.eclipse.jface.window.Window.open(Window.java:541)
	at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:97)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:769)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:411) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:365) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:356) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:48)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1446)
	at org.eclipse.ui.internal.Workbench.run(Workbench.java:1429)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
	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:247)
	at org.eclipse.core.launcher.Main.run(Main.java:703)
	at org.eclipse.core.launcher.Main.main(Main.java:539)


_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail



Back to the top