Afaik the only xml that nutch should be touching is its own config files. This 
error shows up in solr admin

Sent from my iPhone

> On Dec 16, 2016, at 1:55 AM, Reth RM <reth.ik...@gmail.com> wrote:
> 
> Are you indexing xml files through nutch? This exception purely looks like
> processing of in-correct format xml file.
> 
> On Mon, Dec 12, 2016 at 11:53 AM, KRIS MUSSHORN <mussho...@comcast.net>
> wrote:
> 
>> ive scoured my nutch and solr config files and I cant find any cause.
>> suggestions?
>> Monday, December 12, 2016 2:37:13 PM    ERROR   null
>> RequestHandlerBase      org.apache.solr.common.SolrException: Unexpected
>> character '&' (code 38) in epilog; expected '<'
>> org.apache.solr.common.SolrException: Unexpected character '&' (code 38)
>> in epilog; expected '<'
>> at [row,col {unknown-source}]: [1,36]
>>        at org.apache.solr.handler.loader.XMLLoader.load(
>> XMLLoader.java:180)
>>        at org.apache.solr.handler.UpdateRequestHandler$1.load(
>> UpdateRequestHandler.java:95)
>>        at org.apache.solr.handler.ContentStreamHandlerBase.
>> handleRequestBody(ContentStreamHandlerBase.java:70)
>>        at org.apache.solr.handler.RequestHandlerBase.handleRequest(
>> RequestHandlerBase.java:156)
>>        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2073)
>>        at org.apache.solr.servlet.HttpSolrCall.execute(
>> HttpSolrCall.java:658)
>>        at org.apache.solr.servlet.HttpSolrCall.call(
>> HttpSolrCall.java:457)
>>        at org.apache.solr.servlet.SolrDispatchFilter.doFilter(
>> SolrDispatchFilter.java:223)
>>        at org.apache.solr.servlet.SolrDispatchFilter.doFilter(
>> SolrDispatchFilter.java:181)
>>        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.
>> doFilter(ServletHandler.java:1652)
>>        at org.eclipse.jetty.servlet.ServletHandler.doHandle(
>> ServletHandler.java:585)
>>        at org.eclipse.jetty.server.handler.ScopedHandler.handle(
>> ScopedHandler.java:143)
>>        at org.eclipse.jetty.security.SecurityHandler.handle(
>> SecurityHandler.java:577)
>>        at org.eclipse.jetty.server.session.SessionHandler.
>> doHandle(SessionHandler.java:223)
>>        at org.eclipse.jetty.server.handler.ContextHandler.
>> doHandle(ContextHandler.java:1127)
>>        at org.eclipse.jetty.servlet.ServletHandler.doScope(
>> ServletHandler.java:515)
>>        at org.eclipse.jetty.server.session.SessionHandler.
>> doScope(SessionHandler.java:185)
>>        at org.eclipse.jetty.server.handler.ContextHandler.
>> doScope(ContextHandler.java:1061)
>>        at org.eclipse.jetty.server.handler.ScopedHandler.handle(
>> ScopedHandler.java:141)
>>        at org.eclipse.jetty.server.handler.ContextHandlerCollection.
>> handle(ContextHandlerCollection.java:215)
>>        at org.eclipse.jetty.server.handler.HandlerCollection.
>> handle(HandlerCollection.java:110)
>>        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(
>> HandlerWrapper.java:97)
>>        at org.eclipse.jetty.server.Server.handle(Server.java:499)
>>        at org.eclipse.jetty.server.HttpChannel.handle(
>> HttpChannel.java:310)
>>        at org.eclipse.jetty.server.HttpConnection.onFillable(
>> HttpConnection.java:257)
>>        at org.eclipse.jetty.io.AbstractConnection$2.run(
>> AbstractConnection.java:540)
>>        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(
>> QueuedThreadPool.java:635)
>>        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(
>> QueuedThreadPool.java:555)
>>        at java.lang.Thread.run(Thread.java:745)
>> 
>> 

Reply via email to