Re: Getting Files into Zookeeper

2013-01-11 Thread Christopher Gross
I changed it to only go to one Zookeeper (localhost:2181) and it still gave me the same stack trace error. I was eventually able to get around this -- I just used the "bootstrap" arguments when starting up my Tomcat instances to push the configs over -- though I'd rather just do it externally from

Re: Getting Files into Zookeeper

2013-01-11 Thread Mark Miller
It's a bug that you only see RuntimeException - in 4.1 you will get the real problem - which is likely around connecting to zookeeper. You might try with a single zk host in the zk host string initially. That might make it easier to track down why it won't connect. It's tough to diagnose because