- This topic has 5 replies, 4 voices, and was last updated 18 years, 10 months ago by Scott Anderson.
-
AuthorPosts
-
bhoylmaMember– System Setup ——————————-
Operating System and version: MSWindows XP, SP2
Eclipse Version: 3.2.0
Eclipse Build id: I20060105-0800
Fresh Eclipse install (y/n): y
Other installed external plugins: none
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: none
MyEclipse Version: 4.0.200 M2
MyEclipse Build id: 20051205-4.1-Milestone2
Eclipse JDK version: 1.4_08
Application Server JDK version: 1.4_05
Are there any exceptions in the Eclipse log file? Yes. See below– Message Body ——————————-
From any pespective, switching to debug perspective causes the following error, complete with a ‘An error has occured’ popup. This also occurs while stepping through source when in debug mode. Eclipse people says it’s a Genuitec error, and an annoying one at that. Questions/comments? Let me know. Peace.
!ENTRY org.eclipse.ui.workbench 4 2 2006-01-20 00:55:53.234
!MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.ui.workbench”.
!STACK 0
java.lang.NoSuchMethodError: org.eclipse.debug.internal.ui.views.launch.LaunchView.redoSourceLookup()V
at com.genuitec.eclipse.wdt.jsp.debug.JSPBreakpointListener.ā(Unknown Source)
at com.genuitec.eclipse.wdt.jsp.debug.JSPBreakpointListener.perspectiveActivated(Unknown Source)
at org.eclipse.ui.internal.PerspectiveListenerList$1.run(PerspectiveListenerList.java:72)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:785)
at org.eclipse.ui.internal.PerspectiveListenerList.fireEvent(PerspectiveListenerList.java:57)
at org.eclipse.ui.internal.PerspectiveListenerList.firePerspectiveActivated(PerspectiveListenerList.java:70)
at org.eclipse.ui.internal.WorkbenchWindow.firePerspectiveActivated(WorkbenchWindow.java:1183)
at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3037)
at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:916)
at org.eclipse.ui.internal.WorkbenchPage.access$12(WorkbenchPage.java:901)
at org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.java:3156)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3154)
at org.eclipse.ui.internal.PerspectiveBarContributionItem.select(PerspectiveBarContributionItem.java:122)
at org.eclipse.ui.internal.PerspectiveBarContributionItem$1.widgetSelected(PerspectiveBarContributionItem.java:91)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:914)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3285)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2905)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1764)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1728)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:398)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338)
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Riyad KallaMemberEclipse 3.2 is not supported at this time, but I have filed your bug for investigation.
GregMemberLike Riyad stated we don’t yet support Eclipse version 3.2.0.
But also here is another problem:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: none
You must install the full SDK of Eclipse version 3.1.X.
Here is the download link you can use to obtain the correct copy of Eclipse.
http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.1.1-200509290840/eclipse-SDK-3.1.1-win32.zip
bhoylmaMemberNumber of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 3 folders, 4 jars
I thought you were referring to whether or not I had installed any *additional* PDE plugin functionality. Sorry for the misleading information.
Thanks for your time.
bhoylmaMember3 folders, 5 jars
Geez … wonder how I got to work this morning 😐
Scott AndersonParticipantGeez … wonder how I got to work this morning 😐
Although we don’t currently support the 3.2 milestone builds, you’ll likely find that many parts of MyEclipse opperate fine. Unfortunately, there will likely be other areas that do not. It will simply be hit and miss until we bein producing a build for 3.2 later this year.
-
AuthorPosts