[jboss-jira] [JBoss JIRA] (WFLY-880) jboss-cli.sh show deployment status is FAILED but application running well
gui borland (JIRA)
jira-events at lists.jboss.org
Thu Oct 17 03:44:02 EDT 2013
[ https://issues.jboss.org/browse/WFLY-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12816311#comment-12816311 ]
gui borland commented on WFLY-880:
----------------------------------
When attaching a debugger to jboss and putting a breakpoint on org.jboss.as.server.deployment.AbstractDeploymentUnitService.DeploymentServiceListener, I noticed that the servicesMissingDependencies set contains a service in case the deployment status is FAILED.
However, this service is succesfully started (JMX msc tells me that). So it seems the DeploymentServiceListener.servicesMissingDependencies set is out of sync for some reason..
> 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: Alexey Loubyansky
> Labels: jboss
>
> 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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list