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 262853 - NullPointerException at org.netbeans.lib.v8debug.JSONReader.getResponse
Summary: NullPointerException at org.netbeans.lib.v8debug.JSONReader.getResponse
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Node.js Debugger (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-18 14:16 UTC by Martin Entlicher
Modified: 2016-07-19 01:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224195


Attachments
stacktrace (874 bytes, text/plain)
2016-07-18 14:16 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2016-07-18 14:16:12 UTC
Build: NetBeans IDE Dev (Build 20160716-7ed67f4e37c6)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Linux

User Comments:
mentlicher: Hovering over "console" identifier to produce a tooltip with value.

GUEST: Started the bebugger for Node.js project and waited. Didn't press any keys or click on any icons.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.v8debug.JSONReader.getResponse(JSONReader.java:113)
   at org.netbeans.lib.v8debug.connection.ClientConnection.received(ClientConnection.java:342)
   at org.netbeans.lib.v8debug.connection.ClientConnection.runEventLoop(ClientConnection.java:188)
   at org.netbeans.modules.javascript.v8debug.V8Debugger.responseLoop(V8Debugger.java:486)
   at org.netbeans.modules.javascript.v8debug.V8Debugger.access$200(V8Debugger.java:104)
   at org.netbeans.modules.javascript.v8debug.V8Debugger$3.run(V8Debugger.java:479)
Comment 1 Martin Entlicher 2016-07-18 14:16:14 UTC
Created attachment 160427 [details]
stacktrace
Comment 2 Martin Entlicher 2016-07-18 14:27:41 UTC
Fixed by changeset:   299208:06a4a5df210d
Comment 3 Quality Engineering 2016-07-19 01:43:23 UTC
Integrated into 'main-silver', will be available in build *201607190002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/06a4a5df210d
User: mentlicher@netbeans.org
Log: #262853: Count with the possibility that "running" option is not defined.