hi there , can anybody suggest me a solution? why i get this error while deploying Signserver in Jboss 7.1.0 and 7.1.1 and EAP 6.4.0:
{"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.persistenceunit.\"signserver.ear#ejbca\"jboss.naming.context.java.java:.jBossMysqlMissing[jboss.persistenceunit.\"signserver.ear#ejbca\"jboss.naming.context.java.java:.jBossMysql]","jboss.persistenceunit.\"signserver.ear#SignServerJPA\"jboss.naming.context.java.java:.jBossMysqlMissing[jboss.persistenceunit.\"signserver.ear#SignServerJPA\"jboss.naming.context.java.java:.jBossMysql]"]}}}
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, this looks like a datasource, database driver or account issue. There could also be a message about this earlier in the startup of the application server.
Cheers,
Markus
PrimeKey Solutions
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi there , can anybody suggest me a solution? why i get this error while deploying Signserver in Jboss 7.1.0 and 7.1.1 and EAP 6.4.0:
{"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.persistenceunit.\"signserver.ear#ejbca\"jboss.naming.context.java.java:.jBossMysqlMissing[jboss.persistenceunit.\"signserver.ear#ejbca\"jboss.naming.context.java.java:.jBossMysql]","jboss.persistenceunit.\"signserver.ear#SignServerJPA\"jboss.naming.context.java.java:.jBossMysqlMissing[jboss.persistenceunit.\"signserver.ear#SignServerJPA\"jboss.naming.context.java.java:.jBossMysql]"]}}}
Maybe try to configure signserver_deploy.properties again. Enable the nodb option and comment out the database related line.
Yes, this looks like a datasource, database driver or account issue. There could also be a message about this earlier in the startup of the application server.
Cheers,
Markus
PrimeKey Solutions