Starting the scheduler gives a weird exception like: “Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (You have an error in your
SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '????????????????' at line 1)”
Solution: Old Java Version! Update to the newest SUN Java version, has to be 1.6.x at least.
Solution: all scheduler tables “qrtz_*” must be renamed to upper case e.g. “qrtz_triggers” to “qrtz_TRIGGERS”.
Back to top