[JBoss JIRA] (WFLY-6684) JMS Bridge should display statistics about messages that have been processed.
by Chen Maoqian (JIRA)
[ https://issues.jboss.org/browse/WFLY-6684?page=com.atlassian.jira.plugin.... ]
Chen Maoqian moved JBEAP-4896 to WFLY-6684:
-------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-6684 (was: JBEAP-4896)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: JMS
(was: JMS)
(was: ActiveMQ)
Target Release: (was: 7.backlog.GA)
Affects Version/s: 10.0.0.Final
(was: 7.0.0.GA)
> JMS Bridge should display statistics about messages that have been processed.
> -----------------------------------------------------------------------------
>
> Key: WFLY-6684
> URL: https://issues.jboss.org/browse/WFLY-6684
> Project: WildFly
> Issue Type: Feature Request
> Components: JMS
> Affects Versions: 10.0.0.Final
> Environment: JBoss EAP 7
> Reporter: Chen Maoqian
> Assignee: Chen Maoqian
>
> The JMS bridge should show some statistics about messages that have been processed through the bridge for example:
> - number of messages successfully committed
> - number of messages aborted/rollback
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JGRP-2077) ExtendedUUID: add superclass which contains only an int
by Bela Ban (JIRA)
Bela Ban created JGRP-2077:
------------------------------
Summary: ExtendedUUID: add superclass which contains only an int
Key: JGRP-2077
URL: https://issues.jboss.org/browse/JGRP-2077
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 4.0
ExtendedUUID contains {{flags}} (a short) and arrays of keys and values (byte[] buffers). If someone didn't want the 2 arrays, they'd still pay the cost.
Therefore add a subclass of UUID which contains the {{flags}} (an int) field and make ExtendedUUID subclass it and add the arrays. This way, people can choose which one to use.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (WFLY-6427) An exception occurring during Servlet.destroy() is not logged
by Stuart Douglas (JIRA)
[ https://issues.jboss.org/browse/WFLY-6427?page=com.atlassian.jira.plugin.... ]
Stuart Douglas resolved WFLY-6427.
----------------------------------
Fix Version/s: 10.1.0.Final
Resolution: Done
> An exception occurring during Servlet.destroy() is not logged
> -------------------------------------------------------------
>
> Key: WFLY-6427
> URL: https://issues.jboss.org/browse/WFLY-6427
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 9.0.2.Final
> Reporter: lorenzo benvenuti
> Assignee: Stuart Douglas
> Fix For: 10.1.0.Final
>
> Attachments: WildflyTestException.zip
>
>
> There's no evidence of an exception thrown in a Servlet destroy method; the only hint you have that something has gone wrong is the fact that the ServletContextListener.contextDestroyed methods are not invoked (I don't know if this is the expected behavior: for instance JBoss 7.1.1 logs the Servlet.destroy exception and then invokes ServletContextListener.contextDestroyed anyway).
> Thank you,
> lorenzo
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (WFLY-6683) ZipException upon deployment
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/WFLY-6683?page=com.atlassian.jira.plugin.... ]
Tomaz Cerar closed WFLY-6683.
-----------------------------
Fix Version/s: (was: 10.0.0.Final)
Assignee: (was: Jason Greene)
Resolution: Rejected
Labels: (was: Deployment ZipException)
your deployment is a broken zip/jar archive
to make sure try opening your deployment by executing
jar -tf <name-of-deployment>
or even try to open it with your zip tool.
> ZipException upon deployment
> ----------------------------
>
> Key: WFLY-6683
> URL: https://issues.jboss.org/browse/WFLY-6683
> Project: WildFly
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.0.0.Final
> Environment: Debian testing/sid, kde5 with sddm
> Reporter: Emanuele Uliana
>
> A ZipException is thrown upon deployment regardless the project being deployed.
> 00:03:59,117 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.deployment.unit."index.jsp".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."index.jsp".STRUCTURE: WFLYSRV0153: Failed to process phase STRUCTURE of deployment "index.jsp"
> 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: WFLYSRV0160: Failed to mount deployment content
> at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:95)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)
> ... 5 more
> Caused by: java.util.zip.ZipException: error in opening zip file
> at java.util.zip.ZipFile.open(Native Method)
> at java.util.zip.ZipFile.<init>(ZipFile.java:219)
> at java.util.zip.ZipFile.<init>(ZipFile.java:149)
> at java.util.jar.JarFile.<init>(JarFile.java:166)
> at java.util.jar.JarFile.<init>(JarFile.java:130)
> at org.jboss.vfs.spi.JavaZipFileSystem.<init>(JavaZipFileSystem.java:90)
> at org.jboss.vfs.spi.JavaZipFileSystem.<init>(JavaZipFileSystem.java:77)
> at org.jboss.vfs.VFS.mountZip(VFS.java:386)
> at org.jboss.vfs.VFS.mountZip(VFS.java:410)
> at org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:106)
> at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:91)
> ... 6 more
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (WFLY-6683) ZipException upon deployment
by Emanuele Uliana (JIRA)
[ https://issues.jboss.org/browse/WFLY-6683?page=com.atlassian.jira.plugin.... ]
Emanuele Uliana updated WFLY-6683:
----------------------------------
Labels: Deployment ZipException (was: )
> ZipException upon deployment
> ----------------------------
>
> Key: WFLY-6683
> URL: https://issues.jboss.org/browse/WFLY-6683
> Project: WildFly
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.0.0.Final
> Environment: Debian testing/sid, kde5 with sddm
> Reporter: Emanuele Uliana
> Assignee: Jason Greene
> Labels: Deployment, ZipException
> Fix For: 10.0.0.Final
>
>
> A ZipException is thrown upon deployment regardless the project being deployed.
> 00:03:59,117 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.deployment.unit."index.jsp".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."index.jsp".STRUCTURE: WFLYSRV0153: Failed to process phase STRUCTURE of deployment "index.jsp"
> 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: WFLYSRV0160: Failed to mount deployment content
> at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:95)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)
> ... 5 more
> Caused by: java.util.zip.ZipException: error in opening zip file
> at java.util.zip.ZipFile.open(Native Method)
> at java.util.zip.ZipFile.<init>(ZipFile.java:219)
> at java.util.zip.ZipFile.<init>(ZipFile.java:149)
> at java.util.jar.JarFile.<init>(JarFile.java:166)
> at java.util.jar.JarFile.<init>(JarFile.java:130)
> at org.jboss.vfs.spi.JavaZipFileSystem.<init>(JavaZipFileSystem.java:90)
> at org.jboss.vfs.spi.JavaZipFileSystem.<init>(JavaZipFileSystem.java:77)
> at org.jboss.vfs.VFS.mountZip(VFS.java:386)
> at org.jboss.vfs.VFS.mountZip(VFS.java:410)
> at org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:106)
> at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:91)
> ... 6 more
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (WFLY-6683) ZipException upon deployment
by Emanuele Uliana (JIRA)
Emanuele Uliana created WFLY-6683:
-------------------------------------
Summary: ZipException upon deployment
Key: WFLY-6683
URL: https://issues.jboss.org/browse/WFLY-6683
Project: WildFly
Issue Type: Bug
Components: Server
Affects Versions: 10.0.0.Final
Environment: Debian testing/sid, kde5 with sddm
Reporter: Emanuele Uliana
Assignee: Jason Greene
Fix For: 10.0.0.Final
A ZipException is thrown upon deployment regardless the project being deployed.
00:03:59,117 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.deployment.unit."index.jsp".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."index.jsp".STRUCTURE: WFLYSRV0153: Failed to process phase STRUCTURE of deployment "index.jsp"
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: WFLYSRV0160: Failed to mount deployment content
at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:95)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)
... 5 more
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:219)
at java.util.zip.ZipFile.<init>(ZipFile.java:149)
at java.util.jar.JarFile.<init>(JarFile.java:166)
at java.util.jar.JarFile.<init>(JarFile.java:130)
at org.jboss.vfs.spi.JavaZipFileSystem.<init>(JavaZipFileSystem.java:90)
at org.jboss.vfs.spi.JavaZipFileSystem.<init>(JavaZipFileSystem.java:77)
at org.jboss.vfs.VFS.mountZip(VFS.java:386)
at org.jboss.vfs.VFS.mountZip(VFS.java:410)
at org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:106)
at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:91)
... 6 more
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months