[ http://issues.apache.org/jira/browse/SOLR-92?page=all ]

Ryan McKinley updated SOLR-92:
------------------------------

    Attachment: resinXmlParser.patch

simple change moving:
 case Node.ATTRIBUTE_NODE: 

to use:
  nd.getNodeValue()

> XML parsing error with resin-3.0.21
> -----------------------------------
>
>                 Key: SOLR-92
>                 URL: http://issues.apache.org/jira/browse/SOLR-92
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: running resin-3.0.21
>            Reporter: Ryan McKinley
>            Priority: Minor
>         Attachments: resinXmlParser.patch
>
>
> When the resin XML parser starts, it gets the following error trying to parse 
> the config file:
> [00:25:35.025] Caused by: java.lang.NumberFormatException: empty String
> [00:25:35.025]  at
> sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:994)
> [00:25:35.025]  at java.lang.Float.parseFloat(Float.java:394)
> [00:25:35.025]  at org.apache.solr.core.Config.getFloat(Config.java:174)
> [00:25:35.025]  at
> org.apache.solr.schema.IndexSchema.readConfig(IndexSchema.java:273)
> see: http://www.mail-archive.com/solr-dev@lucene.apache.org/msg01852.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to