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 - NullPointerException at org.netbeans.modules.cordova.platforms.ios.SimulatorDebugTransport.readData
Summary: NullPointerException at org.netbeans.modules.cordova.platforms.ios.SimulatorD...
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-29 12:26 UTC by jungmat
Modified: 2017-07-29 12:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222177


Attachments
stacktrace (765 bytes, text/plain)
2017-07-29 12:26 UTC, jungmat
Details

Note You need to log in before you can comment on or make changes to this bug.
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