Guest User

Untitled

a guest
Jul 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. (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
  2. at org.jboss.as.connector.subsystems.datasources.DataSourceDeploymentService$AS7Deployer.initAndInject(DataSourceDeploymentService.java:182)
  3. at org.jboss.jca.deployers.common.AbstractDsDeployer.deployDataSource(AbstractDsDeployer.java:256)
  4. at org.jboss.jca.deployers.common.AbstractDsDeployer.createObjectsAndInjectValue(AbstractDsDeployer.java:163)
  5. at org.jboss.as.connector.subsystems.datasources.DataSourceDeploymentService$AS7Deployer.doDeploy(DataSourceDeploymentService.java:131)
  6. at org.jboss.as.connector.subsystems.datasources.DataSourceDeploymentService.start(DataSourceDeploymentService.java:93)
  7. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1367)
  8. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_18]
  9. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_18]
  10. at java.lang.Thread.run(Thread.java:636) [:1.6.0_18]
  11. Caused by: java.lang.ClassNotFoundException: org/jboss/jca/adapters/jdbc/local/LocalManagedConnectionFactory
  12. at java.lang.Class.forName0(Native Method) [:1.6.0_18]
  13. at java.lang.Class.forName(Class.java:264) [:1.6.0_18]
  14. at org.jboss.as.connector.subsystems.datasources.DataSourceDeploymentService$AS7Deployer.initAndInject(DataSourceDeploymentService.java:157)
  15. ... 8 more
Add Comment
Please, Sign In to add comment