2009/9/18 alim <alim...@gmail.com> > [...] > Caused by: > org.springframework.transaction.CannotCreateTransactionException: > Could not open Hibernate Session for transaction; nested exception is > org.hibernate.exception.GenericJDBCException: Cannot open connection > Caused by: org.hibernate.exception.GenericJDBCException: Cannot open > connection
Your application is unable to make a connection to your database, probably due to incorrect configuration of a connection string somewhere. This is now an app problem, not a Tomcat problem. - Peter