You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Internal Server Error
{
"outcome" => "failed",
"failure-description" => {"JBAS014671: Failed services" => {"jboss.deployment.unit."applicationPetstore.war".component.DBPopulator.START" => "org.jboss.msc.service.StartException in service jboss.deployment.unit."applicationPetstore.war".component.DBPopulator.START: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
Caused by: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
Caused by: javax.ejb.EJBTransactionRolledbackException: org.hibernate.exception.GenericJDBCException: Could not open connection
Caused by: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Could not open connection
Caused by: org.hibernate.exception.GenericJDBCException: Could not open connection
Caused by: java.sql.SQLException: javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:global/jdbc/applicationPetstoreDS
Caused by: javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:global/jdbc/applicationPetstoreDS
Caused by: javax.resource.ResourceException: IJ000658: Unexpected throwable while trying to create a connection: null
Caused by: javax.resource.ResourceException: Could not create connection
Caused by: java.sql.SQLException: Database '' not found.
Caused by: java.sql.SQLException: Database '' not found."}},
"rolled-back" => true
}
The text was updated successfully, but these errors were encountered:
I'm encountering following error while trying to enable applicationPetstore.war in jBoss. Any help is appreciated.
Thanks,
Failed to enable applicationPetstore.war.
Unexpected HTTP response: 500
Request
{
"address" => [("deployment" => "applicationPetstore.war")],
"operation" => "deploy"
}
Response
Internal Server Error
{
"outcome" => "failed",
"failure-description" => {"JBAS014671: Failed services" => {"jboss.deployment.unit."applicationPetstore.war".component.DBPopulator.START" => "org.jboss.msc.service.StartException in service jboss.deployment.unit."applicationPetstore.war".component.DBPopulator.START: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
Caused by: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
Caused by: javax.ejb.EJBTransactionRolledbackException: org.hibernate.exception.GenericJDBCException: Could not open connection
Caused by: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Could not open connection
Caused by: org.hibernate.exception.GenericJDBCException: Could not open connection
Caused by: java.sql.SQLException: javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:global/jdbc/applicationPetstoreDS
Caused by: javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:global/jdbc/applicationPetstoreDS
Caused by: javax.resource.ResourceException: IJ000658: Unexpected throwable while trying to create a connection: null
Caused by: javax.resource.ResourceException: Could not create connection
Caused by: java.sql.SQLException: Database '' not found.
Caused by: java.sql.SQLException: Database '' not found."}},
"rolled-back" => true
}
The text was updated successfully, but these errors were encountered: