You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Chaiyasit (Sit) Manovit (JIRA)" <ji...@apache.org> on 2014/11/25 09:24:12 UTC

[jira] [Issue Comment Deleted] (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 ]

Chaiyasit (Sit) Manovit updated SOLR-6791:
------------------------------------------
    Comment: was deleted

(was: Duplicate of SOLR-6726 but I would still like to see the default prefix of jmx changed so that it works out of the box for those "unfortunate" non default ports.)

> 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
>            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