Title:
How to Set up JBoss EAP Version 6.4.9 GA for Interstage BPM V11.4.1
Fact:
Red Hat JBoss Enterprise Application Platform 6.4.0
Fact:
Red Hat JBoss Enterprise Application Platform 6.4 Update 09
Fact:
Issues with Some Missing Dependencies Post 6.4 Update 09
Fact:
JDK 1.8.0_144
Fact:
JBoss-cli.bat/JBoss-cli.sh (JBoss Command Line Interface)
Fix:
Interstage BPM v11.4.1 GA Build IF1141009 supports JBoss EAP Version 6.4.9.
This article documents how to apply the patch for JBoss EAP Version 6.4.0 GA.
Step 1: Download Red Hat JBoss Enterprise Application Platform 6.4.0, a zip file distribuation jboss-eap-6.4.0.zip, from https://access.redhat.com/jbossnetwork/restricted/softwareDownload.html?softwareId=37393
Step 2: Extract jboss-eap-6.4.0.zip to your local file system; for example, c:\jboss-eap-6.4 as the result directory after extraction.
Step 3: Set up JAVA_HOME environment variable by pointing to JDK 1.8.0.
Step 4: Start up JBoss using standalone.bat located in c:\jboss-eap-6.4\bin
Step 5: Download Red Hat JBoss Enterprise Application Platform 6.4 Update 09, patch in zip file jboss-eap-6.4.9-patch.zip, from https://access.redhat.com/jbossnetwork/restricted/softwareDownload.html?softwareId=45371
Step 6: Download Issues with Some Missing Dependencies Post 6.4 Update 09, patch in zip file BZ-1358913.zip, from https://access.redhat.com/jbossnetwork/restricted/softwareDownload.html?softwareId=45681
Step 7: Start JBoss Command line interface by executing jboss-cli.bat/jboss-cli.sh from c:\jboss-eap-6.4\bin. At the prompt, enter the following commands:
1. connect
2. patch apply {path to jboss-eap-6.4.9-patch.zip}
Note that it will take more than 20 minutes depending on your system performance to complete applying the patches. At the end, the prompt will tell the operation is done.
3. shutdown --restart=true
JBoss will be restarted and showing JBoss EAP V6.4.9 GA in the console message.
4. If connected after restart, issue the next command to finish the next patch:
patch apply {path to BZ-1358913.zip}
5. The console launching standalone.bat should shows the following message after startup.
16:22:12,120 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss EAP
6.4.9.GA (AS 7.5.9.Final-redhat-2) started in 9375ms - Started 153 of 191 servi
ces (57 services are lazy, passive or on-demand)