Created
April 14, 2011 12:28
-
-
Save maeste/919370 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
| 14:22:16,374 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC00001: Failed to start service jboss.ra.rar-example: org.jboss.msc.service.StartException in service jboss.ra.rar-example: Failed to start RA deployment [rar-example] | |
| at org.jboss.as.connector.metadata.deployment.ResourceAdapterDeploymentService.start(ResourceAdapterDeploymentService.java:122) | |
| at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1344) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_24] | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_24] | |
| at java.lang.Thread.run(Thread.java:662) [:1.6.0_24] | |
| Caused by: org.jboss.jca.deployers.common.DeployException: Deployment file:/dati/project/RH/jboss-as/build/target/jboss-7.0.0.Beta3-SNAPSHOT/standalone/tmp/vfs/tempe7799543fed7d4ed/content-576d8f0d4bd8c105/contents/ failed | |
| at org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer.createObjectsAndInjectValue(AbstractResourceAdapterDeployer.java:1766) | |
| at org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer.createObjectsAndInjectValue(AbstractResourceAdapterDeployer.java:736) | |
| at org.jboss.as.connector.metadata.deployment.ResourceAdapterDeploymentService$AS7RaDeployer.doDeploy(ResourceAdapterDeploymentService.java:189) | |
| at org.jboss.as.connector.metadata.deployment.ResourceAdapterDeploymentService.start(ResourceAdapterDeploymentService.java:120) | |
| ... 4 more | |
| Caused by: java.lang.SecurityException: Unauthenticated caller:null | |
| at org.jboss.security.plugins.JBossSecuritySubjectFactory.createSubject(JBossSecuritySubjectFactory.java:83) | |
| at org.jboss.security.plugins.JBossSecuritySubjectFactory.createSubject(JBossSecuritySubjectFactory.java:56) | |
| at org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer.createObjectsAndInjectValue(AbstractResourceAdapterDeployer.java:1634) | |
| ... 7 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment