[jboss-jira] [JBoss JIRA] (WFLY-5626) EAP is unable to destroy the protocol stack with full-ha profile
Richard Janík (JIRA)
issues at jboss.org
Wed Nov 4 09:14:02 EST 2015
[ https://issues.jboss.org/browse/WFLY-5626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125419#comment-13125419 ]
Richard Janík commented on WFLY-5626:
-------------------------------------
The exception is also reproducible with any profile that has a protocol stack to destroy - standalone-ec2-full-ha.xml or standalone-ha.xml with a clustered deployment.
Dennis Reed might know more according to his comments on https://bugzilla.redhat.com/show_bug.cgi?id=1268186 which might be relevant (EAP6 with fixes backported from Wildfly).
I don't see the exception with Wildfy 10.0.0.CR5-SNAPSHOT though (built from master).
> EAP is unable to destroy the protocol stack with full-ha profile
> ----------------------------------------------------------------
>
> Key: WFLY-5626
> URL: https://issues.jboss.org/browse/WFLY-5626
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 10.0.0.CR4
> Reporter: Marek Kopecký
> Assignee: Paul Ferraro
>
> *Description of problem:*
> EAP is unable to destroy the protocol stack with full-ha profile.
> *How reproducible:*
> Always
> *Steps to Reproduce:*
> # ./bin/standalone.sh -c standalone-full-ha.xml
> # Stop EAP (Ctrl+C)
> *Actual results:*
> {noformat}
> 14:13:21,292 ERROR [org.jgroups.JChannel] (MSC service thread 1-5) JGRP000020: failed destroying the protocol stack: java.lang.IllegalStateException
> at org.jboss.as.network.SocketBindingManagerImpl$UnnamedRegistryImpl.unregisterBinding(SocketBindingManagerImpl.java:501)
> at org.jboss.as.network.ManagedDatagramSocketBinding.close(ManagedDatagramSocketBinding.java:73)
> at org.jboss.as.clustering.jgroups.ManagedSocketFactory.close(ManagedSocketFactory.java:148)
> at org.jgroups.protocols.UDP.closeUnicastSocket(UDP.java:577)
> at org.jgroups.protocols.UDP.destroySockets(UDP.java:429)
> at org.jgroups.protocols.UDP.destroy(UDP.java:294)
> at org.jgroups.stack.ProtocolStack.destroy(ProtocolStack.java:887)
> at org.jgroups.JChannel.stopStack(JChannel.java:1005)
> at org.jgroups.JChannel._close(JChannel.java:990)
> at org.jgroups.JChannel.close(JChannel.java:385)
> at org.wildfly.clustering.jgroups.spi.service.ChannelBuilder.stop(ChannelBuilder.java:91)
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:2056)
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:2017)
> 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)
> {noformat}
> *Expected results:*
> No errors on output
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list