Unable to create view ID / java.lang.ClassNotFoundException [message #303491] |
Tue, 16 May 2006 10:57  |
Eclipse User |
|
|
|
Originally posted by: newsgroups.pellaton.li
Hi
In an RCP application I have a perspective that consists of views only,
the editor area is hidden. On the top I have a view which exports it's
selection as IStructuredSelection. Below it I have four stacked views
that are all listeners to the top view and that display data according
to the selection above.
When the workbench is restored, I get the following Warning/Exceptions -
always on the view which was active just before shutdown:
[org.eclipse.ui.workbench] org.eclipse.ui.workbench -
org.eclipse.core.runtime - 1 - Unable to create view ID XXview: Plug-in
XXlist was unable to load class XXView.
java.lang.ClassNotFoundException: XXView
at ...BundleLoader.findClass(BundleLoader.java:405)
at ...BundleLoader.findClass(BundleLoader.java:350)
....
and then later on in the trace:
ERROR [org.eclipse.ui.workbench] org.eclipse.ui.workbench -
org.eclipse.ui - 0 - Warning: Detected recursive attempt by part XXview
to create itself (this is probably, but not necessarily, a bug)
org.eclipse.ui.PartInitException: Warning: Detected recursive attempt by
part XXview to create itself (this is probably, but not necessarily, a bug)
at ...WorkbenchPartReference.getPart(WorkbenchPartReference.jav a:543)
....
When I clean the workspace on startup, everything works fine.
Hope somebody has an idea...
Thanks
Michael Pellaton
|
|
|
|
Powered by
FUDForum. Page generated in 0.03699 seconds