Tuesday, April 26, 2016

opengts Error reading Account - "Install the JDBC jar file in one of the "

After Finishing installation process on Ubuntu for Opengts 2.6.1 , I cannot login to the syatem and the message "Error reading Account" keep showing every time , to solve this problem you cannot find a lot of solutions on google . unless you have a long time to search inside blogs and forums for any hint.

there is a file in tmp/log folder called "TrackWar.log", this is the place you start search in , and looking for messages . I found the error messages in my case caused by missing to install JDBC jar file into Tomcat folder.

So, the solution is to copy this file to tomcat bin folder:

sudo cp mysql-connector-java-5.1.38-bin.jar $CATALINA_HOME/lib 

No comments:

Post a Comment