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 65059 - [50cat] NullPointerException thrown during shutdown: ProgressUI.progress(ProgressUI.java:102)
Summary: [50cat] NullPointerException thrown during shutdown: ProgressUI.progress(Prog...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-24 04:28 UTC by clever
Modified: 2005-10-24 07:36 UTC (History)
1 user (show)

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 clever 2005-09-24 04:28:06 UTC
[ BUILD # : 20050922 ]
[ JDK VERSION : 1.6 ]

During shutdown, NPE is thrown. My session was brief.  Immediately before shutdown, I had a simple webapp deployed in (integrated) Tomcat, and had just cancelled the option to publish to CVS repository.

The stacktrace was:

*********** Exception occurred ************ at 11:27 PM on Sep 23, 2005
java.lang.NullPointerException
	at org.netbeans.modules.j2ee.deployment.impl.ui.ProgressUI.progress(ProgressUI.java:102)
	at org.netbeans.modules.j2ee.deployment.impl.ServerInstance._stop(ServerInstance.java:1159)
	at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.access$400(ServerInstance.java:43)
	at org.netbeans.modules.j2ee.deployment.impl.ServerInstance$2.run(ServerInstance.java:293)
	at org.openide.util.Task.run(Task.java:207)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:469)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:870)
Comment 1 Jan Chalupa 2005-09-25 13:01:01 UTC
Re-assigning...
Comment 2 Sherold Dev 2005-10-06 15:05:17 UTC
TM -> 5.0
Comment 3 Sherold Dev 2005-10-24 07:36:32 UTC
F.

Checking in org/netbeans/modules/j2ee/deployment/impl/ui/ProgressUI.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/ProgressUI.java,v
 <--  ProgressUI.java
new revision: 1.16; previous revision: 1.15
done