[
https://issues.apache.org/jira/browse/SOLR-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468920
]
Antonio Eggberg commented on SOLR-129:
--------------------------------------
Please close this bug. I have found the problem. For those of you who might be
wondering why do you see strange char in flare index page.. cos you are in
debug mode :-) If I read the code a bit more carefully :-.. anyway turn off
"debug" in your app/view pages.
However the problem of post i.e. add document.. still exist. this is above my
java expertise .. so here is the error log...
SEVERE: org.xmlpull.v1.XmlPullParserException: could not resolve entity named
'aring' (position: START_TAG seen ...<field
name=\'description_text\'>Två... @1:115)
at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1282)
at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
at org.xmlpull.mxp1.MXParser.nextText(MXParser.java:1058)
at org.apache.solr.core.SolrCore.readDoc(SolrCore.java:927)
at org.apache.solr.core.SolrCore.update(SolrCore.java:720)
at
org.apache.solr.servlet.SolrUpdateServlet.doPost(SolrUpdateServlet.java:53)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:616)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:473)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at org.mortbay.http.HttpServer.service(HttpServer.java:909)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:820)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:245)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
> Solrb - UTF 8 Support for add/delete
> ------------------------------------
>
> Key: SOLR-129
> URL: https://issues.apache.org/jira/browse/SOLR-129
> Project: Solr
> Issue Type: Bug
> Components: clients - ruby - flare
> Environment: OSX
> Reporter: Antonio Eggberg
>
> Hi:
> This could be a ruby utf-8 bug. Anyway when I try to do a UTF-8 document add
> via post.sh and then do query via Solr Admin everything works as it should.
> However using the solrb ruby lib or flare UTF-8 doc add doesn't work as it
> should. I am not sure what I am doing wrong and I don't think its Solr cos it
> works as it should.
> Could this be a famous utf-8 ruby bug? I am using ruby 1.8.5 with rails 1.2.1
> Cheers
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.