Repost of an original unanswered question that many people are still having prob

Repost of an original unanswered question that many people are still having problems with. Grateful for any help!

forum.appian.com/.../JBAS015875

#InstallationandAdministration I am getting below error when starting server. (Appian 7.5 version + jboss server)

11:09:42,719 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-6) IJ020002: Deployed: file://RaActivatorhornetq-ra
11:09:42,722 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-7) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
11:09:55,835 INFO [org.jboss.as.server] (ServerService Thread Pool -- 27) JBAS018559: Deployed "suite.ear" (runtime-name : "suite.ear")
11:09:55,837 INFO [org.jboss.as.server] (ServerService Thread Pool -- 27) JBAS018559: Deployed "appian-ds.xml" (runtime-name : "appian-ds.xml")
11:09:55,839 INFO [org.jboss.as.controller] ...

OriginalPostID-115360

OriginalPostID-115360

  Discussion posts and replies are publicly visible

  • ...(Controller Boot Thread) JBAS014774: Service status report
    JBAS014775: New missing/unsatisfied dependencies:
    service jboss.deployment.unit."ss.ear".deploymentCompleteService (missing) dependent...
  • Hi Daniel,

    I believe Step#4 is missing from the following link (Configure Startup Properties)
    forum.appian.com/.../Configuring_JBoss

    Let me know if that fixes the issue.
  • That was one of the fixes mentioned in the step and that did work for many of the posters (inlcuding me). Also, I am using the new 7.5 ACM, so that shouldnt be an issue.
  • Could you attache the complete server.log please?

    Location of the log file: <JBOSS_HOME>\\standalone\\log
  • Will replicate and attach log shortly. Specifically I am getting the follow....

    17:54:13,283 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "null" (runtime-name: "email-poller.rar")
    17:54:13,284 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "null" (runtime-name: "unattended-request-handler.jar")
    17:54:13,284 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "null" (runtime-name: "jms-transient-topic-handler.jar")
    17:54:13,284 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "null" (runtime-name: "unattended-request-poller.rar")
    17:54:13,284 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "null" (runtime-name: "jms-process-integration-handler.jar")
    17:54:13,284 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "null" (runtime-name: "email-handler.jar")
    17:54:13,283 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "null" (runtime-name: "web.war")
    17:54:33,373 INFO [org.jboss.as.server] (ServerService Thread Pool -- 27) JBAS018559: Deployed "appian-ds.xml" (runtime-name : "appian-ds.xml")
    17:54:33,374 INFO [org.jboss.as.server] (ServerService Thread Pool -- 27) JBAS018559: Deployed "suite.ear" (runtime-name : "suite.ear")
    17:54:33,378 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
    JBAS014775: New missing/unsatisfied dependencies:
    service jboss.deployment.unit."ss.ear".deploymentCompleteService (missing) dependents: [service jboss.deployment.subunit."suite.ear"."email-handler.jar".PARSE, service jboss.deployment.subunit."suite.ear"."unattended-request-poller.rar".PARSE, service jboss.deployment.subunit."suite.ear"."jms-process-integration-handler.jar".PARSE, service jboss.deployment.subunit."suite.ear"."unattended-request-handler.jar".PARSE, JBAS014799: ... and 5 more ]

    17:54:33,407 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss EAP 6.2.0.GA (AS 7.3.0.Final-redhat-14) started (with errors) in 45597ms - Started 190 of 262 services (8 services failed or missing dependencies, 64 services are passive or on-demand)
  • Sorry for the belated reply, a team member checked in some new code and now I'm stuck at the following. Again, I am using the 75 ACM and not the manual Jboss configurations

    server.log

  • Inside your standalone.xml what does your deployment scanner look like?

    It should have a line - <deployment-scanner name="appian-search-server" path="${appian.home.search-server}" auto-deploy-exploded="false" auto-deploy-zipped="false" auto-deploy-xml="false" deployment-timeout="1800" scan-interval="5000"/>