When executing this query against the solr example app, I got the following error (so it seems to be related to Ericks patch in 3.x):
http://localhost:8983/solr/select?q={!raw+f=junit_test_query}ping HTTP ERROR 500 Problem accessing /solr/select. Reason: Severe errors in solr configuration. Check your log files for more detailed information on what may be wrong. If you want solr to continue after configuration errors, change: <abortOnConfigurationError>false</abortOnConfigurationError> in solr.xml ------------------------------------------------------------- org.apache.solr.common.SolrException: Multiple [schema.xml] fieldType registered to the same name: text_multiterm ignoring: text_multiterm{class=org.apache.solr.schema.TextField,analyzer=org.apache.solr.analysis.TokenizerChain,args=null} at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:153) at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:491) at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:123) at org.apache.solr.core.CoreContainer.create(CoreContainer.java:461) at org.apache.solr.core.CoreContainer.load(CoreContainer.java:316) at org.apache.solr.core.CoreContainer.load(CoreContainer.java:207) at org.apache.solr.core.CoreContainer$Initializer.initialize(CoreContainer.java:130) at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:94) at org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:97) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:713) at org.mortbay.jetty.servlet.Context.startContext(Context.java:140) at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282) at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518) at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130) at org.mortbay.jetty.Server.doStart(Server.java:224) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:985) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:592) at org.mortbay.start.Main.invokeMain(Main.java:194) at org.mortbay.start.Main.start(Main.java:534) at org.mortbay.start.Main.start(Main.java:441) at org.mortbay.start.Main.main(Main.java:119) I fixed this in revision 1206360, it was caused by a merge error with included the field type 2 times. ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Uwe Schindler [mailto:[email protected]] > Sent: Friday, November 25, 2011 8:10 PM > To: [email protected] > Subject: RE: [JENKINS] Lucene-Solr-tests-only-3.x - Build # 11529 - Still > Failing > > Hi, > > this is new and also happens on my local computer (reproduceable). I have no > idea what causes this, but it's new since Erick's (or possibly my compile fix) > commit (SOLR-2438). > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: [email protected] > > > > -----Original Message----- > > From: Apache Jenkins Server [mailto:[email protected]] > > Sent: Friday, November 25, 2011 7:49 PM > > To: [email protected] > > Subject: [JENKINS] Lucene-Solr-tests-only-3.x - Build # 11529 - Still > > Failing > > > > Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x/11529/ > > > > 3 tests failed. > > FAILED: > > junit.framework.TestSuite.org.apache.solr.handler.admin.ShowFileReques > > tHand > > lerTest > > > > Error Message: > > Jetty/Solr unresponsive > > > > Stack Trace: > > java.lang.RuntimeException: Jetty/Solr unresponsive > > at > > org.apache.solr.client.solrj.embedded.JettySolrRunner.waitForSolr(Jett > > ySolrRun > > ner.java:151) > > at > > org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrR > > unner.jav > > a:113) > > at > > org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrR > > unner.jav > > a:105) > > at > > org.apache.solr.SolrJettyTestBase.createJetty(SolrJettyTestBase.java:57) > > at > > org.apache.solr.handler.admin.ShowFileRequestHandlerTest.beforeTest(Sh > > owFi > > leRequestHandlerTest.java:43) > > Caused by: java.io.IOException: Server returned HTTP response code: > > 500 for > > URL: http://localhost:11773/solr/select?q={!raw+f=junit_test_query}ping > > at > > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConn > > ec > > tion.java:1403) > > at java.net.URL.openStream(URL.java:1029) > > at > > org.apache.solr.client.solrj.embedded.JettySolrRunner.waitForSolr(Jett > > ySolrRun > > ner.java:139) > > > > > > REGRESSION: org.apache.solr.schema.TestBinaryField.testSimple > > > > Error Message: > > Jetty/Solr unresponsive > > > > Stack Trace: > > java.lang.RuntimeException: Jetty/Solr unresponsive > > at > > org.apache.solr.client.solrj.embedded.JettySolrRunner.waitForSolr(Jett > > ySolrRun > > ner.java:151) > > at > > org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrR > > unner.jav > > a:113) > > at > > org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrR > > unner.jav > > a:105) > > at > > org.apache.solr.schema.TestBinaryField.setUp(TestBinaryField.java:76) > > at > > > org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner. > > java:147) > > at > > > org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner. > > java:50) > > Caused by: java.io.IOException: Server returned HTTP response code: > > 500 for > > URL: http://localhost:54369/example/select?q={!raw+f=junit_test_query}ping > > at > > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConn > > ec > > tion.java:1403) > > at java.net.URL.openStream(URL.java:1029) > > at > > org.apache.solr.client.solrj.embedded.JettySolrRunner.waitForSolr(Jett > > ySolrRun > > ner.java:139) > > > > > > FAILED: > > junit.framework.TestSuite.org.apache.solr.servlet.CacheHeaderTest > > > > Error Message: > > Jetty/Solr unresponsive > > > > Stack Trace: > > java.lang.RuntimeException: Jetty/Solr unresponsive > > at > > org.apache.solr.client.solrj.embedded.JettySolrRunner.waitForSolr(Jett > > ySolrRun > > ner.java:151) > > at > > org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrR > > unner.jav > > a:113) > > at > > org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrR > > unner.jav > > a:105) > > at > > org.apache.solr.SolrJettyTestBase.createJetty(SolrJettyTestBase.java:57) > > at > > org.apache.solr.servlet.CacheHeaderTest.beforeTest(CacheHeaderTest.jav > > a:39) Caused by: java.io.IOException: Server returned HTTP response > > code: 500 for > > URL: http://localhost:54793/solr/select?q={!raw+f=junit_test_query}ping > > at > > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConn > > ec > > tion.java:1403) > > at java.net.URL.openStream(URL.java:1029) > > at > > org.apache.solr.client.solrj.embedded.JettySolrRunner.waitForSolr(Jett > > ySolrRun > > ner.java:139) > > > > > > > > > > Build Log (for compile errors): > > [...truncated 14790 lines...] > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] For > > additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] For additional > commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
