Error starting solr: Error while waiting for a response from the agent: javax.ws.rs.InternalServerErrorException: HTTP 500 Server Error
By: Linda Ng
Error starting solr: Error while waiting for a response from the agent: javax.ws.rs.InternalServerErrorException: HTTP 500 Server Error
Solr comes with pre-built jar files that have all the dependencies in place and any new jar file that you add to the classpath that clashes with the solr bundles jars, then this will create a problem
So to resolve this, check if there are any new jar files added in the current directly or classpath. You can also check jre/lib/ext folder in your java home, for any new jars and remove them
After removing the new affecting jar, restart solr.
Archived Comments
Most Viewed Articles (in Error ) |
Latest Articles (in Error) |
Comment on this tutorial