Run Solr straight from the Windows cmd if CygWin isn't a requirement. For example, running "java -jar start.jar" from the "example" directory will start single instance Solr.
To run SolrCloud follow the instructions in "Simple Two-Shard Cluster on the Same Machine" from this link http://bit.ly/1rlmYvF . @nazik_huq On Sun, Oct 19, 2014 at 2:51 AM, Anurag Sharma <anura...@gmail.com> wrote: > Here is the issue am facing issue in using the 'solr' script on Windows > with cygwin terminal: > > $ bin/solr -e cloud > bin/solr: line 16: $'\r': command not found > bin/solr: line 17: $'\r': command not found > bin/solr: line 46: $'\r': command not found > which: no lsof in > > (/usr/local/bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program > Files/TortoiseSVN/bin:/cygdrive/c/Program > Files/Java/jdk1.7.0_51/bin:/cygdrive/c/Program > Files/apache-ant-1.9.3/bin:/cygdrive/c/Program Files > (x86)/Python-27:/cygdrive/c/Program Files (x86)/Python-27/Scripts) > bin/solr: line 52: $'\r': command not found > bin/solr: line 87: syntax error near unexpected token `"$HOME/.solr.in.sh > "' > 'in/solr: line 87: ` "$HOME/.solr.in.sh" \ > > > further > $ bin/solr start -cloud -d node1 -p 8983 > bin/solr: line 16: $'\r': command not found > bin/solr: line 17: $'\r': command not found > bin/solr: line 46: $'\r': command not found > which: no lsof in > > (/usr/local/bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program > Files/TortoiseSVN/bin:/cygdrive/c/Program > Files/Java/jdk1.7.0_51/bin:/cygdrive/c/Program > Files/apache-ant-1.9.3/bin:/cygdrive/c/Program Files > (x86)/Python-27:/cygdrive/c/Program Files (x86)/Python-27/Scripts) > bin/solr: line 52: $'\r': command not found > bin/solr: line 87: syntax error near unexpected token `"$HOME/.solr.in.sh > "' > 'in/solr: line 87: ` "$HOME/.solr.in.sh" \ > > Is there any other way I can run the SolrCloud using "java -jar start.jar" > options? >