Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: HELP: Trying to configure Zookeeper and Kafka |
|
Author |
|
sunglant
Joined: 29 Jan 2018 Posts: 1 Location: US, Sierra Vista
|
Posted: Mon 29 Jan '18 19:29 Post subject: HELP: Trying to configure Zookeeper and Kafka |
|
|
Hello everyone,
I am trying to stand up a simple quorum and configure kafka and zookeeper to handle large to very large sized payloads. All my builds are on RHEL 7.4, and while I have set each system up they keep falling down. I assume I missed something in a configuration file. but I don't know which ones to look at. This build I am working with is a test which is not getting any data or payloads at the moment. I am trying to write up the build guide for automation purposes later but if I cannot get the two systems to stand up and play nice then I am proving einstin's theory of insanity.
Any assistance related to which files I need to modify or what I need to put in them would be very helpful.
Thank you.
additional I cannot get zookeeper to go into a quorum state I get the following errors
Failed to instantiate SLF4J LoggerFactory
Reported exception:
java.lang.NoClassDefFoundError: org/apache/log4j/Level
at org.slf4j.LoggerFactory.bind(LoggerFactory.java:121)
at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:111)
at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:268)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:241)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:254)
at org.apache.zookeeper.server.quorum.QuorumPeerMain.<clinit>(QuorumPeerMain.java:67)
Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Level
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 6 more
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Level
at org.slf4j.LoggerFactory.bind(LoggerFactory.java:121)
at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:111)
at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:268)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:241)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:254)
at org.apache.zookeeper.server.quorum.QuorumPeerMain.<clinit>(QuorumPeerMain.java:67)
Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Level
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 6 more
echo stat | nc localhost 2181
This ZooKeeper instance is not currently serving requests
Please Help as soon as possible |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 08 Feb '18 16:31 Post subject: |
|
|
You are in the wrong forum. Here we discuss httpd apache on windows (some times other distros). |
|
Back to top |
|
|
|
|
|
|