标签:des class blog code java http
解决方案:
将c3p0.jar包换成c3p0-0.9.0.2.jar,c3p0这个包应该有bug
引用如下:
com.mchange.v2.log.MLog
Determines which library c3p0 will output log messages to. By default, if log4j is available, it will use that library, ...
引用网址:https://bugzilla.redhat.com/show_bug.cgi?id=735460
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266 |
2014-6-2
15:48:54
org.apache.catalina.startup.TaglibUriRule body信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined2014-6-2
15:48:54
org.apache.catalina.startup.TaglibUriRule body信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined2014-6-2
15:48:54
org.apache.catalina.startup.TaglibUriRule body信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined2014-6-2
15:48:54
org.apache.catalina.startup.TaglibUriRule body信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined2014-6-2
15:48:54
org.apache.catalina.startup.TaglibUriRule body信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined2014-6-2
15:48:54
org.apache.catalina.startup.TaglibUriRule body信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined2014-6-2
15:48:54
org.apache.catalina.startup.TaglibUriRule body信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined2014-6-2
15:48:54
org.apache.catalina.startup.TaglibUriRule body信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined2014-6-2
15:48:54
org.apache.catalina.startup.TaglibUriRule body信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined2014-6-2
15:48:54
org.apache.catalina.startup.TaglibUriRule body信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined2014-6-2
15:48:54
org.apache.catalina.startup.TaglibUriRule body信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined2014-6-2
15:48:54
org.apache.catalina.startup.TaglibUriRule body信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined2014-6-2
15:48:54
org.apache.catalina.startup.TaglibUriRule body信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined2014-6-2
15:48:54
org.apache.catalina.startup.TaglibUriRule body信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined2014-6-2
15:48:54
org.apache.catalina.startup.TaglibUriRule body信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined2014-6-2
15:48:54
com.sun.faces.config.ConfigureListener contextInitialized信息: 初始化上下文 ‘/Parameters‘
的 Mojarra 2.0.3
(FCS b03)2014-6-2
15:48:55
com.sun.faces.spi.InjectionProviderFactory createInstance信息: JSF1048:有 PostConstruct/PreDestroy 注释。标有这些注释的 ManagedBeans 方法将表示注释已处理。2014-6-2
15:48:55
com.opensymphony.xwork2.util.logging.commons.CommonsLogger info信息: Parsing configuration file [struts-default.xml]2014-6-2
15:48:56
com.opensymphony.xwork2.util.logging.commons.CommonsLogger info信息: Parsing configuration file [struts-plugin.xml]2014-6-2
15:48:56
com.opensymphony.xwork2.util.logging.commons.CommonsLogger info信息: Parsing configuration file [struts.xml]2014-6-2
15:48:56
com.opensymphony.xwork2.util.logging.commons.CommonsLogger info信息: Overriding property struts.i18n.reload - old value: false
new value: true2014-6-2
15:48:56
com.opensymphony.xwork2.util.logging.commons.CommonsLogger info信息: Overriding property struts.configuration.xml.reload - old value: false
new value: true2014-6-2
15:48:56
org.apache.catalina.startup.HostConfig deployDirectory信息: Deploying web application directory D:\SoftwareDeveloping\tomcat7.0.35\webapps\ROOT2014-6-2
15:48:56
org.apache.catalina.startup.HostConfig deployDirectory信息: Deploying web application directory D:\SoftwareDeveloping\tomcat7.0.35\webapps\StudentLifeSupportPlatformSystem2014-06-02
15:48:56
Test: Directory ‘F:\Workplace\Myeclipse\StudentLifeSupportPlatformSystem\WebRoot\WEB-INF\classes‘
will be monitored for
changes.2014-06-02
15:48:56
Test: Directory ‘F:\Workplace\Myeclipse\StudentLifeSupportPlatformSystem\WebRoot‘
will be monitored for
changes.2014-06-02
15:48:59
Test: Monitoring Log4j configuration in ‘file:/F:/Workplace/Myeclipse/StudentLifeSupportPlatformSystem/WebRoot/WEB-INF/classes/log4j.properties‘.2014-6-2
15:48:59
org.apache.catalina.core.ApplicationContext log信息: Initializing Spring root WebApplicationContextINFO org.springframework.web.context.ContextLoaderRoot WebApplicationContext: initialization startedINFO org.springframework.web.context.support.XmlWebApplicationContextRefreshing org.springframework.web.context.support.XmlWebApplicationContext@5c816a7d: display name [Root WebApplicationContext]; startup date [Mon Jun 02
15:49:00
CST 2014]; root of context hierarchy2014-06-02
15:49:00
Test: Monitoring Spring bean definitions in ‘F:\Workplace\Myeclipse\StudentLifeSupportPlatformSystem\WebRoot\WEB-INF\classes\beans.xml‘.INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReaderLoading XML bean definitions from class
path resource [beans.xml]INFO org.springframework.web.context.support.XmlWebApplicationContextBean factory for
application context [org.springframework.web.context.support.XmlWebApplicationContext@5c816a7d]: org.springframework.beans.factory.support.DefaultListableBeanFactory@263608aaINFO org.springframework.beans.factory.support.DefaultListableBeanFactoryPre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@263608aa: defining beans [sessionFactory,hibernateTemplate,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,transactionManager,transactionAdvice,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0]; root of factory hierarchyINFO org.hibernate.cfg.annotations.VersionHibernate Annotations 3.4.0.GAINFO org.hibernate.cfg.EnvironmentHibernate 3.3.2.GAINFO org.hibernate.cfg.Environmenthibernate.properties not foundINFO org.hibernate.cfg.EnvironmentBytecode provider name : javassistINFO org.hibernate.cfg.Environmentusing JDK 1.4
java.sql.Timestamp handlingINFO org.hibernate.annotations.common.VersionHibernate Commons Annotations 3.1.0.GAINFO org.hibernate.cfg.Configurationconfiguring from url: file:/F:/Workplace/Myeclipse/StudentLifeSupportPlatformSystem/WebRoot/WEB-INF/classes/hibernate.cfg.xmlINFO org.hibernate.cfg.ConfigurationConfigured SessionFactory: nullINFO org.hibernate.cfg.AnnotationBinderBinding entity from annotated class: student.life.support.platform.model.CreditINFO org.hibernate.cfg.annotations.EntityBinderBind entity student.life.support.platform.model.Credit on table creditINFO org.hibernate.cfg.AnnotationBinderBinding entity from annotated class: student.life.support.platform.model.HelpInfoINFO org.hibernate.cfg.annotations.EntityBinderBind entity student.life.support.platform.model.HelpInfo on table help_infoINFO org.hibernate.cfg.AnnotationBinderBinding entity from annotated class: student.life.support.platform.model.HelpInfoBoardINFO org.hibernate.cfg.annotations.EntityBinderBind entity student.life.support.platform.model.HelpInfoBoard on table help_info_boardINFO org.hibernate.cfg.AnnotationBinderBinding entity from annotated class: student.life.support.platform.model.OperatingHistoryINFO org.hibernate.cfg.annotations.EntityBinderBind entity student.life.support.platform.model.OperatingHistory on table operating_historyINFO org.hibernate.cfg.AnnotationBinderBinding entity from annotated class: student.life.support.platform.model.ReplyInfoINFO org.hibernate.cfg.annotations.EntityBinderBind entity student.life.support.platform.model.ReplyInfo on table reply_infoINFO org.hibernate.cfg.AnnotationBinderBinding entity from annotated class: student.life.support.platform.model.RoleINFO org.hibernate.cfg.annotations.EntityBinderBind entity student.life.support.platform.model.Role on table roleINFO org.hibernate.cfg.AnnotationBinderBinding entity from annotated class: student.life.support.platform.model.UserINFO org.hibernate.cfg.annotations.EntityBinderBind entity student.life.support.platform.model.User on table userINFO org.hibernate.cfg.annotations.CollectionBinderMapping collection: student.life.support.platform.model.HelpInfoBoard.helpInfos -> help_infoINFO org.hibernate.cfg.annotations.CollectionBinderMapping collection: student.life.support.platform.model.Role.users -> userINFO org.hibernate.cfg.annotations.CollectionBinderMapping collection: student.life.support.platform.model.User.credits -> creditINFO org.hibernate.cfg.annotations.CollectionBinderMapping collection: student.life.support.platform.model.User.helpInfoBoards -> help_info_boardINFO org.hibernate.cfg.annotations.CollectionBinderMapping collection: student.life.support.platform.model.User.helpInfos -> help_infoINFO org.hibernate.cfg.annotations.CollectionBinderMapping collection: student.life.support.platform.model.User.operatingHistories -> operating_historyINFO org.hibernate.cfg.annotations.CollectionBinderMapping collection: student.life.support.platform.model.User.replyInfos -> reply_infoINFO org.hibernate.validator.VersionHibernate Validator 3.1.0.GAINFO org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBeanBuilding new
Hibernate SessionFactoryINFO org.hibernate.cfg.search.HibernateSearchEventListenerRegisterUnable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.INFO org.hibernate.connection.ConnectionProviderFactoryInitializing connection provider: org.hibernate.connection.C3P0ConnectionProviderINFO org.hibernate.connection.C3P0ConnectionProviderC3P0 using driver: com.mysql.jdbc.Driver at URL: jdbc:hsqldb:hsql://localhost:3306/studentlifesupportplatformINFO org.hibernate.connection.C3P0ConnectionProviderConnection properties: {user=root, password=****}INFO org.hibernate.connection.C3P0ConnectionProviderautocommit mode: falseINFO org.springframework.beans.factory.support.DefaultListableBeanFactoryDestroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@263608aa: defining beans [sessionFactory,hibernateTemplate,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,transactionManager,transactionAdvice,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0]; root of factory hierarchy2014-6-2
15:49:02
org.apache.catalina.core.StandardContext listenerStart严重: Exception sending context initialized event to listener instance of class
org.springframework.web.context.ContextLoaderListenerorg.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘sessionFactory‘
defined in class
path resource [beans.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/mchange/v2/log/MLog at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) at java.security.AccessController.doPrivileged(Native Method) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5291) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633) at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1114) at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1673) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662)Caused by: java.lang.NoClassDefFoundError: com/mchange/v2/log/MLog at com.mchange.v2.c3p0.DataSources.<clinit>(DataSources.java:72) at org.hibernate.connection.C3P0ConnectionProvider.configure(C3P0ConnectionProvider.java:176) at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:137) at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:79) at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:425) at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:89) at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2119) at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2115) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1339) at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:867) at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:814) at org.springframework.orm.hibernate3.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:732) at org.springframework.orm.hibernate3.AbstractSessionFactoryBean.afterPropertiesSet(AbstractSessionFactoryBean.java:211) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335) ... 29
moreCaused by: java.lang.ClassNotFoundException: com.mchange.v2.log.MLog at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1714) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1559) ... 44
moreERROR org.springframework.web.context.ContextLoaderContext initialization failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘sessionFactory‘
defined in class
path resource [beans.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/mchange/v2/log/MLog at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) at java.security.AccessController.doPrivileged(Native Method) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5291) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633) at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1114) at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1673) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662)Caused by: java.lang.NoClassDefFoundError: com/mchange/v2/log/MLog at com.mchange.v2.c3p0.DataSources.<clinit>(DataSources.java:72) at org.hibernate.connection.C3P0ConnectionProvider.configure(C3P0ConnectionProvider.java:176) at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:137) at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:79) at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:425) at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:89) at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2119) at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2115) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1339) at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:867) at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:814) at org.springframework.orm.hibernate3.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:732) at org.springframework.orm.hibernate3.AbstractSessionFactoryBean.afterPropertiesSet(AbstractSessionFactoryBean.java:211) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335) ... 29
moreCaused by: java.lang.ClassNotFoundException: com.mchange.v2.log.MLog at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1714) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1559) ... 44
more2014-6-2
15:49:02
com.sun.faces.config.ConfigureListener contextInitialized信息: 初始化上下文 ‘/StudentLifeSupportPlatformSystem‘
的 Mojarra 2.0.3
(FCS b03)2014-6-2
15:49:03
com.sun.faces.spi.InjectionProviderFactory createInstance信息: JSF1048:有 PostConstruct/PreDestroy 注释。标有这些注释的 ManagedBeans 方法将表示注释已处理。2014-6-2
15:49:03
org.apache.catalina.core.StandardContext startInternal严重: Error listenerStart2014-6-2
15:49:03
org.apache.catalina.core.StandardContext startInternal严重: Context [/StudentLifeSupportPlatformSystem] startup failed due to previous errors2014-6-2
15:49:03
org.apache.catalina.core.ApplicationContext log信息: Closing Spring root WebApplicationContext2014-6-2
15:49:03
org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc严重: The web application [/StudentLifeSupportPlatformSystem] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.2014-6-2
15:49:03
org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks严重: The web application [/StudentLifeSupportPlatformSystem] created a ThreadLocal with key of type [com.sun.faces.util.Util$1] (value [com.sun.faces.util.Util$1@45f3666b]) and a value of type [java.util.HashMap] (value [{com.sun.faces.patternCache={ = }}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try
and avoid a probable memory leak.2014-6-2
15:49:03
org.apache.coyote.AbstractProtocol start信息: Starting ProtocolHandler ["http-bio-8080"]2014-6-2
15:49:03
org.apache.coyote.AbstractProtocol start信息: Starting ProtocolHandler ["ajp-bio-8009"]2014-6-2
15:49:03
org.apache.catalina.startup.Catalina start信息: Server startup in 13326
ms |
欢迎讨论交流, 我的主页:http://www.cnblogs.com/GDUT/
我的邮箱:zone.technology.exchange@gmail.com
标签:des class blog code java http
原文地址:http://www.cnblogs.com/GDUT/p/Exception.html