Hi,
I am trying to install tolven from the following link
http://wiki.tolven.org/index.php/Installation_Guide
I am stuck at the folloeing point
7.7 Test Database and LDAP Connections After ConfigPhase1
I am using the following jdbc jar
postgresql-9.3-1101.jdbc3.jar
I have copied this jar to postgres lib folder
But even the I am getting the following error:
java.lang.RuntimeError
cannot find postgresql-9.3-1101.jdbc3.jar in plugins
Please help me resolve this issue
I have two suggestions for possible resolutions to your issue. First, did you copy the jar file to the postgres lib folder? As per step 3.3, it needs to go in the jboss application server lib folder, usually located at C:/tolven-jboss-4.2.2.GA/server/tolven/lib.
Second, double check the JDBC driver property you set in step 7.1.3. I suspect you may have a typo or something similar in this property. Also note that the value of the property needs to be the path to the jar file. If you copy the text from the installation guide, you need to replace the text "your-jdbcDriver.jar" with the path of the jar file, including the name "postgresql-9.3-1101.jdbc3.jar".
I hope this helps! Something else for your consideration: This is an old installation guide, which will result in an older version of Tolven being installed. Tolven has made some significant changes in newer versions, including some changes to the installation process. If you would like to try installing the newer version, try the new guides at http://wiki.tolven.org/index.php/Tolven_V2.1_Windows_Quick_Start_Install or http://wiki.tolven.org/index.php/Tolven_V2.1_Linux_Quick_Start_Install depending on your operating system.
Good luck!
D.J. Jacob
Roberts-Hoffman Software