solr 3.6.1 tomcat 7.0 missing core name in path

2012-09-06 Thread amit
Hi I have installed solr 3.6.1 on tomcat 7.0 following the steps here. http://ralf.schaeftlein.de/2012/02/10/installing-solr-3-5-under-tomcat-7/ The slor home page loads fine but the admin page (http://localhost:8080/solr/admin/) throws error missing core name in path. I am installing single

Re: missing core name in path

2012-08-16 Thread Muzaffer Tolga Özses
-user@lucene.apache.org Subject: missing core name in path Hi, I've started Solr as usual, and when I browsed to http://www.example.com:8983/solr/admin, I got HTTP ERROR 404 Problem accessing /solr/admin/index.jsp. Reason: missing core name in path Powered by Jetty:// Also, below are the l

Re: missing core name in path

2012-08-16 Thread Jack Krupansky
. -- Jack Krupansky -Original Message- From: Muzaffer Tolga Özses Sent: Thursday, August 16, 2012 6:57 AM To: solr-user@lucene.apache.org Subject: missing core name in path Hi, I've started Solr as usual, and when I browsed to http://www.example.com:8983/solr/admin, I got HTTP ERRO

Re: missing core name in path

2012-08-16 Thread Yury Kats
On 8/16/2012 6:57 AM, Muzaffer Tolga Özses wrote: > > Also, below are the lines I got when starting it: > > SEVERE: org.apache.solr.common.SolrException: Schema Parsing Failed: > multiple points > ... > Caused by: java.lang.NumberFormatException: multiple points > at > sun.misc.FloatingDec

missing core name in path

2012-08-16 Thread Muzaffer Tolga Özses
Hi, I've started Solr as usual, and when I browsed to http://www.example.com:8983/solr/admin, I got HTTP ERROR 404 Problem accessing /solr/admin/index.jsp. Reason: missing core name in path Powered by Jetty:// Also, below are the lines I got when starting it: S

Re: 'Error 404: missing core name in path' in Solr

2012-04-23 Thread Jan Høydahl
e client was syntactically incorrect > (Missing solr core name in path). > > Apache Tomcat/7.0.21 > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Error-404-missing-core-name-in-path-in-Solr-tp3931194p3931194.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: 'Error 404: missing core name in path' in Solr

2012-04-23 Thread Dan Tuffery
sent by the client was syntactically incorrect > (Missing solr core name in path). > > Apache Tomcat/7.0.21 > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Error-404-missing-core-name-in-path-in-Solr-tp3931194p3931194.html > Sent from the Solr - User mailing list archive at Nabble.com. >

'Error 404: missing core name in path' in Solr

2012-04-22 Thread vasuj
in context: http://lucene.472066.n3.nabble.com/Error-404-missing-core-name-in-path-in-Solr-tp3931194p3931194.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: missing core name in path

2011-11-10 Thread Mark Miller
P ERROR 404 > > Problem accessing /solr/admin/index.jsp. Reason: > > missing core name in path > > > > 2011-10-26 13:40:21.182:WARN::/solr/admin/ > java.lang.IllegalStateException: STREAM >at org.mortbay.jetty.Response

missing core name in path

2011-10-26 Thread Fred Zimmerman
It is not a multi-core setup. The solr.xml has null value for . ? HTTP ERROR 404 Problem accessing /solr/admin/index.jsp. Reason: missing core name in path 2011-10-26 13:40:21.182:WARN::/solr/admin/ java.lang.IllegalStateException: STREAM at org.mortbay.jetty.Response.getWriter

Re: Why did you trash Wiki page "Troubleshooting HTTP Status 404 - missing core name in path"?

2011-04-05 Thread Gabriele Kahlout
Oh I see. I unfortunately didn't see your earlier email. Thank you! On Tue, Apr 5, 2011 at 6:41 PM, Chris Hostetter wrote: > > : As I had the same problem I went to the wiki looking for the page to > solve > : my problem again, and there under recent changes I found that you had > : trashed it. >

Re: Why did you trash Wiki page "Troubleshooting HTTP Status 404 - missing core name in path"?

2011-04-05 Thread Chris Hostetter
: As I had the same problem I went to the wiki looking for the page to solve : my problem again, and there under recent changes I found that you had : trashed it. I'm confused -- the page did not have any troubleshooting suggestions or advice, it was just the details of a specific -- it seemed t

Why did you trash Wiki page "Troubleshooting HTTP Status 404 - missing core name in path"?

2011-04-05 Thread Gabriele Kahlout
Hello, As I had the same problem I went to the wiki looking for the page to solve my problem again, and there under recent changes I found that you had trashed it. I can still solve my problem but why don't you keep it for others to benefit from too? As linked it's a recurring problem for several

Re: [Solr Wiki] Update of "Troubleshooting HTTP Status 404 - missing core name in path" by Gabriele Kahlout

2011-04-01 Thread Chris Hostetter
Gabriele: Creating a wiki page really isn't the approprate way to ask for help diagnosing a problem -- that's why we have the user mailing list. Regarding your specific problem, note that this... : $SOLR_HOME/solr.xml: : {{{ : : : : : }}} ...is not a valid solr.xml file ... that is a co

Re: 'Error 404: missing core name in path ' in adminconsole

2010-08-25 Thread Robert Naczinski
in our application to the JEE EmbeddedSolrServer. It works very > : well. Now I wanted to create the admin JSPs. For that I have copied > : the JSPs from webroot Solr example. When I try to access > : ...admin/index.jsp , I get 'Error 404: missing core name in path' > > just co

Re: 'Error 404: missing core name in path ' in adminconsole

2010-08-24 Thread Chris Hostetter
: we use in our application to the JEE EmbeddedSolrServer. It works very : well. Now I wanted to create the admin JSPs. For that I have copied : the JSPs from webroot Solr example. When I try to access : ...admin/index.jsp , I get 'Error 404: missing core name in path' just copying

Re: 'Error 404: missing core name in path ' in adminconsole

2010-08-24 Thread Robert Naczinski
at I have copied >> the JSPs from webroot Solr example. When I try to access >> ...admin/index.jsp , I get 'Error 404: missing core name in path' >> >> We run the application on Websphere.Die Tips from >> http://wiki.apache.org/solr/SolrWebSphere and &

Re: 'Error 404: missing core name in path ' in adminconsole

2010-08-24 Thread Lucas F. A. Teixeira
from webroot Solr example. When I try to access > ...admin/index.jsp , I get 'Error 404: missing core name in path' > > We run the application on Websphere.Die Tips from > http://wiki.apache.org/solr/SolrWebSphere and > http://www-01.ibm.com/support/docview.wss?uid=swg240

'Error 404: missing core name in path ' in adminconsole

2010-08-24 Thread Robert Naczinski
Hello, we use in our application to the JEE EmbeddedSolrServer. It works very well. Now I wanted to create the admin JSPs. For that I have copied the JSPs from webroot Solr example. When I try to access ...admin/index.jsp , I get 'Error 404: missing core name in path' We run the appl

Re: HTTP ERROR: 404 missing core name in path after integrating nutch

2010-03-01 Thread Chris Hostetter
: going to http://localhost:8983/solr/admin suddenly throws a "HTTP ERROR: 404 : missing core name in path" : : Why would adding the above snippet suddenly throw that error? I think you are seeing the effects of SOLR-1743 masking another error ... have you checked your log for ot

Re: HTTP ERROR: 404 missing core name in path after integrating nutch

2010-02-26 Thread Ian Evans
. Restarted solr and got the 404 missing core name in path error. What in the requesthandler snippet (see below) could be causing this error? from http://bit.ly/1mOb dismax explicit 0.01 content^0.5 anchor^1.0 title^1.2 content^0.5 anchor^1.5 title^1.2 site^1.5 url 2<-1 5<-2 6<

HTTP ERROR: 404 missing core name in path after integrating nutch

2010-02-25 Thread Ian M. Evans
/conf/solrconfig.xml: dismax explicit 0.01 content^0.5 anchor^1.0 title^1.2 content^0.5 anchor^1.5 title^1.2 site^1.5 url 2<-1 5<-2 6<90% 100 *:* title url content 0 title 0 url regex going to http://localhost:8983/solr/admin suddenly throws a "HTTP ERROR: 404 missing cor