Problem While Deploying Application in GlassFish
Posted
by Sarang
on Stack Overflow
See other posts from Stack Overflow
or by Sarang
Published on 2010-06-15T13:01:33Z
Indexed on
2010/06/15
13:02 UTC
Read the original article
Hit count: 222
I have to deploy an application named "mrs-ws-server.war" in glassfish. I did it using both :
1) Package File to be uploaded to the server 2) Local package File or Directory
at the address : http://localhost:42328/common/index.jsf
It generates the following error :
Exception while loading the app : java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection
What should be the solution for the same ?
© Stack Overflow or respective owner