java - Problem While Deploying Application in GlassFish -


I have to deploy an application called "mrs-ws-server.war" in glassfish. I used both of them:

1) Package file to be uploaded to the server 2) Local package file or directory

to address:

This generated Does the following error:

  Exception when loading the app: java.lang.Exception: java.lang.IllegalStateException: Containerbase. AddChild: Start: org.apache.catalina.LifecycleException: org.springframework. Transaction.CannotCreateTransactionException: The hibernate session can not open for a transaction; Nested exception org.hibernate.exception.GenericJDBCException: connection can not be opened  

What should be the solution for that?

There are one. Is there any other information in server logs that can help someone?


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -