Trying to run Appian 7.5. Execute start-suite.bat and get the followi

Trying to run Appian 7.5.

Execute start-suite.bat and get the following warning:
"WARNING: No valid engines are configured to be started on this machine"

Execute checkengine.bat
0/16 start. output in attached.

Not sure where to go from here
Thanks,
Charlie...

checkengine_results.txt

OriginalPostID-111741

OriginalPostID-111741

  Discussion posts and replies are publicly visible

Parents
  • These are the ERRORS in your log:

    It looks like the appian-ds.xml might be using the token names for the JNDI name instead of the actual property names.

    JBAS014775: New missing/unsatisfied dependencies:
    service jboss.jdbc-driver.@conf_data_primary_driver@ (missing) dependents: [service jboss.data-source."@conf.data.primary.jndiname@"]
    service jboss.jdbc-driver.@conf_data_secondary_1_driver@ (missing) dependents: [service jboss.data-source."@conf.data.secondary.1.jndiname@"]

    @conf.data.primary.jndiname@
    @conf.data.secondary.1.jndiname@
Reply
  • These are the ERRORS in your log:

    It looks like the appian-ds.xml might be using the token names for the JNDI name instead of the actual property names.

    JBAS014775: New missing/unsatisfied dependencies:
    service jboss.jdbc-driver.@conf_data_primary_driver@ (missing) dependents: [service jboss.data-source."@conf.data.primary.jndiname@"]
    service jboss.jdbc-driver.@conf_data_secondary_1_driver@ (missing) dependents: [service jboss.data-source."@conf.data.secondary.1.jndiname@"]

    @conf.data.primary.jndiname@
    @conf.data.secondary.1.jndiname@
Children
No Data