"D:\Program Files\Java\jdk1.8.0_25\bin\java" -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:56059,suspend=y,server=n -Dgrails.home=D:\software\grails-2.5.2 -Dbase.dir=D:\workspaceTrunk\my-jobs "-Dtools.jar=D:\Program Files\Java\jdk1.8.0_25\lib\tools.jar"
-Dgroovy.starter.conf=D:\software\grails-2.5.2/conf/groovy-starter.conf -Xmx768M -Xms768M -XX:MaxPermSize=256m -XX:PermSize=256m -Djline.WindowsTerminal.directConsole=false -javaagent:D:\software\grails-2.5.2\lib\org.springframework\springloaded\jars\springloaded-1.2.4.RELEASE.jar
-noverify -Dspringloaded=profile=grails -Dfile.encoding=UTF-8 -classpath "D:\software\grails-2.5.2\lib\org.codehaus.groovy\groovy-all\jars\groovy-all-2.4.4.jar;D:\software\grails-2.5.2\dist\grails-bootstrap-2.5.2.jar;D:\Program Files (x86)\JetBrains\IntelliJ
IDEA 14.0.1\lib\idea_rt.jar" org.codehaus.groovy.grails.cli.support.GrailsStarter --main org.codehaus.groovy.grails.cli.GrailsScriptRunner --conf D:\software\grails-2.5.2/conf/groovy-starter.conf "run-app -plain-output"
Connected to the target VM, address: '127.0.0.1:56059', transport: 'socket'
|Loading Grails 2.5.2
|Configuring classpath
.
|Environment set to development
.................................
|Packaging Grails application
..........................................
|Running Grails application
Error |
2017-03-30 15:06:44,039 [localhost-startStop-1] ERROR context.GrailsContextLoaderListener - Error initializing the application: Failure obtaining db row lock: Table 'hlg_test.qrtz_locks' doesn't exist
Message: Failure obtaining db row lock: Table 'hlg_test.qrtz_locks' doesn't exist
Line | Method
->> 157 | executeSQL in org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| 113 | obtainLock in org.quartz.impl.jdbcjobstore.DBSemaphore
| 238 | executeInLock in org.quartz.impl.jdbcjobstore.JobStoreCMT
| 1086 | storeJob in org.quartz.impl.jdbcjobstore.JobStoreSupport
| 969 | addJob . . . in org.quartz.core.QuartzScheduler
| 958 | addJob in ''
| 268 | addJob . . . in org.quartz.impl.StdScheduler
| 271 | scheduleJob in QuartzGrailsPlugin
| 251 | doCall . . . in QuartzGrailsPlugin$_closure5$_closure23
| 250 | doCall in QuartzGrailsPlugin$_closure5
| 266 | run . . . . . in java.util.concurrent.FutureTask
| 1142 | runWorker in java.util.concurrent.ThreadPoolExecutor
| 617 | run . . . . . in java.util.concurrent.ThreadPoolExecutor$Worker
^ 745 | run in java.lang.Thread
Caused by MySQLSyntaxErrorException: Table 'hlg_test.qrtz_locks' doesn't exist
->> 411 | handleNewInstance in com.mysql.jdbc.Util
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| 386 | getInstance in ''
| 1054 | createSQLException in com.mysql.jdbc.SQLError
| 4237 | checkErrorPacket in com.mysql.jdbc.MysqlIO
| 4169 | checkErrorPacket in ''
| 2617 | sendCommand in ''
| 2778 | sqlQueryDirect in ''
| 2834 | execSQL in com.mysql.jdbc.ConnectionImpl
| 2156 | executeInternal in com.mysql.jdbc.PreparedStatement
| 2313 | executeQuery in ''
| 96 | executeSQL . in org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
| 113 | obtainLock in org.quartz.impl.jdbcjobstore.DBSemaphore
| 238 | executeInLock in org.quartz.impl.jdbcjobstore.JobStoreCMT
| 1086 | storeJob in org.quartz.impl.jdbcjobstore.JobStoreSupport
| 969 | addJob . . . in org.quartz.core.QuartzScheduler
| 958 | addJob in ''
| 268 | addJob . . . in org.quartz.impl.StdScheduler
| 271 | scheduleJob in QuartzGrailsPlugin
| 251 | doCall . . . in QuartzGrailsPlugin$_closure5$_closure23
| 250 | doCall in QuartzGrailsPlugin$_closure5
| 266 | run . . . . . in java.util.concurrent.FutureTask
| 1142 | runWorker in java.util.concurrent.ThreadPoolExecutor
| 617 | run . . . . . in java.util.concurrent.ThreadPoolExecutor$Worker
^ 745 | run in java.lang.Thread
Error |
Forked Grails VM exited with error
Disconnected from the target VM, address: '127.0.0.1:56059', transport: 'socket'
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0
Process finished with exit code 1
Connected to the target VM, address: '127.0.0.1:56059', transport: 'socket'
|Loading Grails 2.5.2
|Configuring classpath
.
|Environment set to development
.................................
|Packaging Grails application
..........................................
|Running Grails application
Error |
2017-03-30 15:06:44,039 [localhost-startStop-1] ERROR context.GrailsContextLoaderListener - Error initializing the application: Failure obtaining db row lock: Table 'hlg_test.qrtz_locks' doesn't exist
Message: Failure obtaining db row lock: Table 'hlg_test.qrtz_locks' doesn't exist
Line | Method
->> 157 | executeSQL in org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| 113 | obtainLock in org.quartz.impl.jdbcjobstore.DBSemaphore
| 238 | executeInLock in org.quartz.impl.jdbcjobstore.JobStoreCMT
| 1086 | storeJob in org.quartz.impl.jdbcjobstore.JobStoreSupport
| 969 | addJob . . . in org.quartz.core.QuartzScheduler
| 958 | addJob in ''
| 268 | addJob . . . in org.quartz.impl.StdScheduler
| 271 | scheduleJob in QuartzGrailsPlugin
| 251 | doCall . . . in QuartzGrailsPlugin$_closure5$_closure23
| 250 | doCall in QuartzGrailsPlugin$_closure5
| 266 | run . . . . . in java.util.concurrent.FutureTask
| 1142 | runWorker in java.util.concurrent.ThreadPoolExecutor
| 617 | run . . . . . in java.util.concurrent.ThreadPoolExecutor$Worker
^ 745 | run in java.lang.Thread
Caused by MySQLSyntaxErrorException: Table 'hlg_test.qrtz_locks' doesn't exist
->> 411 | handleNewInstance in com.mysql.jdbc.Util
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| 386 | getInstance in ''
| 1054 | createSQLException in com.mysql.jdbc.SQLError
| 4237 | checkErrorPacket in com.mysql.jdbc.MysqlIO
| 4169 | checkErrorPacket in ''
| 2617 | sendCommand in ''
| 2778 | sqlQueryDirect in ''
| 2834 | execSQL in com.mysql.jdbc.ConnectionImpl
| 2156 | executeInternal in com.mysql.jdbc.PreparedStatement
| 2313 | executeQuery in ''
| 96 | executeSQL . in org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
| 113 | obtainLock in org.quartz.impl.jdbcjobstore.DBSemaphore
| 238 | executeInLock in org.quartz.impl.jdbcjobstore.JobStoreCMT
| 1086 | storeJob in org.quartz.impl.jdbcjobstore.JobStoreSupport
| 969 | addJob . . . in org.quartz.core.QuartzScheduler
| 958 | addJob in ''
| 268 | addJob . . . in org.quartz.impl.StdScheduler
| 271 | scheduleJob in QuartzGrailsPlugin
| 251 | doCall . . . in QuartzGrailsPlugin$_closure5$_closure23
| 250 | doCall in QuartzGrailsPlugin$_closure5
| 266 | run . . . . . in java.util.concurrent.FutureTask
| 1142 | runWorker in java.util.concurrent.ThreadPoolExecutor
| 617 | run . . . . . in java.util.concurrent.ThreadPoolExecutor$Worker
^ 745 | run in java.lang.Thread
Error |
Forked Grails VM exited with error
Disconnected from the target VM, address: '127.0.0.1:56059', transport: 'socket'
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0
Process finished with exit code 1