I've got a FW/1 app deploying on CF9/Windows/Apache. Production is a cluster of 4 servers.
Code works fine on my local development machine, and when I push to our staging server.
When I push to production I get the following error when it trys to refresh my collection:
Original exception in onApplicationStart
The action public:main.default failed.
Document_61_missing_required_field_title Document_61_missing_required_field_title request: http://127.0.0.1:8983/solr/myproject/update?commit=true&waitFlush=false&waitSearcher=false&wt=javabin&version=1
(org.apache.solr.common.SolrException)
This code WAS working on production. This week a few of our servers were impacted by the CF security hack.
I have done the following:
- Restarted SOLR
- Deleted and recreated the collections in CFAdmin
- Renamed the collection
Just curious if anyone has seen this error before? At this point I'm a bit stumped.
Jim