Re: [Dspace-tech] ant fresh_install problem

2009-01-18 Thread Allen Lam
It becomes a linux question more than about dspace. First of all, check that your commands in profile are actually taking effect: echo $PATH check that /usr/local/ant/bin is within the path Besides, make sure you have the ant program in your path: ls -l /usr/local/ant/bin/ant check that you

[Dspace-tech] Message.properties not found in 1.5.1

2009-01-18 Thread mallikarjun dora
Dear All, I didn't find message.properties in our Dspace 1.5.1. We have installed Dspace 1.5.1 in fedora version 9. As for customization message.properties file needed but i did n't get it. Any idea . Thanks -- This SF.

[Dspace-tech] ant fresh_install problem

2009-01-18 Thread Zico
when i go to *ant fresh_install *as "dspace" user in my /opt/src/dspace -1.5.1-release/ dspace the error comes that, *ant: command not found *But, i have added the path in my */etc/profile *file. Here is my entry in */etc/profile *file: JAVA_HOME="/usr/local/java/jdk1.5.0_06" PATH="$PATH:/usr

Re: [Dspace-tech] problem with dspace 1.5 installation in debian 4.0

2009-01-18 Thread Zico
On Sun, Jan 18, 2009 at 5:02 PM, Mr Havercamp wrote: > What was the full command you used for creating the database? > > To create the user and db in Ubuntu I used the following; > > # sudo su - postgres -c 'createuser -P -d -R -S dspace' > # createdb -U dspace -h 127.0.0.1 -W -e -E UNICODE seayo

Re: [Dspace-tech] upgrade help

2009-01-18 Thread Κώστας Παρασκευόπουλος
Rod, You probably forgot to recreate the db that's why you got the errors, run before you restore the data (and after you created the empty database): (from the target directory) ant setup_database ant load_registries now restore your database *psql -U dspace -d dspace < dspace-backup.sql *and fina

[Dspace-tech] upgrade help

2009-01-18 Thread Rod Harris
Hi all     I'm still trying to move our dspace 1.4 instance to a separate machine running 1.5. All the docs I've found only tell how to upgrade a 1.4 to 1.5 instance of dspace, not move everything to  a new machine altogether and upgrade to 1.5 at the same time. I have done a pg_dump --oids

Re: [Dspace-tech] problem with dspace 1.5 installation in debian 4.0

2009-01-18 Thread Bunton, Glenn A.
We are moving from one server machine to another. What is the EASIEST way of moving dspace (ours is 1.4.2) from the old machine to the new machine? Thanks in advance. Glenn Bunton gbun...@odu.edu Head of Systems De

Re: [Dspace-tech] problem with dspace 1.5 installation in debian 4.0

2009-01-18 Thread Zico
On Sun, Jan 18, 2009 at 5:02 PM, Mr Havercamp wrote: > What was the full command you used for creating the database? > > To create the user and db in Ubuntu I used the following; > > # sudo su - postgres -c 'createuser -P -d -R -S dspace' > # createdb -U dspace -h 127.0.0.1 -W -e -E UNICODE seay

Re: [Dspace-tech] problem with dspace 1.5 installation in debian 4.0

2009-01-18 Thread Mr Havercamp
Zico wrote: > > I am trying to install dspace 1.5.1 in debian 4.0 release 0. Alvaro > helped me a lot. > I configured jdk, apache maven, apache ant,postgresql. And added > dspace user. After > that, when i went to create database with the command: createdb -U > dspace -E UNICODE, > the error cam

[Dspace-tech] problem with dspace 1.5 installation in debian 4.0

2009-01-18 Thread Zico
I am trying to install dspace 1.5.1 in debian 4.0 release 0. Alvaro helped me a lot. I configured jdk, apache maven, apache ant,postgresql. And added dspace user. After that, when i went to create database with the command: createdb -U dspace -E UNICODE, the error came: *createdb: could not connec