: I am using Solr Lucene - 2.0 Hmmm.... that doesn't exist.
what do you see when you view the /admin/registry.jsp page in your browser, and you look at these values... Solr Specification Version Solr Implementation Version Lucene Specification Version Lucene Implementation Version As for your specific problem... : > >> org.xmlpull.v1.XmlPullParserException: entity reference names can not : > >> start with character '\ufffd' (position: START_TAG seen ...ients with : > >> our topping service.<br />\r\n\ufffd\u2f2\ufffd\u1b7\ufffd : > >> \ufffd\ufffd\u6b5\ufffd\ufffd\ufffd\ufffd\ubd6f\ufffd\ufffd\u5ae\ufffd : > >> \ufffd\ufffd&\ufffd... @5167:22) ... : > > What could be the probable mistake done by me in my xml file, as I am : > > unable to discover it? have you looked at line 5167 column 22? an "entity reference name" is things like < and & ... in thta error message right there where it says "can not start with character '\ufffd'" i see "&\ufffd" which would seem to be the source of your problem. that's not a legal XML entity. -Hoss