At 7:43 PM +0000 1/11/08, Stuart Lewis [sdl] wrote: > - One in the source directory which you downloaded and installed > - Often referred to as [dspace-src]/config/dspace/cfg > - One in the final installed location > - Often referred to as [dspace]/config/dspace.cfg > >Ensure you are changing the version in [dspace], not the original file you >first downloaded and edited. You only need this file once for installation. >Once it has been installed, you should just edit the one in the final >installation location.
I'll re-check that, thanks. > > [1] Here's the exception: >> >>> 2008-01-10 15:27:09,459 WARN org.dspace.app.webui.util.UIUtil @ >>> Unable to send email alert >>> java.lang.ClassCastException: gnu.mail.handler.TextPlain >>> at >>> >>>javax.activation.MailcapCommandMap.getDataContentHandler(MailcapCommandMap.ja >>> va:596) > >Your mail jar file problem might be related to the fact that it appears you >are running the GNU JDK rather than the Sun JDK. Can you confirm which >version of the JDK you are using (GNU or Sun)? I installed the Sun JDK and thought I had excised all traces of the GNU JDK, but I wouldn't be surprised if I missed something. [EMAIL PROTECTED] dspdata]# which java /usr/bin/java [EMAIL PROTECTED] dspdata]# java -version java version "1.5.0_13" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05) Java HotSpot(TM) Server VM (build 1.5.0_13-b05, mixed mode) [EMAIL PROTECTED] dspdata]# ls -l /usr/bin/java lrwxrwxrwx 1 root root 22 Oct 18 15:27 /usr/bin/java -> /etc/alternatives/java [EMAIL PROTECTED] dspdata]# ls -l /etc/alternatives/java lrwxrwxrwx 1 root root 35 Oct 18 16:11 /etc/alternatives/java -> /usr/lib/jvm/jre-1.5.0-sun/bin/java [EMAIL PROTECTED] dspdata]# ls -l /usr/lib/jvm/jre-1.5.0-sun/bin/java -rwxr-xr-x 1 root root 64248 Sep 25 21:00 /usr/lib/jvm/jre-1.5.0-sun/bin/java [EMAIL PROTECTED] dspdata]# /usr/lib/jvm/jre-1.5.0 jre-1.5.0/ jre-1.5.0-sun/ [EMAIL PROTECTED] dspdata]# /usr/lib/jvm/jre-1.5.0-sun/bin/java -version java version "1.5.0_13" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05) Java HotSpot(TM) Server VM (build 1.5.0_13-b05, mixed mode) According to yum I also have: java-1.4.2-gcj-compat.i386 1.4.2.0-40jpp.112 java-1.4.2-gcj-compat-devel.i386 1.4.2.0-40jpp.112 java-1.5.0-sun-compat.i586 1.5.0.13-1jpp Thanks for any pointers. -Andrew -- Andrew Laurence [EMAIL PROTECTED] ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

