Unable to Restart running Zookeeper instance

549 views
Skip to first unread message

Nitin Arora

unread,
Jun 25, 2014, 2:18:55 PM6/25/14
to exhibit...@googlegroups.com
Hi All,

I have setup exhibitor using the standalone jar generated using the latest pom file version 1.5.2. I'm using shared configuration and S3 is the configuration location. Exhibitor detects the running zookeeper instance but when I try to restart the zookeeper instance from the Control Panel I get the following exception.

INFO  com.netflix.exhibitor.core.activity.ActivityLog  Attempting to stop instance [ActivityQueue-0]
INFO  com.netflix.exhibitor.core.activity.ActivityLog  Attempting to start/restart ZooKeeper [ActivityQueue-0]
ERROR com.netflix.exhibitor.core.activity.ActivityLog  Trying to kill running instance [ActivityQueue-0]
java.io.IOException: Could not find (.*log4j.*)|(.*slf4j.*) jar
at com.netflix.exhibitor.core.processes.Details.findJar(Details.java:145)
at com.netflix.exhibitor.core.processes.Details.<init>(Details.java:57)
at com.netflix.exhibitor.core.processes.StandardProcessOperations.internalKill(StandardProcessOperations.java:228)
at com.netflix.exhibitor.core.processes.StandardProcessOperations.waitForKill(StandardProcessOperations.java:211)
at com.netflix.exhibitor.core.processes.StandardProcessOperations.killInstance(StandardProcessOperations.java:89)
at com.netflix.exhibitor.core.state.KillRunningInstance.call(KillRunningInstance.java:58)
at com.netflix.exhibitor.core.state.KillRunningInstance.call(KillRunningInstance.java:23)
at com.netflix.exhibitor.core.activity.ActivityQueue$1.run(ActivityQueue.java:126)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)

Can somebody help?

Thanks

Jordan Zimmerman

unread,
Jun 25, 2014, 2:22:36 PM6/25/14
to Nitin Arora, exhibit...@googlegroups.com
Sounds like the directory you’ve specified for the ZooKeeper install is not correct. The error message should be better of course.

-JZ
--
You received this message because you are subscribed to the Google Groups "exhibitor-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to exhibitor-use...@googlegroups.com.
To post to this group, send email to exhibit...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/exhibitor-users/b1f8b66c-5069-458f-9ef0-56ecf8bc0331%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Nitin Arora

unread,
Jun 25, 2014, 3:19:53 PM6/25/14
to exhibit...@googlegroups.com, na.a...@gmail.com
Hi JZ,

Thanks for the reply. It was indeed the path of the zookeeper installation directory. I was using the $HOME environment variable in my path of the zookeeper installation but it does not work. 

When I specified the full absolute path of the zookeeper directory. It did work.

-Nitin
Reply all
Reply to author
Forward
0 new messages