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 38950 - right-click on tomcat instance node causes NPE
Summary: right-click on tomcat instance node causes NPE
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-17 06:10 UTC by Pavel Buzek
Modified: 2006-06-05 00:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (2.46 KB, text/plain)
2004-01-17 06:11 UTC, Pavel Buzek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2004-01-17 06:10:43 UTC
to reproduce:
- start tomcat
- stop tomcat
- right click on instance node
Comment 1 Pavel Buzek 2004-01-17 06:11:22 UTC
Created attachment 12942 [details]
exception
Comment 2 Nam Nguyen 2004-01-17 07:04:32 UTC
Fixed by check for null on delegate node now that we reset this on
stop server.
Comment 3 Nam Nguyen 2004-01-17 07:05:12 UTC
Fixed.