Copy link to clipboard
Copied
After applying CF2021 Update 19, the add-ons would no longer start, so I reinstalled them to resolve the issue. Unfortunately, SOLR reverted back to 7.2.1. I attempted to upgrade to 8.11.3 manually by following "Upgrade SOLR in ColdFusion" steps (https://helpx.adobe.com/coldfusion/kb/upgrade-solr-security-coldfusion.html), but it has not been successful. Can someone provide guidance or possible work-around?
Side note: There was no "managed-schema.xml" within the Solr 8.11.3.zip provided on the from the upgrade page.
1 Correct answer
The upgrade did not take due to a caching issue. It was resolved with the following steps:
- Stop ColdFusion services.
- Clear the following folders within cfusion:
- /bin/felix-cache
- /jetty/work
- /wwwroot/web-inf/cfclasses
- Restart ColdFusion services.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Thank you. Will do.
Copy link to clipboard
Copied
The upgrade did not take due to a caching issue. It was resolved with the following steps:
- Stop ColdFusion services.
- Clear the following folders within cfusion:
- /bin/felix-cache
- /jetty/work
- /wwwroot/web-inf/cfclasses
- Restart ColdFusion services.

