]
Tomaz Cerar updated WFCORE-1030:
--------------------------------
Fix Version/s: 2.0.0.CR6
PS1 scripts for standalone and domain do not survive
:shutdown(restart=true)
----------------------------------------------------------------------------
Key: WFCORE-1030
URL:
https://issues.jboss.org/browse/WFCORE-1030
Project: WildFly Core
Issue Type: Bug
Components: Scripts
Reporter: Rostislav Svoboda
Assignee: Tomaz Cerar
Fix For: 2.0.0.CR6
PS1 scripts for standalone and domain do not survive :shutdown(restart=true)
{code}
[standalone@localhost:9990 /] :shutdown(restart=true)
{"outcome" => "success"}
[standalone@localhost:9990 /] ls
Failed to perform operation: java.net.ConnectException: WFLYPRT0053: Could not connect to
http-remoting://localhost:9990.
The connection failed: WFLYPRT0053: Could not connect to
http-remoting://localhost:9990.
The connection failed: Connection refused: no further information
{code}
Domain the same
{code}
[domain@localhost:9990 /] /host=master:shutdown(restart=true)
...
{code}
FYI - scripts were taken from
https://github.com/ctomc/wildfly-core/commits/powershell