tomcat起不来,据说与hibernate有关系。附Exception
2008-05-28 16:46:47,328 [org.hibernate.hql.PARSER]-[ERROR] *** ERROR: line 3:43: expecting "set", found 't'
2008-05-28 16:46:47,359 [org.hibernate.hql.PARSER]-[ERROR] *** ERROR: line 3:43: expecting "set", found 't'
2008-05-28 16:46:47,421 [org.hibernate.hql.PARSER]-[ERROR] *** ERROR: line 3:48: unexpected token: t
2008-05-28 16:46:47,453 [org.hibernate.hql.PARSER]-[WARN] *** WARNING: Keyword 'end' is being intepreted as an identifier due to: expecting IDENT, found 'end'
2008-05-28 16:46:47,515 [org.hibernate.hql.PARSER]-[ERROR] *** ERROR: line 4:33: unexpected token: m
2008-05-28 16:46:47,531 [org.hibernate.impl.SessionFactoryImpl]-[ERROR] Error in named query: SchedulerSession.deleteTimersForProcessInstance
org.hibernate.hql.ast.QuerySyntaxError: unexpected token: t near line 3, column 48 [
delete from org.jbpm.scheduler.exe.Timer t
where t.processInstance = :processInstance
]
at org.hibernate.hql.ast.ErrorCounter.throwQueryException(ErrorCounter.java:63)
at org.hibernate.hql.ast.QueryTranslatorImpl.parse(QueryTranslatorImpl.java:215)
at org.hibernate.hql.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:127)
at org.hibernate.hql.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:83)
at org.hibernate.impl.SessionFactoryImpl.getQuery(SessionFactoryImpl.java:427)