]
RH Bugzilla Integration updated WFLY-880:
-----------------------------------------
Bugzilla Update: Perform
Bugzilla References:
jboss-cli.sh show deployment status is FAILED but application running
well
--------------------------------------------------------------------------
Key: WFLY-880
URL:
https://issues.jboss.org/browse/WFLY-880
Project: WildFly
Issue Type: Bug
Components: Domain Management
Environment: suse linux 11 sp2
Reporter: jing chen
Assignee: Richard Opalka
Labels: jboss
Fix For: 8.0.0.Alpha2
run jboss-cli.sh to check the deployment status and it shows FAILED.
NDO-2120:/opt/jboss/bin # /opt/jboss/bin/jboss-cli.sh --connect
command="/deployment=nsm.ear:read-attribute(name=status)"
{
"outcome" => "success",
"result" => "FAILED"
}
nsm.ear is our application. But our application runs well and can be login successfully
using client and executing operations are succeed. please help what is problem. what
should i do to check the problem.