Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-17-2009, 09:26 AM
Member
 
Join Date: Apr 2009
Posts: 1
Rep Power: 0
sclsch is on a distinguished road
Default tomcat can not process request
I uses tomcat6.0,jdk1.6, When I start tomcat in myeclipse, it can process request , but two minutes later it can not process request.
log4j show :
Code:
2009-04-17 14:28:13,828 DEBUG [Timer-0] (BasicResourcePool.java:1039) - Removing expired resource: com.mchange.v2.c3p0.impl.NewPooledConnection@1b36583 [com.mchange.v2.resourcepool.BasicResourcePool@1df75d8]
2009-04-17 14:28:13,828 DEBUG [Timer-0] (BasicResourcePool.java:1159) - trace com.mchange.v2.resourcepool.BasicResourcePool@1df75d8 [managed: 4, unused: 4, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@15e54e8)
2009-04-17 14:28:13,828 DEBUG [Timer-0] (BasicResourcePool.java:1077) - EXPIRED resource: com.mchange.v2.c3p0.impl.NewPooledConnection@15df183 ---> age: 33485   max: 30000 [com.mchange.v2.resourcepool.BasicResourcePool@1df75d8]
2009-04-17 14:28:13,828 DEBUG [Timer-0] (BasicResourcePool.java:1039) - Removing expired resource: com.mchange.v2.c3p0.impl.NewPooledConnection@15df183 [com.mchange.v2.resourcepool.BasicResourcePool@1df75d8]
2009-04-17 14:28:13,828 DEBUG [Timer-0] (BasicResourcePool.java:1159) - trace com.mchange.v2.resourcepool.BasicResourcePool@1df75d8 [managed: 3, unused: 3, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@15e54e8)
2009-04-17 14:28:13,828 DEBUG [Timer-0] (BasicResourcePool.java:1077) - EXPIRED resource: com.mchange.v2.c3p0.impl.NewPooledConnection@10d806c ---> age: 33485   max: 30000 [com.mchange.v2.resourcepool.BasicResourcePool@1df75d8]
2009-04-17 14:28:13,828 DEBUG [Timer-0] (BasicResourcePool.java:1039) - Removing expired resource: com.mchange.v2.c3p0.impl.NewPooledConnection@10d806c [com.mchange.v2.resourcepool.BasicResourcePool@1df75d8]
2009-04-17 14:28:13,828 DEBUG [Timer-0] (BasicResourcePool.java:1159) - trace com.mchange.v2.resourcepool.BasicResourcePool@1df75d8 [managed: 2, unused: 2, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@15e54e8)
2009-04-17 14:28:13,828 DEBUG [Timer-0] (BasicResourcePool.java:1077) - EXPIRED resource: com.mchange.v2.c3p0.impl.NewPooledConnection@1314e55 ---> age: 33453   max: 30000 [com.mchange.v2.resourcepool.BasicResourcePool@1df75d8]
2009-04-17 14:28:13,828 DEBUG [Timer-0] (BasicResourcePool.java:1039) - Removing expired resource: com.mchange.v2.c3p0.impl.NewPooledConnection@1314e55 [com.mchange.v2.resourcepool.BasicResourcePool@1df75d8]
2009-04-17 14:28:13,828 DEBUG [Timer-0] (BasicResourcePool.java:1159) - trace com.mchange.v2.resourcepool.BasicResourcePool@1df75d8 [managed: 1, unused: 1, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@15e54e8)
2009-04-17 14:28:13,828 DEBUG [Timer-0] (BasicResourcePool.java:1077) - EXPIRED resource: com.mchange.v2.c3p0.impl.NewPooledConnection@9da471 ---> age: 33438   max: 30000 [com.mchange.v2.resourcepool.BasicResourcePool@1df75d8]
2009-04-17 14:28:13,828 DEBUG [Timer-0] (BasicResourcePool.java:1039) - Removing expired resource: com.mchange.v2.c3p0.impl.NewPooledConnection@9da471 [com.mchange.v2.resourcepool.BasicResourcePool@1df75d8]
2009-04-17 14:28:13,828 DEBUG [Timer-0] (BasicResourcePool.java:1159) - trace com.mchange.v2.resourcepool.BasicResourcePool@1df75d8 [managed: 0, unused: 0, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@15e54e8)
2009-04-17 14:28:13,828 DEBUG [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] (GooGooStatementCache.java:229) - ENTER METHOD: closeAll( com.mysql.jdbc.Connection@5dfc45 )! -- num_connections: 0
2009-04-17 14:28:13,828 DEBUG [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] (GooGooStatementCache.java:231) - Set of statements for connection: null
2009-04-17 14:28:13,828 DEBUG [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] (GooGooStatementCache.java:274) - closeAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0
2009-04-17 14:28:13,828 DEBUG [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] (GooGooStatementCache.java:229) - ENTER METHOD: closeAll( com.mysql.jdbc.Connection@5d50ab )! -- num_connections: 0
2009-04-17 14:28:13,828 DEBUG [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] (GooGooStatementCache.java:231) - Set of statements for connection: null
2009-04-17 14:28:13,828 DEBUG [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] (GooGooStatementCache.java:274) - closeAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0
2009-04-17 14:28:13,828 DEBUG [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] (GooGooStatementCache.java:229) - ENTER METHOD: closeAll( com.mysql.jdbc.Connection@fdc252 )! -- num_connections: 0
2009-04-17 14:28:13,828 DEBUG [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] (GooGooStatementCache.java:231) - Set of statements for connection: null
2009-04-17 14:28:13,828 DEBUG [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] (GooGooStatementCache.java:274) - closeAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0
2009-04-17 14:28:13,828 DEBUG [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] (GooGooStatementCache.java:229) - ENTER METHOD: closeAll( com.mysql.jdbc.Connection@523b16 )! -- num_connections: 0
2009-04-17 14:28:13,828 DEBUG [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] (GooGooStatementCache.java:231) - Set of statements for connection: null
2009-04-17 14:28:13,828 DEBUG [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] (GooGooStatementCache.java:274) - closeAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0
2009-04-17 14:28:13,828 DEBUG [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0] (GooGooStatementCache.java:229) - ENTER METHOD: closeAll( com.mysql.jdbc.Connection@13d3b95 )! -- num_connections: 0
2009-04-17 14:28:13,859 DEBUG [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0] (GooGooStatementCache.java:231) - Set of statements for connection: null
2009-04-17 14:28:13,859 DEBUG [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0] (GooGooStatementCache.java:274) - closeAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0
2009-04-17 14:28:13,843 DEBUG [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] (GooGooStatementCache.java:229) - ENTER METHOD: closeAll( com.mysql.jdbc.Connection@1006ab6 )! -- num_connections: 0
how can I do?
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Process running or not smartsubroto New To Java 4 11-16-2009 04:09 AM
Process name logicbug Threads and Synchronization 1 03-16-2009 03:11 PM
Is Apache Tomcat webserver redirecting http request to another webserver barunva Web Frameworks 1 10-21-2008 10:21 AM
Tomcat In Eclipse - Sysdeo Tomcat Plug-in JavaForums Eclipse 1 02-13-2008 11:33 AM
i need help in http process sureshjava New To Java 0 01-29-2008 05:56 AM


All times are GMT +2. The time now is 06:39 PM.



VBulletin, Copyright 2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright 2006 - 2007, www.java-forums.org