Uncategorized SQLException for SQL

LabKey Support Forum (Inactive)
Uncategorized SQLException for SQL bront  2015-01-15 14:41
Status: Closed
 
Josh,

I checked the postgresql.jar. The file sizes seemed to match, but I loaded the one from release14.3/external/lib/tomcat/ branch anyway. Restarted Tomcat.

Here is our labkey.xml file:

<Resource name="jdbc/labkeyDataSource" auth="Container"
        type="javax.sql.DataSource"
        username=""
        password=""
        driverClassName="org.postgresql.Driver"
        url="jdbc:postgresql://xxx/labkey?sslmode=require"
        maxActive="20"
        maxIdle="10" accessToUnderlyingConnectionAllowed="true"/>

Again, thanks for your help.

bront