You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jan Høydahl (JIRA)" <ji...@apache.org> on 2016/05/23 16:48:13 UTC

[jira] [Updated] (SOLR-9151) solr -e cloud broken if $PWD != $SOLR_HOME on Solr 5.x/6.x

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

Jan Høydahl updated SOLR-9151:
------------------------------
    Attachment: SOLR-9151.patch

> solr -e cloud broken if $PWD != $SOLR_HOME on Solr 5.x/6.x
> ----------------------------------------------------------
>
>                 Key: SOLR-9151
>                 URL: https://issues.apache.org/jira/browse/SOLR-9151
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 5.5, 6.0
>         Environment: Solr Docker Container
>            Reporter: Hari Sekhon
>            Priority: Minor
>         Attachments: SOLR-9151.patch
>
>
> Solr scripts for cloud example break if called from a directory other than $SOLR_HOME, ie $PWD is not $SOLR_HOME: It always strips off the beginning of the path. This used to work regardless in Solr 4.x as I used to use it quite a lot and my custom solr 4.x docker containers it still works regardless of $PWD - it's only broken in 5x/6.0.
> Here is an example of the issue:
> {code}docker run -ti solr bash
> solr@5083b8e59d49:/opt/solr$ cd /
> solr@5083b8e59d49:/$ solr -e cloud
> Welcome to the SolrCloud example!
> This interactive session will help you launch a SolrCloud cluster on your local workstation.
> To begin, how many Solr nodes would you like to run in your local cluster? (specify 1-4 nodes) [2]: 
> Ok, let's start up 2 Solr nodes for your example SolrCloud cluster.
> Please enter the port for node1 [8983]: 
> Please enter the port for node2 [7574]: 
> Creating Solr home directory /opt/solr/example/cloud/node1/solr
> Cloning /opt/solr/example/cloud/node1 into
>    /opt/solr/example/cloud/node2
> Starting up Solr on port 8983 using command:
> /opt/solr/bin/solr start -cloud -p 8983 -s "pt/solr/example/cloud/node1/solr"
> Solr home directory pt/solr/example/cloud/node1/solr not found!
> ERROR: Process exited with an error: 1 (Exit value: 1)
>  {code}



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