Getting errors starting Jboss after installing Appian 17.2

Hello:

We are getting errors when we try to start JBoss. We did a fresh install of JBoss and Appian (17.2). Before deploying appian and jboss configurations with the configure.sh script, jboss started ok. After deploying the configurations we get this on the logs and we don't see the reason.

12:31:03,151 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 62) JBWEB000287: Exception sending context initialized event to listener instance of class com.appiancorp.common.BootstrapSpringContextLoaderListener: com.appiancorp.common.config.FatalConfigurationException: com.appiancorp.suiteapi.common.exceptions.AppianException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'localeConfig' defined in com.appiancorp.common.spring.BootstrapSpringConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.ap2.LocaleConfig]: Factory method 'localeConfig' threw exception; nested exception is java.lang.NoClassDefFoundError: com/appian/komodo/api/TransactionId
                at com.appiancorp.common.BootstrapSpringContextLoaderListener.createBootstrapContext(BootstrapSpringContextLoaderListener.java:116) [appian-common.jar:]
                at com.appiancorp.common.BootstrapSpringContextLoaderListener.lambda$doContextInitialized$2(BootstrapSpringContextLoaderListener.java:103) [appian-common.jar:]
                at com.appiancorp.security.changelog.AuditLogLocationService.callWithLocation(AuditLogLocationService.java:18) [appian-security.jar:]

It does not seem to be something with the configuration but the error is not clear at all. What could it be?

Here you can see the suite.ear.failed:

{"JBAS014653: Operación compuesta fallida y se deshizo. Pasos que fallaron:" => {"Operación step-2" => {
    "JBAS014671: Servicios fallidos" => {"jboss.web.deployment.default-host./suite" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./suite: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Falló iniciar contexto
    Caused by: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Falló iniciar contexto"},
    "JBAS014771: Servicios con dependencias que faltan/no disponibles" => [
        "jboss.deployment.unit.\"suite.ear\".deploymentCompleteService falta [jboss.deployment.subunit.\"suite.ear\".\"unattended-request-handler.jar\".deploymentCompleteService, jboss.deployment.subunit.\"suite.ear\".\"email-handler.jar\".deploymentCompleteService, jboss.deployment.subunit.\"suite.ear\".\"jms-process-integration-handler.jar\".deploymentCompleteService]",
        "jboss.naming.context.java.comp.suite.jms-process-integration-handler.JmsProcessIntegrationHandlerBean.Validator falta [jboss.naming.context.java.comp.suite.jms-process-integration-handler.JmsProcessIntegrationHandlerBean]",
        "jboss.naming.context.java.comp.suite.unattended-request-handler.UnattendedRequestHandlerBean.ValidatorFactory falta [jboss.naming.context.java.comp.suite.unattended-request-handler.UnattendedRequestHandlerBean]",
        "jboss.deployment.subunit.\"suite.ear\".\"jms-process-integration-handler.jar\".INSTALL falta [jboss.deployment.subunit.\"suite.ear\".\"unattended-request-handler.jar\".deploymentCompleteService]",
        "jboss.naming.context.java.comp.suite.unattended-request-handler.UnattendedRequestHandlerBean.Validator falta [jboss.naming.context.java.comp.suite.unattended-request-handler.UnattendedRequestHandlerBean]",
        "jboss.naming.context.java.comp.suite.email-handler.EmailHandlerBean.Validator falta [jboss.naming.context.java.comp.suite.email-handler.EmailHandlerBean]",
        "jboss.naming.context.java.comp.suite.jms-process-integration-handler.JmsProcessIntegrationHandlerBean.ValidatorFactory falta [jboss.naming.context.java.comp.suite.jms-process-integration-handler.JmsProcessIntegrationHandlerBean]",
        "jboss.naming.context.java.comp.suite.email-handler.EmailHandlerBean.ValidatorFactory falta [jboss.naming.context.java.comp.suite.email-handler.EmailHandlerBean]",
        "jboss.deployment.subunit.\"suite.ear\".\"email-handler.jar\".INSTALL falta [jboss.deployment.subunit.\"suite.ear\".\"jms-process-integration-handler.jar\".deploymentCompleteService]"
    ]
}}}

 

Thanks

  Discussion posts and replies are publicly visible