[Dspace-tech] Tomcat can't find DSpace

2008-05-13 Thread Robert Roggenbuck
Hi, I am just in the process of installing DSpace 1.5 on RedHat EL 5 (64 Bit) an have principally all basics done: setup DB (PostgreSQL 8.2), Tomcat (5.5.2) is running, i have done all settings in dspace.cfg and the 'ant fresh_install' of DSpace is done successfully. But now Tomcat can not

Re: [Dspace-tech] Tomcat can't find DSpace

2008-05-13 Thread Robert Roggenbuck
Yes, GNU Java is installed: $ java --version java version 1.4.2 gij (GNU libgcj) version 4.1.2 20070626 (Red Hat 4.1.2-14) If it is it really necessary to work with Sun Java it should be mentioned more clearly in the docs. Is it possible to have Sun Java additionally to GNU Java? Because GNU

Re: [Dspace-tech] Tomcat can't find DSpace

2008-05-13 Thread James Rutherford
On Tue, May 13, 2008 at 12:10:21PM +, Robert Roggenbuck wrote: $ java --version java version 1.4.2 gij (GNU libgcj) version 4.1.2 20070626 (Red Hat 4.1.2-14) If it is it really necessary to work with Sun Java it should be mentioned more clearly in the docs. Is it possible to have Sun

Re: [Dspace-tech] Tomcat can't find DSpace

2008-05-13 Thread Graham Triggs
James Rutherford wrote: As noted, GNU Java is only equivalent to J2SE 1.4.2 (and Java 1.5 is a requirement for DSpace 1.5 -- I'm pretty sure that is specified in the docs somewhere). I'm not sure I would even go that far. From http://gcc.gnu.org/java/: It has been merged with GNU Classpath

Re: [Dspace-tech] Tomcat can't find DSpace

2008-05-13 Thread Robert Roggenbuck
Yes, Java 1.5 is mentioned - sorry for not checking the installed Java version... Thanks for the link. I will see if I can register the server at the RedHat supplementary updates repository. I tell You whether I succeeded or not. Thanks for the help so far Robert James Rutherford schrieb:

Re: [Dspace-tech] Tomcat can't find DSpace

2008-05-13 Thread Robert Roggenbuck
Here I am again. Sun Java 1.5 is installed and now DSpace is online! Thank You! But after restarting Tomcat I find in catalina.out some problems similar to the ones before: Using CATALINA_BASE: /usr/share/tomcat5 Using CATALINA_HOME: /usr/share/tomcat5 Using CATALINA_TMPDIR:

Re: [Dspace-tech] Tomcat can't find DSpace

2008-05-13 Thread James Rutherford
On Tue, May 13, 2008 at 03:29:33PM +, Robert Roggenbuck wrote: Sun Java 1.5 is installed and now DSpace is online! Thank You! Glad to hear it. But after restarting Tomcat I find in catalina.out some problems similar to the ones before: snip/ The problems I see: - The Apache Tomcat

Re: [Dspace-tech] Tomcat can't find DSpace

2008-05-13 Thread Pere Villega
Maybe I can help The problems I see: - The Apache Tomcat Native library is still not found. Is it required. Should'nt it be part of Tomcat. Did I set a path wrong? Apache Native Library is not required, if you install it you will have a boost in performance, that's all. But my sysadmin has