
The logging during start-up stops unexpectedly with these lines:
2009-10-29 10:03:28 INFO [startup ] org.hibernate.connection.C3P0ConnectionProvider -
C3P0 using driver: com.mysql.jdbc.Driver at URL:
jdbc:mysql://127.0.0.1:3306/pulsedb?autoReconnect=true&characterEncoding=UTF-8
2009-10-29 10:03:28 INFO [startup ] org.hibernate.connection.C3P0ConnectionProvider -
Connection properties: {user=root, password=****}
2009-10-29 10:03:28 INFO [startup ] org.hibernate.connection.C3P0ConnectionProvider -
autocommit mode: falseor ends with a com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@17be3bb2 -- Acquisition
Attempt Failed!!! warning.
Check your database settings. pulse is not able to connect to the database.
WEB-INF/conf/pulse.xml and check the database name, user and password for typing mistakes.