Situation:
When starting the Adeptia Kernel and Webrunner, the application logs indicate the following error:
ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver
Cause:
Adeptia is unable to locate the proper driver to connect to the SQL database used for logging
Solution:
1) Stop the Adeptia Services
2) Add the appropriate entry within the \AdeptiaServer\ServerKernel\etc\launcher.properties file:
libs/driver/jtds-1.2.jar
libs/driver/mysql-connector-java-5.0.8-bin.jar
libs/driver/postgresql-9.1-901.jdbc4.jar
<addition> libs/driver/sqljdbc4.jar
3) Restart the Adeptia Services
Comments
0 comments
Article is closed for comments.