You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Timothy Potter (JIRA)" <ji...@apache.org> on 2014/11/25 17:44:13 UTC

[jira] [Assigned] (SOLR-6791) Solr start script failed when last 2 digits of solr port is less than 24 and run by non-root user

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

Timothy Potter reassigned SOLR-6791:
------------------------------------

    Assignee: Timothy Potter

> Solr start script failed when last 2 digits of solr port is less than 24 and run by non-root user
> -------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-6791
>                 URL: https://issues.apache.org/jira/browse/SOLR-6791
>             Project: Solr
>          Issue Type: Bug
>          Components: scripts and tools
>    Affects Versions: 4.10.2
>            Reporter: Chaiyasit (Sit) Manovit
>            Assignee: Timothy Potter
>            Priority: Minor
>
> Due to following two lines of code, it would try to use port number less than 1024 which are privileged ports
> {code}
> -Dcom.sun.management.jmxremote.port=10${SOLR_PORT: -2} \
> -Dcom.sun.management.jmxremote.rmi.port=10${SOLR_PORT: -2}"
> {code}
> Maybe the prefix should be changed to 20. (Too high a number may risk colliding with default port for embedded ZooKeeper.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org