[
https://issues.apache.org/jira/browse/SOLR-11505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16208768#comment-16208768
]
Dawid Weiss edited comment on SOLR-11505 at 10/18/17 6:13 AM:
--------------------------------------------------------------
i debug the solr.cmd . i use command : solr.cmd start -f -V , and i found the
script will stop in line 1017
{code}
For /f "tokens=2,5" %%j in ('netstat -aon ...
{code}
This code dose not work on my computer. I changed it to
{code}For /f "tokens=2,5" %%j in ('netstat -aon -p TCP ^| findstr ":0 " ^|
findstr ":%SOLR_PORT% "') do (
{code}
then it runs successfully!!
was (Author: cloverliu):
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: [email protected]
For additional commands, e-mail: [email protected]