环境
dolphinscheduler-3.1.8
安装报错
org.apache.zookeeper.zookeepermain - processing deleteall exception in thread main java.lang.NoClassDefFoundError:org/apache/common/cli/defaultparser
解决方案
添加 apache-commons-api jar(1.5.0) 到libs目录下https://mvnrepository.com/artifact/commons-cli/commons-cli/1.5

在尝试安装Dolphinscheduler3.1.8时遇到NoClassDefFoundError,原因是缺少org.apache.commons.cli.jar。解决方案是在lib目录下添加commons-cli-1.5.0.jar。
1万+





