"mvn -Pdeploy,wildfly install" fails, as bpel/config.cli executes ":reload" command and cli connection is lost, therefore ws in not deployed:
2 20, 2015 3:04:05 午後 org.jboss.as.cli.impl.CommandContextImpl printLine
|
INFO: {
|
"outcome" => "success",
|
"response-headers" => {
|
"operation-requires-reload" => true,
|
"process-state" => "reload-required"
|
}
|
}
|
{
|
"outcome" => "success",
|
"response-headers" => {
|
"operation-requires-reload" => true,
|
"process-state" => "reload-required"
|
}
|
}
|
2 20, 2015 3:04:05 午後 org.jboss.as.cli.impl.CommandContextImpl printLine
|
INFO: {
|
"outcome" => "success",
|
"result" => undefined
|
}
|
{
|
"outcome" => "success",
|
"result" => undefined
|
}
|
[INFO] ------------------------------------------------------------------------
|
[INFO] Reactor Summary:
|
[INFO]
|
[INFO] SwitchYard Quickstart: bpel-xts-subordinate-wsba ... SUCCESS [ 0.486 s]
|
[INFO] SwitchYard Quickstart: bpel-xts-subordinate-wsba - bpel FAILURE [ 5.499 s]
|
[INFO] SwitchYard Quickstart: bpel-xts-subordinate-wsba - ws SKIPPED
|
[INFO] ------------------------------------------------------------------------
|
[INFO] BUILD FAILURE
|
[INFO] ------------------------------------------------------------------------
|
[INFO] Total time: 7.233 s
|
[INFO] Finished at: 2015-02-20T15:04:05+09:00
|
[INFO] Final Memory: 55M/687M
|
[INFO] ------------------------------------------------------------------------
|
[ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:1.0.2.Final:deploy-only (deploy) on project switchyard-bpel-xts-subordinate-wsba-bpel: Error executing FORCE_DEPLOY: Operation failed: Channel closed -> [Help 1]
|
Eventually "mvn exec:java" returns "404 - Not Found":
SOAP Reply:
|
<html><head><title>Error</title></head><body>404 - Not Found</body></html>
|
SOAP Reply:
|
<html><head><title>Error</title></head><body>404 - Not Found</body></html>
|
|