0 Replies Latest reply on May 23, 2016 1:56 AM by rtyagi

    Seam 2.0.2 not working with Jboss EAP 6.4

    rtyagi

      I am working on old legacy web application to migrate o higher version of jboss. Our old application is running on java 1.4 and JBOSS 4.2.3 GA , we are migrating this to Jboss EAP 6.4 . while everything is working fine but getting error file not found exception  as below

       

      Any help would be appreciated

       

      org.jboss.web] (ServerService Thread Pool -- 86) JBAS018210: Register web context: /authority-admin-portal

      15:01:54,383 INFO  [javax.servlet.ServletContextListener] (ServerService Thread Pool -- 86) Welcome to Seam 2.0.2.SP1

      15:01:54,401 WARN  [org.jboss.seam.deployment.URLScanner] (ServerService Thread Pool -- 86) could not read entries: java.io.FileNotFoundException: /content/sidt-authority-admin-portal-ear-2.1.0.ear/sidt-authority-admin-portal-2.1.0.jar (No such file or directory)

              at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_72]

              at java.util.zip.ZipFile.<init>(ZipFile.java:215) [rt.jar:1.7.0_72]

              at java.util.zip.ZipFile.<init>(ZipFile.java:145) [rt.jar:1.7.0_72]

              at java.util.zip.ZipFile.<init>(ZipFile.java:159) [rt.jar:1.7.0_72]

              at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:111) [jboss-seam-2.0.2.SP1.jar:2.0.2.SP1]

              at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:98) [jboss-seam-2.0.2.SP1.jar:2.0.2.SP1]

              at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:81) [jboss-seam-2.0.2.SP1.jar:2.0.2.SP1]

              at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:67) [jboss-seam-2.0.2.SP1.jar:2.0.2.SP1]

              at org.jboss.seam.init.Initialization.create(Initialization.java:102) [jboss-seam-2.0.2.SP1.jar:2.0.2.SP1]

              at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:34) [jboss-seam-2.0.2.SP1.jar:2.0.2.SP1]

              at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]

              at org.apache.catalina.core.StandardContext.start(StandardContext.java:3780) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]

              at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:163) [jboss-as-web-7.5.0.Final-redhat-21.jar:7.5.0.Final-redhat-21]

              at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:61) [jboss-as-web-7.5.0.Final-redhat-21.jar:7.5.0.Final-redhat-21]

              at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:96) [jboss-as-web-7.5.0.Final-redhat-21.jar:7.5.0.Final-redhat-21]

              at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_72]

              at java.util.concurrent.FutureTask.run(FutureTask.java:262) [rt.jar:1.7.0_72]

              at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_72]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_72]

              at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_72]

              at org.jboss.threads.JBossThread.run(JBossThread.java:122)