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 81917 - Progresshandle not set in Executor group -> NPE
Summary: Progresshandle not set in Executor group -> NPE
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-04 10:13 UTC by Maros Sandor
Modified: 2007-09-26 14:18 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 Maros Sandor 2006-08-04 10:13:11 UTC
Happened to me once but I was unable to reproduce it, probably a race condition,
needs more time to investigate.

java.lang.NullPointerException
	at
org.netbeans.modules.versioning.system.cvss.ExecutorGroup.started(ExecutorGroup.java:148)
	at
org.netbeans.modules.versioning.system.cvss.ExecutorSupport.commandStarted(ExecutorSupport.java:346)
	at
org.netbeans.modules.versioning.system.cvss.CommandRunnable.run(CommandRunnable.java:62)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:525)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:957)
Comment 1 rost 2007-09-12 15:42:13 UTC
I just run into the same NPE, but the stacktrace looks a bit different (there are two NPE in a row)

java.lang.NullPointerException
	at 
org.netbeans.modules.versioning.system.cvss.ui.actions.update.UpdateExecutor.commandFinished(UpdateExecutor.java:110)
	at org.netbeans.modules.versioning.system.cvss.ExecutorSupport.commandTerminated(ExecutorSupport.java:385)
	at org.netbeans.modules.versioning.system.cvss.ClientRuntime$1.taskFinished(ClientRuntime.java:143)
	at org.openide.util.Task.notifyFinished(Task.java:205)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:505)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)

java.lang.NullPointerException
	at org.netbeans.modules.versioning.system.cvss.ExecutorGroup.started(ExecutorGroup.java:148)
	at org.netbeans.modules.versioning.system.cvss.ExecutorSupport.commandStarted(ExecutorSupport.java:346)
	at org.netbeans.modules.versioning.system.cvss.CommandRunnable.run(CommandRunnable.java:62)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)

(I was trying to remove the .cvsignore file via context menu from the CVS diff view)
Comment 2 Maros Sandor 2007-09-26 14:18:59 UTC
Fixed as part of another fix in /javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ExecutorGroup.java
revision 1.28