Hi,

What is the best way to figure out which field is giving this error:

Aug 21, 2008 8:34:17 AM org.apache.solr.common.SolrException log
SEVERE: java.lang.NumberFormatException: For input string: ""
        at 
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
        at java.lang.Integer.parseInt(Integer.java:468)
        at java.lang.Integer.valueOf(Integer.java:553)
        at org.apache.solr.schema.IntField.toObject(IntField.java:71)
        at org.apache.solr.schema.IntField.toObject(IntField.java:32)

It is confusing because if I run the same query  without shards, it works.

This fails:
http://10.0.16.98:8983/solr/select?shards=10.0.16.98:8983/solr&q=cancer
Where this works:
http://10.0.16.98:8983/solr/select?q=cancer

It seems limited to the binary transfer that happens between shards -
where is the best place to start to debug this? I just updated from
the latest trunk 1.3

-- 
Regards,

Ian Connor
1 Leighton St #605
Cambridge, MA 02141
Direct Line: +1 (978) 6333372
Call Center Phone: +1 (714) 239 3875 (24 hrs)
Mobile Phone: +1 (312) 218 3209
Fax: +1(770) 818 5697
Suisse Phone: +41 (0) 22 548 1664
Skype: ian.connor

Reply via email to