[
http://issues.apache.org/jira/browse/GERONIMO-786?page=comments#action_12316287
]
David Jencks commented on GERONIMO-786:
---------------------------------------
Daemon, lines 267 ff
Set allGBeans = kernel.listGBeans(JMXUtil.getObjectName("*:*"));
for (Iterator iterator = allGBeans.iterator(); iterator.hasNext();)
{
ObjectName objectName = (ObjectName) iterator.next();
try {
int state = kernel.getGBeanState(objectName);
if (state != State.RUNNING_INDEX) {
log.info("GBean " + objectName + " is not running.
Current state: " + State.fromInt(state).getName());
}
} catch (GBeanNotFoundException e) {
log.info("Alleged GBean " + objectName + " is not a GBean");
}
}
> list of unstarted gbeans is no longer printed on console after server startup
> -----------------------------------------------------------------------------
>
> Key: GERONIMO-786
> URL: http://issues.apache.org/jira/browse/GERONIMO-786
> Project: Geronimo
> Type: Bug
> Versions: 1.0-M5
> Reporter: David Jencks
> Assignee: Aaron Mulder
>
> IMO the console should continue to print the list of gbeans that are not
> started at the end of server startup. This is a valuable notice that
> something is wrong.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira