From issues at jboss.org Sat Jul 8 11:55:00 2017 From: issues at jboss.org (Vijay Talekar (JIRA)) Date: Sat, 8 Jul 2017 11:55:00 -0400 (EDT) Subject: [embjopr-issues] [JBoss JIRA] (EMBJOPR-371) admin-console fails to load when unexploded EAR containing an EJB module JAR exists in the deploy directory In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/EMBJOPR-371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijay Talekar updated EMBJOPR-371: ---------------------------------- Attachment: Error.txt > admin-console fails to load when unexploded EAR containing an EJB module JAR exists in the deploy directory > ----------------------------------------------------------------------------------------------------------- > > Key: EMBJOPR-371 > URL: https://issues.jboss.org/browse/EMBJOPR-371 > Project: Embedded Jopr > Issue Type: Bug > Affects Versions: 1.3.4.SP5 > Reporter: Larry O'Leary > Assignee: Stefan Negrea > Fix For: 1.3.4.SP6 > > Attachments: Error.txt > > > When an EAP instance has an EAR deployed to it which contains an EJB module JAR and the EAR is in an unexploded form (archived), attempting to access the admin-console results in the following exception: > ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/admin-console]] (http-0.0.0.0-8080-1) Exception sending request initialized lifecycle event to listener instance of class org.jboss.on.embedded.LazyStartupListener > java.lang.RuntimeException: Error handling file /opt/jboss/jboss-eap-5.1/jboss-as/server/production/deploy/exolgan-legacy-ejb.ear/exolgan-legacy-ejb.jar > at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:134) > at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:107) > at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:90) > at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) > at org.jboss.seam.init.Initialization.create(Initialization.java:130) > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) > at org.jboss.on.embedded.LazyStartupListener.initialize(LazyStartupListener.java:182) > at org.jboss.on.embedded.LazyStartupListener.requestInitialized(LazyStartupListener.java:240) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:180) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:636) > Caused by: java.util.zip.ZipException: error in opening zip file > at java.util.zip.ZipFile.open(Native Method) > at java.util.zip.ZipFile.(ZipFile.java:131) > at java.util.zip.ZipFile.(ZipFile.java:148) > at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:123) > ... 21 more > The issue can be resolved by adding the following files to admin-console.war/META-INF/ > Empty File (seam.properties) > seam-deployment.properties: > org.jboss.seam.deployment.scanners=org.jboss.seam.integration.jbossas.vfs.VFSScanner -- This message was sent by Atlassian JIRA (v7.2.3#72005) From issues at jboss.org Sat Jul 8 11:57:00 2017 From: issues at jboss.org (Vijay Talekar (JIRA)) Date: Sat, 8 Jul 2017 11:57:00 -0400 (EDT) Subject: [embjopr-issues] [JBoss JIRA] (EMBJOPR-371) admin-console fails to load when unexploded EAR containing an EJB module JAR exists in the deploy directory In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/EMBJOPR-371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433157#comment-13433157 ] Vijay Talekar commented on EMBJOPR-371: --------------------------------------- I got similar issue in Jboss. Please Help to resolve this issue. Please find attached "error.txt" file > admin-console fails to load when unexploded EAR containing an EJB module JAR exists in the deploy directory > ----------------------------------------------------------------------------------------------------------- > > Key: EMBJOPR-371 > URL: https://issues.jboss.org/browse/EMBJOPR-371 > Project: Embedded Jopr > Issue Type: Bug > Affects Versions: 1.3.4.SP5 > Reporter: Larry O'Leary > Assignee: Stefan Negrea > Fix For: 1.3.4.SP6 > > Attachments: Error.txt > > > When an EAP instance has an EAR deployed to it which contains an EJB module JAR and the EAR is in an unexploded form (archived), attempting to access the admin-console results in the following exception: > ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/admin-console]] (http-0.0.0.0-8080-1) Exception sending request initialized lifecycle event to listener instance of class org.jboss.on.embedded.LazyStartupListener > java.lang.RuntimeException: Error handling file /opt/jboss/jboss-eap-5.1/jboss-as/server/production/deploy/exolgan-legacy-ejb.ear/exolgan-legacy-ejb.jar > at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:134) > at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:107) > at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:90) > at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) > at org.jboss.seam.init.Initialization.create(Initialization.java:130) > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) > at org.jboss.on.embedded.LazyStartupListener.initialize(LazyStartupListener.java:182) > at org.jboss.on.embedded.LazyStartupListener.requestInitialized(LazyStartupListener.java:240) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:180) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:636) > Caused by: java.util.zip.ZipException: error in opening zip file > at java.util.zip.ZipFile.open(Native Method) > at java.util.zip.ZipFile.(ZipFile.java:131) > at java.util.zip.ZipFile.(ZipFile.java:148) > at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:123) > ... 21 more > The issue can be resolved by adding the following files to admin-console.war/META-INF/ > Empty File (seam.properties) > seam-deployment.properties: > org.jboss.seam.deployment.scanners=org.jboss.seam.integration.jbossas.vfs.VFSScanner -- This message was sent by Atlassian JIRA (v7.2.3#72005) From issues at jboss.org Sat Jul 8 12:02:00 2017 From: issues at jboss.org (Vijay Talekar (JIRA)) Date: Sat, 8 Jul 2017 12:02:00 -0400 (EDT) Subject: [embjopr-issues] [JBoss JIRA] (EMBJOPR-371) admin-console fails to load when unexploded EAR containing an EJB module JAR exists in the deploy directory In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/EMBJOPR-371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433157#comment-13433157 ] Vijay Talekar edited comment on EMBJOPR-371 at 7/8/17 12:01 PM: ---------------------------------------------------------------- I got similar issue in Jboss. Please Help to resolve this issue. Need to find root cause. Please find attached "error.txt" file was (Author: vijayt): I got similar issue in Jboss. Please Help to resolve this issue. Please find attached "error.txt" file > admin-console fails to load when unexploded EAR containing an EJB module JAR exists in the deploy directory > ----------------------------------------------------------------------------------------------------------- > > Key: EMBJOPR-371 > URL: https://issues.jboss.org/browse/EMBJOPR-371 > Project: Embedded Jopr > Issue Type: Bug > Affects Versions: 1.3.4.SP5 > Reporter: Larry O'Leary > Assignee: Stefan Negrea > Fix For: 1.3.4.SP6 > > Attachments: Error.txt > > > When an EAP instance has an EAR deployed to it which contains an EJB module JAR and the EAR is in an unexploded form (archived), attempting to access the admin-console results in the following exception: > ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/admin-console]] (http-0.0.0.0-8080-1) Exception sending request initialized lifecycle event to listener instance of class org.jboss.on.embedded.LazyStartupListener > java.lang.RuntimeException: Error handling file /opt/jboss/jboss-eap-5.1/jboss-as/server/production/deploy/exolgan-legacy-ejb.ear/exolgan-legacy-ejb.jar > at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:134) > at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:107) > at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:90) > at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) > at org.jboss.seam.init.Initialization.create(Initialization.java:130) > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) > at org.jboss.on.embedded.LazyStartupListener.initialize(LazyStartupListener.java:182) > at org.jboss.on.embedded.LazyStartupListener.requestInitialized(LazyStartupListener.java:240) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:180) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:636) > Caused by: java.util.zip.ZipException: error in opening zip file > at java.util.zip.ZipFile.open(Native Method) > at java.util.zip.ZipFile.(ZipFile.java:131) > at java.util.zip.ZipFile.(ZipFile.java:148) > at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:123) > ... 21 more > The issue can be resolved by adding the following files to admin-console.war/META-INF/ > Empty File (seam.properties) > seam-deployment.properties: > org.jboss.seam.deployment.scanners=org.jboss.seam.integration.jbossas.vfs.VFSScanner -- This message was sent by Atlassian JIRA (v7.2.3#72005) From issues at jboss.org Mon Jul 10 15:24:00 2017 From: issues at jboss.org (Larry O'Leary (JIRA)) Date: Mon, 10 Jul 2017 15:24:00 -0400 (EDT) Subject: [embjopr-issues] [JBoss JIRA] (EMBJOPR-371) admin-console fails to load when unexploded EAR containing an EJB module JAR exists in the deploy directory In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/EMBJOPR-371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433682#comment-13433682 ] Larry O'Leary commented on EMBJOPR-371: --------------------------------------- Vijay, JBoss EAP 5's maintenance phase ended in Nov 2016. Furthermore, the issue seen in the error.txt file you attached is not a similar issue. It dealt with a bug in how exploded JARs were treated in EAP admin-console. In your case, it appears that you have a Seam configuration issue or insufficient memory to run the application. If you have a proper subscription, please contact [Red Hat Support|https://access.redhat.com/support/cases/new] for alternative options. It is also strongly recommended that any existing or new development work be done using EAP 7. > admin-console fails to load when unexploded EAR containing an EJB module JAR exists in the deploy directory > ----------------------------------------------------------------------------------------------------------- > > Key: EMBJOPR-371 > URL: https://issues.jboss.org/browse/EMBJOPR-371 > Project: Embedded Jopr > Issue Type: Bug > Affects Versions: 1.3.4.SP5 > Reporter: Larry O'Leary > Assignee: Stefan Negrea > Fix For: 1.3.4.SP6 > > Attachments: Error.txt > > > When an EAP instance has an EAR deployed to it which contains an EJB module JAR and the EAR is in an unexploded form (archived), attempting to access the admin-console results in the following exception: > ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/admin-console]] (http-0.0.0.0-8080-1) Exception sending request initialized lifecycle event to listener instance of class org.jboss.on.embedded.LazyStartupListener > java.lang.RuntimeException: Error handling file /opt/jboss/jboss-eap-5.1/jboss-as/server/production/deploy/exolgan-legacy-ejb.ear/exolgan-legacy-ejb.jar > at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:134) > at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:107) > at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:90) > at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) > at org.jboss.seam.init.Initialization.create(Initialization.java:130) > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) > at org.jboss.on.embedded.LazyStartupListener.initialize(LazyStartupListener.java:182) > at org.jboss.on.embedded.LazyStartupListener.requestInitialized(LazyStartupListener.java:240) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:180) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:636) > Caused by: java.util.zip.ZipException: error in opening zip file > at java.util.zip.ZipFile.open(Native Method) > at java.util.zip.ZipFile.(ZipFile.java:131) > at java.util.zip.ZipFile.(ZipFile.java:148) > at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:123) > ... 21 more > The issue can be resolved by adding the following files to admin-console.war/META-INF/ > Empty File (seam.properties) > seam-deployment.properties: > org.jboss.seam.deployment.scanners=org.jboss.seam.integration.jbossas.vfs.VFSScanner -- This message was sent by Atlassian JIRA (v7.2.3#72005)