G'Day,
Thanks for an exellent readme file: we must be getting close with this installation.
But at the step of "making sure the server is running" we get the error above and in the console we get:
WARN::/solr/admin/ java.lang.IllegalStateException: STREAM
along with about 50 lines of java trace
1. The version is apache-solr-3.6.2.tgz
2. The three config files from the module were copied over to the example/solr/conf/* and given same permissions
3. The application started fine with java -jar start.jar
4. I've got the application installed at /usr/local/apache-solr-3.6.2/example/*
5. The install is on a remote server, so I can't test run using "localhost"...I use the IP address of the server: http://72.249.182.115:8983/solr/admin/
Any clues very much appreciated!!
Comments
Comment #1
boabjohn commentedSo, just following on here, the solr server is running at:
http://72.249.182.115:8983/solr/
However the admin link is still returning the error.
When the link above is used for solr server URL at: admin/config/search/apachesolr/settings/solr
[Test Connection] and the site reports "Your site was unable to contact the Apache Solr server."
So this is either permissions? Or the solrconfig.xml is not set up correctly, or??
Comment #2
user654 commented.
Comment #3
mkalkbrennerIt would help if you post the error message included in the java stack trace.
Comment #4
aliciagh commentedI had the same error. I have resolved copying solrcore.properties and solrconfig_extra.xml to apache-solr-3.6.2/example/solr/conf
Comment #5
DeNelo commentedStack trace:
The solr.xml file has:
Any clues? I did what the previous commenter said but to no avail.
Comment #6
mkalkbrennerDid you try the solution posted in #4?
Comment #7
Countzero commentedSolution from aliciagh in #4 worked for me. Thanks a lot.
Comment #8
rylyn commented#4 help me , thanks !
Comment #9
mkalkbrennerJust a hint:
You can use Apache Solr Config Generator to create a complete configuration.
Comment #10
imoreno commented#4 helped me as well after a new install of Solr server + module.
Maybe ths could be incorporate the readme.txt file....
Comment #11
DeNelo commented#4 didn't help me. It says
Problem accessing /solr/admin/index.jsp. Reason:
missing core name in path
solr.xml says
The solr.war file in solr/webapps is extracted correctly.
Comment #12
boabjohn commentedSorry, I'm bowing out of this issue. My experience is that you need to be reasonably competent and experienced with *nix installations. We are running solr under Tomcat, and I can't tell you how many times I've had to go back to the technicians just to figure out where the installation is, where the logs are, and how many solr.xml config files actually need to be updated.
Our installation *is working* though. It's multicore. I set up my own "example" directory and just copy that over to a new name whenever I need to add a new core. Two config file edits, restart tomcat, and we're good.
So it is worth the pain...
Good luck all.
Comment #13
pwolanin commentedI made some fixes to the config that were a little broken in the last release due to pulling in the "common" config for the first time.
This should be fixed on HEAD - at least I cannot reproduce w/ Solr 3.6.2 on jetty.
Comment #14
merilainen commentedI can only see this diff from May 15th:
I tried to change that, but I still get the same error as in #11
Comment #15
pwolanin commentedcheck your solr.xml file then per #11
Comment #16
merilainen commentedLatest dev works okay, I had some issue on my Solr. Downloading the latest 3.6.2 works now.
Comment #17
nick_vhClosing to clean the issue queue a bit
Comment #18
eleonel#4 works for me. Thanks.