0

Error 1053 - Service do not respond to the start or control request in a timely fashion

I am installing solr 9.1.1 version using nssm. The path to executable was repeatedly setting to nssm.exe path. But I explicitly changed to solr.cmd path.

Now I am getting another error - Error 1053 - Service do not respond to the start or control request in a timely fashion

Path seems fine. I don't find any issue and don't understand why it is happening.

SummiJ
  • 1
  • 4
  • I have added the key in regedit as well for servicePipeTimeout - 180000. I cannot restart server though as this is on virtual machine. Any other way to reflect this? – SummiJ Feb 13 '23 at 16:22

1 Answers1

0

I was able to solve the error. The issue was I downloaded wrong package. Downloaded latest from https://solr.apache.org/downloads.html. earlier package was incomplete - without required jar files.

so downloading new package worked.

SummiJ
  • 1
  • 4