Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 221709 - Standalone installer wont launch on OS X
Summary: Standalone installer wont launch on OS X
Status: RESOLVED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: p2 (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: 3.4 M6   Edit
Assignee: Pascal Rapicault CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-06 14:03 EST by Kim Horne CLA
Modified: 2008-03-06 14:41 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kim Horne CLA 2008-03-06 14:03:31 EST
I200803051100

The standalone installer wont launch.  I get the following in my configuration directory:

!SESSION 2008-03-06 14:01:57.904 -----------------------------------------------
eclipse.buildId=@build@
java.version=1.5.0_13
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
Framework arguments:  -keyring /Users/kim/.eclipse_keyring -showlocation
Command-line arguments:  -os macosx -ws carbon -arch x86 -keyring /Users/kim/.eclipse_keyring -consoleLog -showlocation

!ENTRY org.eclipse.osgi 4 0 2008-03-06 14:01:58.404
!MESSAGE Bundle org.eclipse.swt.win32.win32.x86 not found.

!ENTRY org.eclipse.osgi 4 0 2008-03-06 14:01:58.405
!MESSAGE Bundle org.eclipse.swt.gtk.linux.x86 not found.

!ENTRY org.eclipse.osgi 4 0 2008-03-06 14:01:58.406
!MESSAGE Bundle org.eclipse.swt.carbon.macosx.ppc not found.

!ENTRY org.eclipse.osgi 4 0 2008-03-06 14:01:59.017
!MESSAGE Application error
!STACK 1
java.lang.NullPointerException
	at org.eclipse.equinox.internal.p2.installer.InstallApplication.start(InstallApplication.java:166)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175)
	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:549)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Comment 1 Kim Horne CLA 2008-03-06 14:13:04 EST
The problem is in the config.ini file.  You list on the bundle line :	org.eclipse.swt.carbon.macosx.ppc.  This bundle doesn't exist - you should instead list 	org.eclipse.swt.carbon.macosx.  It will start with that change.
Comment 2 Pascal Rapicault CLA 2008-03-06 14:41:15 EST
Thx Kim. Fixed in HEAD.