Upon a new Stat 7.0 installation or upgrade, it's possible to observe some errors while shutting down the SCA or while archiving/migrating.
If this is the case, review the SCA configuration files.
Changes in Wildfly and OpenJDK 21.
Solution.
For Windows: run.bat
./standalone.bat -b=<server_name/IP> -c %SERVER_CONFIG% -Djboss.bind.address.management=<server_name/IP> -Djboss.bind.address=<server_name/IP>
For Unix: run.sh
./standalone.sh -b=<server_name/IP> -c $SERVER_CONFIG -Djboss.bind.address.management=<server_name/IP> -Djboss.bind.address=<server_name/IP>
Note: in the shutdown.bat/sh need to replace the localhost with the <server_name/IP> value you used above. For example, it should be
SET JAVA_HOME=C:\JDK21
jboss-cli.bat --connect --controller=localhost:9990 command=:shutdown
© ALL RIGHTS RESERVED. Termini di utilizzo Privacy Cookie Preference Center