• FEATURES
  • PRICING
  • MARKETPLACE
  • CASE STUDIES
  • BLOG
  • Install to tomcat with oracle 11g complains

    Attempting install on Oracle 11g
    Started tomcat, but saw this error:
    Caused by: liquibase.exception.DatabaseException: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot load JDBC driver class ‘{{db-driver}}’

    Anyone had this issue?

    Hi @Mcowiti,

    This issue was present in one of the previous versions. This is fixed in the latest version of OpenSpecimen. Please download the latest version from http://demo.openspecimen.org/releases/

    For the detailed deployment steps please refer: https://openspecimen.atlassian.net/wiki/x/SgcR

    ~Nitesh

    I downloaded openSpecimen 2.4 zip file on 12/05/2015 from indicated location, but had the same error while attempting to start tomcat.

    The install script is not replacing values in the $TOMCAT_HOME/conf/context.xml file correctly. For Oracle you should have “oracle.jdbc.driver.OracleDriver” instead of “{{db-driver}}”. You likely have other values that didn’t get replaced as well in the datasource in context.xml. Check to see if you have other values with {{something}}. You will need to replace those with the correct values as well.