[ http://issues.apache.org/jira/browse/GERONIMO-1455?page=comments#action_12362696 ]
Joe Bohn commented on GERONIMO-1455: ------------------------------------ I think the console is doing the right thing here based upon your comment David. Here is the code from the ConfigManagerPortlet if (START_ACTION.equals(action)) { List list = configurationManager.loadRecursive(configID); for (Iterator it = list.iterator(); it.hasNext();) { URI uri = (URI) it.next(); configurationManager.loadGBeans(uri); configurationManager.start(uri); } messageStatus = "Started application<br /><br />"; } else ..... There is also another comment indicating that the command line produces the same result. > System Modules portlet - Start of CAR does not start its GBeans > --------------------------------------------------------------- > > Key: GERONIMO-1455 > URL: http://issues.apache.org/jira/browse/GERONIMO-1455 > Project: Geronimo > Type: Bug > Components: console > Versions: 1.0 > Environment: AG 1.0 on WinXP with Sun 1.4.2_08 > Reporter: Donald Woods > Priority: Critical > Fix For: 1.0.1 > > Start AG 1.0 with Log4j logging set to Debug. > Login in to Console. > Open System Modules portlet. > Select Start for geronimo/j2ee-corba/1.0/car. It shows it as started in the > Console and the state as Running in the logfile, but there is no output from > CSSBean, SunORB or OpenEJB since the Server and UnprotectedServer GBeans were > not actually started. > Shutdown server. > Start Server. > The geronimo/j2ee-corba/1.0/car is started and port 1050 is now active. > In the geronimo.log, there are now CSSBean, SunORB and OpenEJB log > statements, since the Server and UnprotectedServer GBeans were loaded and > started. -- 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