Created
September 30, 2011 16:04
-
-
Save ge0ffrey/1254222 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
17:52:38,220 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/guvnor-webapp-5.4.0-SNAPSHOT]] (MSC service thread 1-4) Exception sending context initialized event to listener instance of class org.jboss.weld.environment.servlet.Listener: java.lang.RuntimeException: Error handling file /content/guvnor-webapp-5.4.0-SNAPSHOT.war/WEB-INF/lib/seam-transaction-3.1.0.Beta2.jar | |
at org.jboss.weld.environment.servlet.deployment.VFSURLScanner.handleArchiveByFile(VFSURLScanner.java:65) [weld-servlet-core-1.1.3-20110930.100319-59.jar:] | |
at org.jboss.weld.environment.servlet.deployment.URLScanner.handle(URLScanner.java:129) [weld-servlet-core-1.1.3-20110930.100319-59.jar:] | |
at org.jboss.weld.environment.servlet.deployment.URLScanner.scanResources(URLScanner.java:116) [weld-servlet-core-1.1.3-20110930.100319-59.jar:] | |
at org.jboss.weld.environment.servlet.deployment.WebAppBeanDeploymentArchive.<init>(WebAppBeanDeploymentArchive.java:59) [weld-servlet-core-1.1.3-20110930.100319-59.jar:] | |
at org.jboss.weld.environment.servlet.deployment.ServletDeployment.createWebAppBeanDeploymentArchive(ServletDeployment.java:30) [weld-servlet-core-1.1.3-20110930.100319-59.jar:] | |
at org.jboss.weld.environment.servlet.deployment.ServletDeployment.<init>(ServletDeployment.java:22) [weld-servlet-core-1.1.3-20110930.100319-59.jar:] | |
at org.jboss.weld.environment.servlet.Listener.createServletDeployment(Listener.java:102) [weld-servlet-core-1.1.3-20110930.100319-59.jar:] | |
at org.jboss.weld.environment.servlet.Listener.contextInitialized(Listener.java:141) [weld-servlet-core-1.1.3-20110930.100319-59.jar:] | |
at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3368) [jbossweb-7.0.1.Final.jar:7.0.1.Final] | |
at org.apache.catalina.core.StandardContext.start(StandardContext.java:3821) [jbossweb-7.0.1.Final.jar:7.0.1.Final] | |
at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:70) [jboss-as-web-7.0.1.Final.jar:7.0.1.Final] | |
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765) [jboss-msc-1.0.0.GA.jar:1.0.0.GA] | |
at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291) [jboss-msc-1.0.0.GA.jar:1.0.0.GA] | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_26] | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_26] | |
at java.lang.Thread.run(Thread.java:662) [:1.6.0_26] | |
Caused by: java.io.FileNotFoundException: seam-transaction-3.1.0.Beta2.jar doesn't exist. (rootURI: file:/content/guvnor-webapp-5.4.0-SNAPSHOT.war/WEB-INF/lib/seam-transaction-3.1.0.Beta2.jar, file: /content/guvnor-webapp-5.4.0-SNAPSHOT.war/WEB-INF/lib/seam-transaction-3.1.0.Beta2.jar) | |
at org.jboss.virtual.plugins.context.file.FileSystemContext.getRoot(FileSystemContext.java:213) [jboss-vfs-2.0.0.GA.jar:] | |
at org.jboss.virtual.VFS.getRoot(VFS.java:259) [jboss-vfs-2.0.0.GA.jar:] | |
at org.jboss.virtual.VFS.getRoot(VFS.java:146) [jboss-vfs-2.0.0.GA.jar:] | |
at org.jboss.weld.environment.servlet.deployment.VFSURLScanner.handleArchiveByFile(VFSURLScanner.java:48) [weld-servlet-core-1.1.3-20110930.100319-59.jar:] | |
... 15 more | |
But the WEB-INF/lib/seam-transaction-3.1.0.Beta2.jar file does exist in that war. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment