[jira] Commented: (GERONIMO-1455) System Modules portlet - Start of CAR does not start its GBeans

2006-01-13 Thread Joe Bohn (JIRA)
[ 
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";
} 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



[jira] Commented: (GERONIMO-1455) System Modules portlet - Start of CAR does not start its GBeans

2006-01-13 Thread David Jencks (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-1455?page=comments#action_12362676
 ] 

David Jencks commented on GERONIMO-1455:


It sounds like the console is calling the wrong method.  To start the gbeans in 
a config, you need to call configurationManager.loadGBeans, then 
configurationManager.startGBeans.

> 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



[jira] Commented: (GERONIMO-1455) System Modules portlet - Start of CAR does not start its GBeans

2006-01-13 Thread Ted Kirby (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-1455?page=comments#action_12362654
 ] 

Ted Kirby commented on GERONIMO-1455:
-

The problem is independent of the console.  Is easily recreateable from 
command-line deployer.
While geronimo/j2ee-corba/1.0/car appears to come up after any deployer start 
command, the gbeans inside will only activate if the configuration starts with 
the server.
For example, if they are started with the server, a stop followed by a start 
will not bring them back up.

> 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