facebook

DebugView failure using 3.8.1/3.8.2 on OSX

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #216719 Reply

    sdaubin
    Member

    I can’t get debug view to work on OSX using the latest MyEclipseIDE. I tried both 3.8.1 and 3.8.2 on Eclipse 3.0 and 3.0.1. The debug view works fine w/out MyEclipse, but after it is installed an error message pops up when I try to open the debug view which says ‘An error occurred while restoring the view: org.eclipse debug.ui.DebugView’.

    I am working with completely fresh installs/workspaces.

    Please help
    -Saxon

    #216729

    Riyad Kalla
    Member

    Saxon,
    Is there any exception trace in your log file (workspace dir\.metadata\.log) that could be related to this? Try and shut down Eclipse, clear your log file, fire it up and try and switch to your debug perspective… then copy the exception in here for us ot look at.

    #216731

    sdaubin
    Member

    Here’s the stack trace:

    !ENTRY org.eclipse.core.runtime 4 2 Oct 03, 2004 09:16:35.350
    !MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.runtime”.
    !STACK 0
    java.lang.NoClassDefFoundError
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:308)
    at java.lang.Class.newInstance(Class.java:261)
    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:141)
    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:124)
    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:113)
    at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:189)
    at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:76)
    at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:287)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:747)
    at org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFactory.java:259)
    at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:516)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:514) at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(ViewFactory.java:102)
    at org.eclipse.ui.internal.WorkbenchPage$1.propertyChange(WorkbenchPage.java:132)
    at org.eclipse.ui.internal.LayoutPart.setVisible(LayoutPart.java:268)
    at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:317)
    at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:564)
    at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:122)
    at org.eclipse.ui.internal.presentations.DefaultPartPresentation.selectPart(DefaultPartPresentation.java:1111)
    at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:946)
    at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:921)
    at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1020)
    at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:383)
    at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:367)
    at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:432)
    at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:155)
    at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:722)
    at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:2775)
    at org.eclipse.ui.internal.WorkbenchPage.busyResetPerspective(WorkbenchPage.java:683)
    at org.eclipse.ui.internal.WorkbenchPage.access$7(WorkbenchPage.java:618)
    at org.eclipse.ui.internal.WorkbenchPage$11.run(WorkbenchPage.java:2387) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.resetPerspective(WorkbenchPage.java:2385)
    at org.eclipse.ui.internal.ResetPerspectiveAction.run(ResetPerspectiveAction.java:83)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866)
    at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1196)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2865)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2535)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
    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:183)
    at org.eclipse.core.launcher.Main.run(Main.java:644)
    at org.eclipse.core.launcher.Main.main(Main.java:628)

    !ENTRY org.eclipse.ui 4 4 Oct 03, 2004 09:16:36.915
    !MESSAGE Unhandled event loop exception

    !ENTRY org.eclipse.ui 4 0 Oct 03, 2004 09:16:36.917
    !MESSAGE java.util.ConcurrentModificationException
    !STACK 0
    java.util.ConcurrentModificationException
    at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:448)
    at java.util.AbstractList$Itr.next(AbstractList.java:419)
    at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:381)
    at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:367)
    at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:432)
    at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:155)
    at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:722)
    at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:2775)
    at org.eclipse.ui.internal.WorkbenchPage.busyResetPerspective(WorkbenchPage.java:683)
    at org.eclipse.ui.internal.WorkbenchPage.access$7(WorkbenchPage.java:618)
    at org.eclipse.ui.internal.WorkbenchPage$11.run(WorkbenchPage.java:2387) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.resetPerspective(WorkbenchPage.java:2385)
    at org.eclipse.ui.internal.ResetPerspectiveAction.run(ResetPerspectiveAction.java:83)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866)
    at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1196)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2865)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2535)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
    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:183)
    at org.eclipse.core.launcher.Main.run(Main.java:644)
    at org.eclipse.core.launcher.Main.main(Main.java:628)

    #216732

    Riyad Kalla
    Member

    Thank you, I’ll ask our Mac OSX guy to have a look.

    #216765

    Scott Anderson
    Participant

    ‘An error occurred while restoring the view: org.eclipse debug.ui.DebugView’.

    That’s not necessarily problematic, as long as you can then open the debug perspective manually and the view reconstitutes itself. However, the ClassNotFoundException *does* look like an installation problem. Are you running on OS/X 10.3? Eclipse will not run consistently on 10.2 and requires 10.3. Also, before installing MyEclipse, please close all the editors and perspectives in your existing workspace, shutdown, install MyEclipse, and then launch it with a *new* workspace. See if it looks OK, and if it does, shut it down and then relaunch with your existing workspace. I’d definately recommend a clean install of 3.0.1 and ME 3.8.2, i nparallel with your current one, to get you going as quickly as possible.

    #216770

    sdaubin
    Member

    I’m running 10.3. Here’s what I did:

    1) Untarred Eclipse 3.0. Opened it with a new workspace. Debug view worked fine.

    2) Closed Eclipse. Installed MyEclipse 3.8.1. Opened it with the workspace that was just created. Got the above exception. Reset the debug perspective. Same exception.

    3) Removed the Eclipse folder entirely. Untarred Eclipse 3.0. Installed MyEclipse 3.8.2. Opened new workspace. Debug perspective crashes with same exception.

    This is definitely a MyEclipseIDE installation issue. I’m using OS 10.3 with all of the Java and security patches and completely fresh installations of Eclipse. As I mentioned before, I tried both Eclipse 3.0 and 3.01 with MyEclipseIDE 3.8.1 and 3.8.2. As long as MyEclipse is installed the debug perspective will not work.
    Thanks
    -Saxon

    #217239

    Scott Anderson
    Participant

    Saxon,

    OK, I have some questions. How did you install MyEclipse? Using the Mac-specific double-click installer or the manual installer?

    Can you clean out the log, restart Eclipse and post the entire log here? Also, can you please post the full configuration available at Help > About Eclipse Platform > Configuration Details?

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: DebugView failure using 3.8.1/3.8.2 on OSX

You must be logged in to post in the forum log in