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 38959 - Changing port throws NPE
Summary: Changing port throws NPE
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-17 20:56 UTC by L Martinek
Modified: 2004-02-03 17:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE when changing Server port (2.57 KB, text/plain)
2004-01-17 20:58 UTC, L Martinek
Details
NPE when changing Admin port (2.57 KB, text/plain)
2004-01-17 20:58 UTC, L Martinek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description L Martinek 2004-01-17 20:56:59 UTC
Try to change Server or Admin Port and you get
exception.
Comment 1 L Martinek 2004-01-17 20:58:18 UTC
Created attachment 12950 [details]
NPE when changing Server port
Comment 2 L Martinek 2004-01-17 20:58:51 UTC
Created attachment 12951 [details]
NPE when changing Admin port
Comment 3 Pavel Buzek 2004-01-20 23:52:24 UTC
will fix in 3.6

looks like this is related to wrong handling of instances in tomcat
plugin (previously also reported by Petr Pisl)
Comment 4 Pavel Buzek 2004-01-21 18:43:20 UTC
fixed. As a worksround for the issues with synchronizing instances of
StartServer and DeploymentManager I found it easier to move the
isRunning code into manager, which solves this problem.
Comment 5 L Martinek 2004-02-03 17:19:11 UTC
verified