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 271201 - NullPointerException at org.openide.util.lookup.ProxyLookup.lookup
Summary: NullPointerException at org.openide.util.lookup.ProxyLookup.lookup
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: Inspection (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-30 09:59 UTC by jungmat
Modified: 2017-07-30 09:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226026


Attachments
stacktrace (731 bytes, text/plain)
2017-07-30 09:59 UTC, jungmat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jungmat 2017-07-30 09:59:09 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:
jungmat: ?

GUEST: NB  connector with chrome




Stacktrace: 
java.lang.NullPointerException
   at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:222)
   at org.netbeans.modules.web.inspect.webkit.WebKitPageModel.<init>(WebKitPageModel.java:143)
   at org.netbeans.modules.web.inspect.PageInspectorImpl.inspectPage(PageInspectorImpl.java:153)
   at org.netbeans.modules.extbrowser.plugins.ExternalBrowserPlugin$BrowserPluginHandler$2.run(ExternalBrowserPlugin.java:565)
   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-30 09:59:11 UTC
Created attachment 164860 [details]
stacktrace