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 242334 - org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.NullPointerException
Summary: org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.Nul...
Status: RESOLVED INCOMPLETE
Alias: None
Product: web
Classification: Unclassified
Component: Inspection (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-25 17:44 UTC by Exceptions Reporter
Modified: 2015-02-19 15:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207959


Attachments
stacktrace (1.97 KB, text/plain)
2014-02-25 17:44 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-02-25 17:44:36 UTC
This bug was originally marked as duplicate of bug 216529, 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.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Mac OS X

User Comments:
GUEST: tried to debug an HTML5 app with netbeans connector & chrome Version 33.0.1750.117 beta




Stacktrace: 
org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.NullPointerException
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:419)
   at org.netbeans.modules.web.inspect.PageInspectorImpl$InspectionMessageListener.messageReceived(PageInspectorImpl.java:384)
   at org.netbeans.modules.web.browser.spi.MessageDispatcher.dispatchMessage(MessageDispatcher.java:91)
   at org.netbeans.modules.extbrowser.plugins.MessageDispatcherImpl.dispatchMessage(MessageDispatcherImpl.java:56)
   at org.netbeans.modules.extbrowser.plugins.ExternalBrowserPlugin.notifyDispatchers(ExternalBrowserPlugin.java:251)
   at org.netbeans.modules.extbrowser.plugins.ExternalBrowserPlugin.access$800(ExternalBrowserPlugin.java:85)
Comment 1 Exceptions Reporter 2014-02-25 17:44:38 UTC
Created attachment 145578 [details]
stacktrace
Comment 2 Jan Stola 2015-02-19 15:57:16 UTC
The attached stack-trace shows that there was NullPointerException thrown in the task posted by PageInspectorImpl$InspectionMessageListener.messageReceived() method. Unfortunately, the stack-trace of the original exception is not included in the attached stack-trace and is also not present in the message.log. Hence, I have no idea what was the root of this problem. :-(