0 Replies Latest reply on Oct 22, 2018 7:29 AM by honeyjn15

    java.lang.SecurityException :no manifiest section for signature file entry cryptix/jce/provider/parameters/BlockParameters.class (On Migration)

    honeyjn15

      Hi all,

       

      I am migrating a project. And on Start of Jboss i am getting this issue.

      Please let me know if some have faced this issue and resolved it

       

      16:29:10,345 INFO  [org.jboss.modules] (main) JBoss Modules version 1.3.6.Final-redhat-1

      16:29:10,725 INFO  [org.jboss.msc] (main) JBoss MSC version 1.1.5.Final-redhat-1

      16:29:10,880 INFO  [org.jboss.as] (MSC service thread 1-4) JBAS015899: JBoss EAP 6.4.0.GA (AS 7.5.0.Final-redhat-21) starting

      16:29:12,716 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015014: Re-attempting failed deployment hello-web.war

      16:29:12,743 INFO  [org.xnio] (MSC service thread 1-3) XNIO Version 3.0.13.GA-redhat-1

      16:29:12,748 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)

      16:29:12,752 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.0.13.GA-redhat-1

      16:29:12,851 INFO  [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 3.3.4.Final-redhat-1

      16:29:12,907 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 30) JBAS010280: Activating Infinispan subsystem.

      16:29:12,919 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 42) JBAS013371: Activating Security Subsystem

      16:29:12,919 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 44) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.

      16:29:12,935 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 46) JBAS015537: Activating WebServices Extension

      16:29:12,977 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 37) JBAS011800: Activating Naming Subsystem

      16:29:12,996 INFO  [org.jboss.as.connector.logging] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (IronJacamar 1.0.31.Final-redhat-1)

      16:29:13,098 INFO  [org.jboss.as.security] (MSC service thread 1-3) JBAS013370: Current PicketBox version=4.1.1.Final-redhat-1

      16:29:13,375 INFO  [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service

      16:29:13,378 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]

      16:29:14,045 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 26) JBAS010403: Deploying JDBC-compliant driver class oracle.jdbc.OracleDriver (version 12.2)

      16:29:14,301 INFO  [org.jboss.as.remoting] (MSC service thread 1-3) JBAS017100: Listening on 127.0.0.1:9999

      16:29:14,362 INFO  [org.jboss.as.remoting] (MSC service thread 1-3) JBAS017100: Listening on 127.0.0.1:4447

      16:29:14,371 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "hello-web.war" (runtime-name: "hello-web.war")

      16:29:14,378 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) JBAS015012: Started FileSystemDeploymentService for directory C:\Users\G01230734\Desktop\Project\Software\New_JBoss\EAP-6.4.0\standalone\deployments

      16:29:14,546 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-4) JBWEB003001: Coyote HTTP/1.1 initializing on : http-/127.0.0.1:8080

      16:29:14,583 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-4) JBWEB003000: Coyote HTTP/1.1 starting on: http-/127.0.0.1:8080

      16:29:14,702 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) JBAS010400: Bound data source [java:jboss/datasources/jdbc/xyz/product]

      16:29:14,702 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) JBAS010400: Bound data source [java:jboss/datasources/jdbc/xyz/forms]

      16:29:14,833 INFO  [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.3.4.Final-redhat-1

      16:29:15,743 WARN  [org.jboss.as.ee] (MSC service thread 1-3) JBAS011001: Could not resolve resource-env-ref java:jboss/datasources/jdbc/xyz/product

      16:29:15,744 WARN  [org.jboss.as.ee] (MSC service thread 1-3) JBAS011001: Could not resolve resource-env-ref java:jboss/datasources/jdbc/xyz/forms

      16:29:15,969 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.deployment.unit."hello-web.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."hello-web.war".POST_MODULE: JBAS018733: Failed to process phase POST_MODULE of deployment "hello-web.war"

      at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:166) [jboss-as-server-7.5.0.Final-redhat-21.jar:7.5.0.Final-redhat-21]

      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1980) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1]

      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1913) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1]

      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_20]

      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_20]

      at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_20]

      Caused by: java.lang.SecurityException: no manifiest section for signature file entry cryptix/jce/provider/parameters/BlockParameters.class

      at sun.security.util.SignatureFileVerifier.verifySection(SignatureFileVerifier.java:440) [rt.jar:1.8.0_20]

      at sun.security.util.SignatureFileVerifier.processImpl(SignatureFileVerifier.java:295) [rt.jar:1.8.0_20]

      at sun.security.util.SignatureFileVerifier.process(SignatureFileVerifier.java:238) [rt.jar:1.8.0_20]

      at java.util.jar.JarVerifier.processEntry(JarVerifier.java:316) [rt.jar:1.8.0_20]

      at java.util.jar.JarVerifier.update(JarVerifier.java:228) [rt.jar:1.8.0_20]

      at java.util.jar.JarFile.initializeVerifier(JarFile.java:383) [rt.jar:1.8.0_20]

      at java.util.jar.JarFile.getInputStream(JarFile.java:450) [rt.jar:1.8.0_20]

      at org.jboss.modules.JarEntryResource.openStream(JarEntryResource.java:55) [jboss-modules.jar:1.3.6.Final-redhat-1]

      at org.jboss.as.web.deployment.ExternalTldParsingDeploymentProcessor.parseTLD(ExternalTldParsingDeploymentProcessor.java:142)

      at org.jboss.as.web.deployment.ExternalTldParsingDeploymentProcessor.deploy(ExternalTldParsingDeploymentProcessor.java:100)

      at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:159) [jboss-as-server-7.5.0.Final-redhat-21.jar:7.5.0.Final-redhat-21]

      ... 5 more

      16:29:15,976 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014612: Operation ("deploy") failed - address: ([("deployment" => "hello-web.war")]) - failure description: {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"hello-web.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"hello-web.war\".POST_MODULE: JBAS018733: Failed to process phase POST_MODULE of deployment \"hello-web.war\"

          Caused by: java.lang.SecurityException: no manifiest section for signature file entry cryptix/jce/provider/parameters/BlockParameters.class"}}

      16:29:16,043 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 27) JBAS015859: Deployed "hello-web.war" (runtime-name : "hello-web.war")

      16:29:16,047 INFO  [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report

      JBAS014777:   Services which failed to start:      service jboss.deployment.unit."hello-web.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."hello-web.war".POST_MODULE: JBAS018733: Failed to process phase POST_MODULE of deployment "hello-web.war"

      16:29:16,074 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management

      16:29:16,075 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990

      16:29:16,075 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss EAP 6.4.0.GA (AS 7.5.0.Final-redhat-21) started (with errors) in 7284ms - Started 172 of 211 services (1 services failed or missing dependencies, 59 services are lazy, passive or on-demand)

      16:29:16,449 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment hello-web.war (runtime-name: hello-web.war) in 149ms

      16:29:16,511 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015858: Undeployed "hello-web.war" (runtime-name: "hello-web.war")

      16:29:16,512 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report

      JBAS014777:   Services which failed to start:      service jboss.deployment.unit."hello-web.war".POST_MODULE