Jboss启动Spring应用时启动到一半没反应了
使用maven构建的Spring应用,在Jetty下运行正常,部署到JBoss AS 5的时候,启动到一半就卡住了(没反应了),各位帮忙看看,有遇到同样问题的,帮忙回答一下,谢谢~
2014-11-27 20:08:30,294 INFO [STDOUT] (main) 20:08:30 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Bean 'courseCategoryService' of type [class com.able.myuni.service.basic.impl.CourseCategoryServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2014-11-27 20:08:30,303 INFO [STDOUT] (main) 20:08:30 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Bean 'courseTermDao' of type [class com.able.myuni.dao.basic.impl.CourseTermDaoImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2014-11-27 20:08:30,307 INFO [STDOUT] (main) 20:08:30 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Bean 'courseTermService' of type [class com.able.myuni.service.basic.impl.CourseTermServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2014-11-27 20:08:30,316 INFO [STDOUT] (main) 20:08:30 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Bean 'labelDao' of type [class com.able.myuni.dao.commons.impl.LabelDaoImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2014-11-27 20:08:30,321 INFO [STDOUT] (main) 20:08:30 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Bean 'labelService' of type [class com.able.myuni.service.commons.impl.LabelServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2014-11-27 20:08:30,330 INFO [STDOUT] (main) 20:08:30 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Bean 'courseLabelDao' of type [class com.able.myuni.dao.basic.impl.CourseLabelDaoImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2014-11-27 20:08:30,335 INFO [STDOUT] (main) 20:08:30 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Bean 'courseLabelService' of type [class com.able.myuni.service.basic.impl.CourseLabelServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2014-11-27 20:08:30,345 INFO [STDOUT] (main) 20:08:30 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Bean 'schoolDao' of type [class com.able.myuni.dao.school.impl.SchoolDaoImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
日志就输出到这里,然后 ... 然后就没有然后了~
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到原因了,是因为多了jar包的原因。
如注释中标注的部分,当然这个可能只适用于我所搭建的环境。