We are using a number of SOLR collections in CF 11. The collections that were created before we applied update 19 are being refreshed properly and work fine. However, the collections that were created after we installed update 19 do not function correctly. Here is what we see:
A new collection is being created the right way: a new directory (with the correct subdirectories) appears under /cfusion/collections. A new collection appears in CF Administrator under Data & services -->ColdFusion Collections. However, running this line: throws "org.apache.solr.client.solrj.SolrServerException".
When we try to refresh that new collection by running "http://localhost:8987/solr/#collection#/dataimport?command=delta-import&commit=true" we get 404 Not Found error: Error on a newly created collection refresh attempt
Our older collections (created before we applied CF update 19) are being refreshed correctly using the same exact command.
What did we break/miss with update 19 that might cause this problem? Any thoughts or leads are greatly appreciated!