-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: EAP 5.0.1
-
Fix Version/s: EAP_EWP 5.1.1 ER2
-
Component/s: Consoles, Documentation
-
Labels:
-
Environment:
EAP 5.0.1
-
Affects:Release Notes
-
Release Notes Text:
-
Release Notes Docs Status:Documented as Resolved Issue
-
Docs QE Status:ON_QA
If the JBoss library locations are altered and the JBoss variables for the libraries (jboss.lib.url,jboss.common.lib.url and jboss.server.lib.url) are made consistent with the library locations the JBoss Admin Console cannot be opened.
Investigations shows
This is because the ApplicationServerDiscoveryComponent class don't use JBoss variables and instead hard coded the path to jar files:
See at the end of ApplicationServerDiscoveryComponent:
CLIENT_JARS = Arrays.asList(new String[]
);
AS6_CLIENT_JARS = new ArrayList(CLIENT_JARS);
AS6_CLIENT_JARS.add("lib/jboss-classpool.jar");
AS6_CLIENT_JARS.add("lib/jboss-classpool-scoped.jar");
And it seems still the case in the trunk: http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=blob;f=modules/plugins/jboss-as-5/src/main/java/org/rhq/plugins/jbossas5/ApplicationServerDiscoveryComponent.java
- is blocked by
-
EMBJOPR-329 jboss-as-5 plugin: reliance on hard-coded app server library paths
-
- Coding In Progress
-