Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WFCORE-987]: java.lang.StringIndexOutOfBoundsException when empty string is used in a resource address value. #1125

Merged
merged 1 commit into from
Sep 29, 2015

Conversation

ehsavoie
Copy link
Contributor

Considering empty string as null.

Jira: https://issues.jboss.org/browse/WFCORE-987

…ring is used in a resource address value.

Considering empty string as null.
@wildfly-ci
Copy link

Full integration - Windows Build 388 outcome was FAILURE using a merge of 8ae2dc8
Summary: Tests failed: 1 (1 new), passed: 3189, ignored: 374 Build time: 00:56:09

Failed tests

org.jboss.as.test.clustering.cluster.singleton.SingletonServiceTestCase(SYNC-tcp).testSingletonService: org.apache.http.conn.HttpHostConnectException: Connect to [::1]:8080 [/0:0:0:0:0:0:0:1] failed: Connection refused: connect
    at java.net.DualStackPlainSocketImpl.connect0(Native Method)
    at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
    at java.net.Socket.connect(Socket.java:589)
    at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:74)
    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
    at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
    at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
    at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
    at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
    at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
    at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
    at org.jboss.as.test.clustering.cluster.singleton.SingletonServiceTestCase.testSingletonService(SingletonServiceTestCase.java:219)
------- Stdout: -------
11:50:50,090 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Starting deployment=NONE, container=container-0
11:50:50,092 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Starting deployment=NONE, container=container-1
11:50:50,093 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Deploying deployment=deployment-0
11:50:50,104 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location C:\BuildAgent\work\db872761b443af46\full\testsuite\integration\clustering\target\wildfly-SYNC-tcp-0\standalone\data\content\51\abae9dac1a08bf85f5893e357954f4d8018622\content
11:50:50,106 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "singleton.war" (runtime-name: "singleton.war")
11:50:50,139 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.singleton.war" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
11:50:50,181 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 81) WFLYUT0021: Registered web context: /singleton
11:50:50,291 WARN  [org.jgroups.protocols.MPING] (MPING) 4ceb4b5b-c1f8-9edc-eb42-0aac4979b64d: discarding discovery request for cluster 'ee' from 4ceb4b5b-c1f8-9edc-eb42-0aac4979b64d; our cluster name is 'activemq-cluster'. Please separate your clusters properly
11:50:50,291 WARN  [org.jgroups.protocols.MPING] (MPING) node-0: discarding discovery request for cluster 'ee' from node-0; our cluster name is 'activemq-cluster'. Please separate your clusters properly
11:50:53,334 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 81) ISPN000078: Starting JGroups channel server
11:50:53,335 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 81) ISPN000094: Received new cluster view for channel server: [node-0|0] (1) [node-0]
11:50:53,335 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 81) ISPN000079: Channel server local address is node-0, physical addresses are [0:0:0:0:0:0:0:1:7601]
11:50:53,343 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 81) WFLYCLINF0002: Started default cache from server container
11:50:53,344 ERROR [org.wildfly.clustering.server] (notification-thread--p105-t1) WFLYCLSV0006: Failed to reach quorum of 2 for jboss.test.myservice.quorum service. No singleton master will be elected.
11:50:53,356 INFO  [org.wildfly.clustering.server] (notification-thread--p105-t1) WFLYCLSV0003: node-0 elected as the singleton provider of the jboss.test.myservice.default service
11:50:53,358 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "singleton.war" (runtime-name : "singleton.war")
11:50:53,364 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Deploying deployment=deployment-1
11:50:53,374 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location C:\BuildAgent\work\db872761b443af46\full\testsuite\integration\clustering\target\wildfly-SYNC-tcp-1\standalone\data\content\79\985c2699f1c7b2371fa99851564ba03dfe6002\content
11:50:53,377 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "singleton.war" (runtime-name: "singleton.war")
11:50:53,410 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.singleton.war" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
11:50:53,455 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 77) WFLYUT0021: Registered web context: /singleton
11:50:53,561 WARN  [org.jgroups.protocols.MPING] (MPING) node-1: discarding discovery request for cluster 'ee' from node-1; our cluster name is 'activemq-cluster'. Please separate your clusters properly
11:50:53,561 WARN  [org.jgroups.protocols.MPING] (MPING) node-1: discarding discovery request for cluster 'ee' from node-1; our cluster name is 'activemq-cluster'. Please separate your clusters properly
11:50:53,617 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-2,ee,node-0) ISPN000094: Received new cluster view for channel server: [node-0|1] (2) [node-0, node-1]
11:50:53,659 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 77) ISPN000078: Starting JGroups channel server
11:50:53,660 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 77) ISPN000094: Received new cluster view for channel server: [node-0|1] (2) [node-0, node-1]
11:50:53,660 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 77) ISPN000079: Channel server local address is node-1, physical addresses are [0:0:0:0:0:0:0:1:7701]
11:50:53,674 INFO  [org.infinispan.CLUSTER] (remote-thread--p106-t1) ISPN000310: Starting cluster-wide rebalance for cache default, topology CacheTopology{id=1, rebalanceId=1, currentCH=ReplicatedConsistentHash{ns = 60, owners = (1)[node-0: 60]}, pendingCH=ReplicatedConsistentHash{ns = 60, owners = (2)[node-0: 30, node-1: 30]}, unionCH=null, actualMembers=[node-0, node-1]}
11:50:53,682 INFO  [org.infinispan.CLUSTER] (remote-thread--p106-t1) ISPN000336: Finished cluster-wide rebalance for cache default, topology id = 1


@ehsavoie
Copy link
Contributor Author

retest this please

@wildfly-ci
Copy link

Full integration - Windows Build 389 outcome was FAILURE using a merge of 8ae2dc8
Summary: Tests failed: 1 (1 new), passed: 3189, ignored: 374 Build time: 00:55:14

Failed tests

org.jboss.as.test.clustering.cluster.singleton.SingletonDeploymentDescriptorTestCase(SYNC-tcp).test: ------- Stdout: -------
12:59:38,674 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Starting deployment=NONE, container=container-0
12:59:38,676 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Starting deployment=NONE, container=container-1
12:59:38,677 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Deploying deployment=deployment-0
12:59:38,684 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location C:\BuildAgent\work\db872761b443af46\full\testsuite\integration\clustering\target\wildfly-SYNC-tcp-0\standalone\data\content\2c\a60c4aa56897394b4288a38bf501f690c0e3fb\content
12:59:38,686 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "singleton-deployment-descriptor.war" (runtime-name: "singleton-deployment-descriptor.war")
12:59:38,833 WARN  [org.jgroups.protocols.MPING] (MPING) 003a248f-ba65-2758-cd4f-835dc1c55efd: discarding discovery request for cluster 'ee' from 003a248f-ba65-2758-cd4f-835dc1c55efd; our cluster name is 'activemq-cluster'. Please separate your clusters properly
12:59:38,833 WARN  [org.jgroups.protocols.MPING] (MPING) node-0: discarding discovery request for cluster 'ee' from node-0; our cluster name is 'activemq-cluster'. Please separate your clusters properly
12:59:41,871 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 11) ISPN000078: Starting JGroups channel server
12:59:41,872 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 11) ISPN000094: Received new cluster view for channel server: [node-0|0] (1) [node-0]
12:59:41,872 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 11) ISPN000079: Channel server local address is node-0, physical addresses are [0:0:0:0:0:0:0:1:7601]
12:59:41,885 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 11) WFLYCLINF0002: Started default cache from server container
12:59:41,912 INFO  [org.wildfly.clustering.server] (notification-thread--p73-t1) WFLYCLSV0003: node-0 elected as the singleton provider of the jboss.deployment.unit."singleton-deployment-descriptor.war".FIRST_MODULE_USE service
12:59:41,918 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "singleton-deployment-descriptor.war" (runtime-name : "singleton-deployment-descriptor.war")
12:59:41,927 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Deploying deployment=deployment-1
12:59:41,962 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location C:\BuildAgent\work\db872761b443af46\full\testsuite\integration\clustering\target\wildfly-SYNC-tcp-1\standalone\data\content\8f\dd56d35ca774052cbd78ae0eddfbc80547164a\content
12:59:41,967 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "singleton-deployment-descriptor.war" (runtime-name: "singleton-deployment-descriptor.war")
12:59:41,999 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 77) WFLYUT0021: Registered web context: /singleton-deployment-descriptor
12:59:42,163 WARN  [org.jgroups.protocols.MPING] (MPING) node-1: discarding discovery request for cluster 'ee' from node-1; our cluster name is 'activemq-cluster'. Please separate your clusters properly
12:59:42,163 WARN  [org.jgroups.protocols.MPING] (MPING) node-1: discarding discovery request for cluster 'ee' from node-1; our cluster name is 'activemq-cluster'. Please separate your clusters properly
12:59:42,221 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-2,ee,node-0) ISPN000094: Received new cluster view for channel server: [node-0|1] (2) [node-0, node-1]
12:59:43,342 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 21) ISPN000078: Starting JGroups channel server
12:59:43,343 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 21) ISPN000094: Received new cluster view for channel server: [node-0|1] (2) [node-0, node-1]
12:59:43,343 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 21) ISPN000079: Channel server local address is node-1, physical addresses are [0:0:0:0:0:0:0:1:7701]
12:59:43,364 INFO  [org.infinispan.CLUSTER] (remote-thread--p74-t1) ISPN000310: Starting cluster-wide rebalance for cache default, topology CacheTopology{id=1, rebalanceId=1, currentCH=ReplicatedConsistentHash{ns = 60, owners = (1)[node-0: 60]}, pendingCH=ReplicatedConsistentHash{ns = 60, owners = (2)[node-0: 30, node-1: 30]}, unionCH=null, actualMembers=[node-0, node-1]}
12:59:43,386 INFO  [org.infinispan.CLUSTER] (remote-thread--p74-t1) ISPN000336: Finished cluster-wide rebalance for cache default, topology id = 1
12:59:43,394 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 21) WFLYCLINF0002: Started default cache from server container
12:59:43,428 INFO  [org.wildfly.clustering.server] (notification-thread--p73-t1) WFLYCLSV0003: node-0 elected as the singleton provider of the jboss.deployment.unit."singleton-deployment-descriptor.war".FIRST_MODULE_USE service
12:59:43,429 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "singleton-deployment-descriptor.war" (runtime-name : "singleton-deployment-descriptor.war")
12:59:43,581 WARN  [org.jboss.remotingjmx.Util] (main) The protocol 'http-remoting-jmx' is deprecated, instead you should use 'remote+http'.
12:59:43,638 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Starting deployment=NONE, container=container-0
12:59:43,639 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Starting deployment=NONE, container=container-1
12:59:43,640 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Undeploying deployment=deployment-0
12:59:43,652 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 77) WFLYUT0022: Unregistered web context: /singleton-deployment-descriptor
12:59:43,679 INFO  [org.wildfly.clustering.server] (notification-thread--p17-t1) WFLYCLSV0003: node-1 elected as the singleton provider of the jboss.deployment.unit."singleton-deployment-descriptor.war".FIRST_MODULE_USE service
12:59:43,697 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 77) WFLYCLINF0003: Stopped default cache from server container
12:59:43,703 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000080: Disconnecting JGroups channel server
12:59:43,704 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000082: Stopping the RpcDispatcher for channel server
12:59:43,711 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment singleton-deployment-descriptor.war (runtime-name: singleton-deployment-descriptor.war) in 61ms
12:59:43,735 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location C:\BuildAgent\work\db872761b443af46\full\testsuite\integration\clustering\target\wildfly-SYNC-tcp-0\standalone\data\content\2c\a60c4aa56897394b4288a38bf501f690c0e3fb\content
12:59:43,735 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "singleton-deployment-descriptor.war" (runtime-name: "singleton-deployment-descriptor.war")
12:59:43,802 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Undeploying deployment=deployment-1
12:59:43,844 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-2,ee,node-1) ISPN000094: Received new cluster view for channel server: [node-1|2] (1) [node-1]
12:59:43,978 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: /singleton-deployment-descriptor
12:59:43,992 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0022: Unregistered web context: /singleton-deployment-descriptor
12:59:44,008 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment singleton-deployment-descriptor.war (runtime-name: singleton-deployment-descriptor.war) in 23ms
12:59:44,009 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 21) WFLYCLINF0003: Stopped default cache from server container
12:59:44,012 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000080: Disconnecting JGroups channel server
12:59:44,013 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000082: Stopping the RpcDispatcher for channel server
12:59:44,037 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location C:\BuildAgent\work\db872761b443af46\full\testsuite\integration\clustering\target\wildfly-SYNC-tcp-1\standalone\data\content\8f\dd56d35ca774052cbd78ae0eddfbc80547164a\content
12:59:44,037 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "singleton-deployment-descriptor.war" (runtime-name: "singleton-deployment-descriptor.war")


@wildfly-ci
Copy link

Full integration - Windows Build 393 outcome was FAILURE using a merge of 8ae2dc8
Summary: Tests failed: 1, passed: 3189, ignored: 374 Build time: 01:00:10

Failed tests

org.jboss.as.test.clustering.cluster.singleton.SingletonDeploymentDescriptorTestCase(SYNC-tcp).test: ------- Stdout: -------
14:04:29,460 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Starting deployment=NONE, container=container-0
14:04:29,461 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Starting deployment=NONE, container=container-1
14:04:29,463 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Deploying deployment=deployment-0
14:04:29,474 INFO  [org.jboss.as.repository] (management-handler-thread - 4) WFLYDR0001: Content added at location C:\BuildAgent\work\db872761b443af46\full\testsuite\integration\clustering\target\wildfly-SYNC-tcp-0\standalone\data\content\5e\69764ee139c87402d20a55aa2629bbc89ce025\content
14:04:29,478 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "singleton-deployment-descriptor.war" (runtime-name: "singleton-deployment-descriptor.war")
14:04:29,662 WARN  [org.jgroups.protocols.MPING] (MPING) 8f3f578e-23b9-f558-4790-eb6679993efa: discarding discovery request for cluster 'ee' from 8f3f578e-23b9-f558-4790-eb6679993efa; our cluster name is 'activemq-cluster'. Please separate your clusters properly
14:04:29,662 WARN  [org.jgroups.protocols.MPING] (MPING) node-0: discarding discovery request for cluster 'ee' from node-0; our cluster name is 'activemq-cluster'. Please separate your clusters properly
14:04:32,702 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 29) ISPN000078: Starting JGroups channel server
14:04:32,703 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 29) ISPN000094: Received new cluster view for channel server: [node-0|0] (1) [node-0]
14:04:32,703 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 29) ISPN000079: Channel server local address is node-0, physical addresses are [0:0:0:0:0:0:0:1:7601]
14:04:32,715 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 29) WFLYCLINF0002: Started default cache from server container
14:04:32,746 INFO  [org.wildfly.clustering.server] (notification-thread--p73-t1) WFLYCLSV0003: node-0 elected as the singleton provider of the jboss.deployment.unit."singleton-deployment-descriptor.war".FIRST_MODULE_USE service
14:04:32,757 INFO  [org.jboss.as.server] (management-handler-thread - 4) WFLYSRV0010: Deployed "singleton-deployment-descriptor.war" (runtime-name : "singleton-deployment-descriptor.war")
14:04:32,763 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Deploying deployment=deployment-1
14:04:32,805 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location C:\BuildAgent\work\db872761b443af46\full\testsuite\integration\clustering\target\wildfly-SYNC-tcp-1\standalone\data\content\55\af41121323b8b2bfb5b79942ebdd8eb4c62ca1\content
14:04:32,810 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "singleton-deployment-descriptor.war" (runtime-name: "singleton-deployment-descriptor.war")
14:04:32,865 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 76) WFLYUT0021: Registered web context: /singleton-deployment-descriptor
14:04:33,071 WARN  [org.jgroups.protocols.MPING] (MPING) node-1: discarding discovery request for cluster 'ee' from node-1; our cluster name is 'activemq-cluster'. Please separate your clusters properly
14:04:33,074 WARN  [org.jgroups.protocols.MPING] (MPING) node-1: discarding discovery request for cluster 'ee' from node-1; our cluster name is 'activemq-cluster'. Please separate your clusters properly
14:04:33,133 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-2,ee,node-0) ISPN000094: Received new cluster view for channel server: [node-0|1] (2) [node-0, node-1]
14:04:34,159 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 22) ISPN000078: Starting JGroups channel server
14:04:34,159 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 22) ISPN000094: Received new cluster view for channel server: [node-0|1] (2) [node-0, node-1]
14:04:34,160 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 22) ISPN000079: Channel server local address is node-1, physical addresses are [0:0:0:0:0:0:0:1:7701]
14:04:34,173 INFO  [org.infinispan.CLUSTER] (remote-thread--p74-t1) ISPN000310: Starting cluster-wide rebalance for cache default, topology CacheTopology{id=1, rebalanceId=1, currentCH=ReplicatedConsistentHash{ns = 60, owners = (1)[node-0: 60]}, pendingCH=ReplicatedConsistentHash{ns = 60, owners = (2)[node-0: 30, node-1: 30]}, unionCH=null, actualMembers=[node-0, node-1]}
14:04:34,187 INFO  [org.infinispan.CLUSTER] (remote-thread--p74-t1) ISPN000336: Finished cluster-wide rebalance for cache default, topology id = 1
14:04:34,190 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 22) WFLYCLINF0002: Started default cache from server container
14:04:34,200 INFO  [org.wildfly.clustering.server] (notification-thread--p73-t1) WFLYCLSV0003: node-0 elected as the singleton provider of the jboss.deployment.unit."singleton-deployment-descriptor.war".FIRST_MODULE_USE service
14:04:34,225 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "singleton-deployment-descriptor.war" (runtime-name : "singleton-deployment-descriptor.war")
14:04:34,341 WARN  [org.jboss.remotingjmx.Util] (main) The protocol 'http-remoting-jmx' is deprecated, instead you should use 'remote+http'.
14:04:34,394 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Starting deployment=NONE, container=container-0
14:04:34,395 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Starting deployment=NONE, container=container-1
14:04:34,396 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Undeploying deployment=deployment-0
14:04:34,401 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 76) WFLYUT0022: Unregistered web context: /singleton-deployment-descriptor
14:04:34,423 INFO  [org.wildfly.clustering.server] (notification-thread--p17-t1) WFLYCLSV0003: node-1 elected as the singleton provider of the jboss.deployment.unit."singleton-deployment-descriptor.war".FIRST_MODULE_USE service
14:04:34,434 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 29) WFLYCLINF0003: Stopped default cache from server container
14:04:34,441 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment singleton-deployment-descriptor.war (runtime-name: singleton-deployment-descriptor.war) in 41ms
14:04:34,448 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000080: Disconnecting JGroups channel server
14:04:34,448 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000082: Stopping the RpcDispatcher for channel server
14:04:34,606 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location C:\BuildAgent\work\db872761b443af46\full\testsuite\integration\clustering\target\wildfly-SYNC-tcp-0\standalone\data\content\5e\69764ee139c87402d20a55aa2629bbc89ce025\content
14:04:34,606 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "singleton-deployment-descriptor.war" (runtime-name: "singleton-deployment-descriptor.war")
14:04:34,627 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-2,ee,node-1) ISPN000094: Received new cluster view for channel server: [node-1|2] (1) [node-1]
14:04:34,643 INFO  [org.jboss.as.test.clustering.NodeUtil] (main) Undeploying deployment=deployment-1
14:04:34,794 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 12) WFLYUT0021: Registered web context: /singleton-deployment-descriptor
14:04:34,805 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 32) WFLYUT0022: Unregistered web context: /singleton-deployment-descriptor
14:04:34,825 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment singleton-deployment-descriptor.war (runtime-name: singleton-deployment-descriptor.war) in 25ms
14:04:34,825 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 32) WFLYCLINF0003: Stopped default cache from server container
14:04:34,828 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000080: Disconnecting JGroups channel server
14:04:34,829 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000082: Stopping the RpcDispatcher for channel server
14:04:34,852 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location C:\BuildAgent\work\db872761b443af46\full\testsuite\integration\clustering\target\wildfly-SYNC-tcp-1\standalone\data\content\55\af41121323b8b2bfb5b79942ebdd8eb4c62ca1\content
14:04:34,852 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "singleton-deployment-descriptor.war" (runtime-name: "singleton-deployment-descriptor.war")


@bstansberry bstansberry added the ready-for-merge This PR is ready to be merged and fulfills all requirements label Sep 28, 2015
bstansberry added a commit that referenced this pull request Sep 29, 2015
[WFCORE-987]:  java.lang.StringIndexOutOfBoundsException when empty string is used in a resource address value.
@bstansberry bstansberry merged commit 29108eb into wildfly:master Sep 29, 2015
@ehsavoie ehsavoie deleted the WFCORE-987 branch April 18, 2016 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge This PR is ready to be merged and fulfills all requirements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants