Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在 Docker 容器中运行 WSO2 IDS、ESB、BPS。所有组件都在使用 Identity Server,并且一切正常,但是当我尝试登录 bpmn-explorer 时,我收到“用户名或密码无效!” 我尝试使用默认管理员凭据,并且我直接在 BPS 中创建了新用户,但没有任何效果。你能告诉我在哪里可以找到 bpmn-explorer 日志或我需要修改哪些文件。
遇到了同样的问题,解决方案是允许 BPS 的碳控制台上的管理员帐户角色具有更多权限。
将更多 BPS 权限添加到关联的管理员角色
并且该问题引发的内部异常已在 BPS carbon.log 文件中注册:
Caused by: org.wso2.carbon.user.core.UserStoreException: Invalid Permission root path provided
现在您可以进入 bpmn-explorer 控制台。