[jira] [Commented] (SOLR-3889) SmokeTest fail on my Linux machine.

2013-03-22 Thread Commit Tag Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13610738#comment-13610738
 ] 

Commit Tag Bot commented on SOLR-3889:
--

[branch_4x commit] Mark Robert Miller
http://svn.apache.org/viewvc?view=revisionrevision=1391050

SOLR-3889: improve utf-8 test script error message when curl call to Solr fails


 SmokeTest fail on my Linux machine.
 ---

 Key: SOLR-3889
 URL: https://issues.apache.org/jira/browse/SOLR-3889
 Project: Solr
  Issue Type: Bug
Reporter: Mark Miller
Assignee: Mark Miller
 Fix For: 4.1, 5.0


 The smoketest fails in testUTF-8 every time on my system.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Commented] (SOLR-3889) SmokeTest fail on my Linux machine.

2012-11-11 Thread Commit Tag Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494969#comment-13494969
 ] 

Commit Tag Bot commented on SOLR-3889:
--

[branch_4x commit] Mark Robert Miller
http://svn.apache.org/viewvc?view=revisionrevision=1391050

SOLR-3889: improve utf-8 test script error message when curl call to Solr fails



 SmokeTest fail on my Linux machine.
 ---

 Key: SOLR-3889
 URL: https://issues.apache.org/jira/browse/SOLR-3889
 Project: Solr
  Issue Type: Bug
Reporter: Mark Miller
Assignee: Mark Miller
 Fix For: 4.1, 5.0


 The smoketest fails in testUTF-8 every time on my system.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Commented] (SOLR-3889) SmokeTest fail on my Linux machine.

2012-09-27 Thread Mark Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464786#comment-13464786
 ] 

Mark Miller commented on SOLR-3889:
---

bq. does test_utf8.sh and post.sh work at all on this linux box when running 
the solr example?

Seems not. test_utf8.sh fails with ERROR: Solr is not up.

post.sh fails by telling me I don't currently have curl installed. Somewhat new 
system. Installing curl seems to have solved the problem. test_utf8.sh just 
doesn't error well.


 SmokeTest fail on my Linux machine.
 ---

 Key: SOLR-3889
 URL: https://issues.apache.org/jira/browse/SOLR-3889
 Project: Solr
  Issue Type: Bug
Reporter: Mark Miller
 Fix For: 4.0, 5.0


 The smoketest fails in testUTF-8 every time on my system.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Commented] (SOLR-3889) SmokeTest fail on my Linux machine.

2012-09-27 Thread Mark Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464788#comment-13464788
 ] 

Mark Miller commented on SOLR-3889:
---

We could prob improve the script - it logs the results of starting the server 
to /dev/null and then if there is any error at all, claims solr is not up.
{code}
curl $URL/select?q=helloparams=explicitwt=python 2 /dev/null | grep 
'hello'  /dev/null 21
if [ $? = 0 ]; then
  echo Solr server is up.
else
  echo ERROR: Solr is not up.
  exit 1
fi
{code}

 SmokeTest fail on my Linux machine.
 ---

 Key: SOLR-3889
 URL: https://issues.apache.org/jira/browse/SOLR-3889
 Project: Solr
  Issue Type: Bug
Reporter: Mark Miller
Assignee: Mark Miller
 Fix For: 4.0, 5.0


 The smoketest fails in testUTF-8 every time on my system.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Commented] (SOLR-3889) SmokeTest fail on my Linux machine.

2012-09-27 Thread Mark Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464815#comment-13464815
 ] 

Mark Miller commented on SOLR-3889:
---

post note: after installing curl, the smoke tester passes on my machine.
{code}
BUILD SUCCESSFUL
Total time: 20 minutes 50 seconds
{code}

 SmokeTest fail on my Linux machine.
 ---

 Key: SOLR-3889
 URL: https://issues.apache.org/jira/browse/SOLR-3889
 Project: Solr
  Issue Type: Bug
Reporter: Mark Miller
Assignee: Mark Miller
 Fix For: 4.1, 5.0


 The smoketest fails in testUTF-8 every time on my system.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Commented] (SOLR-3889) SmokeTest fail on my Linux machine.

2012-09-25 Thread Mark Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13463107#comment-13463107
 ] 

Mark Miller commented on SOLR-3889:
---

Hossman was worried this would get lost, so filing an issue here. More details 
in SOLR-3884 until they can be moved here.

 SmokeTest fail on my Linux machine.
 ---

 Key: SOLR-3889
 URL: https://issues.apache.org/jira/browse/SOLR-3889
 Project: Solr
  Issue Type: Bug
Reporter: Mark Miller
 Fix For: 4.0, 5.0


 The smoketest fails in testUTF-8 every time on my system.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Commented] (SOLR-3889) SmokeTest fail on my Linux machine.

2012-09-25 Thread Hoss Man (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13463301#comment-13463301
 ] 

Hoss Man commented on SOLR-3889:


According to the log file miller posted in SOLR-3884, solr starts up clean, and 
shuts down clean, w/o ever getting any requests, but the smoke test script 
fails with ERROR: Solr is not up.

The key questions i tried to ask miller on IRC...

* does test_utf8.sh and post.sh work at all on this linux box when running the 
solr example?
* is localhost wonky on this linux box? while running the example manually 
can you reach it via http://localhost:8983/solr; (that's what post.sh and 
test_utf8.sh do)
* what does the output of the smoke tester say before this failure?
* what does the utf8.log file created by the smoker look like?



 SmokeTest fail on my Linux machine.
 ---

 Key: SOLR-3889
 URL: https://issues.apache.org/jira/browse/SOLR-3889
 Project: Solr
  Issue Type: Bug
Reporter: Mark Miller
 Fix For: 4.0, 5.0


 The smoketest fails in testUTF-8 every time on my system.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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