C:\wk\wildfly-core>build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\bin\standalone.bat C:\wk\wildfly-core>rem ------------------------------------------------------------------------- C:\wk\wildfly-core>rem JBoss Bootstrap Script for Windows C:\wk\wildfly-core>rem ------------------------------------------------------------------------- C:\wk\wildfly-core>rem Use --debug to activate debug mode with an optional argument to specify the port C:\wk\wildfly-core>rem Usage : standalone.bat --debug C:\wk\wildfly-core>rem standalone.bat --debug 9797 C:\wk\wildfly-core>setlocal C:\wk\wildfly-core>rem Identifies the launch script type. C:\wk\wildfly-core>set JBOSS_LAUNCH_SCRIPT=batch C:\wk\wildfly-core>rem By default debug mode is disable. C:\wk\wildfly-core>set DEBUG_MODE=false C:\wk\wildfly-core>set DEBUG_PORT_VAR=8787 C:\wk\wildfly-core>rem Set to all parameters by default C:\wk\wildfly-core>set "SERVER_OPTS=" C:\wk\wildfly-core>if NOT "x" == "x" (set "DEBUG_MODE= ) C:\wk\wildfly-core>rem Get the program name before using shift as the command modify the variable ~nx0 C:\wk\wildfly-core>if "Windows_NT" == "Windows_NT" (set "PROGNAME=standalone.bat" ) else (set "PROGNAME=standalone.bat" ) C:\wk\wildfly-core>if "Windows_NT" == "Windows_NT" (set "DIRNAME=C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\bin\" ) else (set DIRNAME=.\ ) C:\wk\wildfly-core>setlocal EnableDelayedExpansion C:\wk\wildfly-core>call "!DIRNAME!common.bat" :commonConf C:\wk\wildfly-core>call :commonConf C:\wk\wildfly-core>if "x" == "x" (set "COMMON_CONF=C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\bin\common.conf.bat" ) else (if not exist "" (echo Config file not found "" ) ) C:\wk\wildfly-core>if exist "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\bin\common.conf.bat" (call "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\bin\common.conf.bat" ) C:\wk\wildfly-core>goto :eof C:\wk\wildfly-core>goto :eof C:\wk\wildfly-core>rem check for the security manager system property C:\wk\wildfly-core>echo(!SERVER_OPTS! | findstr /r /c:"-Djava.security.manager" 1>nul C:\wk\wildfly-core>if not errorlevel 1 ( echo(!SERVER_OPTS! | findstr /r /c:"-Djava.security.manager=allow" 1>nul if errorlevel 1 ( echo ERROR: The use of -Djava.security.manager has been removed. Please use the -secmgr command line argument or SECMGR=true environment variable. GOTO :EOF ) ) C:\wk\wildfly-core>setlocal DisableDelayedExpansion C:\wk\wildfly-core>rem Read command-line args, the ~ removes the quotes from the parameter C:\wk\wildfly-core>if "" == "" (goto MAIN ) else if "" == "--debug" (goto READ-DEBUG-PORT ) else if "" == "-secmgr" (set SECMGR=true ) C:\wk\wildfly-core>rem $Id$ C:\wk\wildfly-core>pushd "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\bin\.." C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT>set "RESOLVED_JBOSS_HOME=C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT" C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT>popd C:\wk\wildfly-core>if "x" == "x" (set "JBOSS_HOME=C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT" ) C:\wk\wildfly-core>pushd "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT" C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT>set "SANITIZED_JBOSS_HOME=C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT" C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT>popd C:\wk\wildfly-core>if /I "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT" NEQ "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT" ( echo. echo WARNING: JBOSS_HOME may be pointing to a different installation - unpredictable results may occur. echo. echo JBOSS_HOME: "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT" echo. ) C:\wk\wildfly-core>rem Read an optional configuration file. C:\wk\wildfly-core>if "x" == "x" (set "STANDALONE_CONF=C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\bin\standalone.conf.bat" ) C:\wk\wildfly-core>if exist "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\bin\standalone.conf.bat" ( echo Calling "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\bin\standalone.conf.bat" call "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\bin\standalone.conf.bat" ) else (echo Config file not found "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\bin\standalone.conf.bat" ) Calling "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\bin\standalone.conf.bat" C:\wk\wildfly-core>echo off "JAVA_OPTS already set in environment; overriding default settings with values: -Dhttp.nonProxyHosts=localhost|127.0.0.1" Setting JAVA property to "C:\wk\java\jdk-17.0.13.11-hotspot\\bin\java" C:\wk\wildfly-core>call :setModularJdk C:\wk\wildfly-core>"C:\wk\java\jdk-17.0.13.11-hotspot\\bin\java" --add-modules=java.se -version 1>nul 2>&1 && (set MODULAR_JDK=true ) || (set MODULAR_JDK=false ) C:\wk\wildfly-core>goto :eof C:\wk\wildfly-core>goto :eof C:\wk\wildfly-core>setlocal DisableDelayedExpansion C:\wk\wildfly-core>if not "" == "true" ( rem Add -Djdk.serialFilter if not specified echo "-Dprogram.name=standalone.bat -Dhttp.nonProxyHosts=localhost^|127.0.0.1" | findstr /I "\-Djdk.serialFilter" 1>nul if errorlevel 1 (if "x" == "x" ( setlocal EnableDelayedExpansion set "JAVA_OPTS=!JAVA_OPTS! -Djdk.serialFilter="!JDK_SERIAL_FILTER!"" setlocal DisableDelayedExpansion ) ) ) C:\wk\wildfly-core>if not "" == "true" ( if "" == "true" ( if not exist "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\log" (mkdir "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\log" ) 1>nul 2>&1 rem Add rotating GC logs, if supported, and not already defined echo "-Dprogram.name=standalone.bat -Dhttp.nonProxyHosts=localhost^|127.0.0.1 -Djdk.serialFilter=""" | findstr /I "\-Xlog:*gc" 1>nul if errorlevel 1 ( rem Back up any prior logs move /y "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\log\gc.log" "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\log\backupgc.log" 1>nul 2>&1 move /y "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\log\gc.log.0" "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\log\backupgc.log.0" 1>nul 2>&1 move /y "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\log\gc.log.1" "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\log\backupgc.log.1" 1>nul 2>&1 move /y "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\log\gc.log.2" "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\log\backupgc.log.2" 1>nul 2>&1 move /y "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\log\gc.log.3" "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\log\backupgc.log.3" 1>nul 2>&1 move /y "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\log\gc.log.4" "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\log\backupgc.log.4" 1>nul 2>&1 move /y "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\log\gc.log.*.current" "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\log\backupgc.log.current" 1>nul 2>&1 setlocal EnableDelayedExpansion "!JAVA!" -Xverbosegclog:"!JBOSS_LOG_DIR!\gc.log" -version 1>nul 2>&1 && (set OPEN_J9_JDK=true ) || (set OPEN_J9_JDK=false ) if "!OPEN_J9_JDK!" == "true" (set TMP_PARAM=-Xverbosegclog:"!JBOSS_LOG_DIR!\gc.log" ) else if "!MODULAR_JDK!" == "true" (set TMP_PARAM=-Xlog:gc*:file="\"!JBOSS_LOG_DIR!\gc.log\"":time,uptimemillis:filecount=5,filesize=3M ) else (set TMP_PARAM=-verbose:gc -Xloggc:"!JBOSS_LOG_DIR!\gc.log" -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=3M -XX:-TraceClassUnloading ) "!JAVA!" !TMP_PARAM! -version 1>nul 2>&1 if not errorlevel 1 (set "JAVA_OPTS=!JAVA_OPTS! !TMP_PARAM!" ) rem Remove the gc.log file from the -version check del /F /Q "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\log\gc.log" 1>nul 2>&1 ) setlocal DisableDelayedExpansion ) rem set default modular jvm parameters setlocal EnableDelayedExpansion call "!DIRNAME!common.bat" :setDefaultModularJvmOptions !JAVA_OPTS! set "JAVA_OPTS=!JAVA_OPTS! !DEFAULT_MODULAR_JVM_OPTIONS!" rem Set default Security Manager configuration value if "" == "true" ( call "!DIRNAME!common.bat" :setSecurityManagerDefault set "JAVA_OPTS=!JAVA_OPTS! !SECURITY_MANAGER_CONFIG_OPTION!" ) setlocal DisableDelayedExpansion ) C:\wk\wildfly-core>rem Set the module options C:\wk\wildfly-core>set "MODULE_OPTS=" C:\wk\wildfly-core>if "" == "true" (set "MODULE_OPTS= -secmgr" ) C:\wk\wildfly-core>setlocal EnableDelayedExpansion C:\wk\wildfly-core>rem Add -client to the JVM options, if supported (32 bit VM), and not overridden C:\wk\wildfly-core>echo "!MODULE_OPTS!" | findstr /I \-javaagent: 1>nul C:\wk\wildfly-core>if not errorlevel 1 ( set AGENT_PARAM=-javaagent:"!JBOSS_HOME!\jboss-modules.jar" set "JAVA_OPTS=!AGENT_PARAM! !JAVA_OPTS!" ) C:\wk\wildfly-core>setlocal DisableDelayedExpansion C:\wk\wildfly-core>echo =============================================================================== =============================================================================== C:\wk\wildfly-core>echo. C:\wk\wildfly-core>echo JBoss Bootstrap Environment JBoss Bootstrap Environment C:\wk\wildfly-core>echo. C:\wk\wildfly-core>echo JBOSS_HOME: "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT" JBOSS_HOME: "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT" C:\wk\wildfly-core>echo. C:\wk\wildfly-core>echo JAVA: "C:\wk\java\jdk-17.0.13.11-hotspot\\bin\java" JAVA: "C:\wk\java\jdk-17.0.13.11-hotspot\\bin\java" C:\wk\wildfly-core>echo. C:\wk\wildfly-core>echo JAVA_OPTS: "-Dprogram.name=standalone.bat -Dhttp.nonProxyHosts=localhost^|127.0.0.1 -Djdk.serialFilter="" " JAVA_OPTS: "-Dprogram.name=standalone.bat -Dhttp.nonProxyHosts=localhost^|127.0.0.1 -Djdk.serialFilter="" " C:\wk\wildfly-core>echo. C:\wk\wildfly-core>echo =============================================================================== =============================================================================== C:\wk\wildfly-core>echo. C:\wk\wildfly-core>"C:\wk\java\jdk-17.0.13.11-hotspot\\bin\java" -Dprogram.name=standalone.bat -Dhttp.nonProxyHosts=localhost|127.0.0.1 -Djdk.serialFilter="" "-Dorg.jboss.boot.log.file=C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\log\server.log" "-Dlogging.configuration=file:C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\configuration/logging.properties" -jar "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\jboss-modules.jar" -mp "C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\modules" org.jboss.as.standalone "-Djboss.home.dir=C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT" 12:12:21,468 INFO [org.jboss.modules] (main) JBoss Modules version 2.1.6.Final 12:12:21,734 INFO [org.jboss.msc] (main) JBoss MSC version 1.5.6.Final 12:12:21,765 INFO [org.jboss.threads] (main) JBoss Threads version 3.9.1 12:12:21,874 INFO [org.jboss.as] (MSC service thread 1-3) WFLYSRV0049: WildFly Core 29.0.0.Beta7-SNAPSHOT starting 12:12:22,186 INFO [org.wildfly.security] (Controller Boot Thread) ELY00001: WildFly Elytron version 2.6.4.Final 12:12:22,330 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http) 12:12:22,361 INFO [org.xnio] (MSC service thread 1-4) XNIO version 3.8.16.Final 12:12:22,406 INFO [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.8.16.Final 12:12:22,500 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 16) WFLYIO001: Worker 'default' has auto-configured to 4 IO threads with 32 max task threads based on your 2 available processors 12:12:22,515 INFO [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 5.0.31.Final 12:12:22,603 WARN [org.wildfly.extension.elytron] (MSC service thread 1-5) WFLYELY00023: KeyStore file 'C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\configuration\application.keystore' does not exist. Used blank. 12:12:22,653 WARN [org.wildfly.extension.elytron] (MSC service thread 1-4) WFLYELY01084: KeyStore C:\wk\wildfly-core\build\target\wildfly-core-29.0.0.Beta7-SNAPSHOT\standalone\configuration\application.keystore not found, it will be auto-generated on first use with a self-signed certificate for host localhost 12:12:22,794 WARN [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-4) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console 12:12:22,867 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server 12:12:22,867 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management 12:12:22,867 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled 12:12:22,867 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 29.0.0.Beta7-SNAPSHOT started in 1623ms - Started 81 of 84 services (19 services are lazy, passive or on-demand) - Server configuration file in use: standalone.xml - Minimum feature stability level: community