Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I just started a new position, and no one in the IT department knows how the Solr system works. The guy who I replaced left without documenting anything. As such, I'm trying to muddle my way through the admin for Lucidworks Enterprise, and I keep getting an Internal Server 500 error. I can click on a link in the admin and it will return 500 while other links work okay. I tried looking through the server finding the webserver/solr logs, but came up empty. Does anyone know what might be happening and how it can get fixed?

share|improve this question
it's built on Apache, right? so the logs might be in /var/log/apache2/ – jcomeau_ictx Jul 5 '11 at 23:43
anyway this isn't a programming question... moving to serverfault.stackexchange.com – jcomeau_ictx Jul 5 '11 at 23:44
No I don't consider it a server question. It's a software issue, not an issue with the windows server. And speaking of that, there's no apache folder in the server. – RHPT Jul 6 '11 at 2:57
You can identify the server process via netstat. In order to get a 500 you need to access it via a port so lookup the application which holds the socket and then look in the logs. – fyr Jul 6 '11 at 5:53

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.