Re: Trouble configuring multicore / accessing admin page

2011-09-29 Thread Joshua Miller
On Sep 28, 2011, at 2:16 PM, Joshua Miller wrote: > On Sep 28, 2011, at 2:11 PM, Jaeger, Jay - DOT wrote: > >> cores adminPath="/admij/cores" >> >> Was that a cut and paste? If so, the /admij/cores is presumably incorrect, >> and ought to be /admin/cores >> > > No, that was a typo -- th

Re: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Joshua Miller
On Sep 28, 2011, at 2:11 PM, Jaeger, Jay - DOT wrote: > cores adminPath="/admij/cores" > > Was that a cut and paste? If so, the /admij/cores is presumably incorrect, > and ought to be /admin/cores > No, that was a typo -- the config file is correct with admin/cores. Thanks for pointin

RE: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Jaeger, Jay - DOT
solr-user@lucene.apache.org Subject: RE: Trouble configuring multicore / accessing admin page One time when we had that problem, it was because one or more cores had a broken XML configuration file. Another time, it was because solr/home was not set right in the servlet container. Another time it was beca

RE: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Jaeger, Jay - DOT
One time when we had that problem, it was because one or more cores had a broken XML configuration file. Another time, it was because solr/home was not set right in the servlet container. Another time it was because we had an older EAR pointing to a newer release Solr home directory. Given wha

Re: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Shawn Heisey
On 9/28/2011 2:24 PM, Robert Petersen wrote: Just go to localhost:8983 (or whatever other port you are using) and use this path to see all the cores available on the box: In your example this should give you a core list: http://solrhost:8080/solr/ Now this is interesting. If I have defaultCo

Re: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Joshua Miller
On Sep 28, 2011, at 1:24 PM, Robert Petersen wrote: > Just go to localhost:8983 (or whatever other port you are using) and use > this path to see all the cores available on the box: > > In your example this should give you a core list: > > http://solrhost:8080/solr/ > I see "Welcome to Solr!"

RE: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Robert Petersen
: Wednesday, September 28, 2011 1:18 PM To: solr-user@lucene.apache.org Subject: Re: Trouble configuring multicore / accessing admin page On Sep 28, 2011, at 1:03 PM, Shawn Heisey wrote: > On 9/28/2011 1:40 PM, Joshua Miller wrote: >> I am trying to get SOLR working with multiple cores a

Re: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Joshua Miller
On Sep 28, 2011, at 1:17 PM, Rahul Warawdekar wrote: > Can you try updating your solr.xml as follows: > Specify > "" instead of > "" > > Basically remove the extra text "cores" in the core element from the > instanceDir attribute. I gave that a try and it didn't change anything. Thanks, Josh

Re: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Joshua Miller
On Sep 28, 2011, at 1:03 PM, Shawn Heisey wrote: > On 9/28/2011 1:40 PM, Joshua Miller wrote: >> I am trying to get SOLR working with multiple cores and have a problem >> accessing the admin page once I configure multiple cores. >> >> Problem: >> When accessing the admin page via http://solrhost

Re: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Rahul Warawdekar
Hi Joshua, Can you try updating your solr.xml as follows: Specify "" instead of "" Basically remove the extra text "cores" in the core element from the instanceDir attribute. Just try and let us know if it works. On Wed, Sep 28, 2011 at 3:40 PM, Joshua Miller wrote: > Hello, > > I am trying to

Re: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Shawn Heisey
On 9/28/2011 1:40 PM, Joshua Miller wrote: I am trying to get SOLR working with multiple cores and have a problem accessing the admin page once I configure multiple cores. Problem: When accessing the admin page via http://solrhost:8080/solr/admin, I get a 404, "missing core name in path". Que