No, here is some output that will help explain what I see... In this case, I remove my existing wildfly and untar from the source I downloaded. I then run a background date loop so you can see how it actually hanging... Then I start up wildfly. The first time it starts up fine. I control-C to stop it and start it again. The second time it hangs there and won't accept my control-C at all. Nor does it start up.
[root@ejbca1 ~]# cd /opt
[root@ejbca1 opt]# ls
new old wildfly wildfly-25.0.1.Final wildfly-25.0.1.Final.tar.gz
[root@ejbca1 opt]# rm -rf wildfly wildfly-25.0.1.Final
[root@ejbca1 opt]# tar -xzvf wildfly-25.0.1.Final.tar.gz > /dev/null
[root@ejbca1 opt]# ln -s wildfly-25.0.1.Final wildfly
[root@ejbca1 opt]# chown -Rh wildfly:wildfly wildfly-25.0.1.Final
[root@ejbca1 opt]# su - wildfly
Last login: Tue Nov 16 22:11:58 UTC 2021 on pts/0
[wildfly@ejbca1 ~]$ cd /opt/wildfly
[wildfly@ejbca1 ~]$ while :; do date; sleep 60; done &
[1] 1399
[wildfly@ejbca1 ~]$ Wed Nov 17 15:36:10 UTC 2021
[wildfly@ejbca1 ~]$ /opt/wildfly/bin/standalone.sh
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /opt/wildfly
JAVA: java
JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
=========================================================================
15:36:30,210 INFO [org.jboss.modules] (main) JBoss Modules version 1.12.0.Final
15:36:34,432 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.13.Final
15:36:34,543 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
15:36:35,513 INFO [
org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 25.0.1.Final (WildFly Core 17.0.3.Final) starting
15:36:43,079 INFO [org.wildfly.security] (ServerService Thread Pool -- 26) ELY00001: WildFly Elytron version 1.17.1.Final
15:36:51,344 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
15:36:51,616 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.8.4.Final
15:36:51,700 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.8.4.Final
15:36:52,243 INFO [org.wildfly.extension.elytron.oidc._private] (ServerService Thread Pool -- 52) WFLYOIDC0001: Activating WildFly Elytron OIDC Subsystem
15:36:52,354 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 56) WFLYRS0016: RESTEasy version 4.7.2.Final
15:36:52,374 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 54) WFLYCLINF0001: Activating Infinispan subsystem.
15:36:52,388 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 74) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
15:36:52,522 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 66) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
15:36:52,524 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 67) WFLYNAM0001: Activating Naming Subsystem
15:36:52,547 INFO [org.wildfly.extension.health] (ServerService Thread Pool -- 53) WFLYHEALTH0001: Activating Base Health Subsystem
15:36:52,728 INFO [org.wildfly.extension.microprofile.config.smallrye] (ServerService Thread Pool -- 64) WFLYCONF0001: Activating MicroProfile Config Subsystem
15:36:52,792 INFO [org.wildfly.extension.microprofile.jwt.smallrye] (ServerService Thread Pool -- 65) WFLYJWT0001: Activating MicroProfile JWT Subsystem
15:36:52,963 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 76) WFLYWS0002: Activating WebServices Extension
15:36:52,950 INFO [
org.wildfly.extension.io] (ServerService Thread Pool -- 55) WFLYIO001: Worker 'default' has auto-configured to 4 IO threads with 32 max task threads based on your 2 available processors
15:36:53,354 INFO [org.wildfly.extension.metrics] (ServerService Thread Pool -- 63) WFLYMETRICS0001: Activating Base Metrics Subsystem
15:36:53,331 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 61) WFLYJSF0007: Activated the following Jakarta Server Faces Implementations: [main]
15:36:53,504 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 44) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
15:36:53,792 INFO [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 5.0.23.Final
15:36:54,567 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 2.2.12.Final starting
15:36:54,779 INFO [org.jboss.as.connector] (MSC service thread 1-4) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 1.5.2.Final)
15:36:55,410 INFO [org.jboss.as.naming] (MSC service thread 1-4) WFLYNAM0003: Starting Naming Service
15:36:55,461 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
15:36:55,831 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
15:36:55,896 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 75) WFLYUT0014: Creating file handler for path '/opt/wildfly/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
15:36:56,432 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 32 (per class), which is derived from thread worker pool sizing.
15:36:56,515 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 8 (per class), which is derived from the number of CPUs on this host.
15:36:57,041 WARN [org.wildfly.extension.elytron] (MSC service thread 1-4) WFLYELY00023: KeyStore file '/opt/wildfly/standalone/configuration/application.keystore' does not exist. Used blank.
15:36:57,088 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0012: Started server default-server.
15:36:57,311 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) Queuing requests.
15:36:57,316 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting
15:36:57,490 WARN [org.wildfly.extension.elytron] (MSC service thread 1-1) WFLYELY01084: KeyStore /opt/wildfly/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self-signed certificate for host localhost
15:36:58,902 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTP listener default listening on
127.0.0.1:808015:37:01,694 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
15:37:02,606 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTPS listener https listening on
127.0.0.1:844315:37:02,679 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
15:37:03,300 INFO [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
15:37:03,421 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/wildfly/standalone/deployments
15:37:03,931 INFO [org.jboss.ws.common.management] (MSC service thread 1-4) JBWS022052: Starting JBossWS 5.4.4.Final (Apache CXF 3.4.4)
15:37:05,196 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
15:37:05,229 INFO [
org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 25.0.1.Final (WildFly Core 17.0.3.Final) started in 39104ms - Started 298 of 538 services (337 services are lazy, passive or on-demand)
15:37:05,245 INFO [
org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on
http://127.0.0.1:9990/management15:37:05,247 INFO [
org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on
http://127.0.0.1:9990Wed Nov 17 15:37:10 UTC 2021
^C15:37:12,700 INFO [org.jboss.as.server] (Thread-2) WFLYSRV0272: Suspending server
15:37:12,716 INFO [org.jboss.as.ejb3] (Thread-2) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
15:37:12,734 INFO [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested via an OS signal
15:37:13,051 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
15:37:13,071 INFO [org.jboss.as.mail.extension] (MSC service thread 1-4) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
15:37:13,091 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0019: Host default-host stopping
15:37:13,127 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008: Undertow HTTPS listener https suspending
15:37:13,148 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTP listener default suspending
15:37:13,197 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTP listener default stopped, was bound to
127.0.0.1:808015:37:13,206 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to
127.0.0.1:844315:37:13,223 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0004: Undertow 2.2.12.Final stopping
15:37:13,294 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0019: Stopped Driver service with driver-name = h2
15:37:13,461 INFO [
org.jboss.as] (MSC service thread 1-3) WFLYSRV0050: WildFly Full 25.0.1.Final (WildFly Core 17.0.3.Final) stopped in 687ms
[wildfly@ejbca1 ~]$ /opt/wildfly/bin/standalone.sh
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /opt/wildfly
JAVA: java
JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
=========================================================================
15:37:20,821 INFO [org.jboss.modules] (main) JBoss Modules version 1.12.0.Final
Wed Nov 17 15:38:10 UTC 2021
Wed Nov 17 15:39:10 UTC 2021
^C^C^C^C^C^C^C^C