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 202972 - NullPointerException Error in RequestProcessor org.netbeans.modules.dlight.util.DLightExecutorService$3
Summary: NullPointerException Error in RequestProcessor org.netbeans.modules.dlight.ut...
Status: RESOLVED DUPLICATE of bug 187469
Alias: None
Product: cnd
Classification: Unclassified
Component: D-Light (show other bugs)
Version: 7.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-03 11:23 UTC by Vladimir Voskresensky
Modified: 2011-10-03 12:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2011-10-03 11:23:15 UTC
SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.modules.dlight.util.DLightExecutorService$3
java.lang.NullPointerException
	at org.netbeans.modules.dlight.management.api.DLightSession.prepareContext(DLightSession.java:744)
	at org.netbeans.modules.dlight.management.api.DLightSession.access$400(DLightSession.java:106)
	at org.netbeans.modules.dlight.management.api.DLightSession$2.run(DLightSession.java:443)
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
	at org.openide.util.RequestProcessor.post(RequestProcessor.java:425)
	at org.netbeans.modules.dlight.util.DLightExecutorService.submit(DLightExecutorService.java:104)
	at org.netbeans.modules.dlight.management.api.DLightSession.start(DLightSession.java:471)
	at org.netbeans.modules.dlight.management.api.DLightManager.startSession(DLightManager.java:388)
	at org.netbeans.modules.dlight.management.api.DLightManager.startSession(DLightManager.java:773)
	at org.netbeans.modules.dlight.api.execution.DLightToolkitManagement.startSession(DLightToolkitManagement.java:242)
	at org.netbeans.modules.cnd.tha.actions.THARunActionHandler$1.run(THARunActionHandler.java:186)
	at org.netbeans.modules.dlight.util.DLightExecutorService$3.run(DLightExecutorService.java:109)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 Vladimir Voskresensky 2011-10-03 12:32:35 UTC

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