Newb with a possible bug.. [message #71484] |
Fri, 04 February 2005 04:46  |
Eclipse User |
|
|
|
Originally posted by: steff.tdc.dk
Hi!
I'm not too sure if I've installed Eclipse properly.
I'm using FreeBSD, and have installed with no problems from
ports-collection.
I get this error in the log:
!ENTRY org.eclipse.ui 4 0 Feb 03, 2005 11:53:51.116
!MESSAGE java.lang.ClassCastException
!STACK 0
java.lang.ClassCastException
at
org.epic.core.popupmenus.TogglePerlNatureActionDelegate.setA ctivePart(TogglePerlNatureActionDelegate.java:40)
at
org.eclipse.ui.internal.ObjectPluginAction.setActivePart(Obj ectPluginAction.java:63)
at
org.eclipse.ui.internal.ObjectActionContributor.contributeOb jectActions(ObjectActionContributor.java:108)
at
org.eclipse.ui.internal.ObjectActionContributorManager.contr ibuteObjectActions(ObjectActionContributorManager.java:131)
at
org.eclipse.ui.internal.PopupMenuExtender.addObjectActions(P opupMenuExtender.java:98)
at
org.eclipse.ui.internal.PopupMenuExtender.menuAboutToShow(Po pupMenuExtender.java:119)
at
org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuMan ager.java:286)
at
org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuM anager.java:370)
at org.eclipse.jface.action.MenuManager.access$000(MenuManager. java:38)
at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager .java:383)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:116)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:954)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:978)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:959)
at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:174)
at org.eclipse.swt.widgets.Display.runPopups(Display.java:2621)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2294)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:96)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)
!ENTRY org.eclipse.core.resources 2 1 Feb 03, 2005 11:54:12.552
!MESSAGE Skipping builder com.ibm.sse.model.structuredbuilder for project
RouterAPI. Either the builder is missing from the install, or it belongs
to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Feb 03, 2005 11:54:12.554
!MESSAGE Skipping builder org.eclipse.wst.sse.core.structuredbuilder for
project RouterAPI. Either the builder is missing from the install, or it
belongs to a project nature that is missing or disabled.
I've tried googling for com.ibm.sse.model.structuredbuilder and
org.eclipse.wst.sse.core.structuredbuilder for a while, but without any
luck.
I've grep'ed for structuredbuilder in my eclipse folder but the word
wasn't found anywhere in the folder.
Is this a bug? Do any of you have one or both these two files? If so,
please contact me to setup a way for me to obtain these files - it would
be greatly appriciated!!
/Steffen
|
|
|
Re: Newb with a possible bug.. [message #71712 is a reply to message #71484] |
Fri, 04 February 2005 11:27  |
Eclipse User |
|
|
|
Steffen Schumacher wrote:
> Hi!
>
> I'm not too sure if I've installed Eclipse properly.
>
> I'm using FreeBSD, and have installed with no problems from
> ports-collection.
>
> I get this error in the log:
>
> !ENTRY org.eclipse.ui 4 0 Feb 03, 2005 11:53:51.116
> !MESSAGE java.lang.ClassCastException
> !STACK 0
> java.lang.ClassCastException
> at
> org.epic.core.popupmenus.TogglePerlNatureActionDelegate.setA ctivePart(TogglePerlNatureActionDelegate.java:40)
>
> at
> org.eclipse.ui.internal.ObjectPluginAction.setActivePart(Obj ectPluginAction.java:63)
>
> at
> org.eclipse.ui.internal.ObjectActionContributor.contributeOb jectActions(ObjectActionContributor.java:108)
>
> at
> org.eclipse.ui.internal.ObjectActionContributorManager.contr ibuteObjectActions(ObjectActionContributorManager.java:131)
>
> at
> org.eclipse.ui.internal.PopupMenuExtender.addObjectActions(P opupMenuExtender.java:98)
>
> at
> org.eclipse.ui.internal.PopupMenuExtender.menuAboutToShow(Po pupMenuExtender.java:119)
>
> at
> org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuMan ager.java:286)
> at
> org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuM anager.java:370)
>
> at org.eclipse.jface.action.MenuManager.access$000(MenuManager. java:38)
> at
> org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager .java:383)
> at
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:116)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:954)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:978)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:959)
> at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:174)
> at org.eclipse.swt.widgets.Display.runPopups(Display.java:2621)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2294)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1377)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:254)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)
> at
> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:96)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
> at org.eclipse.core.launcher.Main.run(Main.java:704)
> at org.eclipse.core.launcher.Main.main(Main.java:688)
>
> !ENTRY org.eclipse.core.resources 2 1 Feb 03, 2005 11:54:12.552
> !MESSAGE Skipping builder com.ibm.sse.model.structuredbuilder for
> project RouterAPI. Either the builder is missing from the install, or it
> belongs to a project nature that is missing or disabled.
>
> !ENTRY org.eclipse.core.resources 2 1 Feb 03, 2005 11:54:12.554
> !MESSAGE Skipping builder org.eclipse.wst.sse.core.structuredbuilder for
> project RouterAPI. Either the builder is missing from the install, or it
> belongs to a project nature that is missing or disabled.
>
> I've tried googling for com.ibm.sse.model.structuredbuilder and
> org.eclipse.wst.sse.core.structuredbuilder for a while, but without any
> luck.
> I've grep'ed for structuredbuilder in my eclipse folder but the word
> wasn't found anywhere in the folder.
>
> Is this a bug? Do any of you have one or both these two files? If so,
> please contact me to setup a way for me to obtain these files - it would
> be greatly appriciated!!
>
The last two entries for *structuredbuilder are for the builder that
used to detect Tasks in XML, HTML, JSP, CSS, and DTD files. It was
provided by the Core SSE plugin and disabled in M2. It's a harmless
warning and you can safely ignore it. The builder will be removed
in M3.
--
- Nitin
|
|
|
Powered by
FUDForum. Page generated in 0.02698 seconds