Jboss启动Spring应用时启动到一半没反应了
时间: 2014-11-27来源:开源中国
前景提要
HDC调试需求开发(15万预算),能者速来!>>>
使用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)
日志就输出到这里,然后 ... 然后就没有然后了~

科技资讯:

科技学院:

科技百科:

科技书籍:

网站大全:

软件大全:

热门排行