当前位置: 代码迷 >> Web前端 >> jdk-6u29 罗致 tomcat 启动时卡死
  详细解决方案

jdk-6u29 罗致 tomcat 启动时卡死

热度:701   发布时间:2012-06-30 17:20:12.0
jdk-6u29 导致 tomcat 启动时卡死

这几天tomcat在启动的时候来时在连接数据库的时候就停止了,而且停止多长时间都没有反应,也不会提示超时,

1281 [main] INFO? org.springframework.orm.hibernate3.LocalSessionFactoryBean? - Building new Hibernate SessionFactory
1287 [main] INFO? org.hibernate.connection.ConnectionProviderFactory? - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider

如果将log级别放开,就提示连接池信息,然后就没有了

我连数据库都重新安装了都不行,郁闷死了,最后一次偶然的机会更换了一下jdk的版本,竟然好了,突然发现时jdk1.6.0_29这个版本的问题,重新更换成1.6.0_20系统正常了。

  相关解决方案