Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

BasicResourcePool.java - Executing continoulsy

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All :
When i start the jforum it keeps printing the messages continuously.

INFO][06-25-2008 01:00:40,236] [STDOUT] Log4jMLog.java (156):[DEBUG][06-25-2008 01:00:40,236] [com.mchange.v2.resourcepool.BasicResourcePool] BasicResourcePool.java (1308):FINISHED check for expired resources. [com.mchange.v2.resourcepool.BasicResourcePool@a85638]


After few hours the server dies.

iam using jboss for as the server and the forum version is 2.1.7b3.

Thanks

[originally posted on jforum.net by Vasan]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks like something with C3P0. You can take a look at his documentation (http://sourceforge.net/projects/c3p0) and change the startup arguments in the key "c3p0.extra.params" of SystemGlobals.properties

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am also seeing the same problem. I noticed it when I was trying to track down a problem I describe here:

https://coderanch.com/t/578047

Did you manage to find a cure for it? The problems may be related and I am still testing solutions to mine.
[originally posted on jforum.net by klogger]
 
reply
    Bookmark Topic Watch Topic
  • New Topic