Re: Error Pull task

2016-08-24 Thread Cam Luc
It turned out that on Ubuntu, MySQL table names are case sensitive. The syncope database has a table qrtz_locks - notice syncope is looking for QRTZ_LOCKS. I tried renaming the table to upper case, and the error went away. Now I got another error. Syncope is looking for QRTZ_JOB_DETAILS, but the

Error Pull task

2016-08-24 Thread Cam Luc
Environment: Ubuntu 16 64bit Application server: Tomcat 8 JDK: Java 8 Syncope version: 2.0.0-M4 Syncope internal database: MySQL I am a new user. After being able to connect MySQL as the internal storage (all tables are created in syncope database), I created a MySQL connector, and a Users resou