[JBoss JIRA] (WFLY-5795) HA JMS Topic Subscriber of Colocated life backup symmetrical 2 nodes cluster violates Publish-Subscribe pattern.
by Emmanuel Hugonnet (Jira)
[ https://issues.redhat.com/browse/WFLY-5795?page=com.atlassian.jira.plugin... ]
Emmanuel Hugonnet reassigned WFLY-5795:
---------------------------------------
Assignee: Emmanuel Hugonnet (was: Jeff Mesnil)
> HA JMS Topic Subscriber of Colocated life backup symmetrical 2 nodes cluster violates Publish-Subscribe pattern.
> ----------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-5795
> URL: https://issues.redhat.com/browse/WFLY-5795
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 10.0.0.CR4
> Environment: 2 node symmetrical colocated life backup cluster (domain mode). Configuration (domain.xml, host.xml) provided as attachment.
> Reporter: Michal Sudra
> Assignee: Emmanuel Hugonnet
> Priority: Major
> Attachments: ClusteredTopicTest.java, domain.xml, domain.xml, host-slave.xml, host.xml, host.xml, master.log, slave.log
>
>
> Test Client is producing 10 messages on topic on node 1 and 2 consumers connected to node 1 and the other to node 2 are then consuming the messages.
> Expectation: Every consumer receives 10 Messages.
> Result of test: Consumer connected to node 1 is only getting every second message. Consumer connected to node 2 is receiving all 10 messages:
> Output of test program:
> Sent message: This is text message 0
> Sent message: This is text message 1
> Sent message: This is text message 2
> Sent message: This is text message 3
> Sent message: This is text message 4
> Sent message: This is text message 5
> Sent message: This is text message 6
> Sent message: This is text message 7
> Sent message: This is text message 8
> Sent message: This is text message 9
> 0 Recieved message: This is text message 0 from node 0 from java:/jms/topic/ClusterStateTopic
> 1 Recieved message: This is text message 2 from node 0 from java:/jms/topic/ClusterStateTopic
> 2 Recieved message: This is text message 4 from node 0 from java:/jms/topic/ClusterStateTopic
> 3 Recieved message: This is text message 6 from node 0 from java:/jms/topic/ClusterStateTopic
> 4 Recieved message: This is text message 8 from node 0 from java:/jms/topic/ClusterStateTopic
> 5 error receiving message from node 0
> 6 error receiving message from node 0
> 7 error receiving message from node 0
> 8 error receiving message from node 0
> 9 error receiving message from node 0
> 0 Recieved message: This is text message 0 from node 1 from java:/jms/topic/ClusterStateTopic
> 1 Recieved message: This is text message 1 from node 1 from java:/jms/topic/ClusterStateTopic
> 2 Recieved message: This is text message 2 from node 1 from java:/jms/topic/ClusterStateTopic
> 3 Recieved message: This is text message 3 from node 1 from java:/jms/topic/ClusterStateTopic
> 4 Recieved message: This is text message 4 from node 1 from java:/jms/topic/ClusterStateTopic
> 5 Recieved message: This is text message 5 from node 1 from java:/jms/topic/ClusterStateTopic
> 6 Recieved message: This is text message 6 from node 1 from java:/jms/topic/ClusterStateTopic
> 7 Recieved message: This is text message 7 from node 1 from java:/jms/topic/ClusterStateTopic
> 8 Recieved message: This is text message 8 from node 1 from java:/jms/topic/ClusterStateTopic
> 9 Recieved message: This is text message 9 from node 1 from java:/jms/topic/ClusterStateTopic
> The test program is added and the 2 node names are given as parameters for main.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (WFLY-13079) org.eclipse.yasson.internal.Unmarshaller Invalid token=EOF
by Chao Wang (Jira)
[ https://issues.redhat.com/browse/WFLY-13079?page=com.atlassian.jira.plugi... ]
Chao Wang commented on WFLY-13079:
----------------------------------
https://github.com/eclipse-ee4j/yasson/commit/62dc006ac312fc8b1543892b82a... makes the difference, it improved the exception handling by logging a severe message before throwing JsonbException.
For some reason in JsonBindingProvider, https://github.com/resteasy/Resteasy/blob/master/providers/json-binding/s... , if EmptyCheckInputStream is empty, the exception was hidden.
> org.eclipse.yasson.internal.Unmarshaller Invalid token=EOF
> ----------------------------------------------------------
>
> Key: WFLY-13079
> URL: https://issues.redhat.com/browse/WFLY-13079
> Project: WildFly
> Issue Type: Bug
> Components: REST
> Affects Versions: 19.0.0.Beta2
> Reporter: Cheng Fang
> Assignee: Alessio Soldano
> Priority: Major
>
> When running the batch sample application {{numbers-chunk}} (https://github.com/jberet/numbers-chunk.git), log shows the following severe message. The same app runs fine with previous versions of WildFly:
> {code}
> 23:30:45,307 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 29) WFLYUT0021: Registered web context: '/numbers-chunk' for server 'default-server'
> 23:30:45,404 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "numbers-chunk.war" (runtime-name : "numbers-chunk.war")
> 23:31:00,750 SEVERE [org.eclipse.yasson.internal.Unmarshaller] (default task-1) Invalid token=EOF at (line no=1, column no=0, offset=-1). Expected tokens are: [CURLYOPEN, SQUAREOPEN, STRING, NUMBER, TRUE, FALSE, NULL]
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (WFLY-12913) Rationalize com.sum.xml.bind module dependencies
by Lin Gao (Jira)
[ https://issues.redhat.com/browse/WFLY-12913?page=com.atlassian.jira.plugi... ]
Lin Gao updated WFLY-12913:
---------------------------
Forum Reference: https://lists.jboss.org/pipermail/wildfly-dev/2020-January/007154.html
> Rationalize com.sum.xml.bind module dependencies
> ------------------------------------------------
>
> Key: WFLY-12913
> URL: https://issues.redhat.com/browse/WFLY-12913
> Project: WildFly
> Issue Type: Task
> Components: JPA / Hibernate, REST, Web Services
> Reporter: Brian Stansberry
> Assignee: Lin Gao
> Priority: Minor
>
> The com.sun.xml.bind module depends on and exports four other modules, and those modules in turn are private and have no other dependents:
> {code}
> <module name="com.github.relaxng" export="true" />
> <module name="com.sun.istack" export="true" />
> <module name="com.sun.xml.txw2" export="true" />
> <module name="com.sun.xsom" export="true" />
> {code}
> Task is to:
> 1) Write to wildfly-dev mail list to check for any projects that layer on WildFly that directly use these modules.
> 2) Write to jboss-layered-products (internal Red Hat) mail list to check for any products based on WF/EAP that directly use these modules.
> 3) Assuming no positive responses, make the artifacts from the above four modules direct artifacts of the com.sun.xml.bind module, add any needed module dependencies to con.sum.xml.bind, and get rid of those four modules.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (WFLY-13079) org.eclipse.yasson.internal.Unmarshaller Invalid token=EOF
by Cheng Fang (Jira)
[ https://issues.redhat.com/browse/WFLY-13079?page=com.atlassian.jira.plugi... ]
Cheng Fang updated WFLY-13079:
------------------------------
Description:
When running the batch sample application {{numbers-chunk}} (https://github.com/jberet/numbers-chunk.git), log shows the following severe message:
{code}
23:30:45,307 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 29) WFLYUT0021: Registered web context: '/numbers-chunk' for server 'default-server'
23:30:45,404 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "numbers-chunk.war" (runtime-name : "numbers-chunk.war")
23:31:00,750 SEVERE [org.eclipse.yasson.internal.Unmarshaller] (default task-1) Invalid token=EOF at (line no=1, column no=0, offset=-1). Expected tokens are: [CURLYOPEN, SQUAREOPEN, STRING, NUMBER, TRUE, FALSE, NULL]
{code}
was:
When running the batch sample application {{numbers-chunk}}, log shows the following severe message:
{code}
23:30:45,307 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 29) WFLYUT0021: Registered web context: '/numbers-chunk' for server 'default-server'
23:30:45,404 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "numbers-chunk.war" (runtime-name : "numbers-chunk.war")
23:31:00,750 SEVERE [org.eclipse.yasson.internal.Unmarshaller] (default task-1) Invalid token=EOF at (line no=1, column no=0, offset=-1). Expected tokens are: [CURLYOPEN, SQUAREOPEN, STRING, NUMBER, TRUE, FALSE, NULL]
{code}
> org.eclipse.yasson.internal.Unmarshaller Invalid token=EOF
> ----------------------------------------------------------
>
> Key: WFLY-13079
> URL: https://issues.redhat.com/browse/WFLY-13079
> Project: WildFly
> Issue Type: Bug
> Components: REST
> Affects Versions: 19.0.0.Beta2
> Reporter: Cheng Fang
> Assignee: Alessio Soldano
> Priority: Major
>
> When running the batch sample application {{numbers-chunk}} (https://github.com/jberet/numbers-chunk.git), log shows the following severe message:
> {code}
> 23:30:45,307 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 29) WFLYUT0021: Registered web context: '/numbers-chunk' for server 'default-server'
> 23:30:45,404 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "numbers-chunk.war" (runtime-name : "numbers-chunk.war")
> 23:31:00,750 SEVERE [org.eclipse.yasson.internal.Unmarshaller] (default task-1) Invalid token=EOF at (line no=1, column no=0, offset=-1). Expected tokens are: [CURLYOPEN, SQUAREOPEN, STRING, NUMBER, TRUE, FALSE, NULL]
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (WFLY-13079) org.eclipse.yasson.internal.Unmarshaller Invalid token=EOF
by Cheng Fang (Jira)
[ https://issues.redhat.com/browse/WFLY-13079?page=com.atlassian.jira.plugi... ]
Cheng Fang updated WFLY-13079:
------------------------------
Description:
When running the batch sample application {{numbers-chunk}} (https://github.com/jberet/numbers-chunk.git), log shows the following severe message. The same app runs fine with previous versions of WildFly:
{code}
23:30:45,307 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 29) WFLYUT0021: Registered web context: '/numbers-chunk' for server 'default-server'
23:30:45,404 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "numbers-chunk.war" (runtime-name : "numbers-chunk.war")
23:31:00,750 SEVERE [org.eclipse.yasson.internal.Unmarshaller] (default task-1) Invalid token=EOF at (line no=1, column no=0, offset=-1). Expected tokens are: [CURLYOPEN, SQUAREOPEN, STRING, NUMBER, TRUE, FALSE, NULL]
{code}
was:
When running the batch sample application {{numbers-chunk}} (https://github.com/jberet/numbers-chunk.git), log shows the following severe message:
{code}
23:30:45,307 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 29) WFLYUT0021: Registered web context: '/numbers-chunk' for server 'default-server'
23:30:45,404 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "numbers-chunk.war" (runtime-name : "numbers-chunk.war")
23:31:00,750 SEVERE [org.eclipse.yasson.internal.Unmarshaller] (default task-1) Invalid token=EOF at (line no=1, column no=0, offset=-1). Expected tokens are: [CURLYOPEN, SQUAREOPEN, STRING, NUMBER, TRUE, FALSE, NULL]
{code}
> org.eclipse.yasson.internal.Unmarshaller Invalid token=EOF
> ----------------------------------------------------------
>
> Key: WFLY-13079
> URL: https://issues.redhat.com/browse/WFLY-13079
> Project: WildFly
> Issue Type: Bug
> Components: REST
> Affects Versions: 19.0.0.Beta2
> Reporter: Cheng Fang
> Assignee: Alessio Soldano
> Priority: Major
>
> When running the batch sample application {{numbers-chunk}} (https://github.com/jberet/numbers-chunk.git), log shows the following severe message. The same app runs fine with previous versions of WildFly:
> {code}
> 23:30:45,307 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 29) WFLYUT0021: Registered web context: '/numbers-chunk' for server 'default-server'
> 23:30:45,404 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "numbers-chunk.war" (runtime-name : "numbers-chunk.war")
> 23:31:00,750 SEVERE [org.eclipse.yasson.internal.Unmarshaller] (default task-1) Invalid token=EOF at (line no=1, column no=0, offset=-1). Expected tokens are: [CURLYOPEN, SQUAREOPEN, STRING, NUMBER, TRUE, FALSE, NULL]
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (WFLY-13079) org.eclipse.yasson.internal.Unmarshaller Invalid token=EOF
by Cheng Fang (Jira)
[ https://issues.redhat.com/browse/WFLY-13079?page=com.atlassian.jira.plugi... ]
Cheng Fang updated WFLY-13079:
------------------------------
Description:
When running the batch sample application {{numbers-chunk}}, log shows the following severe message:
{code}
23:30:45,307 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 29) WFLYUT0021: Registered web context: '/numbers-chunk' for server 'default-server'
23:30:45,404 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "numbers-chunk.war" (runtime-name : "numbers-chunk.war")
23:31:00,750 SEVERE [org.eclipse.yasson.internal.Unmarshaller] (default task-1) Invalid token=EOF at (line no=1, column no=0, offset=-1). Expected tokens are: [CURLYOPEN, SQUAREOPEN, STRING, NUMBER, TRUE, FALSE, NULL]
{code}
was:
{code}
23:30:45,307 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 29) WFLYUT0021: Registered web context: '/numbers-chunk' for server 'default-server'
23:30:45,404 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "numbers-chunk.war" (runtime-name : "numbers-chunk.war")
23:31:00,750 SEVERE [org.eclipse.yasson.internal.Unmarshaller] (default task-1) Invalid token=EOF at (line no=1, column no=0, offset=-1). Expected tokens are: [CURLYOPEN, SQUAREOPEN, STRING, NUMBER, TRUE, FALSE, NULL]
{code}
> org.eclipse.yasson.internal.Unmarshaller Invalid token=EOF
> ----------------------------------------------------------
>
> Key: WFLY-13079
> URL: https://issues.redhat.com/browse/WFLY-13079
> Project: WildFly
> Issue Type: Bug
> Components: REST
> Affects Versions: 19.0.0.Beta2
> Reporter: Cheng Fang
> Assignee: Alessio Soldano
> Priority: Major
>
> When running the batch sample application {{numbers-chunk}}, log shows the following severe message:
> {code}
> 23:30:45,307 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 29) WFLYUT0021: Registered web context: '/numbers-chunk' for server 'default-server'
> 23:30:45,404 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "numbers-chunk.war" (runtime-name : "numbers-chunk.war")
> 23:31:00,750 SEVERE [org.eclipse.yasson.internal.Unmarshaller] (default task-1) Invalid token=EOF at (line no=1, column no=0, offset=-1). Expected tokens are: [CURLYOPEN, SQUAREOPEN, STRING, NUMBER, TRUE, FALSE, NULL]
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months