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 60396 - netbeans thinks running sunwappserver is stopped
Summary: netbeans thinks running sunwappserver is stopped
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-22 18:06 UTC by cmorley256
Modified: 2005-10-31 08:38 UTC (History)
0 users

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 cmorley256 2005-06-22 18:06:12 UTC
shell> asadmin version
Version = Sun Java System Application Server Platform Edition 8.1_02

================

steps to repro:
1 started previously installed App Server.
2 started netbeans.
3 added the server.
4 went to start and stop server.
5 netbeans thinks the server is stopped when it is really already running

=======================

workaround: 
1 close netbeans (without removing the added server).
2 stop app server.
3 start netbeans. 
4 start appserver through netbeans
5 stop appserver through netbeans
6 start appserver through netbeans
Comment 1 Sherold Dev 2005-06-23 08:32:23 UTC
moving to sunappserv
Comment 2 _ ludo 2005-09-18 02:25:13 UTC
I think this is a J2EE server bug, not doing an initial test for the server
running or not...
YOu can use the refresh popup menu anyway to refreash the status.
Comment 3 Vince Kraemer 2005-09-29 00:57:31 UTC
Calling start on app server when app server is running is painless. Pushing to
j2eeserver which controls the state of the menu items (start/stop/...)
Comment 4 Sherold Dev 2005-10-31 08:38:38 UTC
No plans to fix this. If the server is started/stopped outside the IDE, you
should use the refresh server context menu action to update the server status.