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 > wrote: My guess is this isn't a Solr issue at all; you are somehow using

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

Debugging custom RequestHander: spinning up a core for debugging

2017-12-15 Thread Tod Olson
Hi everyone, I need to do some step-wise debugging on a custom RequestHandler. I'm trying to spin up a core in a Junit test, with the idea of running it inside of Eclipse for debugging. (If there's an easier way, I'd like to see a walk through!) Problem is the core fails to spin up with: