-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2939] & [1651] How to solr-jetty JSP support #2966
Conversation
There are still issues with solr-jetty. The documentation additions here provide a recipe to handle/fix the 'HTTP ERROR 500... JSP support not configured' error.
cd /tmp | ||
wget https://launchpad.net/~vshn/+archive/ubuntu/solr/+files/solr-jetty-jsp-fix_1.0.2_all.deb | ||
sudo dpkg -i solr-jetty-jsp-fix_1.0.2_all.deb | ||
sudo service solr restart |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be
sudo service jetty restart
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for providing this recipe. It works now!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! This worked for me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HTTP ERROR 404
Problem accessing /solr/admin/index.jsp. Reason:
missing core name in path
Thanks so much for the fix! Saved me endless hours of mind scratching. Gave up on the package install last time because I couldn't get solr-jetty working. |
I still have a problem with Solr-jetty
but http://myVPS:8983/solr/ returns attached error (/var/log/jetty/out.log) - out.log.txt configuration of myVPS:
I've tried java-6 too but with the same result. |
To all having problems with solr-jetty: disregard the docs and install |
I benefitted from this fix too today. |
Closing in favour of #3562 with the correction |
Fixes #2939 & #1651
Proposed fixes:
Many beginning CKAN run into issues with solr-jetty (Ubuntu 14.04). The following documentation addition provides a recipe to fix the JSP support error.
Features:
Please [X] all the boxes above that apply
There are still issues with solr-jetty. The documentation additions here
provide a recipe to handle/fix the 'HTTP ERROR 500... JSP support not
configured' error.