Created
March 15, 2013 18:50
-
-
Save robheittman/5172119 to your computer and use it in GitHub Desktop.
Broken Ti 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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