Re: [Dspace-tech] ant fresh_install error

2014-07-25 Thread Tim Donohue
Hi Andy, It sounds like the dspace.hostname setting in your build.properties file is either missing or commented out. Here's what it should look like: https://github.com/DSpace/DSpace/blob/master/build.properties#L28 If this property is missing, then it is unable to be specified in the final

Re: [Dspace-tech] ant fresh_install error

2014-07-25 Thread Andy Kirkyla
Dear Tim, I trust all is well. That was the issue. Thanks for your help. Andy On Fri, Jul 25, 2014 at 1:50 PM, Tim Donohue tdono...@duraspace.org wrote: Hi Andy, It sounds like the dspace.hostname setting in your build.properties file is either missing or commented

[Dspace-tech] ant fresh_install error

2014-07-24 Thread Andy Kirkyla
Folks, I trust all is well. I am trying to do a fresh install of DSpace 4.2 [dspace@BTNYSLDVA01 dspace-4.2-build]$ ant fresh_install Buildfile: /home/dspace/DSpace-dspace-4.2/dspace/target/dspace-4.2-build/build.xml BUILD FAILED

[Dspace-tech] ant fresh_install Error

2014-06-10 Thread Eric Martyns
Hi, I am building dspace 3.1, the dspace was successfully built but when i run the command C:\dspace-3.1-src-release\dspace\target\dspace-3.1-buildant frest_install at first it starts building and then ends up with the message Build Failed and [java] at

Re: [Dspace-tech] ant fresh_install Error

2014-06-10 Thread Adan Roman
Hi Eric Delete all the tables and sequences from the database you are using for dspace and try again regards Hi, I am building dspace 3.1, the dspace was successfully built but when i run the command C:\dspace-3.1-src-release\dspace\target\dspace-3.1-buildant frest_install at first it starts

[Dspace-tech] Ant fresh_install error

2013-08-05 Thread Mrs. Chitralekha M. Chitale
Hello   I am trying to install dspace-3.2-src-release on Windows 7.   I have installed following versions of other softwares 1. Java jdk1.7.0_25, jre7 2. Tomcat 7.0 3. apache-maven-3.1.0 4. apache-ant-1.9.2 5. PostgreSQL 9.2   I have successfully build mvn package.   I am

Re: [Dspace-tech] Ant fresh_install error

2013-08-05 Thread Kostas Stamatis
. Regards, Kostas From: Mrs. Chitralekha M. Chitale [mailto:library.l...@ltjss.net] Sent: Monday, August 05, 2013 11:11 AM To: DSpace-tech@lists.sourceforge.net Subject: [Dspace-tech] Ant fresh_install error Hello I am trying to install dspace-3.2-src-release on Windows

Re: [Dspace-tech] ant fresh_install error

2011-10-31 Thread Mark H. Wood
On Sat, Oct 29, 2011 at 06:07:10AM -0700, kazi wrote: Dear Mark, Thank you for your kind cooperation. Now wht could I do after ant fresh_install?I did ant fresh_install successfully. I tried with class path assigning, but nothing effect on tomcat it says :

Re: [Dspace-tech] ant fresh_install error

2011-10-29 Thread kazi
Dear Mark, Thank you for your kind cooperation. Now wht could I do after ant fresh_install?I did ant fresh_install successfully. I tried with class path assigning, but nothing effect on tomcat it says : root@localhost:/usr/local/tomcat/bin# ./startup.sh Cannot find

[Dspace-tech] ant fresh_install error

2011-10-28 Thread kazi
Dear community, I am facing this problem with ant fresh_install: [java] 2011-10-28 14:58:19,713 INFO org.dspace.core.ConfigurationManager @ Using default log4j provided log configuration,if unintended, check your dspace.cfg for (log.init.config) [java] Started: 1319792299685 [java]

Re: [Dspace-tech] ant fresh_install error

2011-10-28 Thread Mark H. Wood
[java] 2011-10-28 14:58:21,592 FATAL org.dspace.administer.RegistryLoader @ anonymous::error_loading_registries: [java] org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint bitstreamformatregistry_short_description_key A duplicate key value most

[Dspace-tech] ant fresh_install error with DSpace 1.7 on CentOS 5.5

2011-02-04 Thread Lennert Holvoet
Hello, while trying to install DSpace 1.7 on CentOS 5.5 I keep having problems while running 'ant fresh_install' Installed prerequisites: Ant 1.8.2 - Maven 3.0.2 - Tomcat 7.0.6 - JDK 6u21 - Postgres 8.1 This is the output I get: [dspace@dp1356-03 dspace-1.7.0-build.dir]$ ant fresh_install

Re: [Dspace-tech] ant fresh_install error with DSpace 1.7 on CentOS 5.5

2011-02-04 Thread Gleise S. O. Teixeira
Hy, You need the Postgres = 8.2 I had to install the postgresql84 and postgresql84-server Sorry my poor english. Good luck, Gleise On 02/04/2011 11:18 AM, Lennert Holvoet wrote: Hello, while trying to install DSpace 1.7 on CentOS 5.5 I keep having problems while running 'ant fresh_install'

Re: [Dspace-tech] ant fresh_install error

2009-08-18 Thread Lewatle Phaladi
Thanks a lot Regards lewatle -Original Message- From: Emilios Hadjiprokopi [mailto:hadjiprokopi.emil...@ucy.ac.cy] Sent: Tue 8/18/2009 7:11 AM To: Lewatle Phaladi; dspace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech] ant fresh_install error Now it works. Thanks a lot

Re: [Dspace-tech] ant fresh_install error

2009-08-17 Thread Emilios Hadjiprokopi
@lists.sourceforge.net Subject: RE: [Dspace-tech] ant fresh_install error use sudo ant update or # ant update then : sudo chown dspace [dspace]/webapps cd [dspace]/webapps cp -r jspui xmlui tomcat/webapps tomcat/webapps = location of your tomcat like on my system is /usr/local/tomcat/webapps sudo

[Dspace-tech] ant fresh_install error

2009-08-07 Thread Emilios Hadjiprokopi
I am getting the following error when I am runninh ant fresh_install [java] 2009-08-07 14:30:46,031 WARN org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint checksum_results_pkey

Re: [Dspace-tech] ant fresh_install error

2009-08-07 Thread Lewatle Phaladi
Message- From: Emilios Hadjiprokopi [mailto:hadjiprokopi.emil...@ucy.ac.cy] Sent: Fri 8/7/2009 1:24 PM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] ant fresh_install error I am getting the following error when I am runninh ant fresh_install [java] 2009-08-07 14:30:46,031

Re: [Dspace-tech] ant fresh_install error

2009-08-07 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
. Try running ant update. Best, Sue -Original Message- From: Emilios Hadjiprokopi [mailto:hadjiprokopi.emil...@ucy.ac.cy] Sent: Friday, August 07, 2009 7:24 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] ant fresh_install error I am getting the following error when I am

[Dspace-tech] ant fresh_install error

2008-04-22 Thread Hossein Hamam
Dear All, We are using JDK 1.6.0, upon issuing ant fresh_install, we are getting the following error: Buildfile: build.xml BUILD FAILED /web/dspace/dspace/target/dspace-1.5.0-build.dir/build.xml:88: No supported regular expression matcher found Total time: 0 seconds Did this occur with

Re: [Dspace-tech] ant fresh_install error

2008-04-22 Thread Desmond Elliott
Hossein Hamam wrote: Dear All, We are using JDK 1.6.0, upon issuing ant fresh_install, we are getting the following error: Buildfile: build.xml BUILD FAILED /web/dspace/dspace/target/dspace-1.5.0-build.dir/build.xml:88: No supported regular expression matcher found Total time: 0

[Dspace-tech] Ant fresh_install ERROR

2007-03-17 Thread Luis Saraiva
Hi ! I'm installing DSpace with the following software: Apache-Tomcat 5.0.28 SDK 1.4.2_13 DSpace 1.3.2 PostgreSQL 8.1.4 Ant.. (i don't remember the version) i follow all the installation steps and when i run ant fresh_install on dspace-source, it gives me the following error: