Hello Solr Experts,

Good Evening !

I have an  issue , Whenever I run the Auto Suggest component ,

http://lapp81.rno.com:8989/solr/Data/suggest?suggest=true&suggest.build=true&suggest.dictionary=fuzzySuggester&wt=json&suggest.q=Jerry


I am getting the following Error .

{"responseHeader":{"status":500,"QTime":341753},"error":{"msg":"No
space left on device","trace":"java.io.IOException: No space left on
device\n\tat sun.nio.ch.FileDispatcherImpl.write0(Native Method)\n\tat
sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:60)\n\tat
sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)\n\tat
sun.nio.ch.IOUtil.write(IOUtil.java:65)\n\tat
sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:211)\n\tat
java.nio.channels.Channels.writeFullyImpl(Channels.java:78)\n\tat
java.nio.channels.Channels.writeFully(Channels.java:101)\n\tat
java.nio.channels.Channels.access$000(Channels.java:61)\n\tat
java.nio.channels.Channels$1.write(Channels.java:174)\n\tat
org.apache.lucene.store.FSDirectory$FSIndexOutput$1.write(FSDirectory.java:419)\n\tat
java.util.zip.CheckedOutputStream.write(CheckedOutputStream.java:73)\n\tat
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)\n\tat
java.io.BufferedOutputStream.write(BufferedOutputStream.java:126)\n\tat
org.apache.lucene.store.OutputStreamIndexOutput.writeBytes(OutputStreamIndexOutput.java:53)\n\tat
org.apache.lucene.util.OfflineSorter$ByteSequencesWriter.write(OfflineSorter.java:529)\n\tat
org.apache.lucene.search.suggest.analyzing.AnalyzingSuggester.build(AnalyzingSuggester.java:480)\n\tat
org.apache.lucene.search.suggest.Lookup.build(Lookup.java:190)\n\tat
org.apache.solr.spelling.suggest.SolrSuggester.build(SolrSuggester.java:181)\n\tat
org.apache.solr.handler.component.SuggestComponent.prepare(SuggestComponent.java:179)\n\tat
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:269)\n\tat
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)\n\tat
org.apache.solr.core.SolrCore.execute(SolrCore.java:2440)\n\tat
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:723)\n\tat
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:529)\n\tat
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)\n\tat
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)\n\tat
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)\n\tat
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)\n\tat
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)\n\tat
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)\n\tat
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)\n\tat
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)\n\tat
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)\n\tat
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)\n\tat
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)\n\tat
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)\n\tat
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119)\n\tat
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)\n\tat
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)\n\tat
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)\n\tat
org.eclipse.jetty.server.Server.handle(Server.java:534)\n\tat
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)\n\tat
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)\n\tat
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)\n\tat
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)\n\tat
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)\n\tat
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)\n\tat
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)\n\tat
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)\n\tat
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)\n\tat
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)\n\tat
java.lang.Thread.run(Thread.java:748)\n","code":500}}

Please share your thoughts .

Thanks

Fiz Ahmed.

Reply via email to