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 217219 - NullPointerException at org.netbeans.modules.web.javascript.debugger.browser.NetBeansJavaScriptDebuggerFactoryImpl.createDebuggingSession
Summary: NullPointerException at org.netbeans.modules.web.javascript.debugger.browser....
Status: RESOLVED DUPLICATE of bug 216576
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-22 11:47 UTC by Stanislav Aubrecht
Modified: 2012-08-22 13:37 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191736


Attachments
stacktrace (1.91 KB, text/plain)
2012-08-22 11:48 UTC, Stanislav Aubrecht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Aubrecht 2012-08-22 11:47:59 UTC
This bug was originally marked as duplicate of bug 216576, 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 20120822-f5bebe79cd27)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b24
OS: Windows 7

User Comments:
johnjullion: Have two projects open. Ran HTML file in one in the internal browser, then ran file from another. Another instance of the internal browser opens and this exception is thrown.

saubrecht: Used menu 'View - Web Browser'

johnjullion: running file

pjiricka: 1. Running HTML project in the embedded browser
2. Closing the embedded browser window
3. Runing the project again

vriha: running html file (with some breakpoints) in JavaFX browser

jskrivanek: Run html file in embedded browser.

jskrivanek: Run html file in embedded browser - no breakpoint set.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.javascript.debugger.browser.NetBeansJavaScriptDebuggerFactoryImpl.createDebuggingSession(NetBeansJavaScriptDebuggerFactoryImpl.java:66)
   at org.netbeans.core.browser.webview.HtmlBrowserImpl$1.run(HtmlBrowserImpl.java:143)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2036)
Comment 1 Stanislav Aubrecht 2012-08-22 11:48:02 UTC
Created attachment 123398 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2012-08-22 13:37:11 UTC

*** This bug has been marked as a duplicate of bug 216576 ***