You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2009/01/20 18:34:59 UTC

[jira] Resolved: (GERONIMO-4518) Can't shutdown the server when host was set to 127.0.0.1 in config-substitutions.properties

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

Donald Woods resolved GERONIMO-4518.
------------------------------------

    Resolution: Fixed

Verified patch worked on trunk after changing all localhost and 0.0.0.0 references in config-substitutions.properties to 127.0.0.1.  Server testsuite passed with Java 1.5.
Applied patch to trunk (2.2-SNAPSHOT) as Rev736042.
Applied patch to branches/2.1 (2.1.4-SNAPSHOT) as Rev736044.
Thanks Shawn.

> Can't shutdown the server when host was set to 127.0.0.1 in config-substitutions.properties
> -------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4518
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4518
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: startup/shutdown
>    Affects Versions: 2.1.4, 2.2
>         Environment: Windows XP + Sun JDK 1.5
>            Reporter: Shawn Jiang
>            Assignee: Donald Woods
>            Priority: Blocker
>             Fix For: 2.1.4, 2.2
>
>         Attachments: G4518_Shawn.patch
>
>
> 1, change the host in config-substitutions.properties to 127.0.0.1
> 2, start the server.
> 3, shutdown the server.
> *expected result*: the server could be shutdown.
> *actual result*: the sever can't be shutdown with exception:  java.net.ConnectException: Connection refused: connect
> --------------------------------------
> C:\geronimo-tomcat6-javaee5-2.2-SNAPSHOT\bin>shutdown --host 127.0.0.1
> Using GERONIMO_HOME:   C:\geronimo-tomcat6-javaee5-2.2-SNAPSHOT
> Using GERONIMO_TMPDIR: var\temp
> Using JRE_HOME:        D:\dev\JDKs\sun_jdk1.5.0_15\jre
> log4j:WARN No appenders could be found for logger (org.apache.geronimo.kernel.basic.BasicKernel).
> log4j:WARN Please initialize the log4j system properly.
> Username: system
> Password: *******
> Locating server on 127.0.0.1:1099...
> Could not communicate with the server.  The server may not be running or the port number may be inco
> rrect (Connection refused to host: 6.153.277.58; nested exception is:
>         java.net.ConnectException: Connection refused: connect)

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