Re: [Dspace-tech] email updates

2009-03-31 Thread Richard Jones
Hi, hi all I've installed dspace v. 1.4.1beta but when somebody wants to subscribe to a collection sow Internal error what can I do? You may want to start with upgrading to a stable release rather than a beta, either 1.4.2 or 1.5.1. Otherwise, please post to this list the Java stack

Re: [Dspace-tech] Minho Statistics Add-on v2.1 for DSpace

2009-03-31 Thread Angelo Miranda
The stats-aggregate script isn’t a call to PostgresSQL. It is a Java Class now. Call using: dsrun org.dspace.app.stats.StatsAggregator If you would like to call stats-aggregate there is an error on the script. Change the last lines of the script to ... echo Aggregating stats $BINDIR/dsrun

Re: [Dspace-tech] Incorrect DSpace subscription links

2009-03-31 Thread Claudia Jürgen
Hi Brett, unless you are using the source release (which you aren't) you can not apply this patch. Claudia Jürgen Brett, Hamish schrieb: Hi Claudia I went to do as you instructed; however it appears I do not have the *.java files on my instance. Are they meant to be downloaded through

Re: [Dspace-tech] Minho Statistics Add-on v2.1 for DSpace

2009-03-31 Thread Tim Donohue
Mika, It's also worth noting that the Minho Statistics Add-on v. 2.1 does not seem to come with an XMLUI interface. It looks like (based on the Cocoon stacktrace) that you are attempting to run it using the XMLUI. But, as far as I can tell, it looks like the Statistics Add-on only works with

Re: [Dspace-tech] Fault of authentication

2009-03-31 Thread Mark H. Wood
Since you are using Ident authentication, I need to ask the silly question first: is the host running a properly configured Ident server? -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Friends don't let friends publish revisable-form documents. pgpF8aRjDLf8v.pgp Description: PGP

[Dspace-tech] Install dspace unsucessful

2009-03-31 Thread Panyarak Ngamsritragul
Hi, I have been stuggling in installing dspace on Ubuntu 8.10 with dspace-1.5.1, PostgreSQL8.3, Apache Ant version 1.7.1, apache-maven-2.0.10, apache-tomcat-6.0.18 with no luck. I notice in many instruction mention that after installing PostgreSQL, created a Unix user (name it dspace). One

Re: [Dspace-tech] Install dspace unsucessful

2009-03-31 Thread Mark H. Wood
On Tue, Mar 31, 2009 at 10:07:47PM +0700, Panyarak Ngamsritragul wrote: As postgres, I tried to create a database: createdb -U dspace -E UNICODE dspace But the command returned an error message: createdb: could not connect to database postgres: FATAL: Ident authentication failed for

[Dspace-tech] The RequestCopy Patch

2009-03-31 Thread Blanco, Jose
I have incorporated the RequestCopy patch from: http://wiki.dspace.org/index.php/RequestCopy And it works great. The only thing is that when an email is sent out with the bitstream being requested, the message of the email comes across as an attachment, rather than on the body of the email.

[Dspace-tech] Internal System Error while re-requesting password

2009-03-31 Thread Stan Orlov
Greetings! I have an e-person registered with my DSpace (1.5.1 on Win 2003). When I enter his email, say, john@msvu.ca, at http://localhost:8080/jspui/forgot and click on the I forgot my password button, I have an error: Internal System Error. The system has experienced an internal error.

Re: [Dspace-tech] Install dspace unsucessful

2009-03-31 Thread Panyarak Ngamsritragul
Thanks a lot for your information. I did not record all the details I did last time(s). Sometimes I was stopped at 'maven package' which I learned from others experiences that it was the file permission issue. Sometimes it seemed that I successfully went through the 'ant fresh_install', but

Re: [Dspace-tech] Internal System Error while re-requesting password

2009-03-31 Thread Stuart Lewis
Hi Stan, The stack trace indicates that DSpace is unable to connect to mail.msvu.ca. Your IT people should be able to tell you the correct mail server to connect to. (Have you tried serf.msvu.ca as this seems to be a MSVU SMTP server that I can connect to?) Cheers, Stuart Lewis

Re: [Dspace-tech] Install dspace unsucessful

2009-03-31 Thread Van Ly
Hi Panyarak, For next time, you'll find the createuser/createdb steps need to be done before the `ant fresh_install'. Something I use for testing is # su --login dspace -c 'dropdb -i dspace' # su --login postgres -c 'dropuser dspace' # # su --login postgres -c 'createuser -U postgres -S -R -c

Re: [Dspace-tech] Internal System Error while re-requesting password

2009-03-31 Thread Stan Orlov
Thank you for the advice, Stuart. I've tried it with serf.msvu.ca but no joy (same error). Will bug my IT folks and make sure SMTP is working from the DSpace box. Cheers, Stan On Tue, Mar 31, 2009 at 10:21 PM, Stuart Lewis s.le...@auckland.ac.nzwrote: Hi Stan, The stack trace