You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Brill Pappin (JIRA)" <ji...@apache.org> on 2010/03/18 01:16:27 UTC

[jira] Created: (GERONIMO-5192) Changeing http port to 80 causes a port in use exception in the RMI service

Changeing http port to 80 causes a port in use exception in the RMI service
---------------------------------------------------------------------------

                 Key: GERONIMO-5192
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5192
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Tomcat
    Affects Versions: 2.2
         Environment: Linux, geronimo-tomcat6-minimal-2.2, java 6
            Reporter: Brill Pappin
            Priority: Blocker


a fresh install of geronimo-tomcat6-minimal-2.2 simply extracted.
change the http port in the config file and you immediatly get a port in use exception from the RMI service when the server is started.
This doesn't happen if you leave the default ports alone and start it.



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


[jira] Assigned: (GERONIMO-5192) Changeing http port to 80 causes a port in use exception in the RMI service

Posted by "Forrest Xia (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Forrest Xia reassigned GERONIMO-5192:
-------------------------------------

    Assignee: Forrest Xia

> Changeing http port to 80 causes a port in use exception in the RMI service
> ---------------------------------------------------------------------------
>
>                 Key: GERONIMO-5192
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5192
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.2
>         Environment: Linux, geronimo-tomcat6-minimal-2.2, java 6
>            Reporter: Brill Pappin
>            Assignee: Forrest Xia
>            Priority: Blocker
>
> a fresh install of geronimo-tomcat6-minimal-2.2 simply extracted.
> change the http port in the config file and you immediatly get a port in use exception from the RMI service when the server is started.
> This doesn't happen if you leave the default ports alone and start it.

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


[jira] Closed: (GERONIMO-5192) Changeing http port to 80 causes a port in use exception in the RMI service

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang closed GERONIMO-5192.
---------------------------------

    Resolution: Fixed

Just verified that this is invalid in latest 22 branch. 

> Changeing http port to 80 causes a port in use exception in the RMI service
> ---------------------------------------------------------------------------
>
>                 Key: GERONIMO-5192
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5192
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.2
>         Environment: Linux, geronimo-tomcat6-minimal-2.2, java 6
>            Reporter: Brill Pappin
>            Assignee: Forrest Xia
>            Priority: Blocker
>             Fix For: 2.2.1
>
>
> a fresh install of geronimo-tomcat6-minimal-2.2 simply extracted.
> change the http port in the config file and you immediatly get a port in use exception from the RMI service when the server is started.
> This doesn't happen if you leave the default ports alone and start it.

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


[jira] Commented: (GERONIMO-5192) Changeing http port to 80 causes a port in use exception in the RMI service

Posted by "Forrest Xia (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846722#action_12846722 ] 

Forrest Xia commented on GERONIMO-5192:
---------------------------------------

And you need to ensure the target port not in use.

> Changeing http port to 80 causes a port in use exception in the RMI service
> ---------------------------------------------------------------------------
>
>                 Key: GERONIMO-5192
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5192
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.2
>         Environment: Linux, geronimo-tomcat6-minimal-2.2, java 6
>            Reporter: Brill Pappin
>            Assignee: Forrest Xia
>            Priority: Blocker
>
> a fresh install of geronimo-tomcat6-minimal-2.2 simply extracted.
> change the http port in the config file and you immediatly get a port in use exception from the RMI service when the server is started.
> This doesn't happen if you leave the default ports alone and start it.

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


[jira] Commented: (GERONIMO-5192) Changeing http port to 80 causes a port in use exception in the RMI service

Posted by "Forrest Xia (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846721#action_12846721 ] 

Forrest Xia commented on GERONIMO-5192:
---------------------------------------

How and where you change the http port? By default, Geronimo uses 8080 for http request listening. If you want to change that, you can modify PortOffset value in GERONIMO_HOME/var/config/config-substitutions.properties file.

> Changeing http port to 80 causes a port in use exception in the RMI service
> ---------------------------------------------------------------------------
>
>                 Key: GERONIMO-5192
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5192
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.2
>         Environment: Linux, geronimo-tomcat6-minimal-2.2, java 6
>            Reporter: Brill Pappin
>            Priority: Blocker
>
> a fresh install of geronimo-tomcat6-minimal-2.2 simply extracted.
> change the http port in the config file and you immediatly get a port in use exception from the RMI service when the server is started.
> This doesn't happen if you leave the default ports alone and start it.

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


[jira] Updated: (GERONIMO-5192) Changeing http port to 80 causes a port in use exception in the RMI service

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang updated GERONIMO-5192:
----------------------------------

    Fix Version/s: 2.2.1

> Changeing http port to 80 causes a port in use exception in the RMI service
> ---------------------------------------------------------------------------
>
>                 Key: GERONIMO-5192
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5192
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.2
>         Environment: Linux, geronimo-tomcat6-minimal-2.2, java 6
>            Reporter: Brill Pappin
>            Assignee: Forrest Xia
>            Priority: Blocker
>             Fix For: 2.2.1
>
>
> a fresh install of geronimo-tomcat6-minimal-2.2 simply extracted.
> change the http port in the config file and you immediatly get a port in use exception from the RMI service when the server is started.
> This doesn't happen if you leave the default ports alone and start it.

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