Re: [Dspace-tech] ant fresh_install problem, setup database

2007-07-26 Thread Christian Voelker
Hello, Am 26.07.2007 um 09:19 schrieb Li Yuan: org.dspace.storage.rdbms.InitializeDatabase @ Caught exception: [java] org.postgresql.util.PSQLException: FATAL: missing or erroneous pg_hba.conf file This is the culprit. Your postgres database was not initializd propoerly or the rights

[Dspace-tech] DSUG 2007 Advanced DSpace tutorial

2007-07-26 Thread James Rutherford
Hi all, With the help of Richards Jones and Rogers, I will be giving the advanced DSpace tutorial at the User Group meeting in October, and I thought it would be good to get input on what to cover. This is mostly directed at those thinking of attending the tutorial, but input is welcome from

[Dspace-tech] Fwd: Handle server problem

2007-07-26 Thread Christian Voelker
Hello, Am 26.07.2007 um 16:28 schrieb Inna Klimbovskaia: That explains the problem. It would be nice if someone updates documentation, so it actually say not to use passphrase... Well, it does already. Or, more preciesely, it depends on your point of view. If you read the script that comes

[Dspace-tech] Internal System Error

2007-07-26 Thread Rodrigo Castro Artigas
I have the problem with save new Item in the work flow The log is the Following: 2007-07-26 12:46:56,756 WARN org.dspace.app.webui.servlet.InternalErrorServlet @ :session_id=594A725C08D3E94C814CE06E2A9F5247:internal_error:-- URL Was: http://sdspace.alerta.cl/dspace/submit -- Method: POST --

Re: [Dspace-tech] mail problem ..!!!

2007-07-26 Thread Christian Voelker
Hi, Am 26.07.2007 um 16:09 schrieb arunima menon: when submitting any article in the communities and collections, it is not mailing the users registered in dspace..although, the submittion is successful n can be seen..but no intimation is being send to users registered to

[Dspace-tech] mail problem ..!!!

2007-07-26 Thread arunima menon
when submitting any article in the communities and collections, it is not mailing the users registered in dspace..although, the submittion is successful n can be seen..but no intimation is being send to users registered to dspace.plz help... -- Arunima Menon MCA(SE) USIT

[Dspace-tech] postgres createdb err

2007-07-26 Thread wang jiahui
Hi, We got an error when we created db with this command: [EMAIL PROTECTED]:/opt/postgres/bin$ ./createdb -E UNICODE dspace createdb: could not connect to database postgres: FATAL: role postgres does not exist How could this happen? Doesn't the role postgres exist since we installed postgresql

Re: [Dspace-tech] e-mail query...!!

2007-07-26 Thread Claudia Jürgen
Hi Arunima, There is no other place. For the registration email the dspace.url of dspace.cfg is used, see: org.dspace. eperson.AccountManager private static void sendEmail(String email, boolean isRegister, TableRow rd) throws MessagingException, IOException {

Re: [Dspace-tech] postgres createdb err

2007-07-26 Thread Christian Voelker
Am 26.07.2007 um 15:28 schrieb wang jiahui: We got an error when we created db with this command: [EMAIL PROTECTED]:/opt/postgres/bin$ ./createdb -E UNICODE dspace createdb: could not connect to database postgres: FATAL: role postgres does not exist How could this happen? Doesn't the

[Dspace-tech] Handle server problem

2007-07-26 Thread Inna Klimbovskaia
Hi All, We are trying to start *handle* server for the first time after receiving new prefix from Global Registry. Getting the following error: Unable to initialize server signature object: java.lang.Exception: *Incorrect passphrase* java.lang.Exception: *Incorrect passphrase* at

[Dspace-tech] ConfigurableSubmissionPatch compile error

2007-07-26 Thread Gary Browne
Hi I'm trying to apply the said patch to 1.4.1. I'm using SF patch #1532695 (should I be using SF patch #1691345?) and I get compile errors (42 of 'em) when I try to redeploy, so the build fails with: compile: [javac] Compiling 23 source files to /home/dspace/dspace-src/build/classes

Re: [Dspace-tech] [vote] Do we want to assign external identifiers (Handles) to files?

2007-07-26 Thread Ekaterina Pechekhonova
Hello Mark, I think I wasn't clear in my previous post, which happens to non-native speakers, sorry about that. I meant to say that building a flexible ExternalIdentifier service is a challenging task (as James himself has said), so I am concerned that at some point the configuration options

Re: [Dspace-tech] e-mail query...!!

2007-07-26 Thread Claudia Jürgen
Hi Arnunima, you got to adjust dspace.url in dspace.cfg from dspace.url = http://localhost:8080/dspace to dspace.url = YourUrl hope that helps Claudia arunima menon schrieb: how do i change the 'localhost' in the mail format to my actual server host name..?

Re: [Dspace-tech] installation help

2007-07-26 Thread Jayan Chirayath Kurian
org.postgresql.util.PSQLException: FATAL: password authentication failed for user dspace The dspace user with a password exists in postgresql ? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shali 9846303531 Sent: Friday, July 27, 2007

[Dspace-tech] installation help

2007-07-26 Thread Shali 9846303531
Dear sir When i am trying to insrall dspace using ant fresh_install the following error will appear setup_database: [java] 2007-07-27 10:31:57,379 INFO org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database [java] 2007-07-27 10:31:57,473 INFO