]
James Perkins updated WFCORE-694:
---------------------------------
Component/s: Domain Management
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
Components: Domain Management
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}