Myeclipse项目,部署正常,tomcat启动报错:
1、
8:54:23 下午 org.apache.catalina.core.StandardContext listenerStart
严重: Error configuring application listener of class org.listener.GyBaseContextLoaderListener
java.lang.ClassNotFoundException: org.listener.GyBaseContextLoaderListener
at org.apache.catalina.loader.WebappClassLoader.loadClass
2、调整包顺序后:
Exception sending context initialized event to listener instance of class org.listener.GyBaseContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerFactory' defined in file [D:\tomcat_6.0.30\webapps\yl\WEB-INF\classes\applicationContext-quartz.xml]: Invocation of init method failed; nested exception is org.gystudio.pub.common.ServiceException: buildCronTriggerBean err
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
3、参阅了一个牛贴(如下所示)受到很大鼓舞,但问题依旧,不知其所以然(清除部署、复制jar包等均无效
)
https://bbs.csdn.net/topics/100022321#new_post