Search code examples
javajbossjbossfusejboss-eap-7

Error: Did not find the <extensions> element Error on Installing FUSE in JBossEAP 7.2


I follow the steps to install the JBossEAP based on the JBoss documentation. Then downloaded the patch from following JBoss resource location and installed it successfully. FYI I setup JDK 8 for this JBoss EAP.

Patch successful installation output

Then verified the patch version after installation.

Then downloaded the compatible FUSE version from JBoss EAP resources.

After that based on the JBossEAP installation guide I installed the jar file in JBossEAP folder using below command.

java -jar C:\Personal\Coding\SW\FUSE\jboss-eap-7.2.0\jboss-eap-7.2\fuse-eap-installer-7.2.0.fuse-720018-redhat-00002.jar

However I got following error after execution of the command.

Error message get after installing JBossEAP

Error: Did not find the element Error: Command did not terminate normally

Does anyone experience this kind of error?


Solution

  • According to the JBoss EAP documentation, it is recommended to install JBoss FUSE 7.4 on JBoss EAP 7.2. Please note that JBoss FUSE 7.2 is not compatible with JBoss EAP 7.2. So to resolve this issue

    1. Install JBoss EAP 7.2(Fresh installation)
    2. Then download the JBoss FUSE 7.4 from JBoss website and then install JBoss fuse using following command

    java -jar C:\JARS\fuse-eap-installer-7.4.0.jar

    For more details,

    kindly consult the documentation. https://access.redhat.com/articles/310603#Red-Hat-Fuse-74