WSO2 API Manager issues with solr

后端 未结 1 847
一个人的身影
一个人的身影 2020-12-02 01:15

I have setup a new setup of WSO2 API Manager integrated with WSO2 Identity Server. When starting the WSO2 API Manager I start getting the following error:

 S         


        
相关标签:
1条回答
  • 2020-12-02 01:59

    This could happen if the indexing has not happened properly. You can try redoing the indexing as follows.

    1. Backup the solr folder which resides in /solr and remove from API Manager home location.
    2. Open /repository/conf/registry.xml
    3. Under indexingConfiguration tag there is a value called lastAccessTimeLocation. Default value is

    /_system/local/repository/components/org.wso2.carbon.registry/indexing/lastaccesstime

    Change that value to

    /_system/local/repository/components/org.wso2.carbon.registry/indexing/lastaccesstime1

    1. Start the server.
    2. Wait about 2 minutes for indexing.
    3. Recheck the creation of the API.
    0 讨论(0)
提交回复
热议问题