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 271195

Summary: NullPointerException at org.netbeans.modules.cordova.platforms.ios.SimulatorDebugTransport.readData
Product: web Reporter: jungmat <jungmat>
Component: CordovaAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222177
Attachments: stacktrace

Description jungmat 2017-07-29 12:26:10 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-5088-on-20161106)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Mac OS X

User Comments:
GUEST: Run Cordova Map Example project

jungmat: Running a cordova project first time




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cordova.platforms.ios.SimulatorDebugTransport.readData(SimulatorDebugTransport.java:98)
   at org.netbeans.modules.cordova.platforms.ios.IOSDebugTransport.process(IOSDebugTransport.java:139)
   at org.netbeans.modules.cordova.platforms.ios.IOSDebugTransport.access$100(IOSDebugTransport.java:77)
   at org.netbeans.modules.cordova.platforms.ios.IOSDebugTransport$1.run(IOSDebugTransport.java:102)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
Comment 1 jungmat 2017-07-29 12:26:12 UTC
Created attachment 164856 [details]
stacktrace