facebook

Mac OS install crashes

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #227703 Reply

    haobaba1
    Member

    I am having problems getting myeclipse running on my new mini mac. I cleanly installed eclipse version:
    3.1M4

    and myeclipse version:
    3.8.4 Beta-1 for Mac OS/X (1/27/2005)

    The application loads but indiscriminantly crashes, the following is the vm crash log:

    It looks to be an eclipse plugin that is causing the problem, but when I ran eclipse prior to installing myeclipse it did not crash. Any help is greatly appreciated.

    Date/Time: 2005-04-06 21:39:33 -0400
    OS Version: 10.3.8 (Build 7U16)
    Report Version: 2

    Command: java
    Path: /usr/bin/java
    Version: ??? (???)
    PID: 406
    Thread: Unknown

    Link (dyld) error:

    dyld: /usr/bin/java malformed library: /Applications/eclipse/plugins/org.eclipse.core.resources.macosx_3.0.0/os/macosx/ppc/libcore_3_1_0.jnilib (not a Mach-O library file, bad filetype value)

    #227704 Reply

    haobaba1
    Member

    I found this in the .metadata folder log file:

    !SESSION 2005-04-06 21:54:54.140 ———————————————–
    eclipse.buildId=I20041216-2000
    java.version=1.4.2_05
    java.vendor=Apple Computer, Inc.
    BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US
    Framework arguments: -keyring /Users/glloyd/.eclipse_keyring -showlocation
    Command-line arguments: -os macosx -ws carbon -arch ppc -keyring /Users/glloyd/.eclipse_keyring -consoleLog -showlocation

    !ENTRY com.genuitec.eclipse.wizards 1 1 2005-04-06 21:54:54.143
    !MESSAGE Installed snippet library: /Applications/MyEclipse/MyEclipse/eclipse/plugins/com.genuitec.eclipse.wizards_3.8.4/snippets/css_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 1 2005-04-06 21:54:54.331
    !MESSAGE Installed snippet library: /Applications/MyEclipse/MyEclipse/eclipse/plugins/com.genuitec.eclipse.wizards_3.8.4/snippets/forms_lists_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 1 2005-04-06 21:54:54.439
    !MESSAGE Installed snippet library: /Applications/MyEclipse/MyEclipse/eclipse/plugins/com.genuitec.eclipse.wizards_3.8.4/snippets/html_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 1 2005-04-06 21:54:54.526
    !MESSAGE Installed snippet library: /Applications/MyEclipse/MyEclipse/eclipse/plugins/com.genuitec.eclipse.wizards_3.8.4/snippets/htmlform_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 1 2005-04-06 21:54:54.648
    !MESSAGE Installed snippet library: /Applications/MyEclipse/MyEclipse/eclipse/plugins/com.genuitec.eclipse.wizards_3.8.4/snippets/javascript_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 1 2005-04-06 21:54:54.763
    !MESSAGE Installed snippet library: /Applications/MyEclipse/MyEclipse/eclipse/plugins/com.genuitec.eclipse.wizards_3.8.4/snippets/jsf_f_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 1 2005-04-06 21:54:54.877
    !MESSAGE Installed snippet library: /Applications/MyEclipse/MyEclipse/eclipse/plugins/com.genuitec.eclipse.wizards_3.8.4/snippets/jsf_h_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 1 2005-04-06 21:54:55.30
    !MESSAGE Installed snippet library: /Applications/MyEclipse/MyEclipse/eclipse/plugins/com.genuitec.eclipse.wizards_3.8.4/snippets/struts_bean_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 1 2005-04-06 21:54:55.150
    !MESSAGE Installed snippet library: /Applications/MyEclipse/MyEclipse/eclipse/plugins/com.genuitec.eclipse.wizards_3.8.4/snippets/struts_html_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 1 2005-04-06 21:54:55.278
    !MESSAGE Installed snippet library: /Applications/MyEclipse/MyEclipse/eclipse/plugins/com.genuitec.eclipse.wizards_3.8.4/snippets/struts_logic_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 1 2005-04-06 21:54:55.383
    !MESSAGE Installed snippet library: /Applications/MyEclipse/MyEclipse/eclipse/plugins/com.genuitec.eclipse.wizards_3.8.4/snippets/struts_tiles_snippets.xml

    !ENTRY org.eclipse.ui 4 4 2005-04-06 21:55:19.89
    !MESSAGE Unhandled event loop exception

    !ENTRY org.eclipse.ui 4 0 2005-04-06 21:55:19.92
    !MESSAGE 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
    !STACK 0
    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:1586)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.text.Bidi.<clinit>(Bidi.java:53)
    at org.eclipse.draw2d.text.BidiProcessor.process(BidiProcessor.java:154)
    at org.eclipse.draw2d.text.BlockFlow.validate(BlockFlow.java:197)
    at org.eclipse.draw2d.text.FlowPage.validate(FlowPage.java:138)
    at org.eclipse.draw2d.text.FlowPage.getPreferredSize(FlowPage.java:81)
    at org.eclipse.draw2d.BorderLayout.calculatePreferredSize(BorderLayout.java:155)
    at org.eclipse.draw2d.AbstractLayout.getPreferredSize(AbstractLayout.java:93)
    at org.eclipse.draw2d.AbstractHintLayout.getPreferredSize(AbstractHintLayout.java:86)
    at org.eclipse.draw2d.Figure.getPreferredSize(Figure.java:698)
    at org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure.getMinimumSize(DrawerFigure.java:313)
    at org.eclipse.draw2d.ToolbarLayout.calculateChildrenSize(ToolbarLayout.java:96)
    at org.eclipse.draw2d.ToolbarLayout.calculateMinimumSize(ToolbarLayout.java:131)
    at org.eclipse.draw2d.AbstractHintLayout.getMinimumSize(AbstractHintLayout.java:69)
    at org.eclipse.draw2d.Figure.getMinimumSize(Figure.java:670)
    at org.eclipse.draw2d.StackLayout.calculateMinimumSize(StackLayout.java:44)
    at org.eclipse.draw2d.AbstractHintLayout.getMinimumSize(AbstractHintLayout.java:69)
    at org.eclipse.draw2d.Figure.getMinimumSize(Figure.java:670)
    at org.eclipse.draw2d.ViewportLayout.calculatePreferredSize(ViewportLayout.java:65)
    at org.eclipse.draw2d.AbstractLayout.getPreferredSize(AbstractLayout.java:93)
    at org.eclipse.draw2d.AbstractHintLayout.getPreferredSize(AbstractHintLayout.java:86)
    at org.eclipse.draw2d.Figure.getPreferredSize(Figure.java:698)
    at org.eclipse.draw2d.ScrollPaneSolver.solve(ScrollPaneSolver.java:76)
    at org.eclipse.draw2d.FigureCanvas.layoutViewport(FigureCanvas.java:222)
    at org.eclipse.draw2d.FigureCanvas.access$4(FigureCanvas.java:220)
    at org.eclipse.draw2d.FigureCanvas$3.notifyValidating(FigureCanvas.java:185)
    at org.eclipse.draw2d.UpdateManager.fireValidating(UpdateManager.java:100)
    at org.eclipse.draw2d.DeferredUpdateManager.validateFigures(DeferredUpdateManager.java:266)
    at org.eclipse.draw2d.DeferredUpdateManager.performUpdate(DeferredUpdateManager.java:143)
    at org.eclipse.draw2d.LightweightSystem.controlResized(LightweightSystem.java:146)
    at org.eclipse.draw2d.LightweightSystem$3.controlResized(LightweightSystem.java:122)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:148)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1232)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1256)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1237)
    at org.eclipse.swt.widgets.Scrollable.setBounds(Scrollable.java:344)
    at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:750)
    at org.eclipse.swt.widgets.Control.setBounds(Control.java:2068)
    at org.eclipse.swt.layout.FillLayout.layout(FillLayout.java:159)
    at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:886)
    at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:753)
    at org.eclipse.swt.widgets.Control.setBounds(Control.java:2068)
    at org.eclipse.swt.layout.FillLayout.layout(FillLayout.java:159)
    at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:886)
    at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:753)
    at org.eclipse.swt.widgets.Control.setBounds(Control.java:2068)
    at org.eclipse.swt.widgets.Control.setBounds(Control.java:2095)
    at org.eclipse.ui.internal.LayoutPart.setBounds(LayoutPart.java:319)
    at org.eclipse.ui.internal.presentations.PresentablePart.setBounds(PresentablePart.java:118)
    at org.eclipse.ui.internal.presentations.newapi.PresentablePartFolder.layoutContent(PresentablePartFolder.java:131)
    at org.eclipse.ui.internal.presentations.newapi.PresentablePartFolder.access$0(PresentablePartFolder.java:127)
    at org.eclipse.ui.internal.presentations.newapi.PresentablePartFolder$1.controlMoved(PresentablePartFolder.java:57)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:152)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1232)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1256)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1237)
    at org.eclipse.swt.widgets.Scrollable.setBounds(Scrollable.java:340)
    at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:750)
    at org.eclipse.swt.widgets.Control.setBounds(Control.java:2068)
    at org.eclipse.swt.custom.ViewFormLayout.layout(ViewFormLayout.java:183)
    at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:886)
    at org.eclipse.swt.widgets.Composite.layout(Composite.java:624)
    at org.eclipse.swt.widgets.Composite.layout(Composite.java:589)
    at org.eclipse.swt.custom.ViewForm.setTopLeft(ViewForm.java:398)
    at org.eclipse.ui.internal.presentations.PaneFolder.setTopLeft(PaneFolder.java:359)
    at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder.setSelectedInfo(DefaultTabFolder.java:285)
    at org.eclipse.ui.internal.presentations.newapi.PresentablePartFolder.initTab(PresentablePartFolder.java:346)
    at org.eclipse.ui.internal.presentations.newapi.PresentablePartFolder.select(PresentablePartFolder.java:282)
    at org.eclipse.ui.internal.presentations.newapi.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
    at org.eclipse.ui.internal.presentations.newapi.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:381)
    at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1034)
    at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1008)
    at org.eclipse.ui.internal.PartStack.presentationSelectionChanged(PartStack.java:724)
    at org.eclipse.ui.internal.PartStack.access$0(PartStack.java:710)
    at org.eclipse.ui.internal.PartStack$1.selectPart(PartStack.java:92)
    at org.eclipse.ui.internal.presentations.newapi.TabbedStackPresentation$1.handleEvent(TabbedStackPresentation.java:116)
    at org.eclipse.ui.internal.presentations.newapi.AbstractTabFolder.fireEvent(AbstractTabFolder.java:263)
    at org.eclipse.ui.internal.presentations.newapi.AbstractTabFolder.fireEvent(AbstractTabFolder.java:272)
    at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder.access$1(DefaultTabFolder.java:1)
    at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder$2.handleEvent(DefaultTabFolder.java:81)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1232)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1256)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1241)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1089)
    at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3143)
    at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1927)
    at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:287)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1232)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1256)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1241)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1089)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2900)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2568)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1569)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1540)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:285)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:220)
    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:185)
    at org.eclipse.core.launcher.Main.run(Main.java:710)
    at org.eclipse.core.launcher.Main.main(Main.java:694)

    #227735 Reply

    Riyad Kalla
    Member

    This is a Eclipse SWT issue on Mac. I will check with the devs to see if there is a workaround.

    #227741 Reply

    Riyad Kalla
    Member

    I checked with our dev and this is actually a Draw2D issue on Mac that causes it to die with Eclipse 3.1, base Eclipse install doesn’t use Draw2D/GEF but MyEclipse does, that is why it dies with MyEclipse is installed. You will have to either downgrade to Eclipse 3.0.2 and MyEclipse 3.8.4 STABLE OR you can wait a few days for us to release our Eclipse 3.1M6 compatible build, hopefully that will work.

    #227752 Reply

    haobaba1
    Member

    Thanks for the info I will downgrade. You guys may want to change the info on the download page that points to the versions I installed.

    #227756 Reply

    haobaba1
    Member

    I hate to be a PIA, but could you provide me with links to the eclipse and myeclipse versions which are compatible and work with MAC OS

    Thanks.

    #227759 Reply

    Riyad Kalla
    Member
    #227786 Reply

    haobaba1
    Member

    I give up.

    #228244 Reply

    noordm
    Member

    Dear Support,

    I get a similar error when trying to edit struts-config.xml

    My platform is:

    Apple Powerbook G4 1 GHz 512 MB SDRAM 1MB L3 Cache
    OS-X Version 10.3.8
    Eclipse Version: 3.0.2
    Build id: 200503110845

    MyEclipse version 3.8.4. GA for Mac OS/X (1/27/2005)

    Please let me know how I get the error fixed and continue with the development using MyEclipse.

    I do not have any issues with my OS or other applications and Eclipse plugins.

    !ENTRY org.eclipse.ui 4 0 Apr 15, 2005 18:57:54.86
    !MESSAGE 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
    !STACK 0
    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:1586)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    ….

    Regards
    M.Noordeen

    #228261 Reply

    Riyad Kalla
    Member

    M. Noordeen,
    All I can suggest at this point (until the Eclipse team fixes the bug) is to try the Eclipse 3.1M6 SDK release with MyEclipse 3.8.4 Beta for M6 and see if that works. There is nothing we can do to work around or fix this issue until it is fixed in the base platform unfortunately.

Viewing 10 posts - 1 through 10 (of 10 total)
Reply To: Mac OS install crashes

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