]
Jan Kašík updated WFLY-11392:
-----------------------------
Tester: Jan Kašík
Exception after sending SIGTERM to server
-----------------------------------------
Key: WFLY-11392
URL:
https://issues.jboss.org/browse/WFLY-11392
Project: WildFly
Issue Type: Bug
Components: mod_cluster
Affects Versions: 15.0.0.Beta1
Environment: MacOS
Reporter: Jan Kašík
Assignee: Radoslav Husar
Priority: Major
When sending SIGTERM to started server (ctrl+c), a warning with exception appears in log.
So far, this issue seems specific to Mac OS. Excerpt of log:
{noformat}
14:25:18,036 INFO [org.jboss.as.server] (Thread-1) WFLYSRV0236: Suspending server with
no timeout.
14:25:18,038 INFO [org.jboss.as.ejb3] (Thread-1) WFLYEJB0493: EJB subsystem suspension
complete
14:25:18,040 INFO [org.jboss.as.server] (Thread-1) WFLYSRV0220: Server shutdown has been
requested via an OS signal
14:25:18,050 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread
1-6) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
14:25:18,053 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 78)
MODCLUSTER000002: Initiating mod_cluster shutdown
14:25:18,053 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0019:
Host default-host stopping
14:25:18,053 INFO [org.jboss.as.mail.extension] (MSC service thread 1-7) WFLYMAIL0002:
Unbound mail session [java:jboss/mail/Default]
14:25:18,056 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008:
Undertow AJP listener ajp suspending
14:25:18,056 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0008:
Undertow HTTPS listener https suspending
14:25:18,058 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0008:
Undertow HTTP listener default suspending
14:25:18,058 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7)
WFLYJCA0019: Stopped Driver service with driver-name = h2
14:25:18,059 WARN [org.jboss.modcluster] (ServerService Thread Pool -- 78)
MODCLUSTER000033: Failed to interrupt socket reception.: java.io.IOException: Can't
assign requested address
at java.base/java.net.PlainDatagramSocketImpl.send(Native Method)
at java.base/java.net.DatagramSocket.send(DatagramSocket.java:695)
at
org.jboss.mod_cluster.core@1.4.0.Final-redhat-1//org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl.interruptDatagramReader(AdvertiseListenerImpl.java:197)
at
org.jboss.mod_cluster.core@1.4.0.Final-redhat-1//org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl.stop(AdvertiseListenerImpl.java:212)
at
org.jboss.mod_cluster.core@1.4.0.Final-redhat-1//org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl.destroy(AdvertiseListenerImpl.java:224)
at
org.jboss.mod_cluster.core@1.4.0.Final-redhat-1//org.jboss.modcluster.ModClusterService.shutdown(ModClusterService.java:198)
at
org.wildfly.extension.mod_cluster@7.2.0.GA-redhat-00001//org.wildfly.extension.mod_cluster.ContainerEventHandlerServiceConfigurator.accept(ContainerEventHandlerServiceConfigurator.java:83)
at
org.wildfly.extension.mod_cluster@7.2.0.GA-redhat-00001//org.wildfly.extension.mod_cluster.ContainerEventHandlerServiceConfigurator.accept(ContainerEventHandlerServiceConfigurator.java:50)
at
org.wildfly.clustering.service@7.2.0.GA-redhat-00001//org.wildfly.clustering.service.FunctionalService.stop(FunctionalService.java:77)
at
org.wildfly.clustering.service@7.2.0.GA-redhat-00001//org.wildfly.clustering.service.AsyncServiceConfigurator$AsyncService.lambda$stop$1(AsyncServiceConfigurator.java:142)
at
org.jboss.threads@2.3.2.Final-redhat-1//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at
org.jboss.threads@2.3.2.Final-redhat-1//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1985)
at
org.jboss.threads@2.3.2.Final-redhat-1//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1487)
at
org.jboss.threads@2.3.2.Final-redhat-1//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1378)
at java.base/java.lang.Thread.run(Thread.java:834)
at
org.jboss.threads@2.3.2.Final-redhat-1//org.jboss.threads.JBossThread.run(JBossThread.java:485)
14:25:18,068 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0007:
Undertow HTTPS listener https stopped, was bound to 127.0.0.1:8443
14:25:18,068 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007:
Undertow AJP listener ajp stopped, was bound to 127.0.0.1:8009
14:25:18,068 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0007:
Undertow HTTP listener default stopped, was bound to 127.0.0.1:8080
14:25:18,070 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0004:
Undertow 2.0.15.Final-redhat-00001 stopping
14:25:18,078 INFO [org.jboss.as] (MSC service thread 1-4) WFLYSRV0050: JBoss EAP
7.2.0.GA (WildFly Core 6.0.11.Final-redhat-00001) stopped in 34ms
{noformat}