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

cloverliu resolved SOLR-11505.
------------------------------
    Resolution: Fixed

i debug the solr.cmd . i  use command : solr.cmd start -f -V , and i found the 
script will stop in line 1017[For /f "tokens=2,5" %%j in ('netstat -aon ... ].  
This code dose not work on my computer. I changed it to +{color:red}For /f 
"tokens=2,5" %%j in ('netstat -aon -p TCP ^| findstr ":0 " ^| findstr 
":%SOLR_PORT% "') do ({color}+ . then it runs successfully!!

> solr.cmd start of solr7.0.1 can't working in win7-64
> ----------------------------------------------------
>
>                 Key: SOLR-11505
>                 URL: https://issues.apache.org/jira/browse/SOLR-11505
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: SolrCLI
>    Affects Versions: 7.0.1
>         Environment: windows 7
>            Reporter: cloverliu
>            Priority: Critical
>
> http://archive.apache.org/dist/lucene/solr/7.0.1/solr-7.0.1.zip   
>  solr.cmd start of this file can't working in my win7-64bit.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to