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 91048 - Server startup detection fails
Summary: Server startup detection fails
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
: 91170 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-12-14 07:57 UTC by Vince Kraemer
Modified: 2006-12-21 00:20 UTC (History)
1 user (show)

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 Vince Kraemer 2006-12-14 07:57:35 UTC
change in server JMX stuff with "ias" became "com.sun.appserv"

Need to detect which string to use on a per-instance basis and use it in direct
mbeans calls or replace with AMX code...

It looks like the call in SunDeploymentManager to "getConfigDir" is the culprit.
in this particular situation.
Comment 1 Vince Kraemer 2006-12-14 20:14:25 UTC
tested against promoted V2 b28 and SJSAS 8.2

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.29; previous revision: 1.28
done
Checking in
appsrv81/test/qa-functional/src/org/netbeans/modules/j2ee/sun/test/Util.java;
/cvs/serverplugins/sun/appsrv81/test/qa-functional/src/org/netbeans/modules/j2ee/sun/test/Util.java,v
 <--  Util.java
new revision: 1.4; previous revision: 1.3
done
Checking in
appsrv/src/org/netbeans/modules/j2ee/sun/ide/j2ee/mbmapping/Constants.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/j2ee/mbmapping/Constants.java,v
 <--  Constants.java
new revision: 1.5; previous revision: 1.4
done
Checking in
appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/beans/ResourceUtils.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/beans/ResourceUtils.java,v
 <--  ResourceUtils.java
new revision: 1.10; previous revision: 1.9
done
Comment 3 liwang 2006-12-15 19:06:01 UTC
verified in 6.0 daily build 20061215-1540)
Comment 4 Nitya Doraisamy 2006-12-15 20:35:34 UTC
Integrated fix to 5.5.1

IDE: [12/15/06 12:35 PM] Committing Files started
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.10.4.5.2.17.10.2; previous revision: 1.10.4.5.2.17.10.1
done
Checking in
appsrv/src/org/netbeans/modules/j2ee/sun/ide/j2ee/mbmapping/Constants.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/j2ee/mbmapping/Constants.java,v
 <--  Constants.java
new revision: 1.1.16.1.2.1.26.1; previous revision: 1.1.16.1.2.1
done
Checking in
appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/beans/ResourceUtils.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/beans/ResourceUtils.java,v
 <--  ResourceUtils.java
new revision: 1.2.4.3.2.18.10.1; previous revision: 1.2.4.3.2.18
done
Checking in
appsrv81/test/qa-functional/src/org/netbeans/modules/j2ee/sun/test/Util.java;
/cvs/serverplugins/sun/appsrv81/test/qa-functional/src/org/netbeans/modules/j2ee/sun/test/Util.java,v
 <--  Util.java
new revision: 1.1.2.6.28.1; previous revision: 1.1.2.6
done
IDE: [12/15/06 12:36 PM] Committing Files finished
Comment 5 liwang 2006-12-18 21:24:10 UTC
Verified in nb 5.5.1 build 20061218-1647 against GF v2 build 28 PE and EE, 8.2
PE and EE.
Comment 6 Vince Kraemer 2006-12-20 20:01:56 UTC
*** Issue 91170 has been marked as a duplicate of this issue. ***