Uploaded image for project: 'JBoss BPMS Platform'
  1. JBoss BPMS Platform
  2. RHBPMS-3968

Startup error by installing BPM Suite 6.3.0 with "Deployable for EAP 6"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Critical Critical
    • None
    • 6.3.0.GA
    • None
    • BPM Suite 6.3.0 when using "Deployable for EAP 6 "

    • Workaround Exists
      • Use Installer tool;
      • It seems to work properly if just editing standalone.xml and change urn:jboss:domain:1.8 from 1.8 to 1.7.
    • Hide

      1. Install EAP 6.4.x;
      2. Install BPM Suite 6.3.0 via Deployable for EAP 6;
      3. Start BPM Suite 6.3.0.

      Show
      1. Install EAP 6.4.x; 2. Install BPM Suite 6.3.0 via Deployable for EAP 6; 3. Start BPM Suite 6.3.0.

      Description of problem:

      The following error is thrown at BPM Suite startup after installing it by using "Red Hat JBoss BPM Suite 6.3.0 Deployable for EAP 6":

      12:07:04,716 ERROR [org.jboss.as.server] (Controller Boot Thread) JBAS015956: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: JBAS014676: Failed to parse configuration
      at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:141) [jboss-as-controller-7.5.6.Final-redhat-2.jar:7.5.6.Final-redhat-2]
      ...
      Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[2,1]
      Message: Unexpected element '

      {urn:jboss:domain:1.8}

      server'

      It seems to be an issue by replacing the standalone.xml file during installation. After installing it the file contains:
      <server xmlns="urn:jboss:domain:1.8">
      but it should be:
      <server xmlns="urn:jboss:domain:1.7">

      Installer tool works well. Also it seems to work properly if just edit standalone.xml and change it from 1.8 to 1.7.

      Version-Release number of selected component (if applicable):
      BPM Suite 6.3.0 if installed with Deployable for EAP 6.

      How reproducible:
      Always

      Steps to Reproduce:
      1. Install EAP 6.4.x;
      2. Install BPM Suite 6.3.0 via Deployable for EAP 6;
      3. Start BPM Suite 6.3.0.

      Actual results:

      Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[2,1]
      Message: Unexpected element '

      {urn:jboss:domain:1.8}

      server'

      Expected results:
      It should work well.

      Additional info:
      Installer tool works well. Also it seems to work properly if just edit standalone.xml and change it from 1.8 to 1.7.

      KCS Solution:
      Startup error by installing BPM Suite 6.3.0 with "Deployable for EAP 6"

            rzhang+1@redhat.com Cheng Zhang (Inactive)
            rhn-support-ajuricic Amana Juricic
            Bojan Sremac Bojan Sremac (Inactive)
            Bojan Sremac Bojan Sremac (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: