[jira] [Commented] (SOLR-6589) testExampleConfig failing in trunk/branch5x

2014-10-07 Thread Noble Paul (JIRA)

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

Noble Paul commented on SOLR-6589:
--

bq.so I think instead of making getSubHandlers() return this, it should 
return the actual sub handlers

yes and no. It gives the power to the handler to define the subhandler. In this 
case the InfoHandler is already coded to handle all use cases so , it should be 
fine

 testExampleConfig failing in trunk/branch5x
 ---

 Key: SOLR-6589
 URL: https://issues.apache.org/jira/browse/SOLR-6589
 Project: Solr
  Issue Type: Bug
Reporter: Tomás Fernández Löbbe
 Attachments: SOLR-6589.patch, SOLR-6589.patch


 The test started failing recently and it's failing in all subclasses of 
 {{SolrExampleTests}}
 {noformat}
 5 tests failed.
 FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testExampleConfig
 Error Message:
 Expected mime type application/octet-stream but got text/html. html head 
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/ 
 titleError 404 Can not find: /solr/admin/info/system/title /head body 
 h2HTTP ERROR: 404/h2 pProblem accessing /solr/admin/info/system. 
 Reason: preCan not find: /solr/admin/info/system/pre/p hr 
 /ismallPowered by Jetty:///small/i   
   
   
   
   
   
   
   
   
   
   
   
   
   /body /html
 Stack Trace:
 org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: 
 Expected mime type application/octet-stream but got text/html. html
 head
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/
 titleError 404 Can not find: /solr/admin/info/system/title
 /head
 body
 h2HTTP ERROR: 404/h2
 pProblem accessing /solr/admin/info/system. Reason:
 preCan not find: /solr/admin/info/system/pre/p
 hr /ismallPowered by Jetty:///small/i
 /body
 /html
 at 
 __randomizedtesting.SeedInfo.seed([52C2BA58AA8B46D5:E5EFAEC06D8CA00C]:0)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:530)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
 at 
 org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
 at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
 at 
 org.apache.solr.client.solrj.SolrExampleTests.testExampleConfig(SolrExampleTests.java:220)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:484)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
 at 
 org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
 at 
 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
 at 
 org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
 at 
 

[jira] [Commented] (SOLR-6589) testExampleConfig failing in trunk/branch5x

2014-10-07 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-6589:
---

Commit 1629923 from [~tomasflobbe] in branch 'dev/trunk'
[ https://svn.apache.org/r1629923 ]

SOLR-6589: Test is fixed by the commit in SOLR-6590

 testExampleConfig failing in trunk/branch5x
 ---

 Key: SOLR-6589
 URL: https://issues.apache.org/jira/browse/SOLR-6589
 Project: Solr
  Issue Type: Bug
Reporter: Tomás Fernández Löbbe
 Attachments: SOLR-6589.patch, SOLR-6589.patch


 The test started failing recently and it's failing in all subclasses of 
 {{SolrExampleTests}}
 {noformat}
 5 tests failed.
 FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testExampleConfig
 Error Message:
 Expected mime type application/octet-stream but got text/html. html head 
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/ 
 titleError 404 Can not find: /solr/admin/info/system/title /head body 
 h2HTTP ERROR: 404/h2 pProblem accessing /solr/admin/info/system. 
 Reason: preCan not find: /solr/admin/info/system/pre/p hr 
 /ismallPowered by Jetty:///small/i   
   
   
   
   
   
   
   
   
   
   
   
   
   /body /html
 Stack Trace:
 org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: 
 Expected mime type application/octet-stream but got text/html. html
 head
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/
 titleError 404 Can not find: /solr/admin/info/system/title
 /head
 body
 h2HTTP ERROR: 404/h2
 pProblem accessing /solr/admin/info/system. Reason:
 preCan not find: /solr/admin/info/system/pre/p
 hr /ismallPowered by Jetty:///small/i
 /body
 /html
 at 
 __randomizedtesting.SeedInfo.seed([52C2BA58AA8B46D5:E5EFAEC06D8CA00C]:0)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:530)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
 at 
 org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
 at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
 at 
 org.apache.solr.client.solrj.SolrExampleTests.testExampleConfig(SolrExampleTests.java:220)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:484)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
 at 
 org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
 at 
 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
 at 
 org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
 at 
 org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
 

[jira] [Commented] (SOLR-6589) testExampleConfig failing in trunk/branch5x

2014-10-07 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-6589:
---

Commit 1629924 from [~tomasflobbe] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1629924 ]

SOLR-6589: Test is fixed by the commit in SOLR-6590

 testExampleConfig failing in trunk/branch5x
 ---

 Key: SOLR-6589
 URL: https://issues.apache.org/jira/browse/SOLR-6589
 Project: Solr
  Issue Type: Bug
Reporter: Tomás Fernández Löbbe
 Attachments: SOLR-6589.patch, SOLR-6589.patch


 The test started failing recently and it's failing in all subclasses of 
 {{SolrExampleTests}}
 {noformat}
 5 tests failed.
 FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testExampleConfig
 Error Message:
 Expected mime type application/octet-stream but got text/html. html head 
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/ 
 titleError 404 Can not find: /solr/admin/info/system/title /head body 
 h2HTTP ERROR: 404/h2 pProblem accessing /solr/admin/info/system. 
 Reason: preCan not find: /solr/admin/info/system/pre/p hr 
 /ismallPowered by Jetty:///small/i   
   
   
   
   
   
   
   
   
   
   
   
   
   /body /html
 Stack Trace:
 org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: 
 Expected mime type application/octet-stream but got text/html. html
 head
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/
 titleError 404 Can not find: /solr/admin/info/system/title
 /head
 body
 h2HTTP ERROR: 404/h2
 pProblem accessing /solr/admin/info/system. Reason:
 preCan not find: /solr/admin/info/system/pre/p
 hr /ismallPowered by Jetty:///small/i
 /body
 /html
 at 
 __randomizedtesting.SeedInfo.seed([52C2BA58AA8B46D5:E5EFAEC06D8CA00C]:0)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:530)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
 at 
 org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
 at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
 at 
 org.apache.solr.client.solrj.SolrExampleTests.testExampleConfig(SolrExampleTests.java:220)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:484)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
 at 
 org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
 at 
 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
 at 
 org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
 at 
 

[jira] [Commented] (SOLR-6589) testExampleConfig failing in trunk/branch5x

2014-10-06 Thread Noble Paul (JIRA)

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

Noble Paul commented on SOLR-6589:
--

I guess this is same as SOLR-6590 ?

 testExampleConfig failing in trunk/branch5x
 ---

 Key: SOLR-6589
 URL: https://issues.apache.org/jira/browse/SOLR-6589
 Project: Solr
  Issue Type: Bug
Reporter: Tomás Fernández Löbbe
 Attachments: SOLR-6589.patch, SOLR-6589.patch


 The test started failing recently and it's failing in all subclasses of 
 {{SolrExampleTests}}
 {noformat}
 5 tests failed.
 FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testExampleConfig
 Error Message:
 Expected mime type application/octet-stream but got text/html. html head 
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/ 
 titleError 404 Can not find: /solr/admin/info/system/title /head body 
 h2HTTP ERROR: 404/h2 pProblem accessing /solr/admin/info/system. 
 Reason: preCan not find: /solr/admin/info/system/pre/p hr 
 /ismallPowered by Jetty:///small/i   
   
   
   
   
   
   
   
   
   
   
   
   
   /body /html
 Stack Trace:
 org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: 
 Expected mime type application/octet-stream but got text/html. html
 head
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/
 titleError 404 Can not find: /solr/admin/info/system/title
 /head
 body
 h2HTTP ERROR: 404/h2
 pProblem accessing /solr/admin/info/system. Reason:
 preCan not find: /solr/admin/info/system/pre/p
 hr /ismallPowered by Jetty:///small/i
 /body
 /html
 at 
 __randomizedtesting.SeedInfo.seed([52C2BA58AA8B46D5:E5EFAEC06D8CA00C]:0)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:530)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
 at 
 org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
 at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
 at 
 org.apache.solr.client.solrj.SolrExampleTests.testExampleConfig(SolrExampleTests.java:220)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:484)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
 at 
 org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
 at 
 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
 at 
 org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
 at 
 org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
 at 
 org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
 at 
 

[jira] [Commented] (SOLR-6589) testExampleConfig failing in trunk/branch5x

2014-10-06 Thread JIRA

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

Tomás Fernández Löbbe commented on SOLR-6589:
-

Yes, it seems to be the same root cause. Right now {{testExampleConfig}} is 
being ignored so in any case it needs to be re-enabled. 
I's like to make the AdminInfoHandler work with SubHandlers as it seems to be 
the use case of that (see my patch), I don't know if you see any issues with 
that.   


 testExampleConfig failing in trunk/branch5x
 ---

 Key: SOLR-6589
 URL: https://issues.apache.org/jira/browse/SOLR-6589
 Project: Solr
  Issue Type: Bug
Reporter: Tomás Fernández Löbbe
 Attachments: SOLR-6589.patch, SOLR-6589.patch


 The test started failing recently and it's failing in all subclasses of 
 {{SolrExampleTests}}
 {noformat}
 5 tests failed.
 FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testExampleConfig
 Error Message:
 Expected mime type application/octet-stream but got text/html. html head 
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/ 
 titleError 404 Can not find: /solr/admin/info/system/title /head body 
 h2HTTP ERROR: 404/h2 pProblem accessing /solr/admin/info/system. 
 Reason: preCan not find: /solr/admin/info/system/pre/p hr 
 /ismallPowered by Jetty:///small/i   
   
   
   
   
   
   
   
   
   
   
   
   
   /body /html
 Stack Trace:
 org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: 
 Expected mime type application/octet-stream but got text/html. html
 head
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/
 titleError 404 Can not find: /solr/admin/info/system/title
 /head
 body
 h2HTTP ERROR: 404/h2
 pProblem accessing /solr/admin/info/system. Reason:
 preCan not find: /solr/admin/info/system/pre/p
 hr /ismallPowered by Jetty:///small/i
 /body
 /html
 at 
 __randomizedtesting.SeedInfo.seed([52C2BA58AA8B46D5:E5EFAEC06D8CA00C]:0)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:530)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
 at 
 org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
 at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
 at 
 org.apache.solr.client.solrj.SolrExampleTests.testExampleConfig(SolrExampleTests.java:220)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:484)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
 at 
 org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
 at 
 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
 at 
 

[jira] [Commented] (SOLR-6589) testExampleConfig failing in trunk/branch5x

2014-10-06 Thread Noble Paul (JIRA)

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

Noble Paul commented on SOLR-6589:
--

isn't already fixed in SOLR-6590 ? What more would this change add ?

 testExampleConfig failing in trunk/branch5x
 ---

 Key: SOLR-6589
 URL: https://issues.apache.org/jira/browse/SOLR-6589
 Project: Solr
  Issue Type: Bug
Reporter: Tomás Fernández Löbbe
 Attachments: SOLR-6589.patch, SOLR-6589.patch


 The test started failing recently and it's failing in all subclasses of 
 {{SolrExampleTests}}
 {noformat}
 5 tests failed.
 FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testExampleConfig
 Error Message:
 Expected mime type application/octet-stream but got text/html. html head 
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/ 
 titleError 404 Can not find: /solr/admin/info/system/title /head body 
 h2HTTP ERROR: 404/h2 pProblem accessing /solr/admin/info/system. 
 Reason: preCan not find: /solr/admin/info/system/pre/p hr 
 /ismallPowered by Jetty:///small/i   
   
   
   
   
   
   
   
   
   
   
   
   
   /body /html
 Stack Trace:
 org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: 
 Expected mime type application/octet-stream but got text/html. html
 head
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/
 titleError 404 Can not find: /solr/admin/info/system/title
 /head
 body
 h2HTTP ERROR: 404/h2
 pProblem accessing /solr/admin/info/system. Reason:
 preCan not find: /solr/admin/info/system/pre/p
 hr /ismallPowered by Jetty:///small/i
 /body
 /html
 at 
 __randomizedtesting.SeedInfo.seed([52C2BA58AA8B46D5:E5EFAEC06D8CA00C]:0)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:530)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
 at 
 org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
 at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
 at 
 org.apache.solr.client.solrj.SolrExampleTests.testExampleConfig(SolrExampleTests.java:220)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:484)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
 at 
 org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
 at 
 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
 at 
 org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
 at 
 org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
 at 
 org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
 at 
 

[jira] [Commented] (SOLR-6589) testExampleConfig failing in trunk/branch5x

2014-10-06 Thread Uwe Schindler (JIRA)

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

Uwe Schindler commented on SOLR-6589:
-

The change done here just disabled the test because it made all jenkins builds 
fail over the weekend. It has to be re enabled after the fix,  this is why its 
open.

Just revert the commit and verify that it actually works.

 testExampleConfig failing in trunk/branch5x
 ---

 Key: SOLR-6589
 URL: https://issues.apache.org/jira/browse/SOLR-6589
 Project: Solr
  Issue Type: Bug
Reporter: Tomás Fernández Löbbe
 Attachments: SOLR-6589.patch, SOLR-6589.patch


 The test started failing recently and it's failing in all subclasses of 
 {{SolrExampleTests}}
 {noformat}
 5 tests failed.
 FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testExampleConfig
 Error Message:
 Expected mime type application/octet-stream but got text/html. html head 
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/ 
 titleError 404 Can not find: /solr/admin/info/system/title /head body 
 h2HTTP ERROR: 404/h2 pProblem accessing /solr/admin/info/system. 
 Reason: preCan not find: /solr/admin/info/system/pre/p hr 
 /ismallPowered by Jetty:///small/i   
   
   
   
   
   
   
   
   
   
   
   
   
   /body /html
 Stack Trace:
 org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: 
 Expected mime type application/octet-stream but got text/html. html
 head
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/
 titleError 404 Can not find: /solr/admin/info/system/title
 /head
 body
 h2HTTP ERROR: 404/h2
 pProblem accessing /solr/admin/info/system. Reason:
 preCan not find: /solr/admin/info/system/pre/p
 hr /ismallPowered by Jetty:///small/i
 /body
 /html
 at 
 __randomizedtesting.SeedInfo.seed([52C2BA58AA8B46D5:E5EFAEC06D8CA00C]:0)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:530)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
 at 
 org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
 at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
 at 
 org.apache.solr.client.solrj.SolrExampleTests.testExampleConfig(SolrExampleTests.java:220)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:484)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
 at 
 org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
 at 
 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
 at 
 org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
 at 
 

[jira] [Commented] (SOLR-6589) testExampleConfig failing in trunk/branch5x

2014-10-06 Thread JIRA

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

Tomás Fernández Löbbe commented on SOLR-6589:
-

bq. What more would this change add ?
In SOLR-6585 you introduced the concept of SubHandlers. My understanding is 
that AdminInfoHandler is the use case for that, so I think instead of making 
{{getSubHandlers()}} return this, it should return the actual sub handlers. 

That being said, seems like the test is fixed with SOLR-6590, so the 
{{@AwaitsFix}} in {{testExampleConfig}} should be removed

 testExampleConfig failing in trunk/branch5x
 ---

 Key: SOLR-6589
 URL: https://issues.apache.org/jira/browse/SOLR-6589
 Project: Solr
  Issue Type: Bug
Reporter: Tomás Fernández Löbbe
 Attachments: SOLR-6589.patch, SOLR-6589.patch


 The test started failing recently and it's failing in all subclasses of 
 {{SolrExampleTests}}
 {noformat}
 5 tests failed.
 FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testExampleConfig
 Error Message:
 Expected mime type application/octet-stream but got text/html. html head 
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/ 
 titleError 404 Can not find: /solr/admin/info/system/title /head body 
 h2HTTP ERROR: 404/h2 pProblem accessing /solr/admin/info/system. 
 Reason: preCan not find: /solr/admin/info/system/pre/p hr 
 /ismallPowered by Jetty:///small/i   
   
   
   
   
   
   
   
   
   
   
   
   
   /body /html
 Stack Trace:
 org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: 
 Expected mime type application/octet-stream but got text/html. html
 head
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/
 titleError 404 Can not find: /solr/admin/info/system/title
 /head
 body
 h2HTTP ERROR: 404/h2
 pProblem accessing /solr/admin/info/system. Reason:
 preCan not find: /solr/admin/info/system/pre/p
 hr /ismallPowered by Jetty:///small/i
 /body
 /html
 at 
 __randomizedtesting.SeedInfo.seed([52C2BA58AA8B46D5:E5EFAEC06D8CA00C]:0)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:530)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
 at 
 org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
 at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
 at 
 org.apache.solr.client.solrj.SolrExampleTests.testExampleConfig(SolrExampleTests.java:220)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:484)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
 at 
 org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
 at 
 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)

[jira] [Commented] (SOLR-6589) testExampleConfig failing in trunk/branch5x

2014-10-05 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-6589:
---

Commit 1629517 from [~tomasflobbe] in branch 'dev/trunk'
[ https://svn.apache.org/r1629517 ]

SOLR-6589: Ignoring testExampleConfig until there is a fix

 testExampleConfig failing in trunk/branch5x
 ---

 Key: SOLR-6589
 URL: https://issues.apache.org/jira/browse/SOLR-6589
 Project: Solr
  Issue Type: Bug
Reporter: Tomás Fernández Löbbe

 The test started failing recently and it's failing in all subclasses of 
 {{SolrExampleTests}}
 {noformat}
 5 tests failed.
 FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testExampleConfig
 Error Message:
 Expected mime type application/octet-stream but got text/html. html head 
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/ 
 titleError 404 Can not find: /solr/admin/info/system/title /head body 
 h2HTTP ERROR: 404/h2 pProblem accessing /solr/admin/info/system. 
 Reason: preCan not find: /solr/admin/info/system/pre/p hr 
 /ismallPowered by Jetty:///small/i   
   
   
   
   
   
   
   
   
   
   
   
   
   /body /html
 Stack Trace:
 org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: 
 Expected mime type application/octet-stream but got text/html. html
 head
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/
 titleError 404 Can not find: /solr/admin/info/system/title
 /head
 body
 h2HTTP ERROR: 404/h2
 pProblem accessing /solr/admin/info/system. Reason:
 preCan not find: /solr/admin/info/system/pre/p
 hr /ismallPowered by Jetty:///small/i
 /body
 /html
 at 
 __randomizedtesting.SeedInfo.seed([52C2BA58AA8B46D5:E5EFAEC06D8CA00C]:0)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:530)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
 at 
 org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
 at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
 at 
 org.apache.solr.client.solrj.SolrExampleTests.testExampleConfig(SolrExampleTests.java:220)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:484)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
 at 
 org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
 at 
 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
 at 
 org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
 at 
 org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
 at 
 

[jira] [Commented] (SOLR-6589) testExampleConfig failing in trunk/branch5x

2014-10-05 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-6589:
---

Commit 1629518 from [~tomasflobbe] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1629518 ]

SOLR-6589: Ignoring testExampleConfig until there is a fix

 testExampleConfig failing in trunk/branch5x
 ---

 Key: SOLR-6589
 URL: https://issues.apache.org/jira/browse/SOLR-6589
 Project: Solr
  Issue Type: Bug
Reporter: Tomás Fernández Löbbe

 The test started failing recently and it's failing in all subclasses of 
 {{SolrExampleTests}}
 {noformat}
 5 tests failed.
 FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testExampleConfig
 Error Message:
 Expected mime type application/octet-stream but got text/html. html head 
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/ 
 titleError 404 Can not find: /solr/admin/info/system/title /head body 
 h2HTTP ERROR: 404/h2 pProblem accessing /solr/admin/info/system. 
 Reason: preCan not find: /solr/admin/info/system/pre/p hr 
 /ismallPowered by Jetty:///small/i   
   
   
   
   
   
   
   
   
   
   
   
   
   /body /html
 Stack Trace:
 org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: 
 Expected mime type application/octet-stream but got text/html. html
 head
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/
 titleError 404 Can not find: /solr/admin/info/system/title
 /head
 body
 h2HTTP ERROR: 404/h2
 pProblem accessing /solr/admin/info/system. Reason:
 preCan not find: /solr/admin/info/system/pre/p
 hr /ismallPowered by Jetty:///small/i
 /body
 /html
 at 
 __randomizedtesting.SeedInfo.seed([52C2BA58AA8B46D5:E5EFAEC06D8CA00C]:0)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:530)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
 at 
 org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
 at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
 at 
 org.apache.solr.client.solrj.SolrExampleTests.testExampleConfig(SolrExampleTests.java:220)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:484)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
 at 
 org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
 at 
 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
 at 
 org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
 at 
 org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
 at 
 

[jira] [Commented] (SOLR-6589) testExampleConfig failing in trunk/branch5x

2014-10-05 Thread JIRA

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

Tomás Fernández Löbbe commented on SOLR-6589:
-

I think the issue was introduced with SOLR-6585. I'll attach a possible fix

 testExampleConfig failing in trunk/branch5x
 ---

 Key: SOLR-6589
 URL: https://issues.apache.org/jira/browse/SOLR-6589
 Project: Solr
  Issue Type: Bug
Reporter: Tomás Fernández Löbbe

 The test started failing recently and it's failing in all subclasses of 
 {{SolrExampleTests}}
 {noformat}
 5 tests failed.
 FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testExampleConfig
 Error Message:
 Expected mime type application/octet-stream but got text/html. html head 
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/ 
 titleError 404 Can not find: /solr/admin/info/system/title /head body 
 h2HTTP ERROR: 404/h2 pProblem accessing /solr/admin/info/system. 
 Reason: preCan not find: /solr/admin/info/system/pre/p hr 
 /ismallPowered by Jetty:///small/i   
   
   
   
   
   
   
   
   
   
   
   
   
   /body /html
 Stack Trace:
 org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: 
 Expected mime type application/octet-stream but got text/html. html
 head
 meta http-equiv=Content-Type content=text/html;charset=ISO-8859-1/
 titleError 404 Can not find: /solr/admin/info/system/title
 /head
 body
 h2HTTP ERROR: 404/h2
 pProblem accessing /solr/admin/info/system. Reason:
 preCan not find: /solr/admin/info/system/pre/p
 hr /ismallPowered by Jetty:///small/i
 /body
 /html
 at 
 __randomizedtesting.SeedInfo.seed([52C2BA58AA8B46D5:E5EFAEC06D8CA00C]:0)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:530)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
 at 
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
 at 
 org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
 at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
 at 
 org.apache.solr.client.solrj.SolrExampleTests.testExampleConfig(SolrExampleTests.java:220)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:484)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
 at 
 com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
 at 
 org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
 at 
 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
 at 
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
 at 
 org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
 at 
 org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
 at 
 org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
 at