Error When Attempting to Update RHPAM from 7.8.1 to 7.9.0

Posted on

When trying to Update RHPAM from 7.8.1 to 7.9.0

I've downloaded and extracted the rhpam-7.9.0-update.zip and run the apply-updates.sh with the following command:

./apply-updates.sh /apps/jboss/7.3/standalone/deployments/business-central.war rhpam-business-central-eap7-deployable

After running the command, update fails and this is the error message presented:

...
16:00:10.185 [main] TRACE o.j.b.p.client.PatchFilesReader - Parsing checksums for path 'WEB-INF/web.xml'
16:00:10.188 [main] TRACE o.j.b.p.c.ExpectedContentDistributionChecker - Checking expected entries inside provided distribution root /apps/jboss/7.3/standalone/deployments/business-central.war
16:00:10.188 [main] TRACE o.j.b.p.c.ExpectedContentDistributionChecker - Expected entry ExpectedExistingFile{relativePath='WEB-INF/jboss-web.xml'} found.
16:00:10.188 [main] TRACE o.j.b.p.c.ExpectedContentDistributionChecker - Expected entry ExpectedExistingFile{relativePath='WEB-INF/web.xml'} found.
16:00:10.194 [main] DEBUG o.j.b.p.c.ExpectedContentDistributionChecker - Expected entry ExpectedManifestEntry{manifestPath='META-INF/MANIFEST.MF', attributeName='Implementation-Title', attributeValidValues='[KIE Workbench - Distribution Wars, Business Central - Distribution Wars]'} not found!
16:00:10.194 [main] ERROR o.j.b.p.client.ClientPatcherApp - Distribution root /apps/jboss/7.3/standalone/deployments/business-central.war is not valid for the specified distribution type! Please double-check that (1) the specified directory or file exists and (2) it matches the specified distribution type.

We did run the same update against the kie-server.war and that update went just fine. No issues. We've rolled back the kie-server.war back to the 7.8.1

Hopefully someone can point us in the right direction on how to get this business central update processed.

Thank You.

Responses