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

Summary: Better state recognization is needed
Product: serverplugins Reporter: Michal Mocnak <mmocnak>
Component: JBossAssignee: Libor Kotouc <lkotouc>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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