This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243610 - IllegalStateException: No device found
Summary: IllegalStateException: No device found
Status: RESOLVED INCOMPLETE
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-06 18:25 UTC by Exceptions Reporter
Modified: 2014-07-07 12:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208954


Attachments
stacktrace (2.78 KB, text/plain)
2014-04-06 18:25 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-04-06 18:25:53 UTC
This bug was originally marked as duplicate of bug 232524, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201404050001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Mac OS X

User Comments:
GUEST: Run up Cordova for iOS real device




Stacktrace: 
java.lang.IllegalStateException: No device found
   at org.netbeans.modules.cordova.platforms.ios.WebInspectorJNIBinding.nstart(WebInspectorJNIBinding.java:0)
   at org.netbeans.modules.cordova.platforms.ios.WebInspectorJNIBinding.start(WebInspectorJNIBinding.java:85)
   at org.netbeans.modules.cordova.platforms.ios.DeviceDebugTransport.init(DeviceDebugTransport.java:64)
   at org.netbeans.modules.cordova.platforms.ios.IOSDebugTransport.attach(IOSDebugTransport.java:96)
   at org.netbeans.modules.cordova.platforms.api.WebKitDebuggingSupport.startDebugging(WebKitDebuggingSupport.java:110)
   at org.netbeans.modules.cordova.CordovaPerformer$1.run(CordovaPerformer.java:250)
Comment 1 Exceptions Reporter 2014-04-06 18:25:54 UTC
Created attachment 146588 [details]
stacktrace
Comment 2 Jan Becicka 2014-04-11 09:07:36 UTC
please provide cordova version, xcode version and ios version. Was the application successfully deployed to the device? Did you run the application?
Thanks