[JBoss JIRA] (WFLY-5555) JMS Bridge ambiguous error reporting on module load failure
by Jeff Mesnil (JIRA)
[ https://issues.jboss.org/browse/WFLY-5555?page=com.atlassian.jira.plugin.... ]
Jeff Mesnil updated WFLY-5555:
------------------------------
Affects Version/s: 10.0.0.CR4
> JMS Bridge ambiguous error reporting on module load failure
> ------------------------------------------------------------
>
> Key: WFLY-5555
> URL: https://issues.jboss.org/browse/WFLY-5555
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 10.0.0.CR4
> Reporter: Bartosz Baranowski
> Assignee: Jeff Mesnil
> Priority: Minor
>
> If JMS bridge depends on module that for some reason cant be loaded, log will show cryptic message:
> 10:21:26,173 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 51) WFLYCTL0013: Operation ("add") failed - address: ([
> ("subsystem" => "messaging-activemq"),
> ("jms-bridge" => "a-to-c-bridge")
> ]) - failure description: "org.hornetq:main"
> 1. Failure description does not describe a thing
> 2. it points to HQ module, rather than custom module used in bridge conf.
> Exception is thrown at JMSBridgeAdd:155
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 8 months
[JBoss JIRA] (WFLY-5600) List of nodes taken from org.wildfly.clustering.group.Group is different across nodes
by Piotr Nowicki (JIRA)
Piotr Nowicki created WFLY-5600:
-----------------------------------
Summary: List of nodes taken from org.wildfly.clustering.group.Group is different across nodes
Key: WFLY-5600
URL: https://issues.jboss.org/browse/WFLY-5600
Project: WildFly
Issue Type: Bug
Components: Clustering, EE, EJB
Affects Versions: 9.0.1.Final
Environment: Windows 7 64 bit, JDK 1.8_20 64bit
Reporter: Piotr Nowicki
Assignee: Paul Ferraro
I have a cluster of 2 nodes with a WAR application deployed using web-console and exposing EJB remote business interface with following content:
{code}@Stateless
@Remote
public class ServiceImplementation implements Service {
@Resource( lookup = "java:jboss/clustering/group/ejb" )
private Group channelGroup;
@Override
public void printNodeList() {
for( Node node : channelGroup.getNodes()) {
System.out.println( "node = " + node );
}
}
}
{code}
I invoke this EJB from a standalone client multiple times (to make sure that method calls will reach both nodes.)
The result is different on both nodes:
* On master node the result is *correct* = two nodes' names are printed out ,
* On second node the result is *incorrect* = *no nodes' names are printed out*.
This was working fine in WFLY 8.2.0.Final.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 8 months
[JBoss JIRA] (WFLY-5536) Recovery manager is not able to recover MDB and shows warnings on each run.
by Andy Taylor (JIRA)
[ https://issues.jboss.org/browse/WFLY-5536?page=com.atlassian.jira.plugin.... ]
Andy Taylor commented on WFLY-5536:
-----------------------------------
[~hhovsepy] I have managed to run the test however I need to attach a debugger to the server orchestrating the recovery, could you provide details as to how to do this, ive tried updating the arquillian config but this is ignored.
> Recovery manager is not able to recover MDB and shows warnings on each run.
> ---------------------------------------------------------------------------
>
> Key: WFLY-5536
> URL: https://issues.jboss.org/browse/WFLY-5536
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 10.0.0.CR2
> Reporter: Hayk Hovsepyan
> Assignee: Jeff Mesnil
> Priority: Blocker
> Attachments: MDB_JMS_XA.log
>
>
> Recovery manager is not able to recover MDB and shows warnings.
> This causes to see the same warning log in server each time recovery is run.
> This happens when server is crashed before transaction state is saved.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 8 months
[JBoss JIRA] (WFLY-5555) JMS Bridge ambiguous error reporting on module load failure
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-5555?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-5555:
-----------------------------------
Component/s: JMS
> JMS Bridge ambiguous error reporting on module load failure
> ------------------------------------------------------------
>
> Key: WFLY-5555
> URL: https://issues.jboss.org/browse/WFLY-5555
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Reporter: Bartosz Baranowski
> Assignee: Jason Greene
> Priority: Minor
>
> If JMS bridge depends on module that for some reason cant be loaded, log will show cryptic message:
> 10:21:26,173 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 51) WFLYCTL0013: Operation ("add") failed - address: ([
> ("subsystem" => "messaging-activemq"),
> ("jms-bridge" => "a-to-c-bridge")
> ]) - failure description: "org.hornetq:main"
> 1. Failure description does not describe a thing
> 2. it points to HQ module, rather than custom module used in bridge conf.
> Exception is thrown at JMSBridgeAdd:155
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 8 months
[JBoss JIRA] (WFLY-5555) JMS Bridge ambiguous error reporting on module load failure
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-5555?page=com.atlassian.jira.plugin.... ]
Brian Stansberry reassigned WFLY-5555:
--------------------------------------
Assignee: Jeff Mesnil (was: Jason Greene)
> JMS Bridge ambiguous error reporting on module load failure
> ------------------------------------------------------------
>
> Key: WFLY-5555
> URL: https://issues.jboss.org/browse/WFLY-5555
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Reporter: Bartosz Baranowski
> Assignee: Jeff Mesnil
> Priority: Minor
>
> If JMS bridge depends on module that for some reason cant be loaded, log will show cryptic message:
> 10:21:26,173 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 51) WFLYCTL0013: Operation ("add") failed - address: ([
> ("subsystem" => "messaging-activemq"),
> ("jms-bridge" => "a-to-c-bridge")
> ]) - failure description: "org.hornetq:main"
> 1. Failure description does not describe a thing
> 2. it points to HQ module, rather than custom module used in bridge conf.
> Exception is thrown at JMSBridgeAdd:155
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 8 months