]
James Perkins reassigned WFLY-4636:
-----------------------------------
Assignee: James Perkins (was: Jason Greene)
Imporove problem description if trying to redeploy hot-deployed
application
---------------------------------------------------------------------------
Key: WFLY-4636
URL:
https://issues.jboss.org/browse/WFLY-4636
Project: WildFly
Issue Type: Enhancement
Affects Versions: 9.0.0.CR1
Reporter: Richard Opalka
Assignee: James Perkins
Fix For: 9.0.0.CR2
An application is deployed via deployment scanner.
On an attempt to redeploy it via jboss-cli the following error is displayed:
{code}
[standalone@localhost:9990 deployment=sample.war] :redeploy
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0155: runtime-name may not be
null",
"rolled-back" => true
}
{code}