当前位置: 代码迷 >> J2EE >> tomcat启动项目报错解决方案
  详细解决方案

tomcat启动项目报错解决方案

热度:30   发布时间:2016-04-17 22:59:00.0
tomcat启动项目报错
信息: Deploying web application directory /root/apache-tomcat-7.0.42-buscms-1-4/webapps/ROOT
09:36:36.377 ERROR org.springframework.web.context.ContextLoader - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loadTask' defined in ServletContext resource [/WEB-INF/config/quartz-task.xml]: Invocation of init method failed; nested exception is org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [com.jeecms.bus.entity.line.TmbBusLine#944]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1420) ~[spring.beans-3.0.5.jar:3.0.5.RELEASE]

大神么,这个是什么错误啊
------解决思路----------------------
缺少jar包
  相关解决方案