同福

Canal: nested exception is java.lang.RuntimeException: Config dir not found

介绍

介绍


原因


解决

把startup.bat的如下内容:

set CLASSPATH=%conf_dir%
set CLASSPATH=%conf_dir%\..\lib\*;%CLASSPATH%

替换为:

set CLASSPATH=%conf_dir%;%conf_dir%\..\lib\*