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 88842 - Removing running instance cause problems
Summary: Removing running instance cause problems
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
: 95009 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-11-07 15:58 UTC by Dan Kolar
Modified: 2007-02-16 02:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (36.45 KB, text/plain)
2006-11-07 15:59 UTC, Dan Kolar
Details
patch for release551 (4.92 KB, text/plain)
2007-02-09 08:39 UTC, Vince Kraemer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Kolar 2006-11-07 15:58:36 UTC
build200611070100  jdk1.6.b99


1) Run Glassfish
2) "Remove" running instance from runtime tab
3a) Glassfish v1 b48( v2 b24)
Instance disappear, but instead "localhost:4848" appears. It is stopped, can't
be started and after "Remove" it is finally removed.
3b) Glassfish from budle, 9.0_01 (build b14)
Instance disappear, but instead empty instance with "S" icon appears. It cannot
be removed and after few clicks onto throws UTE.

"Remove" should first stop the server and then call remove, or it results in
unexpected behaviour.
Comment 1 Dan Kolar 2006-11-07 15:59:55 UTC
Created attachment 35857 [details]
messages.log
Comment 2 Vince Kraemer 2006-11-10 19:27:52 UTC
Checking in
appsrv81/src/org/netbeans/modules/j2ee/sun/ide/dm/SunDeploymentManager.java;
/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/dm/SunDeploymentManager.java,v
 <--  SunDeploymentManager.java
new revision: 1.27; previous revision: 1.26
done
Checking in appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/StartSunServer.java;
/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/StartSunServer.java,v
 <--  StartSunServer.java
new revision: 1.23; previous revision: 1.22
done
Checking in appsrv81/test/.cvsignore;
/cvs/serverplugins/sun/appsrv81/test/.cvsignore,v  <--  .cvsignore
new revision: 1.3; previous revision: 1.2
done
Checking in appsrv/src/org/netbeans/modules/j2ee/sun/appsrvapi/PortDetector.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/appsrvapi/PortDetector.java,v
 <--  PortDetector.java
new revision: 1.9; previous revision: 1.8
done
Checking in
appsrv81/test/qa-functional/src/org/netbeans/modules/j2ee/sun/test/AddRemoveSjsasInstanceTest.java;
/cvs/serverplugins/sun/appsrv81/test/qa-functional/src/org/netbeans/modules/j2ee/sun/test/AddRemoveSjsasInstanceTest.java,v
 <--  AddRemoveSjsasInstanceTest.java
new revision: 1.3; previous revision: 1.2
done
Checking in
appsrv81/test/qa-functional/src/org/netbeans/modules/j2ee/sun/test/WebModuleTest.java;
/cvs/serverplugins/sun/appsrv81/test/qa-functional/src/org/netbeans/modules/j2ee/sun/test/WebModuleTest.java,v
 <--  WebModuleTest.java
new revision: 1.4; previous revision: 1.3
done
Checking in
appsrv81/test/qa-functional/src/org/netbeans/modules/j2ee/sun/test/StartStopServerTest.java;
/cvs/serverplugins/sun/appsrv81/test/qa-functional/src/org/netbeans/modules/j2ee/sun/test/StartStopServerTest.java,v
 <--  StartStopServerTest.java
new revision: 1.3; previous revision: 1.2
done
Comment 3 Dan Kolar 2006-11-13 14:23:00 UTC
v. build 200611121900
Comment 4 Vince Kraemer 2007-02-09 02:50:18 UTC
need to merge the src changes to release551 do not merge the 'test' changes.
Comment 5 Vince Kraemer 2007-02-09 05:47:28 UTC
*** Issue 95009 has been marked as a duplicate of this issue. ***
Comment 6 Vince Kraemer 2007-02-09 08:39:15 UTC
Created attachment 38277 [details]
patch for release551
Comment 7 _ pcw 2007-02-13 23:48:28 UTC
This fix looks good for 5.5.1.  Reviewed & verified by me -Peter
Comment 8 Vince Kraemer 2007-02-16 02:18:29 UTC
Checking in j2ee/StartSunServer.java;
/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/StartSunServer.java,v
 <--  StartSunServer.java
new revision: 1.4.4.6.2.23.10.2; previous revision: 1.4.4.6.2.23.10.1
done
Checking in dm/SunDeploymentManager.java;
/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/dm/SunDeploymentManager.java,v
 <--  SunDeploymentManager.java
new revision: 1.10.4.5.2.17.10.4; previous revision: 1.10.4.5.2.17.10.3
done