You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jason Dillon (JIRA)" <ji...@apache.org> on 2009/02/27 09:09:12 UTC

[jira] Assigned: (GERONIMO-4557) "geronimo/stop-server -p 3099" can't shutdown a server with NamingPort changed to 3099 in config_substitutions.properties.

     [ https://issues.apache.org/jira/browse/GERONIMO-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Dillon reassigned GERONIMO-4557:
--------------------------------------

    Assignee:     (was: Jason Dillon)

> "geronimo/stop-server -p 3099" can't shutdown a server with NamingPort changed to 3099 in config_substitutions.properties.
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4557
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4557
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: commands
>         Environment: XP + SUN JDK 1.5 + geronimo-tomcat-2.1.4-snapshot_20090225
>            Reporter: Shawn Jiang
>
> Reproduce steps:
> 1, Change NamingPort=3099  in var/config-substitutions.properties.
> 2, Use GShell command "geronimo/start-server" to start the server. 
> 3, Use Use GShell command "geronimo/stop-server -p 3099" to stop the server.
> Expected result: the server could be shutdown and return to the GShell command line mode.
> Actually result: The server can't be shutdown, can't return to the GShell command line.
> Root Cause:
> You have to use "geronimo/start-server -p 3099" to start server if you want use "geronimo/stop-server -p 3099"  to stop the server.
> I believe there should not be a -p args for geronimo/start-server command.  Instead, geronimo/start-server should read NamingPort=3099 in config.substitutions.properties to avoid the problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.