I just got rid of xml-apis-1.0.b2.jar, and it still did not like the listner.
-Jose On Fri, Apr 4, 2014 at 4:37 PM, Jose Blanco <[email protected]> wrote: > So you are suggesting I get rid of > > xml-apis-1.0.b2.jar > > and add > > <listener> > <listener-class>org.dspace. > solr.filters.ConfigureLog4jListener</listener-class> > </listener> > > back in? > > What about the version of tomcat. According to the documentation I > need to have 7 but right now I have 5.5.26. Could updating tomcat > resolve this problem? > > Thank you! > Jose > > On Fri, Apr 4, 2014 at 4:30 PM, Kostas Stamatis <[email protected]> wrote: >> Hi Jose, >> >> I think your problem is more or less conflicts between some DSpace libs and >> some that Tomcat already has. For example, the one that you mention that you >> deleted, the jsp-api one, is a library that Tomcat has as well. So, lib >> version mismatching problem :) >> >> I think that some other libraries may conflict as well. Take a look at the >> XML ones (I think it is called xml-api ore something like that). >> >> >> Regards, >> >> Kostas >> >> >> >> On Apr 4, 2014, at 11:20 PM, Jose Blanco <[email protected]> wrote: >> >>> Is this all because I don't have tomcat 7. >>> >>> -Jose >>> >>> On Fri, Apr 4, 2014 at 4:00 PM, Jose Blanco <[email protected]> wrote: >>>> I just got it deployed, but I'm not sure it's working. I got it deployed by >>>> (1) deleting jsp-api-2.1.jar from the solr lib area, since it was >>>> complaining about it. >>>> AND >>>> (2) >>>> removing >>>> <listener> >>>> >>>> <listener-class>org.dspace.solr.filters.ConfigureLog4jListener</listener-class> >>>> </listener> >>>> >>>> from the solr web.xml file sine it could not load this. >>>> >>>> Here is the info you asked for: >>>> >>>> -bash-3.2$ java -version >>>> java version "1.7.0_51" >>>> Java(TM) SE Runtime Environment (build 1.7.0_51-b13) >>>> Java HotSpot(TM) Server VM (build 24.51-b03, mixed mode) >>>> >>>> Apache Tomcat/5.5.26 >>>> >>>> >>>> OS is linux >>>> >>>> Thank you! >>>> Jose >>>> >>>> On Fri, Apr 4, 2014 at 3:40 PM, Pottinger, Hardy J. >>>> <[email protected]> wrote: >>>>> Hi, Jose, can you tell us the version numbers of the stuff in your stack? >>>>> OS, Java, Tomcat? Thanks! >>>>> >>>>> --Hardy >>>>> >>>>> ________________________________________ >>>>> From: Jose Blanco [[email protected]] >>>>> Sent: Friday, April 04, 2014 2:31 PM >>>>> To: Dspace-Tech >>>>> Subject: Re: [Dspace-tech] can't get /sorl deployed in 4.1 >>>>> >>>>> Before this error takes place I see this in the log file: >>>>> >>>>> Apr 04, 2014 3:27:49 PM org.apache.catalina.loader.WebappClassLoader >>>>> validateJarFile >>>>> INFO: >>>>> validateJarFile(/deepblue/dspace/repository/dev/webapps_dev/solr/WEB-INF/lib/jsp-api-2.1.jar) >>>>> - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending >>>>> class: javax/servlet/jsp/JspPage.class >>>>> Apr 04, 2014 3:27:49 PM org.apache.catalina.startup.ContextConfig >>>>> applicationWebConfig >>>>> >>>>> I grabbed jsp-api-2.1.jar from the web, which was a different size and >>>>> I still get this error. >>>>> >>>>> -Jose >>>>> >>>>> On Fri, Apr 4, 2014 at 1:40 PM, Jose Blanco <[email protected]> wrote: >>>>>> when I try to deploy /solr with tomcat I get: >>>>>> >>>>>> >>>>>> log4j:WARN No appenders could be found for logger >>>>>> (org.apache.commons.digester.Digester.sax). >>>>>> log4j:WARN Please initialize the log4j system properly. >>>>>> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig >>>>>> for more info. >>>>>> >>>>>> I've looked at the log4j files and nothing catches my eye. >>>>>> >>>>>> Thank you! >>>>>> Jose >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> _______________________________________________ >>>>> DSpace-tech mailing list >>>>> [email protected] >>>>> https://lists.sourceforge.net/lists/listinfo/dspace-tech >>>>> List Etiquette: >>>>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette >>> >>> ------------------------------------------------------------------------------ >>> _______________________________________________ >>> DSpace-tech mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/dspace-tech >>> List Etiquette: >>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette >> ------------------------------------------------------------------------------ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

