Yes we need more details. I wonder why you have configured the RunExecutableListener in your solrconfig.xml and why you have told it to execute Linux commands on Windows. RunExecutableListener is removed in later Solr versions due to security concerns so you should anyway move away from it.
It would help if you told us things like Solr version, whether this has worked before, or what change that caused it to stop working, also a copy of the relevant solrconfig.xml section. What are you expecting the listener to do for you? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 15. feb. 2019 kl. 07:52 skrev Hemant Verma <hemantverm...@gmail.com>: > > We have Sitecore and Solr setup. > Solr is running on windows. > > Below errors are repeatedly appearing in logs. > > o.a.s.c.RunExecutableListener java.io.IOException: Cannot run program "sh" > (in directory "\bin"): CreateProcess error=2, The system cannot find the > file specified > > o.a.s.c.RunExecutableListener java.io.IOException: Cannot run program "bash" > (in directory "\bin"): CreateProcess error=2, The system cannot find the > file specified > > o.a.s.c.RunExecutableListener java.io.IOException: Cannot run program "curl" > (in directory "\usr\bin"): CreateProcess error=2, The system cannot find the > file specified > > Let me know if need more details. > > > > > -- > Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html