[ https://issues.apache.org/jira/browse/SOLR-6791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Timothy Potter resolved SOLR-6791. ---------------------------------- Resolution: Fixed Fix Version/s: 5.0 4.10.3 Fixed as part of the solution for SOLR-6726 (didn't make sense to separate these into different commits) > 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 > Fix For: 4.10.3, 5.0 > > > 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-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org