I checked the File. . .nothing is there. I mean the formatting is correct, its a valid XML file.
On Wed, Jul 31, 2013 at 6:38 PM, Markus Jelsma <markus.jel...@openindex.io>wrote: > This file is malformed: > > *SEVERE: org.apache.solr.common.SolrException: Unexpected character '<' > (code 60) expected '='* > * at [row,col {unknown-source}]: [20281,18]* > > Check row 20281 column 18 > > > -----Original message----- > > From:Vineet Mishra <clearmido...@gmail.com> > > Sent: Wednesday 31st July 2013 15:05 > > To: solr-user@lucene.apache.org > > Subject: Unexpected character '<' (code 60) expected '=' > > > > Hi All > > > > I am currently stuck in a Solr Issue while Posting some data to Solr > Server. > > > > I have some record from Hbase which I am posting to Solr, but after > posting > > some 1 Million of data records, it suddenly stopped. Checking the > Catalina > > log trace it showed, > > > > *org.apache.solr.common.SolrException: Unexpected character '<' (code 60) > > expected '='* > > * > > * > > * > > * > > I am not sure whether its the issue with some malformed data for the > > posting, because whatever xml file which I am generating before posting I > > have tried posting that specific file to the solr and its going well. > > > > Below is the whole log trace, > > > > > > *SEVERE: org.apache.solr.common.SolrException: Unexpected character '<' > > (code 60) expected '='* > > * at [row,col {unknown-source}]: [20281,18]* > > * at org.apache.solr.handler.XMLLoader.load(XMLLoader.java:81)* > > * at > > > org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:58) > > * > > * at > > > org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129) > > * > > * at org.apache.solr.core.SolrCore.execute(SolrCore.java:1398)* > > * at > > > org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:356) > > * > > * at > > > org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:252) > > * > > * at > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > > * > > * at > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > > * > > * at > > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > > * > > * at > > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > > * > > * at > > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > > * > > * at > > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103) > > * > > * at > > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > > * > > * at > > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)* > > * at > > > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)* > > * at > > > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606) > > * > > * at > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) > > * > > * at java.lang.Thread.run(Thread.java:722)* > > *Caused by: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected > > character '<' (code 60) expected '='* > > * at [row,col {unknown-source}]: [20281,18]* > > * at > > > com.ctc.wstx.sr.StreamScanner.throwUnexpectedChar(StreamScanner.java:648)* > > * at > > > com.ctc.wstx.sr.BasicStreamReader.handleNsAttrs(BasicStreamReader.java:3001) > > * > > * at > > > com.ctc.wstx.sr.BasicStreamReader.handleStartElem(BasicStreamReader.java:2936) > > * > > * at > > > com.ctc.wstx.sr.BasicStreamReader.nextFromTree(BasicStreamReader.java:2848)* > > * at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1019)* > > * at org.apache.solr.handler.XMLLoader.readDoc(XMLLoader.java:295)* > > * at org.apache.solr.handler.XMLLoader.processUpdate(XMLLoader.java:157)* > > * at org.apache.solr.handler.XMLLoader.load(XMLLoader.java:79)* > > * ... 17 more* > > * > > * > > Has anybody faced this issue. > > > > Thanks and Regards > > Vineet > > >