主题 : 导入eclipse运行出错 |
级别: 秀才
![]() |
11# 发表于:2013-01-18 16:11:32 IP:124.52.*.*
|
||||
---|---|---|---|---|---|
级别: 秀才
![]() |
12# 发表于:2013-01-18 16:13:54 IP:124.52.*.*
回复第9楼 哪四个配置文件?有好多
|
||
---|---|---|---|
级别: 状元
![]() |
13# 发表于:2013-01-18 16:16:12 IP:220.15.*.*
WEB-INF/class下面的四个配置文件 |
||
---|---|---|---|
级别: 秀才
![]() |
14# 发表于:2013-01-18 16:22:58 IP:124.52.*.*
还是不行,报了
严重: Servlet.service() for servlet JeeCmsFront threw exception com.mchange.v2.resourcepool.TimeoutException: A client timed out while waiting to acquire a resource from com.mchange.v2.resourcepool.BasicResourcePool@6d6e1eff -- timeout at awaitAvailable() at com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicResourcePool.java:1317) at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:557) at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:477) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:525) at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128) at org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider.getConnection(LocalDataSourceConnectionProvider.java:81) at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:446) at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:167) at org.hibernate.jdbc.BorrowedConnectionProxy.invoke(BorrowedConnectionProxy.java:74) at $Proxy66.setReadOnly(Unknown Source) |
||
---|---|---|---|
级别: 状元
![]() |
15# 发表于:2013-01-18 16:31:12 IP:220.15.*.*
org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:446)
数据库连接都打不开?您有没有创建成功你的数据库?配置数据库文件的链接信息有没有改成你数据库名的 |
||
---|---|---|---|
级别: 秀才
![]() |
16# 发表于:2013-01-18 16:57:58 IP:124.52.*.*
数据库的端口号刚才填错了,我改正过来之后,现在又报错,
严重: The web application [/jeecms] 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. 2013-1-18 16:42:57 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/jeecms] appears to have started a thread named [Timer-0] but has failed to stop it. This is very likely to create a memory leak. 2013-1-18 16:42:57 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/jeecms] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0] but has failed to stop it. This is very likely to create a memory leak. 2013-1-18 16:42:57 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/jeecms] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] but has failed to stop it. This is very likely to create a memory leak. 2013-1-18 16:42:57 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/jeecms] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] but has failed to stop it. This is very likely to create a memory leak. 2013-1-18 16:42:57 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/jeecms] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak. 2013-1-18 16:42:57 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap 严重: The web application [/jeecms] created a ThreadLocal with key of type [com.sun.faces.util.Util$1] (value [com.sun.faces.util.Util$1@53bde846]) and a value of type [java.util.HashMap] (value [{com.sun.faces.patternCache={ = }}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. 2013-1-18 16:42:58 org.apache.catalina.core.ApplicationContext log |
||
---|---|---|---|
级别: 秀才
![]() |
17# 发表于:2013-01-18 16:59:46 IP:124.52.*.*
是向tomcat中部署的时候报的错
|
||
---|---|---|---|
级别: 总版主
![]() |
18# 发表于:2013-01-18 17:02:28 IP:220.15.*.*
The web application [/jeecms] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web 现在还是你数据库的错误?你还是重新在部署下按照步骤仔细重新部署
|
||
---|---|---|---|