You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by cwhit <cw...@solinkcorp.com> on 2014/01/06 16:29:39 UTC

Error from SPLITSHARD that seems to be unrecoverable

I'm using Solr 4.6 with SolrCloud.  I tried using the SPLITSHARD command and
it threw a series of exceptions, which have put my SolrCloud in a weird
state.  

Here is an image of my SolrCloud setup after a few tries at SPLITSHARD, all
of which fail. <http://imgur.com/CFXJKfb>  

Here is the log output. <http://pastebin.com/7uC5PQsa>  

The notable exception claims that it can't read stopwords.txt, but the file
is absolutely present locally at solr/conf/stopwords.txt, and it's present
in zookeeper at /configs/config1/stopwords.txt (I checked with zkCli.cmd). 
Here is the notable exception stack trace:

ERROR - 2013-12-20 20:18:24.231; org.apache.solr.core.CoreContainer; Unable
to create core: collection1_shard3_1_replica1 
java.lang.RuntimeException: java.io.IOException: Error opening
/configs/config1/stopwords.txt 
        at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:169) 
        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.ZkContainer.createFromZk(ZkContainer.java:254) 
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:590) 
        at
org.apache.solr.handler.admin.CoreAdminHandler.handleCreateAction(CoreAdminHandler.java:498) 
        at
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:152) 
        at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135) 
        at
org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:662) 
        at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:248) 
        at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:197) 
        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.handler.ScopedHandler.handle(ScopedHandler.java:137) 
        at
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) 
        at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) 
        at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075) 
        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.ContextHandlerCollection.handle(ContextHandlerCollection.java:255) 
        at
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154) 
        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.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:53) 
        at
org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953) 
        at
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014) 
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861) 
        at
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) 
        at
org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72) 
        at
org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264) 
        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(Unknown Source) 
Caused by: java.io.IOException: Error opening /configs/config1/stopwords.txt 
        at
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:83) 
        at
org.apache.lucene.analysis.util.AbstractAnalysisFactory.getLines(AbstractAnalysisFactory.java:255) 
        at
org.apache.lucene.analysis.util.AbstractAnalysisFactory.getWordSet(AbstractAnalysisFactory.java:243) 
        at
org.apache.lucene.analysis.core.StopFilterFactory.inform(StopFilterFactory.java:99) 
        at
org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:655) 
        at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:167) 
        ... 35 more 


I have 2 questions that stem from this: Why is it happening and how can I
solve it?  It seems to be having trouble locating the config documents.




--
View this message in context: http://lucene.472066.n3.nabble.com/Error-from-SPLITSHARD-that-seems-to-be-unrecoverable-tp4109763.html
Sent from the Solr - User mailing list archive at Nabble.com.