2 Replies Latest reply on Oct 17, 2005 6:51 PM by davidsan1001

    Problem with very latest cvs checkout jbpm.3 on Windows and

    davidsan1001

      Thought swithing platforms might help. Seems either I'm not connecting to the db at all or the schema isn't correct.

      fresh jboss-4.0.2
      fresh cvs of jbpm.3

      All these ant commands went fine.

      ant compile;ant build;ant build.processes
      ant -f build.deploy.xml create.db
      ant -f build.deploy.xml create.jbpm.configuration

      ant -f build.deploy.xml start.jboss...produced errors shown below.

      Also, do I really need to use "deploy.service.archive" and "deploy.webapp" If I use the above ant targets? It worked for me before not to need them.

      10:18:42,866 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
      10:18:43,063 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:18:43,063 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:18:43,065 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:18:43,066 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:18:43,066 ERROR [SchedulerSession] org.hibernate.exception.SQLGrammarException: could not execute query using iterate
      10:18:43,067 ERROR [JbpmSession] java.lang.NullPointerException
      10:18:43,069 ERROR [JDBCTransaction] Could not toggle autocommit
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.toggleAutoCommit(JDBCTransaction.java:158)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:148)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:18:43,076 ERROR [JbpmSession] couldn't rollback hibernate transaction
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:134)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:18:43,077 WARN [JbpmSession] can't pop current session: are you calling JbpmSession.close() multiple times ?
      10:18:43,077 INFO [SchedulerThread] runtime exception while executing timers
      java.lang.RuntimeException: couldn't commit transaction
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:119)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      Caused by: java.lang.NullPointerException
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:114)
      ... 3 more
      10:18:43,137 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
      10:18:43,295 INFO [JkMain] Jk running ID=0 time=0/183 config=null
      10:18:43,302 INFO [Server] JBoss (MX MicroKernel) [4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)] Started in 1m:46ms
      10:18:48,083 DEBUG [SchedulerThread] checking for timers
      10:18:48,084 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:18:48,084 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:18:48,084 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:18:48,084 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:18:48,084 ERROR [SchedulerSession] org.hibernate.exception.SQLGrammarException: could not execute query using iterate
      10:18:48,085 ERROR [JbpmSession] java.lang.NullPointerException
      10:18:48,085 ERROR [JDBCTransaction] Could not toggle autocommit
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.toggleAutoCommit(JDBCTransaction.java:158)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:148)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:18:48,085 ERROR [JbpmSession] couldn't rollback hibernate transaction
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:134)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:18:48,086 WARN [JbpmSession] can't pop current session: are you calling JbpmSession.close() multiple times ?
      10:18:48,086 INFO [SchedulerThread] runtime exception while executing timers
      java.lang.RuntimeException: couldn't commit transaction
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:119)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      Caused by: java.lang.NullPointerException
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:114)
      ... 3 more
      10:18:53,093 DEBUG [SchedulerThread] checking for timers
      10:18:53,093 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:18:53,094 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:18:53,094 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:18:53,094 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:18:53,094 ERROR [SchedulerSession] org.hibernate.exception.SQLGrammarException: could not execute query using iterate
      10:18:53,094 ERROR [JbpmSession] java.lang.NullPointerException
      10:18:53,095 ERROR [JDBCTransaction] Could not toggle autocommit
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.toggleAutoCommit(JDBCTransaction.java:158)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:148)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:18:53,095 ERROR [JbpmSession] couldn't rollback hibernate transaction
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:134)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:18:53,095 WARN [JbpmSession] can't pop current session: are you calling JbpmSession.close() multiple times ?
      10:18:53,096 INFO [SchedulerThread] runtime exception while executing timers
      java.lang.RuntimeException: couldn't commit transaction
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:119)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      Caused by: java.lang.NullPointerException
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:114)
      ... 3 more
      10:18:58,103 DEBUG [SchedulerThread] checking for timers
      10:18:58,103 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:18:58,103 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:18:58,103 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:18:58,103 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:18:58,104 ERROR [SchedulerSession] org.hibernate.exception.SQLGrammarException: could not execute query using iterate
      10:18:58,104 ERROR [JbpmSession] java.lang.NullPointerException
      10:18:58,104 ERROR [JDBCTransaction] Could not toggle autocommit
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.toggleAutoCommit(JDBCTransaction.java:158)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:148)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:18:58,104 ERROR [JbpmSession] couldn't rollback hibernate transaction
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:134)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:18:58,104 WARN [JbpmSession] can't pop current session: are you calling JbpmSession.close() multiple times ?
      10:18:58,105 INFO [SchedulerThread] runtime exception while executing timers
      java.lang.RuntimeException: couldn't commit transaction
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:119)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      Caused by: java.lang.NullPointerException
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:114)
      ... 3 more
      10:19:03,113 DEBUG [SchedulerThread] checking for timers
      10:19:03,113 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:03,113 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:03,113 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:03,113 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:03,114 ERROR [SchedulerSession] org.hibernate.exception.SQLGrammarException: could not execute query using iterate
      10:19:03,114 ERROR [JbpmSession] java.lang.NullPointerException
      10:19:03,114 ERROR [JDBCTransaction] Could not toggle autocommit
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.toggleAutoCommit(JDBCTransaction.java:158)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:148)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:03,114 ERROR [JbpmSession] couldn't rollback hibernate transaction
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:134)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:03,114 WARN [JbpmSession] can't pop current session: are you calling JbpmSession.close() multiple times ?
      10:19:03,114 INFO [SchedulerThread] runtime exception while executing timers
      java.lang.RuntimeException: couldn't commit transaction
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:119)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      Caused by: java.lang.NullPointerException
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:114)
      ... 3 more
      10:19:08,123 DEBUG [SchedulerThread] checking for timers
      10:19:08,123 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:08,123 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:08,123 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:08,123 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:08,123 ERROR [SchedulerSession] org.hibernate.exception.SQLGrammarException: could not execute query using iterate
      10:19:08,124 ERROR [JbpmSession] java.lang.NullPointerException
      10:19:08,124 ERROR [JDBCTransaction] Could not toggle autocommit
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.toggleAutoCommit(JDBCTransaction.java:158)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:148)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:08,124 ERROR [JbpmSession] couldn't rollback hibernate transaction
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:134)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:08,124 WARN [JbpmSession] can't pop current session: are you calling JbpmSession.close() multiple times ?
      10:19:08,125 INFO [SchedulerThread] runtime exception while executing timers
      java.lang.RuntimeException: couldn't commit transaction
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:119)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      Caused by: java.lang.NullPointerException
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:114)
      ... 3 more
      10:19:13,133 DEBUG [SchedulerThread] checking for timers
      10:19:13,133 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:13,133 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:13,133 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:13,133 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:13,133 ERROR [SchedulerSession] org.hibernate.exception.SQLGrammarException: could not execute query using iterate
      10:19:13,134 ERROR [JbpmSession] java.lang.NullPointerException
      10:19:13,134 ERROR [JDBCTransaction] Could not toggle autocommit
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.toggleAutoCommit(JDBCTransaction.java:158)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:148)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:13,134 ERROR [JbpmSession] couldn't rollback hibernate transaction
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:134)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:13,134 WARN [JbpmSession] can't pop current session: are you calling JbpmSession.close() multiple times ?
      10:19:13,135 INFO [SchedulerThread] runtime exception while executing timers
      java.lang.RuntimeException: couldn't commit transaction
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:119)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      Caused by: java.lang.NullPointerException
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:114)
      ... 3 more
      10:19:18,143 DEBUG [SchedulerThread] checking for timers
      10:19:18,143 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:18,143 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:18,143 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:18,143 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:18,143 ERROR [SchedulerSession] org.hibernate.exception.SQLGrammarException: could not execute query using iterate
      10:19:18,144 ERROR [JbpmSession] java.lang.NullPointerException
      10:19:18,144 ERROR [JDBCTransaction] Could not toggle autocommit
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.toggleAutoCommit(JDBCTransaction.java:158)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:148)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:18,144 ERROR [JbpmSession] couldn't rollback hibernate transaction
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:134)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:18,144 WARN [JbpmSession] can't pop current session: are you calling JbpmSession.close() multiple times ?
      10:19:18,144 INFO [SchedulerThread] runtime exception while executing timers
      java.lang.RuntimeException: couldn't commit transaction
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:119)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      Caused by: java.lang.NullPointerException
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:114)
      ... 3 more
      10:19:23,153 DEBUG [SchedulerThread] checking for timers
      10:19:23,153 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:23,153 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:23,153 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:23,153 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:23,154 ERROR [SchedulerSession] org.hibernate.exception.SQLGrammarException: could not execute query using iterate
      10:19:23,154 ERROR [JbpmSession] java.lang.NullPointerException
      10:19:23,154 ERROR [JDBCTransaction] Could not toggle autocommit
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.toggleAutoCommit(JDBCTransaction.java:158)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:148)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:23,154 ERROR [JbpmSession] couldn't rollback hibernate transaction
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:134)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:23,155 WARN [JbpmSession] can't pop current session: are you calling JbpmSession.close() multiple times ?
      10:19:23,155 INFO [SchedulerThread] runtime exception while executing timers
      java.lang.RuntimeException: couldn't commit transaction
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:119)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      Caused by: java.lang.NullPointerException
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:114)
      ... 3 more
      10:19:28,163 DEBUG [SchedulerThread] checking for timers
      10:19:28,163 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:28,163 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:28,163 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:28,163 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:28,163 ERROR [SchedulerSession] org.hibernate.exception.SQLGrammarException: could not execute query using iterate
      10:19:28,164 ERROR [JbpmSession] java.lang.NullPointerException
      10:19:28,164 ERROR [JDBCTransaction] Could not toggle autocommit
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.toggleAutoCommit(JDBCTransaction.java:158)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:148)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:28,164 ERROR [JbpmSession] couldn't rollback hibernate transaction
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:134)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:28,164 WARN [JbpmSession] can't pop current session: are you calling JbpmSession.close() multiple times ?
      10:19:28,165 INFO [SchedulerThread] runtime exception while executing timers
      java.lang.RuntimeException: couldn't commit transaction
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:119)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      Caused by: java.lang.NullPointerException
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:114)
      ... 3 more
      10:19:33,173 DEBUG [SchedulerThread] checking for timers
      10:19:33,173 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:33,173 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:33,173 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:33,173 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:33,173 ERROR [SchedulerSession] org.hibernate.exception.SQLGrammarException: could not execute query using iterate
      10:19:33,174 ERROR [JbpmSession] java.lang.NullPointerException
      10:19:33,174 ERROR [JDBCTransaction] Could not toggle autocommit
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.toggleAutoCommit(JDBCTransaction.java:158)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:148)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:33,174 ERROR [JbpmSession] couldn't rollback hibernate transaction
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:134)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:33,174 WARN [JbpmSession] can't pop current session: are you calling JbpmSession.close() multiple times ?
      10:19:33,174 INFO [SchedulerThread] runtime exception while executing timers
      java.lang.RuntimeException: couldn't commit transaction
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:119)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      Caused by: java.lang.NullPointerException
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:114)
      ... 3 more
      10:19:38,183 DEBUG [SchedulerThread] checking for timers
      10:19:38,183 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:38,183 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:38,183 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:38,183 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:38,184 ERROR [SchedulerSession] org.hibernate.exception.SQLGrammarException: could not execute query using iterate
      10:19:38,184 ERROR [JbpmSession] java.lang.NullPointerException
      10:19:38,184 ERROR [JDBCTransaction] Could not toggle autocommit
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.toggleAutoCommit(JDBCTransaction.java:158)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:148)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:38,184 ERROR [JbpmSession] couldn't rollback hibernate transaction
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:134)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:38,184 WARN [JbpmSession] can't pop current session: are you calling JbpmSession.close() multiple times ?
      10:19:38,185 INFO [SchedulerThread] runtime exception while executing timers
      java.lang.RuntimeException: couldn't commit transaction
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:119)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      Caused by: java.lang.NullPointerException
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:114)
      ... 3 more
      10:19:43,193 DEBUG [SchedulerThread] checking for timers
      10:19:43,193 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:43,193 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:43,193 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:43,193 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:43,193 ERROR [SchedulerSession] org.hibernate.exception.SQLGrammarException: could not execute query using iterate
      10:19:43,194 ERROR [JbpmSession] java.lang.NullPointerException
      10:19:43,194 ERROR [JDBCTransaction] Could not toggle autocommit
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.toggleAutoCommit(JDBCTransaction.java:158)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:148)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:43,194 ERROR [JbpmSession] couldn't rollback hibernate transaction
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:134)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:43,194 WARN [JbpmSession] can't pop current session: are you calling JbpmSession.close() multiple times ?
      10:19:43,194 INFO [SchedulerThread] runtime exception while executing timers
      java.lang.RuntimeException: couldn't commit transaction
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:119)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      Caused by: java.lang.NullPointerException
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:114)
      ... 3 more
      10:19:48,203 DEBUG [SchedulerThread] checking for timers
      10:19:48,203 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:48,203 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:48,203 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:48,203 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:48,204 ERROR [SchedulerSession] org.hibernate.exception.SQLGrammarException: could not execute query using iterate
      10:19:48,204 ERROR [JbpmSession] java.lang.NullPointerException
      10:19:48,204 ERROR [JDBCTransaction] Could not toggle autocommit
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.toggleAutoCommit(JDBCTransaction.java:158)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:148)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:48,204 ERROR [JbpmSession] couldn't rollback hibernate transaction
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:134)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:48,204 WARN [JbpmSession] can't pop current session: are you calling JbpmSession.close() multiple times ?
      10:19:48,204 INFO [SchedulerThread] runtime exception while executing timers
      java.lang.RuntimeException: couldn't commit transaction
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:119)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      Caused by: java.lang.NullPointerException
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:114)
      ... 3 more
      10:19:53,213 DEBUG [SchedulerThread] checking for timers
      10:19:53,213 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:53,213 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:53,213 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
      10:19:53,213 ERROR [JDBCExceptionReporter] Table not found: JBPM_TIMER in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
      10:19:53,213 ERROR [SchedulerSession] org.hibernate.exception.SQLGrammarException: could not execute query using iterate
      10:19:53,214 ERROR [JbpmSession] java.lang.NullPointerException
      10:19:53,214 ERROR [JDBCTransaction] Could not toggle autocommit
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.toggleAutoCommit(JDBCTransaction.java:158)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:148)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:53,214 ERROR [JbpmSession] couldn't rollback hibernate transaction
      org.hibernate.HibernateException: Session is closed
      at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:103)
      at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:134)
      at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:189)
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:118)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      10:19:53,214 WARN [JbpmSession] can't pop current session: are you calling JbpmSession.close() multiple times ?
      10:19:53,214 INFO [SchedulerThread] runtime exception while executing timers
      java.lang.RuntimeException: couldn't commit transaction
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:119)
      at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:141)
      at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:121)
      at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:34)
      Caused by: java.lang.NullPointerException
      at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:114)
      ... 3 more
      10:19:56,696 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
      10:19:56,698 INFO [TomcatDeployer] undeploy, ctxPath=/jmx-console, warUrl=file:/usr/local/jboss-4.0.2/server/jbpm/deploy/jmx-console.war/
      10:19:56,719 INFO [TomcatDeployer] undeploy, ctxPath=/jbpm, warUrl=file:/usr/local/jboss-4.0.2/server/jbpm/tmp/deploy/tmp9577jbpm.war/
      10:19:56,721 DEBUG [Scheduler] stopping the scheduler
      10:19:56,721 INFO [SchedulerThread] waiting for timers got interuppted
      10:19:56,721 INFO [SchedulerThread] ending scheduler thread
      10:19:57,470 INFO [ConnectionFactoryBindingService] Unbound connection factory for resource adapter for ConnectionManager 'jboss.jca:name=JmsXA,service=ConnectionFactoryBinding from JNDI name 'java:JmsXA'
      10:19:57,485 DEBUG [JbpmService] Stopping jboss.jbpm:name=DefaultJbpm,service=JbpmService
      10:19:57,485 DEBUG [JbpmService] Stopped jboss.jbpm:name=DefaultJbpm,service=JbpmService
      10:19:57,808 INFO [ConnectionFactoryBindingService] Unbound connection factory for resource adapter for ConnectionManager 'jboss.jca:name=DefaultDS,service=DataSourceBinding from JNDI name 'java:DefaultDS'
      10:19:59,073 INFO [HypersonicDatabase] Database standalone closed clean
      10:19:59,074 DEBUG [JbpmService] Destroying jboss.jbpm:name=DefaultJbpm,service=JbpmService
      10:19:59,074 DEBUG [JbpmService] Destroyed jboss.jbpm:name=DefaultJbpm,service=JbpmService
      10:19:59,190 INFO [TomcatDeployer] undeploy, ctxPath=/jbossmq-httpil, warUrl=file:/usr/local/jboss-4.0.2/server/jbpm/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
      10:19:59,198 WARN [ServiceController] Ignoring request to stop nonexistent service: null
      10:19:59,216 INFO [TomcatDeployer] undeploy, ctxPath=/, warUrl=file:/usr/local/jboss-4.0.2/server/jbpm/deploy/jbossweb-tomcat55.sar/ROOT.war/
      10:19:59,227 INFO [Http11Protocol] Pausing Coyote HTTP/1.1 on http-0.0.0.0-8080
      10:20:00,242 INFO [StandardService] Stopping service jboss.web
      10:20:00,250 INFO [Http11Protocol] Stopping Coyote HTTP/1.1 on http-0.0.0.0-8080
      10:20:00,254 INFO [TomcatDeployer] undeploy, ctxPath=/invoker, warUrl=file:/usr/local/jboss-4.0.2/server/jbpm/deploy/http-invoker.sar/invoker.war/
      Shutting down
      10:20:00,493 INFO [Server] Shutdown complete
      Shutdown complete