Created
February 21, 2011 14:17
-
-
Save maeste/837103 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (MSC service thread 1-3) Error during the deployment of java:/H2DS: org.jboss.jca.deployers.common.DeployException: Deployment org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory failed | |
| at org.jboss.as.connector.subsystems.datasources.DataSourceDeploymentService$AS7Deployer.initAndInject(DataSourceDeploymentService.java:182) | |
| at org.jboss.jca.deployers.common.AbstractDsDeployer.deployDataSource(AbstractDsDeployer.java:256) | |
| at org.jboss.jca.deployers.common.AbstractDsDeployer.createObjectsAndInjectValue(AbstractDsDeployer.java:163) | |
| at org.jboss.as.connector.subsystems.datasources.DataSourceDeploymentService$AS7Deployer.doDeploy(DataSourceDeploymentService.java:131) | |
| at org.jboss.as.connector.subsystems.datasources.DataSourceDeploymentService.start(DataSourceDeploymentService.java:93) | |
| at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1367) | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_18] | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_18] | |
| at java.lang.Thread.run(Thread.java:636) [:1.6.0_18] | |
| Caused by: java.lang.ClassNotFoundException: org/jboss/jca/adapters/jdbc/local/LocalManagedConnectionFactory | |
| at java.lang.Class.forName0(Native Method) [:1.6.0_18] | |
| at java.lang.Class.forName(Class.java:264) [:1.6.0_18] | |
| at org.jboss.as.connector.subsystems.datasources.DataSourceDeploymentService$AS7Deployer.initAndInject(DataSourceDeploymentService.java:157) | |
| ... 8 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment