How do I get Solr back up when indexes are locked and <unlockOnStartup>true doesn't work?
Delete only write.log in data/index . Where is data directory is specified in conf/solrconfig.xml.
Clear the index directory and restart solr. It will work
Delete file write.log
in folder /data/index/
for your core then restart tomcat. It worked for me.