Issue with quick install 18.2

Good afternoon,


Hope you can help - I've been following the 18.2 quick start installation guide word for word but have run into this error - I have restarted the guide on a fresh install and have found the same issue.

I have attached a pastebin output for your persual here, the error occurs when attempting to start jboss, the configuration verifies okay and appian itself starts with no issue:

https://pastebin.com/U4hwxZpq

Your assistance/insight as to what is wrong here would be greatly appreciated.

Many thanks,

Howard

  Discussion posts and replies are publicly visible

Parents
  • Hello howard

    The first error that appears is the

    16:11:04,298 ERROR [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery) IJ000906: Error during crash recovery: jdbc/AppianDS (Could not create connection): javax.resource.ResourceException: Could not create connection

    The reason of that error is because of

    Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.jdbc2.optional.MysqlXADataSource from [Module "com.mysql.jdbc:main" from local module loader @16f65612 (finder: local module finder @311d617d (roots: C:\appian182\appian\bin\jboss\jboss-eap-6.4\modules,C:\appian182\appian\bin\jboss\jboss-eap-6.4\modules\system\layers\base))]

    So you might want to take a look at the driver (jar file) you installed and make sure is the appropriate.

    And the configuration is correct.

    As a note remember that if one configuration. Fails you jboss changes the name of the configuration to failed, so you might want to check the same on your jboss installation.

    Hope this helps

    Jose

Reply
  • Hello howard

    The first error that appears is the

    16:11:04,298 ERROR [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery) IJ000906: Error during crash recovery: jdbc/AppianDS (Could not create connection): javax.resource.ResourceException: Could not create connection

    The reason of that error is because of

    Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.jdbc2.optional.MysqlXADataSource from [Module "com.mysql.jdbc:main" from local module loader @16f65612 (finder: local module finder @311d617d (roots: C:\appian182\appian\bin\jboss\jboss-eap-6.4\modules,C:\appian182\appian\bin\jboss\jboss-eap-6.4\modules\system\layers\base))]

    So you might want to take a look at the driver (jar file) you installed and make sure is the appropriate.

    And the configuration is correct.

    As a note remember that if one configuration. Fails you jboss changes the name of the configuration to failed, so you might want to check the same on your jboss installation.

    Hope this helps

    Jose

Children
No Data