SummiJ
SummiJ

Reputation: 1

error 1503 while installing solr 9 with nssm

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.

Upvotes: 0

Views: 96

Answers (1)

SummiJ
SummiJ

Reputation: 1

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.

Upvotes: 0

Related Questions