[JBoss JIRA] (WFLY-10562) Initialization of backup fails on Lifecycle context is no longer valid
by Erich Duda (JIRA)
Erich Duda created WFLY-10562:
---------------------------------
Summary: Initialization of backup fails on Lifecycle context is no longer valid
Key: WFLY-10562
URL: https://issues.jboss.org/browse/WFLY-10562
Project: WildFly
Issue Type: Bug
Components: JMS
Reporter: Erich Duda
Assignee: Jeff Mesnil
Priority: Blocker
*Scenario:*
* There are two Wildfly servers configured as messaging live-backup pair
* Live server is killed
*Expectation:* Backup server will become active.
*Reality:* Backup server doesn't become active because of failure in initialisation \[1\].
*Users impact:* Messaging HA does not work.
*Blocker priority* was chosen because this is regression against Wildfly 13 and breaks all messaging HA scenarios.
I found out that the regression is caused by WFLY-10538.
\[1\]
{code}
19:59:17,028 ERROR [org.apache.activemq.artemis.core.server] (AMQ119000: Activation for server ActiveMQServerImpl::serverUUID=fde2ba47-6e7a-11e8-b92f-fa163e6eb24b) AMQ224000: Failure in initialisation: java.lang.IllegalStateException: Lifecycle context is no longer valid
at org.jboss.msc.service.ServiceControllerImpl$StartContextImpl.getChildTarget(ServiceControllerImpl.java:2016) [jboss-msc-1.4.2.Final.jar:1.4.2.Final]
at org.wildfly.extension.messaging.activemq.jms.JMSService$3.activated(JMSService.java:163) [wildfly-messaging-activemq-14.0.0.Beta1-SNAPSHOT.jar:14.0.0.Beta1-SNAPSHOT]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.callActivateCallbacks(ActiveMQServerImpl.java:1897) [artemis-server-1.5.5.jbossorg-012.jar:1.5.5.jbossorg-012]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:2112) [artemis-server-1.5.5.jbossorg-012.jar:1.5.5.jbossorg-012]
at org.apache.activemq.artemis.core.server.impl.SharedStoreBackupActivation.run(SharedStoreBackupActivation.java:90) [artemis-server-1.5.5.jbossorg-012.jar:1.5.5.jbossorg-012]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:2514) [artemis-server-1.5.5.jbossorg-012.jar:1.5.5.jbossorg-012]
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (WFLY-10555) The list-messages and remove-messages don't work on a queue when consumer is connected
by Josef Cacek (JIRA)
[ https://issues.jboss.org/browse/WFLY-10555?page=com.atlassian.jira.plugin... ]
Josef Cacek resolved WFLY-10555.
--------------------------------
Resolution: Explained
Thanks guys for explanation. Once I've configured the `consumer-window-size=0` attribute on the remote connection factory, the `list-messages` operation started to work as expected.
{code}
/subsystem=messaging-activemq/server=default/connection-factory=RemoteConnectionFactory:write-attribute(name=consumer-window-size,value=0)
{code}
> The list-messages and remove-messages don't work on a queue when consumer is connected
> ---------------------------------------------------------------------------------------
>
> Key: WFLY-10555
> URL: https://issues.jboss.org/browse/WFLY-10555
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 11.0.0.Final, 13.0.0.Final
> Reporter: Josef Cacek
> Assignee: Jeff Mesnil
> Attachments: helloworld-jms.zip
>
>
> The queue operations {{:list-messages}} and {{:remove-messages}} don't work (return empty set) if a consumer is attached to the server.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (WFCORE-3925) Add APLv2 to README
by Jeff Mesnil (JIRA)
Jeff Mesnil created WFCORE-3925:
-----------------------------------
Summary: Add APLv2 to README
Key: WFCORE-3925
URL: https://issues.jboss.org/browse/WFCORE-3925
Project: WildFly Core
Issue Type: Bug
Components: Build System
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Fix For: 6.0.0.Alpha2
wildfly-core's LICENSE.txt contains both the LGPLv2.1 and the APLv2 but the README only lists the LGPG in its Licenses section
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month