Skip to content

Instantly share code, notes, and snippets.

@robheittman
Created March 15, 2013 18:50
Show Gist options
  • Save robheittman/5172119 to your computer and use it in GitHub Desktop.
Save robheittman/5172119 to your computer and use it in GitHub Desktop.
Broken Ti 3
!ENTRY org.eclipse.ui 4 0 2013-03-15 14:49:54.964
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at com.appcelerator.titanium.mobile.cli.nodejs.NodeIOSInfo.convertToLegacyMap(NodeIOSInfo.java:28)
at com.appcelerator.titanium.mobile.cli.nodejs.NodeIOSInfo.<init>(NodeIOSInfo.java:22)
at com.appcelerator.titanium.mobile.cli.nodejs.IOSNodeJSCommandsHelper.runPackagePrereqCheck(IOSNodeJSCommandsHelper.java:437)
at com.appcelerator.titanium.mobile.cli.nodejs.NodeTitaniumSDKCommandsHandler.runPackagePrereqCheck(NodeTitaniumSDKCommandsHandler.java:398)
at com.appcelerator.titanium.mobile.iphone.IOSConfigurationHelper.runPackagePrereqCheck(IOSConfigurationHelper.java:285)
at com.appcelerator.titanium.mobile.iphone.IOSConfiguration.refreshPrereq(IOSConfiguration.java:202)
at com.appcelerator.titanium.mobile.ui.iphone.wizard.AbstractiPhonePackagingWizard.init(AbstractiPhonePackagingWizard.java:121)
at com.appcelerator.titanium.mobile.ui.iphone.wizard.PackageHandler.execute(PackageHandler.java:42)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:829)
at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:815)
at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:805)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3613)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at com.appcelerator.titanium.rcp.IDEApplication.start(IDEApplication.java:125)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
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:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
@sukima
Copy link

sukima commented Apr 16, 2013

I have the same problem. Did you ever find a fix?!

@sukima
Copy link

sukima commented Apr 16, 2013

I found a fix. For anyone who comes across this gist: here is a link to how I got it working. https://gist.github.com/sukima/5393042

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment