[jboss-jira] [JBoss JIRA] (WFCORE-1959) Deploying an empty managed exploded deployment to server group in domain fails
ehsavoie Hugonnet (JIRA)
issues at jboss.org
Tue Nov 8 11:29:01 EST 2016
[ https://issues.jboss.org/browse/WFCORE-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ehsavoie Hugonnet moved JBEAP-6991 to WFCORE-1959:
--------------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-1959 (was: JBEAP-6991)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Domain Management
(was: Domain Management)
Affects Version/s: 3.0.0.Alpha11
(was: 7.1.0.DR5)
(was: 7.1.0.DR6)
(was: 7.1.0.DR7)
> Deploying an empty managed exploded deployment to server group in domain fails
> ------------------------------------------------------------------------------
>
> Key: WFCORE-1959
> URL: https://issues.jboss.org/browse/WFCORE-1959
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 3.0.0.Alpha11
> Reporter: ehsavoie Hugonnet
> Assignee: ehsavoie Hugonnet
>
> Deploying an empty exploded deployment created on domain controller fails with the following:
> {code} [domain at localhost:9990 /] /deployment=empty-deployment.jar:add(content=[{empty=true}])
> {
> "outcome" => "success",
> "result" => undefined,
> "server-groups" => undefined
> }
> [domain at localhost:9990 /] /server-group=main-server-group/deployment=empty-deployment.jar:add()
> {
> "outcome" => "failed",
> "result" => undefined,
> "failure-description" => {"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"main-server-group" => {"host" => {"master" => {
> "server-one" => "WFLYSRV0201: Cannot have more than one of [bytes, input-stream-index, hash, url, empty]",
> "server-two" => "WFLYSRV0201: Cannot have more than one of [bytes, input-stream-index, hash, url, empty]"
> }}}}}},
> "rolled-back" => true,
> "server-groups" => {"main-server-group" => {"host" => {"master" => {
> "server-one" => {"response" => {
> "outcome" => "failed",
> "failure-description" => "WFLYSRV0201: Cannot have more than one of [bytes, input-stream-index, hash, url, empty]",
> "rolled-back" => true
> }},
> "server-two" => {"response" => {
> "outcome" => "failed",
> "failure-description" => "WFLYSRV0201: Cannot have more than one of [bytes, input-stream-index, hash, url, empty]",
> "rolled-back" => true
> }}
> }}}}
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list