例1:java.lang.RuntimeException: [SchedulerxClient]: init error, clientConfig:ClientConfig Caused by: java.net.BindException: Caused by: com.xxx.xxx.exception.InitException: [ServerRemoting]: init error 解决方法:重新部署 例2:Caused by: java.lang.RuntimeException: Error parsing XPath ‘/sqlMap/sql’. Cause: com.ibatis.sqlmap.client.SqlMapException: Duplicate -include ‘xxxDO.comment’ found. 解决方法:Duplicate 为重复,在对应xml文件,检查sql id是 ‘xxxDO.comment’ 的命名是否匹配