We are currently working on the forum. For the short-term, all forum content will be in read-only format. We apologize for the interruption and look forward to collaborating with you shortly. All the best in your research!
Problem starting OpenClinica in 3.14
installed on Windows with
Apache-tomcat 7.0.84
JDK-7u80
Postgres 8.4.4-1
datainfo.properties
dbType=postgres
dbUser=clinica
dbPass=clinica
db=openclinica
dbPort=5432
dbHost=localhos
Error in tomcat start: = FAIL - Application at context path /OpenClinica could not be started
Error in localhost.log =
INFO: Initializing Spring root WebApplicationContext
Feb 08, 2018 12:51:36 AM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener instance of class org.akaza.openclinica.dao.core.OCContextLoaderListener
org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'schedulerFactoryBean' defined in class path resource [org/akaza/openclinica/applicationContext-core-scheduler.xml]: Could not resolve placeholder 'org.quartz.jobStore.class'
0
Comments
Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set migration/amethyst/2011-05-28-9305.xml::2011-05-9305-1::ahamid:
Reason:
org.postgresql.util.PSQLException: ERROR: column am.amcanorder does not exist
Position: 407
https://forums.openclinica.com/discussion/comment/19313/#Comment_19313
Best, Tom
Check that its actually set to dbHost=localhost
For any "column X does not exist" errors this is probably due to the Postgres library issue which you can get around by following the steps linked to above. It can take a couple of deployments with each library to get it to install fully.
Good luck,
https://forums.openclinica.com/discussion/comment/19313/#Comment_19313
Any other suggestions?