Getting jboss version not supported
search cancel

Getting jboss version not supported

book

Article ID: 102934

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal

Issue/Introduction

We are getting jBOSS version not supported error during 14.1 installation. As per the support matrix it should support 6.4 EAP and we have the following JBoss installed. Red Hat JBoss Enterprise Application Platform - Version 6.4.19.GA This is the first time in 6.4.19 GA EAP. Earlier we did in 6.4.10 EAP with no issues.

Environment

Release:
Component: IDMGR

Resolution

this command was failing while checking jboss version 

%JBOSS_HOME%\standalone.bat --version 

Once resolved install can continue. 

To resolve: 

In install log, you can see the following, but this jar file name is renamed by TD info who created us the VM with jboss. Original name from jboss is "jboss-as-server-7.5.0.Final-redhat-21.jar" 
===== 
version = jboss-as-server.jar 
==== 

There is a reference to this jar in the module.xml as belw. 
======= 
(DEV) :/usr/share/jbossas $ grep -rl "jboss-as-server.jar" . 
/usr/share/jbossas/modules/system/layers/base/org/jboss/as/server/main/module.xml 
(DEV) :/usr/share/jbossas $ 
==== 

In that file Here is the content: 

<resources> 
<resource-root path="jboss-as-server.jar"/> 
<!-- Insert resources here --> 
</resources> 

Ccopied " jboss-as-server.jar" to " jboss-as-server.jar" and modified the module.xml to point to "jboss-as-server-7.5.0.Final-redhat-21.jar"