Re: SolrException: No such core: core1

2011-04-01 Thread Shawn Heisey
On 4/1/2011 3:11 AM, Amel Fraisse wrote: yes with this link : http://localhst:8983/solr/core1/admin I have the same message such : HTTP ERROR: 404 NOT_FOUND RequestURI=/solr/core1/admin Try adding a trailing slash to the URL -- http://localhost:8983/solr/core0/admin/ and http://localhost:

Re: SolrException: No such core: core1

2011-04-01 Thread Amel Fraisse
ok, 1. http://localhost:8983/solr/ : return a page with Welcome to Solr! Solr Admin 2. when I clik on SolrAdmin I have this message: HTTP ERROR: 404 missing core name in path RequestURI=/solr/admin/index.jsp So , I don't have the core list Amel. 2011/4/1

Re: SolrException: No such core: core1

2011-04-01 Thread Amel Fraisse
yes with this link : http://localhst:8983/solr/core1/admin I have the same message such : HTTP ERROR: 404 NOT_FOUND RequestURI=/solr/core1/admin Amel. 2011/4/1 Stefan Matheis > Amel, > > for visiting the admin-interface, just start with > http://host:port/solr - which will generate a list

Re: SolrException: No such core: core1

2011-04-01 Thread Amel Fraisse
Hi Stefan, This my solr.xml: . And when I visit the solr Admin Interface (http://0.0.0.0:8983/solr/admin/) I have this message: HTTP ERROR: 404 missing core name in path RequestURI=/solr/admin/index.jsp * Amel. * 2011/4/1 Stefan Matheis > Amel, > > how does your solr.xml look li

Re: SolrException: No such core: core1

2011-04-01 Thread Stefan Matheis
Amel, how does your solr.xml look like? and if you visit the Solr-Admin-Interface, are there Links for (at least) two cores listed? Regards STefan On Fri, Apr 1, 2011 at 10:41 AM, Amel Fraisse wrote: > Hello every body, > > I tried to run this code: > >       File f = new File ("./solr/solr.xml

SolrException: No such core: core1

2011-04-01 Thread Amel Fraisse
Hello every body, I tried to run this code: File f = new File ("./solr/solr.xml"); System.setProperty("solr.solr.home", "solr"); CoreContainer.Initializer initializer = new CoreContainer.Initializer(); CoreContainer coreContainer = initializer.initialize();

Re: SolrException: No such core

2010-06-14 Thread Chris Hostetter
: Here the wrappers to use ...solrj.SolrServer : [code] : public class SolrCoreServer : { :private static Logger log = LoggerFactory.getLogger(SolrCoreServer.class); : :private SolrServer server=null; : :public SolrCoreServer(CoreContainer container, String coreName) :{

Re: SolrException: No such core

2010-06-02 Thread jfmnews
id [/code] SolrConfig.xml [code] 10 *:* native [/code] solr.xml [code] [/code] - Mail Original - De: "Chris Hostetter" À: solr-user@lucene.apache.org Envoyé: Mardi 1 Juin 201

Re: SolrException: No such core

2010-06-01 Thread Chris Hostetter
: Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.org : Subject: SolrException: No such core : : With embedded solr (1.3.0) sometime a SolrException happens. : I don't understand why : I have not been able to find a scenario. : : : org.apache.solr.common.SolrException: No

SolrException: No such core

2010-05-28 Thread jfmnews
With embedded solr (1.3.0) sometime a SolrException happens. I don't understand why : I have not been able to find a scenario. org.apache.solr.common.SolrException: No such core: core0 at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:112) at org.apac