[jboss-jira] [JBoss JIRA] (AS7-5628) AddMySqlDataSourceOperationsUnitTestCase may fail with missing services
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Tue Sep 25 04:45:34 EDT 2012
Thomas Diesler created AS7-5628:
-----------------------------------
Summary: AddMySqlDataSourceOperationsUnitTestCase may fail with missing services
Key: AS7-5628
URL: https://issues.jboss.org/browse/AS7-5628
Project: Application Server 7
Issue Type: Bug
Components: OSGi
Reporter: Thomas Diesler
Assignee: Thomas Diesler
{code}
Caused by: java.lang.Exception: {"JBAS014771: Services with missing/unavailable dependencies" => [
"jboss.deployment.unit.\"mysql-connector-java-5.1.15.jar\".REGISTER Missing[JBAS014861: <one or more transitive dependencies>]",
"jbosgi.integration.PersistentBundles.INSTALL Missing[jbosgi.integration.BootstrapBundles.COMPLETE]"
]}
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85)
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42)
at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:50)
at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77)
{code}
output
{code}
[0m[0m22:06:39,571 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "mysql-connector-java-5.1.15.jar"
[0m[0m22:06:39,663 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011006: OSGi Framework - 2.0.0.CR28
[0m[0m22:06:39,918 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.apache.felix.configadmin:1.2.8
[0m[0m22:06:39,919 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: jboss-as-osgi-configadmin:7.2.0.Alpha1-SNAPSHOT
[0m[0m22:06:39,918 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: jboss-osgi-logging:1.0.0
[0m[0m22:06:39,918 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.apache.felix.log:1.0.0
[0m[0m22:06:40,132 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS015870: Deploy of deployment "mysql-connector-java-5.1.15.jar" was rolled back with failure message {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"mysql-connector-java-5.1.15.jar\".REGISTER Missing[JBAS014861: <one or more transitive dependencies>]","jbosgi.integration.PersistentBundles.INSTALL Missing[jbosgi.integration.BootstrapBundles.COMPLETE]"]}
[0m[0m22:06:40,134 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment mysql-connector-java-5.1.15.jar in 3ms
[0m[0m22:06:40,137 INFO [org.jboss.as.controller] (management-handler-thread - 2) JBAS014774: Service status report
JBAS014775: New missing/unsatisfied dependencies:
service jbosgi.integration.BootstrapBundles.COMPLETE (missing) dependents: [service jbosgi.internal.framework.INIT, service jbosgi.integration.PersistentBundles.INSTALL, service jboss.osgi.as.module.registration]
service jbosgi.integration.PersistentBundles.COMPLETE (missing) dependents: [service jbosgi.internal.framework.INIT]
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list