问题描述:
在afcenter中新建流程,流程参与者选择“上一环节处理人直属上级”,在流程启动时报错:
afcenter中报错:errorMessage":"ErrCode: 21000000\nMessage: (ErrCode: 21040507\nMessage: Start manual activity error )","code":"21000000"}
在BPS中报错信息如下:
Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @71e7a66b [in thread "http-nio-48084-exec-15"]
排查方案:
请检查EOS启动时所用的jdk版本,当jdk版本太高时可能会导致该问题,可在启动脚本中指定jdk,选用低版本jdk,如jdk1.8
如linux环境中在启动脚本中指定jdk方:export JAVA_HOME=jdk路径