欢迎使用普元产品知识库,本知识库包含普元应用开发平台EOSPlatform,流程平台BPS,企业服务总线ESB,微服务平台Microservice,运维管理平台Devops,数据集成平台DI

页面树结构

欢迎使用普元文档库

Skip to end of metadata
Go to start of metadata

【解答】

建议检查如下几处配置:

1、检查各节点apps_config\default\config\wfengine-config.xml中集群开关是否为true,见如下红色标注内容:

   <module name="wfcluster">
        <group name="wfcache">
            <!-- 引擎集群通知开关 -->
            <configValue key="enable">true</configValue>
            <!-- 流程实例缓存的实例数上限 -->
            <configValue key="inst_cache_max_nodes">3000</configValue>
            <!-- 代理关系缓存的实例数上限 -->
            <configValue key="agent_cache_max_nodes">3000</configValue>
            <configValue key="auto_delete_processinst">true</configValue>
            <configValue key="always_persistent_processinst">false</configValue>
            <configValue key="always_persistent_activityinst">false</configValue>
        </group>
    </module>

2、从wfsys.log中查看启动日志中有没有打出BPS Cluster Framework is True !

3、检查集群通知日志wfmessage.log中是否有异常。

4、若启用多租户,请确保租户信息设置正确