[jboss-jira] [JBoss JIRA] (AS7-762) Provide an operation to request service status report after server has been started
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Fri Apr 13 19:49:47 EDT 2012
[ https://issues.jboss.org/browse/AS7-762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12684104#comment-12684104 ]
Brian Stansberry commented on AS7-762:
--------------------------------------
You can get the relevant information:
/core-service=service-container:dump-services
{
"outcome" => "success",
"result" => "Services for jboss-as:
Service \"jbosgi.AutoInstallProvider\" (class org.jboss.as.osgi.service.AutoInstallIntegration) mode ON_DEMAND state DOWN (WAITING) (parent: jboss.osgi.as.framework.bootstrap) (dependencies: jbosgi.StartLevel, jbosgi.BundleManager, jboss.osgi.as.\"repository.provider\", jbosgi.PackageAdmin, jbosgi.Environment, jbosgi.Framework.INITIALIZED, jbosgi.SystemBundle, jboss.server.environment, jboss.osgi.as.framework.subsystemstate) (has unavailable dependency)
Service \"jbosgi.BundleInstallProvider\" (class org.jboss.as.osgi.service.BundleInstallProviderIntegration) mode ON_DEMAND state DOWN (WAITING) (parent: jboss.as.server-controller) (dependencies: jbosgi.BundleManager, jbosgi.Framework.CREATED, jboss.as.server-controller)
....
"
}
It would require parsing the result though.
> Provide an operation to request service status report after server has been started
> -------------------------------------------------------------------------------------
>
> Key: AS7-762
> URL: https://issues.jboss.org/browse/AS7-762
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Domain Management
> Reporter: Heiko Braun
> Assignee: Brian Stansberry
> Labels: console_prio
> Fix For: 7.2.0.Alpha1
>
>
> For proper healthcare it would beneficial if I could verify the server status after it has been started. I.e. to catch these, which currently only appear in the server log:
> [Server:server-three] 17:48:26,636 INFO [org.jboss.as.server] (MSC service thread 1-2) Service status report
> [Server:server-three] New missing/unsatisfied dependencies:
> [Server:server-three] service jboss.binding.http2 (missing)
> [Server:server-three]
> [Server:server-three] 17:48:26,636 ERROR [org.jboss.as] (MSC service thread 1-4) JBoss AS 7.0.0.Beta4-SNAPSHOT "(TBD)" started (with errors) in 3893ms - Started 101 of 149 services (1 services failed or missing dependencies, 47 services are passive or on-demand)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list