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 73488 - Better state recognization is needed
Summary: Better state recognization is needed
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-10 13:56 UTC by Michal Mocnak
Modified: 2006-05-31 19:24 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 Michal Mocnak 2006-03-10 13:56:56 UTC
If user has two instances of JBoss (on same port) added and one of them is
started the second one is marked as started too. It's due to the recognization
checks only the server domain name. The check for server domain path has to be
implemented.
Comment 1 Michal Mocnak 2006-03-10 14:00:49 UTC
Better state recognization has been implemented. Now method isReallyRunning()
checks also the server domain location.

Modified:
Checking in JBStartServer.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/JBStartServer.java,v
 <--  JBStartServer.java
new revision: 1.17.8.5.2.2; previous revision: 1.17.8.5.2.1
done
Comment 2 Michal Mocnak 2006-03-22 11:42:44 UTC
Verified