【问题标题】:WSO2 IS - UserStoreException while configuring mongodb-user soreWSO2 IS - 配置 mongodb-user sore 时出现 UserStoreException
【发布时间】:2020-03-10 19:01:14
【问题描述】:



我正在尝试按照以下 GITHUB 存储库中提供的步骤将 MongoDB 用户存储配置为 WSO2 Identity Server v5.9.0 中的主要用户存储:

MongoDB user store extension

[user_store]
type = "database"
class = "org.wso2.carbon.mongodb.user.store.mgt.MongoDBUserStoreManager"
connection_url = "mongodb://localhost:27017/wso2_carbon_db"
connection_name = "wso2_admin"
connection_password = "test123"

我尝试在两个路径中复制 mongodb.user.store.mgt-1.0.0-SNAPSHOT.jar 后运行 wso2server.bat

latestwso2\repository\components\plugins
latestwso2\repository\components\dropins

WSO2 Identity Server Console

WSO2 Identity Server Console

请让我知道我还需要配置什么才能使其正常工作。

【问题讨论】:

    标签: mongodb wso2 wso2is


    【解决方案1】:

    似乎捆绑包没有被激活。 [1] 您使用的扩展可能与 IS-5.9.0 不兼容。它与 IS-5.5.0 兼容。所以版本应该升级到与 IS-5.9.0[2] 中使用的依赖版本相关的版本

    [1].https://movingaheadblog.blogspot.com/2014/01/how-to-debug-wso2-carbon-products-using.html

    [2].https://github.com/wso2/product-is/blob/v5.9.0/pom.xml

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2022-08-18
      • 1970-01-01
      • 2019-03-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多