JBoss Error When Doing a Fresh Installation of Appian 16.2

Hi,
I am up for a fresh installation of Appian 16.2 on a Windows 64 bit environment with 4GB RAM. I have installed JBoss EAP 6.4.0 and MySQL server 5.7.13.
After going through the installation guide and following the steps I configured the server. I could start the Appian engines and the search-server without any issue. However, while starting Jboss I get the following error "could not load driver for module [com.mysql.jdbc]" and some missing dependencies for the AppianDS(datasource).
I am using a J connector (MySQL-connector-java-5.1.39-bin.jar) driver and jdk 8.
I am using configure script to deploy the configurations to Jboss home.
Attaching the jboss log file. Any help would be greatly appreciated.
Thanks.

server.log

OriginalPostID-227105

OriginalPostID-227105

  Discussion posts and replies are publicly visible

Parents
  • This caused me a big headache yesterday, but I solved, don't know why, giving a different name to the driver, both in standalone.xml and in appian-mysql-ds.xml. So I had driver name "mysql", while module name was still "com.mysql.jdbc". Also double check that module.xml and mysql-connector-java-5.1.39-bin.jar are in folder com/mysql/jdbc/main if your module is called com.mysql.jdbc, it might seems silly, but at some point, when I had almost tried anything from different guides I mixed paths and names and I found that I was missing jdbc folder (com/mysql/main).
Reply
  • This caused me a big headache yesterday, but I solved, don't know why, giving a different name to the driver, both in standalone.xml and in appian-mysql-ds.xml. So I had driver name "mysql", while module name was still "com.mysql.jdbc". Also double check that module.xml and mysql-connector-java-5.1.39-bin.jar are in folder com/mysql/jdbc/main if your module is called com.mysql.jdbc, it might seems silly, but at some point, when I had almost tried anything from different guides I mixed paths and names and I found that I was missing jdbc folder (com/mysql/main).
Children
No Data