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
  • Charles, it looks like Jboss did not star up correctly.

    This is the relevant ERROR in the starup log.

    09:52:17,867 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 25) JBAS014612: Operation ("add") failed - address: ([
    ("subsystem" => "datasources"),
    ("jdbc-driver" => "com.mysql.jdbc")

    I would recommend using an older version of the MySql JDBC Connector and then try that again. You will need to replace it with the existing one in <JBOSS_HOME>\\modules\\com\\mysql\\jdbc\\main and also make the appropriate change in module.xml file present in the same location to list the modified JAR.

    Let me know if that works.

    mysql-connector-java-5.1.26-bin.jar

Reply
  • Charles, it looks like Jboss did not star up correctly.

    This is the relevant ERROR in the starup log.

    09:52:17,867 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 25) JBAS014612: Operation ("add") failed - address: ([
    ("subsystem" => "datasources"),
    ("jdbc-driver" => "com.mysql.jdbc")

    I would recommend using an older version of the MySql JDBC Connector and then try that again. You will need to replace it with the existing one in <JBOSS_HOME>\\modules\\com\\mysql\\jdbc\\main and also make the appropriate change in module.xml file present in the same location to list the modified JAR.

    Let me know if that works.

    mysql-connector-java-5.1.26-bin.jar

Children
No Data