• 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
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

2.1.6 fails intermittently seems to be MYSQL related

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Further investigation by our lead devloper seems to lead to wards this being a clash between ourt Application connection pool manager ( bitmechanic) and the one shipped with jForum.

We are looking to see if we cna migreate ot he newer one for the applcaiton ... will post update if this resolves the issue.
[originally posted on jforum.net by robpretty]
 
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
Hi we have been having a few issues with the follwoing installtion fo jforum over the alst 24 hours.


Running tomcat 5.5.17 mysql 5 running on debian with j2esdk 1.5 and jforum 2.1.6.

Basically the forumn wokrs fie for aourn 12 hours or so and then an attmept to access the forum gives the follwoing STDout error. we are investigating if there are any odd processes runinng on the server that may cause thisbut has anyone else had this type of intermitttent issue?

As simple restart of tomcat seems not to always fix the issue...a full server bounce does we are puzzled as the MYSQL DB seems to be fine.... Looks liek a connection issue to mYSQL as when it fails even local dev PCs cannot connet to the remote DB but we can access via a MYSQL cleint? Perhaps some deadlocks?

net.jforum.exceptions.DatabaseException: Error while trying to start the database: net.jforum.exceptions.DatabaseException: java.sql.SQLException: Connections could not be acquired from the underlying database!
com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:104)
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:264)
com.mchange.v2


[originally posted on jforum.net by robpretty]
 
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
As thought it was aclash with the connection pooling .... now we ar ealigne don the same connection poler for both Jfroum adn applcaition and every things is fine :@)
[originally posted on jforum.net by robpretty]
 
straws are for suckers. tiny ads are for attractive people.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic