Thanks. I re-started from scratch & at least things have started working now. I upgraded by deploying 3.2 war in my jboss. Also, did conf changes as mentioned in CHANGES.txt
It did expected to have a separate <lib>directory which was not required in 1.4. New problem is that it's taking very long to build indexes more than an hour. it took only 10 minutes in 1.4. Can u please guide regarding this. Should i attach my solrconfig.xml for reference On Wed, Dec 7, 2011 at 8:22 PM, Erick Erickson <erickerick...@gmail.com>wrote: > How did you upgrade? What steps did you follow? Do you have > any custom code? Any additional <lib> entries in your > solrconfig.xml? > > These details help us diagnose your problem, but it's almost certainly > that you have a mixture of jar files lying around your machine in > a place you don't expect. > > Best > Erick > > On Wed, Dec 7, 2011 at 1:28 AM, Pawan Darira <pawan.dar...@gmail.com> > wrote: > > I checked that. there are only latest jars. I am not able to figure out > the > > issue. > > > > On Tue, Dec 6, 2011 at 6:57 PM, Mark Miller <markrmil...@gmail.com> > wrote: > > > >> Looks like you must have a mix of old and new jars. > >> > >> On Tuesday, December 6, 2011, Pawan Darira <pawan.dar...@gmail.com> > wrote: > >> > Hi > >> > > >> > I am trying to upgrade my SOLR version from 1.4 to 3.2. but it's > giving > >> me > >> > below exception. I have checked solr home path & it is correct.. > Please > >> help > >> > > >> > SEVERE: Could not start Solr. Check solr/home property > >> > java.lang.NoSuchMethodError: > >> > > >> > >> > org.apache.solr.common.SolrException.logOnce(Lorg/slf4j/Logger;Ljava/lang/String;Ljava/lang/Throwable;)V > >> > at > org.apache.solr.core.CoreContainer.load(CoreContainer.java:321) > >> > at > org.apache.solr.core.CoreContainer.load(CoreContainer.java:207) > >> > at > >> > > >> > >> > org.apache.solr.core.CoreContainer$Initializer.initialize(CoreContainer.java:130) > >> > at > >> > > >> > org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:94) > >> > at > >> > > >> > >> > org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:275) > >> > at > >> > > >> > >> > org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:397) > >> > at > >> > > >> > >> > org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:108) > >> > at > >> > > >> > >> > org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3720) > >> > at > >> > > org.apache.catalina.core.StandardContext.start(StandardContext.java:4358) > >> > at > >> > > >> > >> > org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:752) > >> > at > >> > > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:732) > >> > at > >> > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553) > >> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > >> > at > >> > > >> > >> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > >> > at > >> > > >> > >> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > >> > at java.lang.reflect.Method.invoke(Method.java:585) > >> > at > >> > > >> > >> > org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297) > >> > at > >> > > org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) > >> > at > >> > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) > >> > at > >> > > org.apache.catalina.core.StandardContext.init(StandardContext.java:5300) > >> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > >> > at > >> > > >> > >> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > >> > at > >> > > >> > >> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > >> > at java.lang.reflect.Method.invoke(Method.java:585) > >> > at > >> > > >> > >> > org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297) > >> > at > >> > > org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) > >> > at > >> > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) > >> > at > >> > > >> > >> > org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301) > >> > at > >> > > >> > >> > org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104) > >> > at > >> > org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375) > >> > at org.jboss.web.WebModule.startModule(WebModule.java:83) > >> > > >> > >> -- > >> - Mark > >> > >> http://www.lucidimagination.com > >> > -- Thanks, Pawan