[jira] [Comment Edited] (SOLR-11505) solr.cmd start of solr7.0.1 can't working in win7-64

2017-10-18 Thread cloverliu (JIRA)

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

cloverliu edited comment on SOLR-11505 at 10/19/17 3:58 AM:


i use dos of win7-64  

!screenshot-1.png!


was (Author: cloverliu):
[#comment-16209695]

i use dos of win7-64  

!screenshot-1.png!

> 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
> Attachments: screenshot-1.png
>
>
> 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



[jira] [Comment Edited] (SOLR-11505) solr.cmd start of solr7.0.1 can't working in win7-64

2017-10-18 Thread cloverliu (JIRA)

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

cloverliu edited comment on SOLR-11505 at 10/18/17 6:49 AM:


i found similar problems  in other commands  of  solr.cmd. For example: 
solr.cmd  create -c clover. it is the same problem. Changing the 
{code:java}
find
{code}
 commands to  
{code:java}
findstr
{code}
 can resolve it.


was (Author: cloverliu):
i found similar problems  in other commands  of  solr.cmd. For example: 
solr.cmd  create -c clover. it is the same problem. Changing the 
{code:dos}
find
{code}
 commands to  
{code:dos}
findstr
{code}
 can resolve it.

> 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



[jira] [Comment Edited] (SOLR-11505) solr.cmd start of solr7.0.1 can't working in win7-64

2017-10-18 Thread Dawid Weiss (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-11505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org