Thanks Sandeep,that fixed it.

Regards,
Sujatha


On Tue, Jul 16, 2013 at 10:41 PM, Sandeep Gupta <gupta...@gmail.com> wrote:

> This problem looks to me because of solr logging ...
> see below detail description (taken one of the mail thread)
>
>
> ---------------------------------------------------------------------------------
> Solr 4.3.0 and later does not have ANY slf4j jarfiles in the .war file,
> so you need to put them in your classpath.  Jarfiles are included in the
> example, in example/lib/ext, and those jarfiles set up logging to use
> log4j, a much more flexible logging framework than JDK logging.
>
> JDK logging is typically set up with a file called logging.properties,
> which I think you must use a system property to configure.  You aren't
> using JDK logging, you are using log4j, which uses a file called
> log4j.properties.
>
>
> http://wiki.apache.org/solr/SolrLogging#Using_the_example_logging_setup_in_containers_other_than_Jetty
>
>
>
>
> On Tue, Jul 16, 2013 at 6:28 PM, Sujatha Arun <suja.a...@gmail.com> wrote:
>
> > Hi ,
> >
> > We have been using solr 3.6.1 .Recently  downloaded the solr 4.3.1
>  version
> >  and installed the same  as multicore setup as follows
> >
> > Folder Structure
> > solr.war
> > solr
> >      conf
> >            core0
> >             core1
> >             solr.xml
> >
> > Created the context fragment xml file in tomcat/conf/catalina/localhost
> > which refers to the solr.war file and the solr home folder
> >
> > copied the muticore conf folder without the zoo.cfg file
> >
> > I get the following error and admin page does not load
> > 16 Jul, 2013 11:36:09 PM org.apache.catalina.core.StandardContext start
> > SEVERE: Error filterStart
> > 16 Jul, 2013 11:36:09 PM org.apache.catalina.core.StandardContext start
> > SEVERE: Context [/solr_4.3.1] startup failed due to previous errors
> > 16 Jul, 2013 11:36:39 PM org.apache.catalina.startup.HostConfig
> > checkResources
> > INFO: Undeploying context [/solr_4.3.1]
> > 16 Jul, 2013 11:36:39 PM org.apache.catalina.core.StandardContext start
> > SEVERE: Error filterStart
> > 16 Jul, 2013 11:36:39 PM org.apache.catalina.core.StandardContext start
> > SEVERE: Context [/solr_4.3.1] startup failed due to previous errors
> >
> >
> > Please let me know what I am missing If i need to install this with the
> > default multicore setup without the cloud .Thanks
> >
> > Regards
> > Sujatha
> >
>

Reply via email to