gary0416 opened a new issue #991: [BUG] zookeeper dashboard error URL: https://github.com/apache/incubator-dolphinscheduler/issues/991  Everything is -1. ``` root@34a2c3b68a9c:/opt/escheduler/logs# cat escheduler-api-server-34a2c3b68a9c.out . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.3.RELEASE) Exception in thread "FourLetterCmd:ruok" java.lang.NoClassDefFoundError: org/apache/logging/log4j/message/Message at org.apache.zookeeper.client.FourLetterWordMain.<clinit>(FourLetterWordMain.java:35) at cn.escheduler.api.utils.ZooKeeperState$SendThread.run(ZooKeeperState.java:135) Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.message.Message at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 2 more Exception in thread "FourLetterCmd:ruok" java.lang.NoClassDefFoundError: Could not initialize class org.apache.zookeeper.client.FourLetterWordMain at cn.escheduler.api.utils.ZooKeeperState$SendThread.run(ZooKeeperState.java:135) ``` **Which version of Easy Scheduler:** dev branch log4j jar is missing.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
