Re: [Dspace-tech] ant fresh_install

2015-02-10 Thread euler
Hi, In your dspace.cfg, try to use forward slash / for your dspace.dir value (eg dspace.dir = C:/DSpace). Rerun mvn package and ant fresh_install. Hope this help. Regards, euler -- View this message in context: http://dspace.2283337.n4.nabble.com/ant-fresh-install-tp4676566p4676567.html

Re: [Dspace-tech] ant fresh_install fails

2014-10-22 Thread helix84
Hi Monika, I'm not sure how you encountered it. When I recently did a fresh_install from the master branch, I didn't encouter it. To explain, the bi_* tables (browse index) were used by default up to and including DSpace 3 by BrowseCreateDAOPostgres/BrowseCreateDAOOracle. With the switch to

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

[Dspace-tech] Ant fresh_install fails with Oracle : [FATAL org.dspace.administer.RegistryLoader @ anonymous::error_loading_registries]

2012-12-17 Thread qamar syed
I have tested this dspace build 3.0 with Oracle DB in different combinations but still no luck, but installation is done successful with Postgres DB. 1. Oracle Linux 5.6 with Oracle XE/EE same error. 2. Ret Hat Linux with Oracle XE/EE same error. 3. Windows 2003 EE with Oracle XE/EE same error.

Re: [Dspace-tech] Ant fresh_install fails

2012-12-17 Thread helix84
I looked at your stacktrace again and I was wrong that there's nothing that would cause a NPE to be raised (I was looking at a wrong line). The immediate problem must be that a column is null. This column name should be the primary key of the bitstreamformatregistry table. As far as I know, there

Re: [Dspace-tech] Ant fresh_install fails

2012-12-17 Thread helix84
The strange thing is there have been no changes between 1.8.2 and 3.0 in the classes listed in your stracktrace (apart from one insignificat string change). And as I said, there were no changes to the table in question. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] Ant fresh_install fails

2012-12-17 Thread kamarsyed
Ok, but why it is happening ??? If you haven't changed anything in the code Let me give you the details of oracle tables and columns : Oracle DB Results : === SQL desc BitstreamFormatRegistry Name Null?Type

Re: [Dspace-tech] Ant fresh_install fails with Oracle : [FATAL org.dspace.administer.RegistryLoader @ anonymous::error_loading_registries]

2012-12-17 Thread Hilton Gibson
Hi Did you try with Ubuntu? See: https://help.ubuntu.com/community/Oracle Cheers hg On 17 December 2012 11:49, qamar syed kamars...@gmail.com wrote: I have tested this dspace build 3.0 with Oracle DB in different combinations but still no luck, but installation is done successful with

Re: [Dspace-tech] Ant fresh_install fails with Oracle : [FATAL org.dspace.administer.RegistryLoader @ anonymous::error_loading_registries]

2012-12-17 Thread qamar syed
Hi Hilton, No , not at all, we do not want debian builds in our production environment. Although I have tried to installed it on Oracle 10g 10.2.0.4.0 EE, but still no luck. It not an oracle issue, its an issue with java code because build is successful with Dspace 1.8.2 release. Regards

Re: [Dspace-tech] Ant fresh_install fails

2012-12-17 Thread helix84
I didn't say that nothing changed in the code, but I looked at the classes where the immediate problem surfaced and those have not been changed. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Ant fresh_install fails

2012-12-17 Thread qamar syed
Ok, but apart from the classes, have you installed this new release with oracle ??? If not then please try to install it and then tell me . Regards Abbas On Mon, Dec 17, 2012 at 4:38 PM, helix84 heli...@centrum.sk wrote: I didn't say that nothing changed in the code, but I looked at the

Re: [Dspace-tech] Ant fresh_install fails

2012-12-17 Thread helix84
On Mon, Dec 17, 2012 at 12:40 PM, qamar syed kamars...@gmail.com wrote: Ok, but apart from the classes, have you installed this new release with oracle ??? If not then please try to install it and then tell me . No, sorry, I'm not using Oracle. I was just trying to find the problem for you.

Re: [Dspace-tech] Ant fresh_install fails

2012-12-17 Thread qamar syed
ok, no problem and thank you for your cooperation. On Mon, Dec 17, 2012 at 4:42 PM, helix84 heli...@centrum.sk wrote: On Mon, Dec 17, 2012 at 12:40 PM, qamar syed kamars...@gmail.com wrote: Ok, but apart from the classes, have you installed this new release with oracle ??? If not then

Re: [Dspace-tech] Ant fresh_install fails with Oracle : [FATAL org.dspace.administer.RegistryLoader @ anonymous::error_loading_registries]

2012-12-17 Thread qamar syed
I need help that's why I posted my problem on this forum. Sent via GNex On Dec 17, 2012 6:52 PM, Hilton Gibson hilton.gib...@gmail.com wrote: Ok. If u need help, let me know - i am part of the community. On 17 December 2012 13:34, qamar syed kamars...@gmail.com wrote: :) thanks for sharing

Re: [Dspace-tech] Ant fresh_install fails

2012-12-15 Thread qamar syed
I have checked it thoroughly with Oracle, it's somehow not working at all with Oracle. I personally think that dspace developers didn't check it before releasing it will Oracle. Sent via GNex On Dec 14, 2012 6:25 PM, mErRYo merryob...@yahoo.com wrote: Well the code is right and according to

Re: [Dspace-tech] Ant fresh_install fails

2012-12-14 Thread helix84
On Fri, Dec 14, 2012 at 12:33 PM, mErRYo merryob...@yahoo.com wrote: [java] 2012-12-14 16:23:17,461 FATAL org.dspace.administer.RegistryLoader @ anonymous::error_loading_registries: [java] java.lang.NullPointerException [java] at

Re: [Dspace-tech] Ant fresh_install fails

2012-12-14 Thread mErRYo
Well the code is right and according to github (weblink that helix provided). I think the problem is with oracle db scripts. I don't understand why its not working with oracle when it is working fine with postgre. I mean i have dspace3.0 release with postgre also and it worked fine. Postgre DB

Re: [Dspace-tech] # ant fresh_install build failed

2012-09-30 Thread Philipp Bohnenstengel
Sounds like you lack the package ant-apache-regexp. ;) Philipp Bohnenstengel Studentische Hilfskraft Institut für Multimediale und Interaktive Systeme Universität zu Lübeck Am Freitag, 28. September 2012 um 16:42 schrieb rizki ry: Hello to all, I am facing problem while installing dspace.

[Dspace-tech] # ant fresh_install build failed

2012-09-28 Thread rizki ry
Hello to all, I am facing problem while installing dspace. The step ant fresh_install giving following error [root@dspace dspace-1.8.2-build]# ant fresh_install Buildfile: build.xml BUILD FAILED /opt/temp/dspace-1.8.2-release/dspace/target/dspace-1.8.2-build/build.xml:70: No supported

[Dspace-tech] ant fresh_install

2012-05-30 Thread Lei Zhang
Hello all, I got the wrong message when I run ant fresh_install. Could you help me to fix the problem. Thanks a lot for any help. init_configs: [copy] Copying 85 files to /home/johnny/dspace/dspace-1.8.2-src-release/dspace/config [copy] Copying 1 file to

Re: [Dspace-tech] ant fresh_install

2012-05-30 Thread Henry, Matt - OPS District Computer Technician
, Bernard; dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] ant fresh_install Hello all, I got the wrong message when I run ant fresh_install. Could you help me to fix the problem. Thanks a lot for any help. init_configs: [copy] Copying 85 files to /home/johnny/dspace/dspace-1.8.2-src

Re: [Dspace-tech] ant fresh_install

2012-05-30 Thread Henry, Matt - OPS District Computer Technician
@lists.sourceforge.net Subject: RE: [Dspace-tech] ant fresh_install Looks like your password in your postgresql database for the user dspace is not 'dspace'. Should be as simple as fixing the authentication issue. Matt -Original Message- From: Lei Zhang [mailto:lzha...@sycamores.indstate.edu

Re: [Dspace-tech] ant fresh_install

2012-05-30 Thread Miguel Ángel 0rtiz Camilo
@lists.sourceforge.net Subject: [Dspace-tech] ant fresh_install Hello all, I got the wrong message when I run ant fresh_install. Could you help me to fix the problem. Thanks a lot for any help. init_configs: [copy] Copying 85 files to /home/johnny/dspace/dspace-1.8.2-src-release/dspace

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

Re: [Dspace-tech] ant fresh_install failed

2011-10-24 Thread Tim Donohue
Hi Kazi, It looks like you may be using the wrong version of Maven to build DSpace. There are known issues with using Maven 2.0.x with DSpace 1.7.2. Please see this note: https://wiki.duraspace.org/display/DSDOC/Installation#Installation-ApacheMaven2.2.x%28Javabuildtool%29 If you use Maven

[Dspace-tech] ant fresh_install failed

2011-10-21 Thread kazi
Dear community, Helix thankx for ur help. after that I face the error below- dspace@localhost:~/dspace-1.7.2-src-release/dspace/target/dspace-1.7.2-build.dir$ ls binCHANGES docs KNOWN_BUGS LICENSE solr build.xml config etc lib README webapps

Re: [Dspace-tech] ant fresh_install build failed

2011-05-20 Thread Hardik Mishra
Hi Imran Check your dspace.cfg for database credentials. It should match with the same which you provided during postgres installation and database creation. Thanks Regards Hardik Mishra Hi, I used  all the latest version for the dspace installation 1.7.1.latest along with latest

[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'

[Dspace-tech] ant fresh_install fails - gives error Value for bitstream_format_id is not an integer

2011-01-26 Thread M P
My Environment - dspace 1.7 with mvn 3.0, ant 1.8, java 1.6.0_24, Oracle 10.2.0.3 During ant fresh_install i am getting error Value for bitstream_format_id is not an integer. .. .. [java] 2011-01-25 22:03:37,703 INFO org.dspace.content.BitstreamFormat @

[Dspace-tech] ant fresh_install fails oracle and solaris

2010-09-02 Thread Marvin Weaver
I have tried to trace the fault in ant's failure to build on Solaris 10 and Oracle 10. Below is what seems to be the fatal error and the code from build.xml that is failing. dublin-core-types.xml, sword-metadata.xml, and bitstreams-formats.xml are all in /dspace/config/registries where they

[Dspace-tech] ant fresh_install on dspace-1.6.0

2010-04-07 Thread Lewatle Phaladi
Hi All After used : #mvn package On dspace-1.6.0 installation directory without errors I tried to run : #ant fresh_install and I got the error, my question is that, it is necessary to run ant after mvn or for 1.6.0 I just copy the contents of webapps from the directory as it is ?

[Dspace-tech] ant fresh_install fails

2009-10-30 Thread Rajshekhar Pandey
Hello to all, I am facing problem while installing dspace. The step ant fresh_install giving following error shek...@shekhar-laptop:~/java/dspace-1.5.2-src-release/dspace/target/dspace-1.5.2-build.dir$ ant fresh_install Buildfile: build.xml BUILD FAILED

Re: [Dspace-tech] ant fresh_install fails

2009-10-30 Thread Jeffrey Trimble
It looks like you are using JDK1.4? 1.5.2 requires JAVA JDK 5 or later (Standard SDK is fine, you don't really need J2EE). Upgrade to Java5 or higher and your problem should go away. (Java 6 is what is available on the Sun website: http://java.sun.com/javase/downloads/index.jsp) See if

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 fails when trying to init mySQL database

2009-03-07 Thread Andrew Marlow
Hello guys, I have found out what the db.url for mySQL is supposed to be. Er, or at last I think so. I have set it to: jdbc:mysql://localhost:3306/dspace But when I say ant fresh_install I get connection refused. The stack trace is at the end of this email. When I do a netstat -an I see that

Re: [Dspace-tech] ant fresh_install problem

2009-01-20 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
You need to set your $CLASSPATH also. Sue From: Zico [mailto:mailz...@gmail.com] Sent: Monday, January 19, 2009 1:24 AM To: Tech DSpace Subject: [Dspace-tech] ant fresh_install problem when i go to ant fresh_install as dspace user in my /opt/src

[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

[Dspace-tech] ant fresh_install says 'Buildfile: build.xml does not exist! Build failed'

2008-11-18 Thread Jonathan Meyers
Hello! I keep getting the following error when I try to run ant fresh_install within the dspace source directory: /Buildfile: build.xml does not exist! Build failed/ I make it through the mvn package process fine. But then I hit this on the ant install. I notice that there is indeed a

Re: [Dspace-tech] ant fresh_install says 'Buildfile: build.xml does not exist! Build failed'

2008-11-18 Thread juuventud
Hi Jonathan Have you tried searching the forum archives? I think I myself asked that question a while ago. Anyway, you say that the build.xml file IS in the DSpace source folder? Did you also run the ant fresh_install command from the right directory? I made that mistake. Let me make an example

Re: [Dspace-tech] ant fresh_install problem on windows xp

2008-11-04 Thread juuventud
Hi Venkat Maybe this can help you: http://www.nabble.com/DSpace-Windows-installation-error--Build-Failed---Java-Returned%3A-1-tp19881409p20319009.html Just to show you where to start looking to find out what the real problem is. Juuventud Dear All, I have installed all supporting

Re: [Dspace-tech] ant fresh_install problem on windows xp

2008-08-16 Thread thandu venkat narayana
Dear All, I have installed all supporting softwares, but at the time of command ant fresh_install result is BUILD FAILED C:\dspace\build.xml:293: Java returned: 1 please give solution for this. Thanks Regards Venkat Narayana Connect with friends all over the world. Get Yahoo!

[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

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

2007-07-27 Thread Li Yuan
: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] ant fresh_install problem, setup database Date: Thu, 26 Jul 2007 09:44:22 +0200 Hello, Am 26.07.2007 um 09:19 schrieb Li Yuan: org.dspace.storage.rdbms.InitializeDatabase @ Caught exception: [java

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] 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: