Re: quartz tables not installing

2018-04-04 Thread varontron
Hi, I experienced the same issue with a new build of 2.0.9-SNAPSHOT and it occurred to me the difference might be this, on line 19 of core/src/main/resources/domains/Master.properties: Master.schema=syncope and in $TOMCAT_HOME/conf/context.xml in the Resource config I have included the attribute

Re: quartz tables not installing

2018-04-03 Thread Francesco Chicchiriccò
Hi, it seems I am not able to replicate your issues; here are my detailed steps: 1. created Docker container from official ubuntu:16.04 image 2. installed Oracle JDK, Maven 3.5.2, Tomcat 8.5.29 (from tar.gz) 3. downloaded [1] onto $CATALINA_HOME/lib 4. created new Syncope 2.0.8 Maven project as f

Re: quartz tables not installing

2018-04-02 Thread Dave Varon
Hi, I should've included more detail. I apologize for that. The good news is I followed those instructions--the bad news is, despite that, I experienced the issue. Postgresql version --

Re: quartz tables not installing

2018-04-02 Thread Francesco Chicchiriccò
Hi Dave, please see my replies embedded below. On 02/04/2018 17:30, Dave Varon wrote: Hi, Starting with an empty postgres database, executing 'mvn clean verify' and deploying the war files, If you are planning to deploy the generated WAR files, 'mvn clean verify' is not enough, please check

quartz tables not installing

2018-04-02 Thread Dave Varon
Hi, Starting with an empty postgres database, executing 'mvn clean verify' and deploying the war files, my logs indicate the quartz db scripts executed, but alas the tables do not exist. core.log:14:42:22.558 INFO org.springframework.jdbc.datasource.init.ScriptUtils - Executing SQL script from cl