spring中c3p0程序启动初始化之后就没反应了,求助!

闲适达人 2012-03-17 02:09:54
以下是加载的信息:

2012-03-17 14:04:23,359 INFO [org.springframework.context.support.ClassPathXmlApplicationContext] - <Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@16acdd1: display name [org.springframework.context.support.ClassPathXmlApplicationContext@16acdd1]; startup date [Sat Mar 17 14:04:23 CST 2012]; root of context hierarchy>
2012-03-17 14:04:23,468 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [logAnalysisContext.xml]>
2012-03-17 14:04:23,765 INFO [org.springframework.context.support.ClassPathXmlApplicationContext] - <Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext@16acdd1]: org.springframework.beans.factory.support.DefaultListableBeanFactory@2a6ff>
2012-03-17 14:04:23,875 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - <Loading properties file from class path resource [logAnalysisConfig.properties]>
2012-03-17 14:04:23,906 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2a6ff: defining beans [PropertyPlaceholderConfigurer,dataSourceSync,jdbcTemplate,logAnalysisManager,appConfig,logAnalysisUtil,jobtask,cron,org.springframework.scheduling.quartz.SchedulerFactoryBean#0,logAnalysisDel,logAnalysisDeljobtask,logAnalysisDelcron,logAnalysisDelScheduler]; root of factory hierarchy>
2012-03-17 14:04:24,218 INFO [com.mchange.v2.log.MLog] - <MLog clients using log4j logging.>
2012-03-17 14:04:24,250 INFO [com.mchange.v2.c3p0.C3P0Registry] - <Initializing c3p0-0.9.0 [built 11-July-2005 00:43:29 -0400; debug? true; trace: 10]>
2012-03-17 14:04:24,546 INFO [org.quartz.core.QuartzScheduler] - <Quartz Scheduler v.1.5.2 created.>
2012-03-17 14:04:24,546 INFO [org.quartz.simpl.RAMJobStore] - <RAMJobStore initialized.>
2012-03-17 14:04:24,546 INFO [org.quartz.impl.StdSchedulerFactory] - <Quartz scheduler 'org.springframework.scheduling.quartz.SchedulerFactoryBean#0' initialized from an externally provided properties instance.>
2012-03-17 14:04:24,546 INFO [org.quartz.impl.StdSchedulerFactory] - <Quartz scheduler version: 1.5.2>
2012-03-17 14:04:24,546 INFO [org.quartz.core.QuartzScheduler] - <JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@11ff451>
2012-03-17 14:04:24,562 INFO [org.springframework.scheduling.quartz.SchedulerFactoryBean] - <Starting Quartz Scheduler now>
2012-03-17 14:04:24,562 INFO [org.quartz.core.QuartzScheduler] - <Scheduler org.springframework.scheduling.quartz.SchedulerFactoryBean#0_$_NON_CLUSTERED started.>
2012-03-17 14:04:24,593 INFO [org.quartz.core.QuartzScheduler] - <Quartz Scheduler v.1.5.2 created.>
2012-03-17 14:04:24,593 INFO [org.quartz.simpl.RAMJobStore] - <RAMJobStore initialized.>
2012-03-17 14:04:24,593 INFO [org.quartz.impl.StdSchedulerFactory] - <Quartz scheduler 'logAnalysisDelScheduler' initialized from an externally provided properties instance.>
2012-03-17 14:04:24,593 INFO [org.quartz.impl.StdSchedulerFactory] - <Quartz scheduler version: 1.5.2>
2012-03-17 14:04:24,593 INFO [org.quartz.core.QuartzScheduler] - <JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@3deff3>
2012-03-17 14:04:24,593 INFO [org.springframework.scheduling.quartz.SchedulerFactoryBean] - <Starting Quartz Scheduler now>
2012-03-17 14:04:24,593 INFO [org.quartz.core.QuartzScheduler] - <Scheduler logAnalysisDelScheduler_$_NON_CLUSTERED started.>
2012-03-17 14:04:30,078 INFO [com.mchange.v2.c3p0.PoolBackedDataSource] - <Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource@1e32382[ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1e32382, idleConnectionTestPeriod -> 60, initialPoolSize -> 10, jdbcUrl -> jdbc:mysql://10.17.81.134:3306/udb_as?useUnicode=true&characterEncoding=utf8, loginTimeout -> 0, maxIdleTime -> 1800, maxPoolSize -> 10, maxStatements -> 0, maxStatementsPerConnection -> 1000, minPoolSize -> 10, numHelperThreads -> 3, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 300, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, usesTraditionalReflectiveProxies -> false ]>
程序每次到这就停了,初始化成功,c3p0有这个问题吗?有人之前碰过吗?麻烦指教!
INFO [com.mchange.v2.c3p0.PoolBackedDataSource] - <Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource@1e32382这个是什么东西呢?麻烦大神指教!本人菜鸟!
...全文
291 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
yindangchi 2014-08-07
  • 打赏
  • 举报
回复
本人同求原因
闲适达人 2012-03-17
  • 打赏
  • 举报
回复
急啊!!!
闲适达人 2012-03-17
  • 打赏
  • 举报
回复
没人回答吗???
cao1998928 2012-03-17
  • 打赏
  • 举报
回复
这个程序没用服务器,是主函数跑起来的
闲适达人 2012-03-17
  • 打赏
  • 举报
回复
这个程序没用服务器,是主函数跑起来的

67,513

社区成员

发帖
与我相关
我的任务
社区描述
J2EE只是Java企业应用。我们需要一个跨J2SE/WEB/EJB的微容器,保护我们的业务核心组件(中间件),以延续它的生命力,而不是依赖J2SE/J2EE版本。
社区管理员
  • Java EE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧