You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/07/24 01:18:00 UTC

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.8.0) - Build # 1694 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/1694/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

3 tests failed.
REGRESSION:  org.apache.solr.handler.admin.ShowFileRequestHandlerTest.testGetRawFile

Error Message:
{msg=SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml  at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:743)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:299)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:207)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)  at org.ecl  request: http://127.0.0.1:57464/solr/collection1/admin/file?file=schema.xml&wt=mock&version=2.2

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: {msg=SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml 	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:743) 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:299) 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:207) 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419) 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137) 	at org.ecl

request: http://127.0.0.1:57464/solr/collection1/admin/file?file=schema.xml&wt=mock&version=2.2
	at __randomizedtesting.SeedInfo.seed([71C0EDCB33FA339E:AFCD4521F92757A7]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:551)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.handler.admin.ShowFileRequestHandlerTest.testGetRawFile(ShowFileRequestHandlerTest.java:123)
	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:483)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


REGRESSION:  org.apache.solr.handler.admin.ShowFileRequestHandlerTest.test404ViaHttp

Error Message:
expected:<404> but was:<500>

Stack Trace:
java.lang.AssertionError: expected:<404> but was:<500>
	at __randomizedtesting.SeedInfo.seed([71C0EDCB33FA339E:AD635BD61DD62742]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.admin.ShowFileRequestHandlerTest.test404ViaHttp(ShowFileRequestHandlerTest.java:58)
	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:483)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


REGRESSION:  org.apache.solr.handler.admin.ShowFileRequestHandlerTest.testDirList

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"/> <title>Error 500 {msg=SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml  at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:743)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:299)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:207)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)  at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)  at org.eclipse.jetty.server.Server.handle(Server.java:368)  at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)  at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)  at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)  at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)  at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.solr.common.SolrException: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml  at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:68)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:485)  at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:251)  at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:248)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  ... 1 more Caused by: org.apache.solr.common.SolrException: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml  at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:594)  at org.apache.solr.schema.IndexSchema.&lt;init&gt;(IndexSchema.java:165)  at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)  at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)  at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:90)  at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:62)  ... 7 more Caused by: org.apache.solr.common.SolrException: Plugin Initializing failure for [schema.xml] fieldType  at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:193)  at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:484)  ... 12 more Caused by: org.apache.solr.common.SolrException: The dimension must be &gt; 0: -2  at org.apache.solr.schema.PointType.init(PointType.java:51)  at org.apache.solr.schema.FieldType.setArgs(FieldType.java:166)  at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:141)  at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:43)  at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:190)  ... 13 more ,code=500}</title> </head> <body> <h2>HTTP ERROR: 500</h2> <p>Problem accessing /solr/collection1/admin/file. Reason: <pre>    {msg=SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml  at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:743)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:299)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:207)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)  at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)  at org.eclipse.jetty.server.Server.handle(Server.java:368)  at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)  at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)  at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)  at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)  at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.solr.common.SolrException: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml  at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:68)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:485)  at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:251)  at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:248)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  ... 1 more Caused by: org.apache.solr.common.SolrException: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml  at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:594)  at org.apache.solr.schema.IndexSchema.&lt;init&gt;(IndexSchema.java:165)  at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)  at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)  at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:90)  at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:62)  ... 7 more Caused by: org.apache.solr.common.SolrException: Plugin Initializing failure for [schema.xml] fieldType  at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:193)  at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:484)  ... 12 more Caused by: org.apache.solr.common.SolrException: The dimension must be &gt; 0: -2  at org.apache.solr.schema.PointType.init(PointType.java:51)  at org.apache.solr.schema.FieldType.setArgs(FieldType.java:166)  at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:141)  at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:43)  at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:190)  ... 13 more ,code=500}</pre></p> <hr /><i><small>Powered 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"/>
<title>Error 500 {msg=SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:743)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:299)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:207)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:368)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml
	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:68)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:485)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:251)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:248)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more
Caused by: org.apache.solr.common.SolrException: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:594)
	at org.apache.solr.schema.IndexSchema.&lt;init&gt;(IndexSchema.java:165)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:90)
	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:62)
	... 7 more
Caused by: org.apache.solr.common.SolrException: Plugin Initializing failure for [schema.xml] fieldType
	at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:193)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:484)
	... 12 more
Caused by: org.apache.solr.common.SolrException: The dimension must be &gt; 0: -2
	at org.apache.solr.schema.PointType.init(PointType.java:51)
	at org.apache.solr.schema.FieldType.setArgs(FieldType.java:166)
	at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:141)
	at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:43)
	at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:190)
	... 13 more
,code=500}</title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /solr/collection1/admin/file. Reason:
<pre>    {msg=SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:743)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:299)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:207)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:368)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml
	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:68)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:485)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:251)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:248)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more
Caused by: org.apache.solr.common.SolrException: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:594)
	at org.apache.solr.schema.IndexSchema.&lt;init&gt;(IndexSchema.java:165)
	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:90)
	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:62)
	... 7 more
Caused by: org.apache.solr.common.SolrException: Plugin Initializing failure for [schema.xml] fieldType
	at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:193)
	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:484)
	... 12 more
Caused by: org.apache.solr.common.SolrException: The dimension must be &gt; 0: -2
	at org.apache.solr.schema.PointType.init(PointType.java:51)
	at org.apache.solr.schema.FieldType.setArgs(FieldType.java:166)
	at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:141)
	at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:43)
	at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:190)
	... 13 more
,code=500}</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([71C0EDCB33FA339E:98F8FC39FBA4A9A4]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:513)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.handler.admin.ShowFileRequestHandlerTest.testDirList(ShowFileRequestHandlerTest.java:89)
	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:483)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11840 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.ShowFileRequestHandlerTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.ShowFileRequestHandlerTest-71C0EDCB33FA339E-001/init-core-data-001
   [junit4]   2> 4474704 T10961 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 4474705 T10961 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 4474706 T10961 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 4474708 T10961 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4474716 T10961 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57464
   [junit4]   2> 4474717 T10961 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 4474718 T10961 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4474718 T10961 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr
   [junit4]   2> 4474719 T10961 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/'
   [junit4]   2> 4474797 T10961 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/solr.xml
   [junit4]   2> 4474821 T10961 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr
   [junit4]   2> 4474824 T10961 oasc.CoreContainer.<init> New CoreContainer 1956977139
   [junit4]   2> 4474824 T10961 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/]
   [junit4]   2> 4474828 T10961 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 4474829 T10961 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 4474829 T10961 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 4474830 T10961 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4474831 T10961 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4474831 T10961 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4474832 T10961 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4474832 T10961 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4474833 T10961 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4474834 T10961 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4474835 T10961 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4474835 T10961 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 4475401 T10961 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr
   [junit4]   2> 4475420 T10961 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/
   [junit4]   2> 4475422 T10961 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4475423 T10971 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/'
   [junit4]   2> 4475454 T10971 oasc.SolrConfig.initLibs Adding specified lib dirs to ClassLoader
   [junit4]   2> 4475456 T10971 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/extraction/lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/extraction/lib).
   [junit4]   2> 4475457 T10971 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 4475458 T10971 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/clustering/lib/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/clustering/lib).
   [junit4]   2> 4475458 T10971 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 4475459 T10971 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/langid/lib/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/langid/lib).
   [junit4]   2> 4475460 T10971 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 4475461 T10971 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/velocity/lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/velocity/lib).
   [junit4]   2> 4475461 T10971 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 4475487 T10971 oasu.SolrIndexConfig.<init> IndexWriter infoStream solr logging is enabled
   [junit4]   2> 4475488 T10971 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 4475535 T10971 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4475538 T10971 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 4475544 T10971 oass.IndexSchema.readSchema [collection1] Schema name=example
   [junit4]   2> 4475797 T10971 oasc.CoreContainer.create ERROR Error creating core [collection1]: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml org.apache.solr.common.SolrException: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:68)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:485)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:251)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:248)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:594)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:165)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:90)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:62)
   [junit4]   2> 	... 7 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Plugin Initializing failure for [schema.xml] fieldType
   [junit4]   2> 	at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:193)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:484)
   [junit4]   2> 	... 12 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: The dimension must be > 0: -2
   [junit4]   2> 	at org.apache.solr.schema.PointType.init(PointType.java:51)
   [junit4]   2> 	at org.apache.solr.schema.FieldType.setArgs(FieldType.java:166)
   [junit4]   2> 	at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:141)
   [junit4]   2> 	at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:43)
   [junit4]   2> 	at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:190)
   [junit4]   2> 	... 13 more
   [junit4]   2> 
   [junit4]   2> 4475801 T10961 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 4475801 T10961 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4475802 T10961 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#57464
   [junit4]   2> 4475811 T10961 oas.SolrTestCaseJ4.setUp ###Starting testGetRawFile
   [junit4]   2> 4475817 T10967 oasc.SolrException.log ERROR null:org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml
   [junit4]   2> 		at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:743)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:299)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:207)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
   [junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
   [junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml
   [junit4]   2> 		at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:68)
   [junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:485)
   [junit4]   2> 		at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:251)
   [junit4]   2> 		at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:248)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 		... 1 more
   [junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml
   [junit4]   2> 		at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:594)
   [junit4]   2> 		at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:165)
   [junit4]   2> 		at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
   [junit4]   2> 		at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
   [junit4]   2> 		at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:90)
   [junit4]   2> 		at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:62)
   [junit4]   2> 		... 7 more
   [junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Plugin Initializing failure for [schema.xml] fieldType
   [junit4]   2> 		at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:193)
   [junit4]   2> 		at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:484)
   [junit4]   2> 		... 12 more
   [junit4]   2> 	Caused by: org.apache.solr.common.SolrException: The dimension must be > 0: -2
   [junit4]   2> 		at org.apache.solr.schema.PointType.init(PointType.java:51)
   [junit4]   2> 		at org.apache.solr.schema.FieldType.setArgs(FieldType.java:166)
   [junit4]   2> 		at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:141)
   [junit4]   2> 		at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:43)
   [junit4]   2> 		at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:190)
   [junit4]   2> 		... 13 more
   [junit4]   2> 	
   [junit4]   2> 4475824 T10961 oas.SolrTestCaseJ4.tearDown ###Ending testGetRawFile
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShowFileRequestHandlerTest -Dtests.method=testGetRawFile -Dtests.seed=71C0EDCB33FA339E -Dtests.slow=true -Dtests.locale=ms_MY -Dtests.timezone=Pacific/Kiritimati -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.05s | ShowFileRequestHandlerTest.testGetRawFile <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: {msg=SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml 	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:743) 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:299) 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:207) 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419) 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137) 	at org.ecl
   [junit4]    > request: http://127.0.0.1:57464/solr/collection1/admin/file?file=schema.xml&wt=mock&version=2.2
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([71C0EDCB33FA339E:AFCD4521F92757A7]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:551)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
   [junit4]    > 	at org.apache.solr.handler.admin.ShowFileRequestHandlerTest.testGetRawFile(ShowFileRequestHandlerTest.java:123)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 4475860 T10961 oas.SolrTestCaseJ4.setUp ###Starting test404ViaHttp
   [junit4]   2> 4475865 T10968 oasc.SolrException.log ERROR null:org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml
   [junit4]   2> 		at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:743)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:299)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:207)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
   [junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
   [junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml
   [junit4]   2> 		at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:68)
   [junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:485)
   [junit4]   2> 		at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:251)
   [junit4]   2> 		at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:248)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 		... 1 more
   [junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml
   [junit4]   2> 		at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:594)
   [junit4]   2> 		at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:165)
   [junit4]   2> 		at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
   [junit4]   2> 		at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
   [junit4]   2> 		at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:90)
   [junit4]   2> 		at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:62)
   [junit4]   2> 		... 7 more
   [junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Plugin Initializing failure for [schema.xml] fieldType
   [junit4]   2> 		at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:193)
   [junit4]   2> 		at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:484)
   [junit4]   2> 		... 12 more
   [junit4]   2> 	Caused by: org.apache.solr.common.SolrException: The dimension must be > 0: -2
   [junit4]   2> 		at org.apache.solr.schema.PointType.init(PointType.java:51)
   [junit4]   2> 		at org.apache.solr.schema.FieldType.setArgs(FieldType.java:166)
   [junit4]   2> 		at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:141)
   [junit4]   2> 		at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:43)
   [junit4]   2> 		at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:190)
   [junit4]   2> 		... 13 more
   [junit4]   2> 	
   [junit4]   2> 4475868 T10961 oas.SolrTestCaseJ4.tearDown ###Ending test404ViaHttp
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShowFileRequestHandlerTest -Dtests.method=test404ViaHttp -Dtests.seed=71C0EDCB33FA339E -Dtests.slow=true -Dtests.locale=ms_MY -Dtests.timezone=Pacific/Kiritimati -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.02s | ShowFileRequestHandlerTest.test404ViaHttp <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<404> but was:<500>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([71C0EDCB33FA339E:AD635BD61DD62742]:0)
   [junit4]    > 	at org.apache.solr.handler.admin.ShowFileRequestHandlerTest.test404ViaHttp(ShowFileRequestHandlerTest.java:58)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 4475883 T10961 oas.SolrTestCaseJ4.setUp ###Starting test404Locally
   [junit4]   2> 4475887 T10961 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 4475887 T10961 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 4475890 T10961 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 4475890 T10961 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 4475891 T10961 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 4475964 T10961 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 4475996 T10961 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4475997 T10961 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 4476005 T10961 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 4476182 T10961 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 4476184 T10961 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 4476186 T10961 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4476199 T10961 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4476203 T10961 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4476217 T10961 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4476223 T10961 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4476227 T10961 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4476230 T10961 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4476230 T10961 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4476231 T10961 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4476232 T10961 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4476233 T10961 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4476234 T10961 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4476234 T10961 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 4476235 T10961 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 4476348 T10961 oasc.CoreContainer.<init> New CoreContainer 413117764
   [junit4]   2> 4476348 T10961 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 4476349 T10961 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 4476349 T10961 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 4476349 T10961 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 4476350 T10961 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4476351 T10961 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4476351 T10961 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4476351 T10961 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4476352 T10961 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4476353 T10961 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4476354 T10961 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4476354 T10961 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4476355 T10961 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 4476361 T10973 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 4476363 T10973 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 4476363 T10973 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 4476363 T10973 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 4476401 T10973 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 4476433 T10973 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4476434 T10973 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 4476439 T10973 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4476637 T10973 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 4476638 T10973 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 4476641 T10973 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4476647 T10973 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4476651 T10973 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4476664 T10973 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4476670 T10973 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4476677 T10973 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4476679 T10973 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4476680 T10973 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4476680 T10973 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4476681 T10973 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4476681 T10973 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4476682 T10973 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 4476683 T10973 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4476684 T10973 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.ShowFileRequestHandlerTest-71C0EDCB33FA339E-001/init-core-data-001/
   [junit4]   2> 4476684 T10973 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@34d85635
   [junit4]   2> 4476685 T10973 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.ShowFileRequestHandlerTest-71C0EDCB33FA339E-001/init-core-data-001
   [junit4]   2> 4476686 T10973 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.ShowFileRequestHandlerTest-71C0EDCB33FA339E-001/init-core-data-001/index/
   [junit4]   2> 4476686 T10973 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.ShowFileRequestHandlerTest-71C0EDCB33FA339E-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 4476687 T10973 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.ShowFileRequestHandlerTest-71C0EDCB33FA339E-001/init-core-data-001/index
   [junit4]   2> 4476688 T10973 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=21.3701171875, floorSegmentMB=0.53125, forceMergeDeletesPctAllowed=15.636978004177596, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4476690 T10973 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@4fabdbea lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3d7fd563)),segFN=segments_1,generation=1}
   [junit4]   2> 4476690 T10973 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4476692 T10973 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 4476698 T10973 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4476699 T10973 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4476699 T10973 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 4476700 T10973 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 4476700 T10973 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4476700 T10973 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4476701 T10973 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 4476701 T10973 oasup.UniqFieldsUpdateProcessorFactory.init WARN Use of the 'fields' init param in UniqFieldsUpdateProcessorFactory is deprecated, please use 'fieldName' (or another FieldMutatingUpdateProcessorFactory selector option) instead
   [junit4]   2> 4476702 T10973 oasup.UniqFieldsUpdateProcessorFactory.init Replacing 'fields' init param with (individual) 'fieldName' params
   [junit4]   2> 4476703 T10973 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 4476703 T10973 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4476704 T10973 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4476705 T10973 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4476705 T10973 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4476706 T10973 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 4476706 T10973 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 4476707 T10973 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4476708 T10973 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 4476708 T10973 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 4476709 T10973 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 4476710 T10973 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 4476711 T10973 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4476711 T10973 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 4476711 T10973 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 4476712 T10973 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 4476713 T10973 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 4476715 T10973 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4476716 T10973 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4476716 T10973 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4476717 T10973 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4476719 T10973 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4476720 T10973 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4476721 T10973 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4476722 T10973 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4476722 T10973 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 4476723 T10973 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 4476735 T10973 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4476736 T10973 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 4476740 T10973 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4476741 T10973 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4476741 T10973 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5038838301933295]
   [junit4]   2> 4476742 T10973 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@4fabdbea lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3d7fd563)),segFN=segments_1,generation=1}
   [junit4]   2> 4476743 T10973 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4476744 T10973 oass.SolrIndexSearcher.<init> Opening Searcher@64fcae7[collection1] main
   [junit4]   2> 4476745 T10973 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 4476746 T10973 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 4476746 T10973 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 4476747 T10973 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 4476747 T10973 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4476748 T10973 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 4476761 T10973 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 4476826 T10974 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@64fcae7[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 4476830 T10973 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4476833 T10961 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 4476834 T10961 oasha.ShowFileRequestHandler.showFromFileSystem ERROR Can not find: does-not-exist-404.txt [/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/does-not-exist-404.txt]
   [junit4]   2> 4476835 T10961 oasc.SolrCore.execute [collection1] webapp=null path=null params={file=does-not-exist-404.txt} status=404 QTime=2 
   [junit4]   2> 4476836 T10961 oas.SolrTestCaseJ4.tearDown ###Ending test404Locally
   [junit4]   2> 4476851 T10961 oas.SolrTestCaseJ4.setUp ###Starting testDirList
   [junit4]   2> 4476856 T10965 oasc.SolrException.log ERROR null:org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml
   [junit4]   2> 		at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:743)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:299)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:207)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
   [junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
   [junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Could not load conf for core collection1: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml
   [junit4]   2> 		at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:68)
   [junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:485)
   [junit4]   2> 		at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:251)
   [junit4]   2> 		at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:248)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 		... 1 more
   [junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Plugin Initializing failure for [schema.xml] fieldType. Schema file is /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/schema.xml
   [junit4]   2> 		at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:594)
   [junit4]   2> 		at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:165)
   [junit4]   2> 		at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
   [junit4]   2> 		at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
   [junit4]   2> 		at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:90)
   [junit4]   2> 		at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:62)
   [junit4]   2> 		... 7 more
   [junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Plugin Initializing failure for [schema.xml] fieldType
   [junit4]   2> 		at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:193)
   [junit4]   2> 		at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:484)
   [junit4]   2> 		... 12 more
   [junit4]   2> 	Caused by: org.apache.solr.common.SolrException: The dimension must be > 0: -2
   [junit4]   2> 		at org.apache.solr.schema.PointType.init(PointType.java:51)
   [junit4]   2> 		at org.apache.solr.schema.FieldType.setArgs(FieldType.java:166)
   [junit4]   2> 		at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:141)
   [junit4]   2> 		at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:43)
   [junit4]   2> 		at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:190)
   [junit4]   2> 		... 13 more
   [junit4]   2> 	
   [junit4]   2> 4476859 T10961 oas.SolrTestCaseJ4.tearDown ###Ending testDirList
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShowFileRequestHandlerTest -Dtests.method=testDirList -Dtests.seed=71C0EDCB33FA339E -Dtests.slow=true -Dtests.locale=ms_MY -Dtests.timezone=Pacific/Kiritimati -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.04s | ShowFileRequestHandlerTest.tes

[...truncated too long message...]

andler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 4481879 T10961 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 4481879 T10961 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=413117764
   [junit4]   2> 4481880 T10961 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@42047683
   [junit4]   2> 4481893 T10961 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 4481894 T10961 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 4481894 T10961 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 4481894 T10961 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 4481896 T10961 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 4481896 T10961 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 4481897 T10961 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.ShowFileRequestHandlerTest-71C0EDCB33FA339E-001/init-core-data-001 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.ShowFileRequestHandlerTest-71C0EDCB33FA339E-001/init-core-data-001;done=false>>]
   [junit4]   2> 4481897 T10961 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.ShowFileRequestHandlerTest-71C0EDCB33FA339E-001/init-core-data-001
   [junit4]   2> 4481897 T10961 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.ShowFileRequestHandlerTest-71C0EDCB33FA339E-001/init-core-data-001/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.ShowFileRequestHandlerTest-71C0EDCB33FA339E-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 4481898 T10961 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.ShowFileRequestHandlerTest-71C0EDCB33FA339E-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.ShowFileRequestHandlerTest-71C0EDCB33FA339E-001
   [junit4]   2> NOTE: test params are: codec=Lucene42, sim=DefaultSimilarity, locale=ms_MY, timezone=Pacific/Kiritimati
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_11 (64-bit)/cpus=2,threads=1,free=244617112,total=519438336
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrQueryParserResource, TestGroupingSearch, RequestHandlersTest, RequiredFieldsTest, CustomCollectionTest, TermVectorComponentTest, MigrateRouteKeyTest, DocValuesMultiTest, SimplePostToolTest, PolyFieldTest, LegacyHTMLStripCharFilterTest, TestFaceting, ZkNodePropsTest, SolrIndexSplitterTest, AddBlockUpdateTest, TestDefaultSimilarityFactory, TestCloudManagedSchema, ConnectionManagerTest, TestDefaultSearchFieldResource, TestTrie, SpellCheckComponentTest, TestFunctionQuery, TestUpdate, TestDocSet, SSLMigrationTest, DOMUtilTest, UpdateParamsTest, SOLR749Test, StandardRequestHandlerTest, TestManagedResourceStorage, SuggestComponentTest, TestExpandComponent, OpenCloseCoreStressTest, TestManagedResource, TestFreeTextSuggestions, TestFastOutputStream, CacheHeaderTest, AnalysisAfterCoreReloadTest, TestFiltering, ScriptEngineTest, TestBinaryResponseWriter, EnumFieldTest, PrimUtilsTest, TestStressUserVersions, ZkControllerTest, TestManagedSchema, TestSolrXmlPersistence, TestFieldSortValues, TestDynamicFieldCollectionResource, JSONWriterTest, DistributedQueryElevationComponentTest, TestSolrQueryParserDefaultOperatorResource, AnalysisErrorHandlingTest, TestShortCircuitedRequests, TestCollapseQParserPlugin, TestIndexSearcher, PrimitiveFieldTypeTest, HighlighterTest, TestMultiCoreConfBootstrap, TestCloudManagedSchemaConcurrent, SortByFunctionTest, TestPartialUpdateDeduplication, SpellCheckCollatorTest, ReturnFieldsTest, TestMiniSolrCloudCluster, ZkCLITest, HdfsRecoveryZkTest, PingRequestHandlerTest, TestStandardQParsers, SolrPluginUtilsTest, MBeansHandlerTest, TestJmxIntegration, TestUniqueKeyFieldResource, TestDocBasedVersionConstraints, TestRandomFaceting, BasicDistributedZk2Test, SuggesterWFSTTest, TestFuzzyAnalyzedSuggestions, AddSchemaFieldsUpdateProcessorFactoryTest, HdfsBasicDistributedZkTest, DistanceFunctionTest, HdfsUnloadDistributedZkTest, CursorPagingTest, TestInfoStreamLogging, DocValuesMissingTest, MoreLikeThisHandlerTest, TestStressVersions, TestSchemaNameResource, TestSearcherReuse, DistributedTermsComponentTest, SliceStateTest, TestMaxScoreQueryParser, DeleteInactiveReplicaTest, TestFastWriter, TestRecovery, TestIndexingPerformance, DistributedQueryComponentCustomSortTest, TestDistribDocBasedVersion, BinaryUpdateRequestHandlerTest, TestAnalyzedSuggestions, TestFieldCollectionResource, ChaosMonkeySafeLeaderTest, HdfsChaosMonkeySafeLeaderTest, TestSort, DistributedSuggestComponentTest, TestTolerantSearch, TestCustomSort, TestLeaderElectionZkExpiry, CoreAdminCreateDiscoverTest, SolrXmlInZkTest, OverseerStatusTest, TestLFUCache, TestReplicationHandlerBackup, QueryElevationComponentTest, TestFieldTypeCollectionResource, SyncSliceTest, TestWordDelimiterFilterFactory, TestSchemaResource, TimeZoneUtilsTest, SolrCoreCheckLockOnStartupTest, TestCollationField, IndexSchemaRuntimeFieldTest, TestSolrXml, TestHighFrequencyDictionaryFactory, ClusterStateUpdateTest, TestCoreContainer, ReplicationFactorTest, TestFieldResource, SynonymTokenizerTest, NoCacheHeaderTest, TestCopyFieldCollectionResource, TestNonDefinedSimilarityFactory, TestSerializedLuceneMatchVersion, HardAutoCommitTest, DistributedExpandComponentTest, ChaosMonkeyNothingIsSafeTest, TestBlendedInfixSuggestions, TestInitQParser, TestCSVResponseWriter, MinimalSchemaTest, TestSolr4Spatial, TestChildDocTransformer, DefaultValueUpdateProcessorTest, TestAtomicUpdateErrorCases, SuggesterTSTTest, TestSolrDeletionPolicy1, DistributedQueryComponentOptimizationTest, TestLMJelinekMercerSimilarityFactory, CurrencyFieldXmlFileTest, BadIndexSchemaTest, TestRequestStatusCollectionAPI, TestBinaryField, TestLazyCores, TestComplexPhraseQParserPlugin, TestManagedSynonymFilterFactory, TestRandomMergePolicy, TestCollationFieldDocValues, ConvertedLegacyTest, FieldMutatingUpdateProcessorTest, TestSuggestSpellingConverter, NumericFieldsTest, TestSystemIdResolver, TestStressReorder, AnalyticsQueryTest, OverseerTest, TestStressRecovery, SampleTest, SolrCoreTest, FullSolrCloudDistribCmdsTest, CopyFieldTest, TestHashPartitioner, HdfsSyncSliceTest, OutputWriterTest, TestQueryUtils, TestNumberUtils, TestCollectionAPI, TestImplicitCoreProperties, UniqFieldsUpdateProcessorFactoryTest, TestRandomDVFaceting, TestLMDirichletSimilarityFactory, DateMathParserTest, AssignTest, TestFileDictionaryLookup, TestSchemaVersionResource, DateFieldTest, TestElisionMultitermQuery, TriLevelCompositeIdRoutingTest, TestRTGBase, OverseerCollectionProcessorTest, TestExceedMaxTermLength, TestCollationKeyRangeQueries, JsonLoaderTest, FileBasedSpellCheckerTest, SimpleFacetsTest, TestDistributedGrouping, TestPostingsSolrHighlighter, BasicDistributedZkTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, TestReplicationHandler, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestRealTimeGet, TestJoin, TestReload, TestRangeQuery, StatsComponentTest, SolrCmdDistributorTest, PeerSyncTest, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, SoftAutoCommitTest, ShowFileRequestHandlerTest]
   [junit4] Completed in 7.23s, 4 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 556 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:467: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:447: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1299: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:923: There were test failures: 408 suites, 1684 tests, 2 errors, 1 failure, 43 ignored (16 assumptions)

Total time: 152 minutes 55 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any