]
James Perkins moved WFLY-4636 to WFCORE-694:
--------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-694 (was: WFLY-4636)
Issue Type: Bug (was: Enhancement)
Affects Version/s: 1.0.0.CR4
(was: 9.0.0.CR1)
Fix Version/s: 1.0.0.CR5
2.0.0.Alpha1
(was: 9.0.0.CR2)
Imporove problem description if trying to redeploy hot-deployed
application
---------------------------------------------------------------------------
Key: WFCORE-694
URL:
https://issues.jboss.org/browse/WFCORE-694
Project: WildFly Core
Issue Type: Bug
Affects Versions: 1.0.0.CR4
Reporter: Richard Opalka
Assignee: James Perkins
Fix For: 1.0.0.CR5, 2.0.0.Alpha1
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}