xwiki为何不能部署多个节点

  • Choerodon平台版本:0.16.0

  • 运行环境(如localhost或k8s):k8s

  • 遇到问题时的前置条件:

  • 问题描述:

    我在进行xwiki部署多节点的过程中发现,只能进行单借点部署,当进行多节点部署后,访问xwiki就会出现白屏,请问除了设置 replicaCount 参数,还需要哪些参数进行设置,如果不能进行多节点部署,原因是什么

  • 修改的数据:

    {
      "name":"localhost",
      "secret":"secret",
      "authorizedGrantTypes":"implicit,client_credentials,authorization_code,refresh_token",
      "accessTokenValidity":60,
      "refreshTokenValidity":60,
      "webServerRedirectUri":"http://localhost:9111",
      "objectVersionNumber":1,
      "organizationId":"1"
     }
    
  • 报错信息(请尽量使用代码块的形式展现):
    Network:

    error: "Internal Server Error"
    exception: "java.lang.NullPointerException"
    message: "Request processing failed; nested exception is java.lang.NullPointException"
    path: "/v1/organizations/1/clients/9"
    status: 500
    timestamp: "2018-05-31 15:31:22"
    
  • 原因分析:

    提出您分析问题的过程,以便我们能更准确的找到问题所在

  • 疑问:

    提出您对于遇到和解决该问题时的疑问

建议你阅读xwiki的官方文档

https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/Clustering/

所以,目前你们提供的xwiki的charts是否能实现多节点部署?