Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Error when launching "Run Test Configuration" - Plug-in Development
Error when launching "Run Test Configuration" - Plug-in Development [message #170669] Mon, 15 December 2003 17:28
Eclipse UserFriend
Originally posted by: tshilgen.hewitt.com

I've been working on building a plug-in in Eclipse. The launching of the
runtime workspace had been working well for both testing and using the
debugger.I had run the normal "Run Test Configuration" several times
within the Eclipse session without an error. Midway through the session, I
started receiving the following messages in the console:

Unable to find element factory:
org.eclipse.ui.internal.model.ResourceFactory
Unable to restore pagee - cannot instantiate input factory:
org.eclipse.ui.internal.model.ResourceFactory
Unable to create default perspective - constructor failed.

The following information is from the .log file in the runtime-workspace
directory:

Command-line arguments: -pdelaunch -dev bin -feature org.eclipse.platform
-data d:\eclipse_projects\runtime-workspace -os win32 -ws win32 -arch x86
-nl en_US -configuration
file:d:/eclipse_projects/workspace/.metadata/.plugins/org.ec lipse.pde.core/d__eclipse_projects_runtime-workspace/platfor m.cfg
-install file:D:/eclipse/
!ENTRY org.eclipse.ui 4 4 Dec 15, 2003 16:10:30.115
!MESSAGE Unable to find element factory:
org.eclipse.ui.internal.model.ResourceFactory
!ENTRY org.eclipse.ui 4 4 Dec 15, 2003 16:10:30.175
!MESSAGE Unable to restore pagee - cannot instantiate input factory:
org.eclipse.ui.internal.model.ResourceFactory
!ENTRY org.eclipse.ui 4 4 Dec 15, 2003 16:10:30.365
!MESSAGE Unable to create default perspective - constructor failed.
!ENTRY org.eclipse.ui.workbench 4 2 Dec 15, 2003 16:10:30.405
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.ui.workbench".
!STACK 0
java.lang.NullPointerException
at
org.eclipse.ui.internal.WorkbenchWindow.restoreState(Workben chWindow.java:1364)
at org.eclipse.ui.internal.Workbench.restoreState(Workbench.jav a:1263)
at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1 223)
at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:1141 )
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:1006)
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(Intern alBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at java.lang.reflect.Method.invoke(Native Method)
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)
Previous Topic:Unable to start Eclipse?
Next Topic:"Basic" view category's id?
Goto Forum:
  


Current Time: Sat May 10 19:25:33 EDT 2025

Powered by FUDForum. Page generated in 0.02577 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top