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 271896 - NullPointerException at org.netbeans.api.debugger.DebuggerManager.refreshDebuggerManagerListeners
Summary: NullPointerException at org.netbeans.api.debugger.DebuggerManager.refreshDebu...
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-09 13:39 UTC by Exceptions Reporter
Modified: 2017-12-09 13:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 231125


Attachments
stacktrace (1.22 KB, text/plain)
2017-12-09 13:39 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-12-09 13:39:39 UTC
This bug was originally marked as duplicate of bug 161833, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Windows 7

User Comments:
GUEST: I'll be honest, this is my first time using Netbeans 8.1 on Windows 7 since about a year, so I have no clue where this error is coming from. I'm sending you this on the off chance that the Summary is useful to you.

I was having infinite background scanning, and read that deleting the jseditor2 module files from the Netbeans program files folder might help, which it did.

I restarted netbeans, and this error occured, but no background scanning was happening. It is well possible that these two errors are completely unrelated, as I haven't used my installation in a year, so I could have done anything, we don't know.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.debugger.DebuggerManager.refreshDebuggerManagerListeners(DebuggerManager.java:1549)
   at org.netbeans.api.debugger.DebuggerManager.initDebuggerManagerListeners(DebuggerManager.java:1524)
   at org.netbeans.api.debugger.DebuggerManager.initBreakpoints(DebuggerManager.java:996)
   at org.netbeans.api.debugger.DebuggerManager.initBreakpoints(DebuggerManager.java:965)
   at org.netbeans.api.debugger.DebuggerManager.getBreakpoints(DebuggerManager.java:603)
   at org.netbeans.modules.python.debugger.breakpoints.BreakpointAnnotationListener.annotate(BreakpointAnnotationListener.java:143)
Comment 1 Exceptions Reporter 2017-12-09 13:39:49 UTC
Created attachment 165545 [details]
stacktrace