[jbosstools-issues] [JBoss JIRA] (JBIDE-18184) Cannot run Cordova project from JBDS (AeroGear QS)

Vlado Pakan (JIRA) issues at jboss.org
Mon Sep 1 08:06:00 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-18184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vlado Pakan closed JBIDE-18184.
-------------------------------


Verified with JBDS 8.0.0.CR1-v20140831-0335-B201

> Cannot run Cordova project from JBDS (AeroGear QS)
> --------------------------------------------------
>
>                 Key: JBIDE-18184
>                 URL: https://issues.jboss.org/browse/JBIDE-18184
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: aerogear-hybrid
>         Environment: Hybrid Mobile Tools 1.0.0.Beta3, JBDS 8.0.0.Beta3, AeroGear 1.0.0.ER1 Quickstarts
>            Reporter: Petr Stribny
>            Assignee: Gorkem Ercan
>             Fix For: 4.2.0.CR1
>
>
> I can't use "Run on Android device/emulator" options in JBDS for our AeroGear Cordova quickstarts 1.0.0.ER1 (e.g. Helloworld AeroGear Cordova QS).
> IDE fails silently.
> Log:
> {noformat}
> !MESSAGE Unhandled event loop exception
> !STACK 0
> java.lang.NumberFormatException: For input string: "L"
> 	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
> 	at java.lang.Integer.parseInt(Integer.java:492)
> 	at java.lang.Integer.parseInt(Integer.java:527)
> 	at org.jboss.tools.aerogear.hybrid.android.core.adt.AndroidSDKManager$TargetListParser.getSDKList(AndroidSDKManager.java:194)
> 	at org.jboss.tools.aerogear.hybrid.android.core.adt.AndroidSDKManager.listTargets(AndroidSDKManager.java:353)
> 	at org.jboss.tools.aerogear.android.ui.AndroidEmulatorLaunchShortcut.validateBuildToolsReady(AndroidEmulatorLaunchShortcut.java:32)
> 	at org.jboss.tools.aerogear.hybrid.ui.launch.HybridProjectLaunchShortcut.launch(HybridProjectLaunchShortcut.java:64)
> 	at org.jboss.tools.aerogear.hybrid.ui.launch.HybridProjectLaunchShortcut.launch(HybridProjectLaunchShortcut.java:50)
> 	at org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension.launch(LaunchShortcutExtension.java:431)
> 	at org.eclipse.debug.internal.ui.actions.LaunchShortcutAction.run(LaunchShortcutAction.java:74)
> 	at org.eclipse.debug.internal.ui.actions.LaunchShortcutAction.runWithEvent(LaunchShortcutAction.java:123)
> 	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
> 	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
> 	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4486)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1412)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1397)
> 	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1182)
> 	at org.eclipse.jface.action.ActionContributionItem$9.handleEvent(ActionContributionItem.java:1293)
> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4486)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
> 	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3831)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3441)
> 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
> 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
> 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> 	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
> 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:236)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> 	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> 	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jbosstools-issues mailing list