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

Summary: IllegalStateException: No device found
Product: web Reporter: Exceptions Reporter <exceptions_reporter>
Component: CordovaAssignee: Jan Becicka <jbecicka>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208954
Attachments: stacktrace

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