Re: Debugging custom RequestHander: spinning up a core for debugging

2017-12-22 Thread Tod Olson
Thanks, that pointed me in the right direction! The problem was an ancient ICU library in the distributed code. -Tod On Dec 15, 2017, at 5:15 PM, Erick Erickson mailto:erickerick...@gmail.com>> wrote: My guess is this isn't a Solr issue at all; you are somehow using an old Java. RBBIDataWrapp

Re: Debugging custom RequestHander: spinning up a core for debugging

2017-12-15 Thread Erick Erickson
My guess is this isn't a Solr issue at all; you are somehow using an old Java. RBBIDataWrapper is from com.ibm.icu.text; I saw on a quick Google that this was cured by re-installing Eclipse, but that was from 5 years ago. You say your Java and IDE skills are a bit rusty, maybe you haven't updat