Re: [Dspace-tech] SOLR startup failure

2010-04-23 Thread Mark Diggory
Thanks, I've added it to JIRA as a task. http://jira.dspace.org/jira/browse/DS-556 Mark On Fri, Apr 23, 2010 at 5:27 AM, Tonny Hjelmberg Laursen wrote: > > I have now tried to move the file to solr/WEB-INF/lib directory and that > also seems to work. If

Re: [Dspace-tech] SOLR startup failure

2010-04-23 Thread Tonny Hjelmberg Laursen
I have now tried to move the file to solr/WEB-INF/lib directory and that also seems to work. If you want me to debug more, just say so. Tonny Den 23-04-2010 00:02, Mark Diggory skrev: > Apparently this is a larger issue in the Solr Community and Tomcat/JVM > instances not sharing the JVN Xala

Re: [Dspace-tech] SOLR startup failure

2010-04-22 Thread Mark Diggory
Apparently this is a larger issue in the Solr Community and Tomcat/JVM instances not sharing the JVN Xalan instance properly for some reason. http://wiki.apache.org/solr/SolrTomcat I'll assume we need to start to package Xalan with Solr to try to alleviate this. Can you verify if you place Xalan

Re: [Dspace-tech] SOLR startup failure

2010-04-22 Thread Tonny Hjelmberg Laursen
Mark, Im using Sun JDK, but I have tested with multiple different versions, so there might be a a mismach in my directories. The version im running Tomcat with now is: Java(TM) SE Runtime Environment (build 1.6.0_20-b02) 64bit. Tonny Den 22-04-2010 01:11, Mark Diggory skrev: > Tonny, > > Solr

Re: [Dspace-tech] SOLR startup failure

2010-04-21 Thread Mark Diggory
Tonny, Solr doesn't add the jar because most jvm's these days have a sun branded version of Xalan, are you using GCJ or something other than OpenJDK/Sun? Mark On Wed, Apr 21, 2010 at 5:33 AM, Tonny Hjelmberg Laursen wrote: > > It was a problem with xalan.jar, it did not exist in the Tomcat CLAS

Re: [Dspace-tech] SOLR startup failure

2010-04-21 Thread Tonny Hjelmberg Laursen
It was a problem with xalan.jar, it did not exist in the Tomcat CLASS PATH. I added/copied the file and now is SOLR working. #cp [dspace]/lib/xalan-2.7.0.jar /usr/share/tomcat5/shared/lib -- Venlig hilsen | Kind Regards Tonny Hjelmberg Laursen Systemadministrator CBS Library IT Copenhagen

[Dspace-tech] SOLR startup failure

2010-04-21 Thread Tonny Hjelmberg Laursen
Im having a problem with SOLR when I start tomcat5. In my catalina.out I receive the error below. It's on a upraded installation from 1.5.2 to 1.6. Everything else seems to work in Dspace. It's running on a Redhat ES 5.4, Java 1.5.0_22, Tomcat 5-5.5.23. My DSpace install location is /www/dspac