0 Replies Latest reply on Nov 10, 2016 6:46 AM by lakshykar

    Manifest Validation

    lakshykar

      Hi,

       

      I am facing manifest validation issue.

       

      Same code working file on tomcat.

       

      web services - Jboss wildfly java.io.IOException: invalid manifest format (Webservice) - Stack Overflow

       

      Can somebody help regarding this.

      Getting following error

      RV0153: Failed to process phase STRUCTURE of deployment "axiswebservice.war"

        at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:154)

        at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)

        at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)

        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

        at java.lang.Thread.run(Thread.java:745)

      Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYSRV0161: Failed to get manifest for deployment "/content/axiswebservice.war/WEB-INF/lib/AxisBankEncDemov1.0.jar"

        at org.jboss.as.server.deployment.module.ManifestAttachmentProcessor.getManifest(ManifestAttachmentProcessor.java:78)

        at org.jboss.as.server.deployment.module.ManifestAttachmentProcessor.deploy(ManifestAttachmentProcessor.java:65)

        at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)

        ... 5 more

      Caused by: java.io.IOException: invalid manifest format

        at java.util.jar.Manifest.read(Manifest.java:225)

        at java.util.jar.Manifest.<init>(Manifest.java:69)

        at org.jboss.vfs.VFSUtils.readManifest(VFSUtils.java:243)

        at org.jboss.vfs.VFSUtils.getManifest(VFSUtils.java:227)

        at org.jboss.as.server.deployment.module.ManifestAttachmentProcessor.getManifest(ManifestAttachmentProcessor.java:76)

        ... 7 more

       

       

      16:39:16,445 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "axiswebservice.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"axiswebservice.war\".STRUCTURE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"axiswebservice.war\".STRUCTURE: WFLYSRV0153: Failed to process phase STRUCTURE of deployment \"axiswebservice.war\"

          Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYSRV0161: Failed to get manifest for deployment \"/content/axiswebservice.war/WEB-INF/lib/AxisBankEncDemov1.0.jar\"