Skip to content

Instantly share code, notes, and snippets.

@rhusar
Created February 4, 2014 14:09
Show Gist options
  • Save rhusar/8804252 to your computer and use it in GitHub Desktop.
Save rhusar/8804252 to your computer and use it in GitHub Desktop.
15:08:37,124 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 8) MODCLUSTER000002: Initiating mod_cluster shutdown
15:08:37,125 WARN [org.jboss.modcluster] (ServerService Thread Pool -- 8) MODCLUSTER000033: Failed to interrupt socket reception.: java.io.IOException: Invalid argument
at java.net.PlainDatagramSocketImpl.send(Native Method) [rt.jar:1.7.0_51]
at java.net.DatagramSocket.send(DatagramSocket.java:676) [rt.jar:1.7.0_51]
at org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl.interruptDatagramReader(AdvertiseListenerImpl.java:209)
at org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl.stop(AdvertiseListenerImpl.java:228)
at org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl.destroy(AdvertiseListenerImpl.java:244)
at org.jboss.modcluster.ModClusterService.shutdown(ModClusterService.java:220)
at org.wildfly.extension.mod_cluster.ContainerEventHandlerService.stop(ContainerEventHandlerService.java:115)
at org.jboss.as.clustering.msc.AsynchronousService$2.run(AsynchronousService.java:114)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_51]
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_51]
at org.jboss.threads.JBossThread.run(JBossThread.java:122) [jboss-threads-2.1.1.Final.jar:2.1.1.Final]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment