1 Reply Latest reply on Jun 22, 2010 7:38 AM by wolfgangknauf

    <MY_WAR_NAME>.war\WEB-INF\lib\jboss-seam-pdf.jar (The system cannot find the path specified)

    shanmukht

      Hi All,

       

      1) When i am using jboss4.2.2 server, i am able to deploy my war file into it.

      2) When i am using jboss5.1.0 server, if i put my war file into server\default\deploy folder, i am getting this execption as follows.

       

       

      20:05:34,393 INFO  [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/WebLock'
      20:05:36,206 INFO  [STDOUT] 20:05:36,206 INFO  [ServletContextListener] Welcome to Seam 2.0.2.SP1
      20:05:36,347 INFO  [STDOUT] 20:05:36,347 WARN  [URLScanner] could not read entries
      java.io.FileNotFoundException: D:\shan\mywork\Projects\jboss-5.1.0.GA\server\default\deploy\WebLock.war\WEB-INF\lib\jboss-seam-pdf.jar (The system cannot find the path specified)
      at java.util.zip.ZipFile.open(Native Method)
      at java.util.zip.ZipFile.<init>(ZipFile.java:114)
      at java.util.zip.ZipFile.<init>(ZipFile.java:131)
      at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:111)
      at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:98)
      at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:81)
      at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:67)
      at org.jboss.seam.init.Initialization.create(Initialization.java:102)

       

      3) if i extracted my war file into "MY_WAR_NAME.war" folder. Now the server is recognising my .war folder. Now the application is running fine.

           Note: 1) I am extracting my  "MY_WAR_NAME.war" file into "MY_WAR_NAME.war" folder. then only my application is running.

                    2) All the jar files are in my "WEB-INF\lib" folder.

       

      Could any one give me what to do to run my application with "MY_WAR_NAME.war" file.