soabase / exhibitor

ZooKeeper co-process for instance monitoring, backup/recovery, cleanup and visualization.

Home Page:https://groups.google.com/forum/#!topic/exhibitor-users/PVkcd88mk8c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nullpointer in 1.5.4

analytically opened this issue · comments

java.lang.NullPointerException
    at com.netflix.exhibitor.core.processes.StandardProcessOperations.prepConfigFile(StandardProcessOperations.java:161)
    at com.netflix.exhibitor.core.processes.StandardProcessOperations.startInstance(StandardProcessOperations.java:109)
    at com.netflix.exhibitor.core.state.KillRunningInstance.completed(KillRunningInstance.java:41)
    at com.netflix.exhibitor.core.activity.ActivityQueue$1.run(ActivityQueue.java:127)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

This is due to 8111083

Awaiting 1.5.5 release.

@analytically have you came across #236 ?

I got it working (1.5.4 from git) but gave up after Exhibitor was stuck in a restart loop. I'm now running Zookeeper manually. I might revisit Exhibitor later.

Closing this for now. You can re-open if you have further issues.