WSO2 API Manager issues with solr
Solution 1:
This could happen if the indexing has not happened properly. You can try redoing the indexing as follows.
- Backup the solr folder which resides in /solr and remove from API Manager home location.
- Open /repository/conf/registry.xml
- 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
- Start the server.
- Wait about 2 minutes for indexing.
- Recheck the creation of the API.