Ticket #29 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

OTDT launch fails on Mac OS Leopard

Reported by: stephan Owned by:
Priority: blocker Milestone: OTDT_1.1.5
Component: third-party Version: 1.1.4
Keywords: Cc:

Description

When launching the OTDT on Mac OS 10.5 (aka Leopard) eclipse terminates shortly after showing the splash screen with the following error:

2007-11-28 11:18:58.977 eclipse[168:10b] Apple AWT Java VM was loaded  
on first thread -- can't start AWT.
Exception in thread "Thread-2" java.lang.InternalError: Can't start  
the AWT because Java was started on the first thread.  Make sure  
StartOnFirstThread is not specified in your application's Info.plist  
or on the command line
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1822)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1723)
        at java.lang.Runtime.loadLibrary0(Runtime.java:822)
        at java.lang.System.loadLibrary(System.java:993)
        at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
        at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
        at java.awt.EventQueue.<clinit>(EventQueue.java:80)
        at org.objectteams.Team.isActive(Team.java:236)
        at org.objectteams.Team.isActive(Team.java:227)
        at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.createPartControl(PackageExplorerPart.java)
        at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:370)
        at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:227)
        at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
        at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:299)
        at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:531)
        at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:179)
        at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
        at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
        at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:400)
        at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)
        at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209)
        at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1604)
        at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:649)
        at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:576)
        at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:564)
        at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:270)
        at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:931)
        at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2515)
        at org.eclipse.ui.internal.WorkbenchWindow$23.run(WorkbenchWindow.java:2837)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
        at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2818)
        at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:735)
        at org.eclipse.ui.internal.Workbench$20.runWithException(Workbench.java:1023)
        at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3214)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2958)
        at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:801)
        at org.eclipse.ui.internal.Workbench$25.runWithException(Workbench.java:1342)
        at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3214)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2958)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2309)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
        at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
        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:585)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1173)

Change History

Changed 4 years ago by stephan

  • status changed from new to closed
  • resolution set to fixed
  • summary changed from OTDT launch failes on Mac OS Leopard to OTDT launch fails on Mac OS Leopard

Appearently this is an instance of  Eclipse bug #199020 (which in turn is based on known problems with the AWT/SWT/Mac combination).

OTDT 1.1.5 will contain the new binary attached in the above bugzilla.

Note: See TracTickets for help on using tickets.