[Dspace-tech] java.net.UnknownHostException

2008-08-05 Thread Mohamad Asmawi Bin Abdul Rahman
Hi All 1. I hav a problem related to registration of new user. When I put the users email, dspace noticed me Unable to sent email to this Address. 2. when I want to reset password dspace showed me this error

Re: [Dspace-tech] HandleManager ClassNotFoundException -- updating and xmlui

2008-08-05 Thread James Rutherford
On Mon, Aug 04, 2008 at 05:53:40PM +, Gabriel Farrell wrote: I'm updating to 1.5 from 1.4.2 on my dev box. At this point, my xmlui says: java.lang.ClassNotFoundException: org.dspace.uri.handle.HandleManager Are you sure you upgraded to 1.5? That class is in org.dspace.handle in the most

Re: [Dspace-tech] java.net.UnknownHostException

2008-08-05 Thread James Rutherford
Please send a full stack trace and any other relevant information (including the email address of the user you are trying to register). It's probably either a typo in the domain of the email address, or the machine DSpace is running on is having DNS issues. Jim On Tue, Aug 05, 2008 at 08:33:13AM

Re: [Dspace-tech] java.net.UnknownHostException

2008-08-05 Thread Mohamad Asmawi Bin Abdul Rahman
Hi Jim, TQ for yr feedback. Actually,when I try to make a new registration from mydspace, dspace told me unable to send email. The same problem also occured when I put another email. Im sure typing is totally correct. For example: when I try to put this email [EMAIL PROTECTED] using register

[Dspace-tech] Problems with stat-initial and stat-monthly

2008-08-05 Thread Sean Carte
Anybody have any idea what I've done wrong here? I get the following error when I try to run stat-initial or stat-monthy: [EMAIL PROTECTED]:/dspace$ bin/stat-initial Exception in thread main org.postgresql.util.PSQLException: ERROR: syntax error at or near FROM at

[Dspace-tech] Copy text into registration form

2008-08-05 Thread Ellen Røyneberg
Hi We are having some problems when copying text from f.ex acrobat reader to the registration form in DSpace. We sometimes get characters that are part of the text. Is there a filter that removes characters that come from some applications when copying text? Thank you, Ellen

Re: [Dspace-tech] Eclipse and Maven

2008-08-05 Thread Robin Taylor
Thanks for the advice, Robert Roggenbuck also suggested I needed an upgrade of Eclipse. I may go down that road but I'm currently trying Intellij IDEA which I had moved away from because it previously seemed to struggle with Maven. It now appears to be quite good. Cheers, Robin. -- The

Re: [Dspace-tech] [Fwd: How to configure dspace to use a mail server running on ssl ports]

2008-08-05 Thread Graham Triggs
The options in dspace.cfg only allow you to connect to a mail server running on a non-standard port. They do not tell DSpace to make a secure connection to that port. See the link below for more information on using SSL with JavaMail. http://www.javaworld.com/javatips/jw-javatip115.html G

[Dspace-tech] Author sorting

2008-08-05 Thread Blanco, Jose
I was hoping that the our new version of postgres ( 8.1.11 ) would solve the problem we see when authors are browsed. Here is the problem: Suppose we have the following 3 authors: Ta, A Ta, Z Tab, A I would expect them to show up in the oder shown above when browsing by author, but instead

Re: [Dspace-tech] HandleManager ClassNotFoundException -- updating and xmlui

2008-08-05 Thread Gabriel Farrell
On Tue, Aug 05, 2008 at 09:05:19AM +0100, James Rutherford wrote: On Mon, Aug 04, 2008 at 05:53:40PM +, Gabriel Farrell wrote: I'm updating to 1.5 from 1.4.2 on my dev box. At this point, my xmlui says: java.lang.ClassNotFoundException: org.dspace.uri.handle.HandleManager Are you