tomcat起不来,据说与hibernate有关系。附Exception

stefli 2008-05-28 05:27:57
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)
...全文
149 4 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
stefli 2008-05-29
  • 打赏
  • 举报
回复
不是这个问题。据一些零散消息说是版本问题。
但是不是很明确到底是那个包的问题,很是郁闷啊。
总是起不来。
JJTwo 2008-05-28
  • 打赏
  • 举报
回复
學習
KKK2007 2008-05-28
  • 打赏
  • 举报
回复
laorer 2008-05-28
  • 打赏
  • 举报
回复
delete from org.jbpm.scheduler.exe.Timer t
where t.processInstance = :processInstance
-->
delete from (org.jbpm.scheduler.exe.Timer) t
where t.processInstance = :processInstance

看下行不

67,550

社区成员

发帖
与我相关
我的任务
社区描述
J2EE只是Java企业应用。我们需要一个跨J2SE/WEB/EJB的微容器,保护我们的业务核心组件(中间件),以延续它的生命力,而不是依赖J2SE/J2EE版本。
社区管理员
  • Java EE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧