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 48991 - NPE when closing set default server dialog
Summary: NPE when closing set default server dialog
Status: VERIFIED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 4.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-14 11:23 UTC by Jiri Skrivanek
Modified: 2008-11-13 14:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (3.32 KB, text/plain)
2004-09-14 11:24 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2004-09-14 11:23:00 UTC
NullPointerException is thrown when no server
instance is installed and you close set default
server dialog. To reproduce:

- remove all server instances under "Server
Registry|Tomcat 5 Servers" node in runtime tab
- open set default server dialog (invoke popup
menu on node Server Registry)
- click OK or Cancel button => exception is thrown

Build 200409100847, JDK1.5.0-b63, Linux.
Comment 1 Jiri Skrivanek 2004-09-14 11:24:42 UTC
Created attachment 17610 [details]
Stack trace
Comment 2 pslechta 2008-11-13 11:42:42 UTC
The UI has been changed: The disalog described above does not exist in NB 6.5. Also the class from the exception was
removed.

Closing as WORKSFORME. Reporter, please reopen if you can still reproduce in NB 6.5.
Comment 3 Jiri Skrivanek 2008-11-13 14:08:20 UTC
Verified.