Rostislav Svoboda created WFCORE-1030:
-----------------------------------------
Summary: 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
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
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)