Re: [dspace-tech] ant fresh_install error while installing dspace

2021-07-07 Thread Paul Münch
Hello, the error is mentioned in your mail: Am 06.07.21 um 11:11 schrieb Muhammed Basheer B: > [java] org.postgresql.util.PSQLException: FATAL: password authentication > failed for user "dspace" Kind regards, Paul Münch -- Philipps-Universität Marburg | UB Digitale Dienste |

[dspace-tech] ant fresh_install error while installing dspace

2021-07-06 Thread Muhammed Basheer B
C:\dspace-6.3-src-release\dspace\target\dspace-installer>ant fresh_install Buildfile: C:\dspace-6.3-src-release\dspace\target\dspace-installer\build.xml init_installation: prepare_configs: [mkdir] Created dir: C:\dspace-6.3-src-release\dspace\target\dspace-installer\config-temp

Re: [dspace-tech] ant fresh_install error

2019-08-12 Thread Paul Münch
Hello, please take a look at this line: >[java] org.apache.commons.configuration.ConfigurationException: Cannot locate configuration source local.cfg It seems that you don't have a 'local.cfg' in your DSpace configuration directory. Maybe the documentation will help you:

Re: [dspace-tech] ant fresh_install error

2019-08-09 Thread José Geraldo
http://dspace.2283337.n4.nabble.com/quot-Key-for-add-operation-must-be-defined-quot-error-when-starting-Tomcat-td4684345.html Em seg, 5 de ago de 2019 às 10:13, Piyush escreveu: > C:\dspace-6.3-src-release\dspace\target\dspace-installer>ant fresh_install > Buildfile: >

[dspace-tech] ant fresh_install error

2019-08-05 Thread Piyush
C:\dspace-6.3-src-release\dspace\target\dspace-installer>ant fresh_install Buildfile: C:\dspace-6.3-src-release\dspace\target\dspace-installer\build.xml init_installation: prepare_configs: [mkdir] Created dir: C:\dspace-6.3-src-release\dspace\target\dspace-installer\config-temp [copy]

Re: [dspace-tech] ant fresh_install error

2019-02-21 Thread Ousman Mohammed
Thank you for your response! Actually I found out that the problem is due to the local.cfg file encoding. If we created(edited) the local.cfg file using wordpad or other non code editing software, it changes the file encoding. So when ant tries to load the local configuration file ( due to the

Re: [dspace-tech] ant fresh_install error

2019-02-20 Thread Paul Münch
Hello, the exception is thrown at line 74 in the build.xml. In this line the 'local.cfg' is loaded. So please check your 'local.cfg'. Here are some good advices: https://stackoverflow.com/questions/17043037/ant-malformed-u-encoding-in-propertyfile-task Hope this helps and kind regards, Paul

[dspace-tech] ant fresh_install error

2019-02-20 Thread Ousman Mohammed
Hello, I have faced this error. How can I fix it ? Thank you first, for any reply! [image: Capture.PNG] -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are

Re: [dspace-tech] ANT FRESH_INSTALL ERROR

2019-01-10 Thread Paul Münch
Hello, you have to take a look in the DSpace database configuration ( 'local.cfg' ). Based on the stacktrace there is an authentication error. 'org.postgresql.util.PSQLException: FATAL: password authentication failed for user "dspace" ' Kind regards, Paul Münch Am 11.01.19 um 06:31 schrieb Ze

[dspace-tech] ANT FRESH_INSTALL ERROR

2019-01-10 Thread Ze Victor Harry
hello guys after having trouble with installing dspace with jdk 9 and above a finally got to work it by downgrading jdk to 8.but after successfully building mvn package when i run ant fresh_install i am getting the following database connectivity error can someone guide me what's wrong? -- All

Re: [dspace-tech] Ant Fresh_Install error

2018-04-30 Thread Jojo Capunay
Thanks, i re-worked everything from the top. Now i have Dspace working. Thanks again. ☺ On Mon, Apr 30, 2018, 11:22 PM Tim Donohue wrote: > Hello, > > During initial installation, the local.cfg file should be first placed > in [dspace-source]/dspace/config/local.cfg > >

Re: [dspace-tech] Ant Fresh_Install error

2018-04-30 Thread Tim Donohue
Hello, During initial installation, the local.cfg file should be first placed in [dspace-source]/dspace/config/local.cfg See step #5 of the Installation instructions for details on setting up your local.cfg file:

[dspace-tech] ant fresh_install error "key for add operation must be defined "

2017-11-04 Thread Alberto Tovar
Hi! i'm trying to install DSpace 6.2, when I use ant fresh_install, it returns the following: java.lang.IllegalArgumentException: Key for add operation must be de fined! Error output: C:\>cd dspace/instaladores/6-DSPACE/dspace/target/dspace-installer

[dspace-tech] Ant Fresh_Install error

2017-02-08 Thread Gopalakrishnan S
While performing ang fresh_install, I get the following error: C:\dspace-6.0-src-release\dspace\target\dspace-installer>ant fresh_install Buildfile: C:\dspace-6.0-src-release\dspace\target\dspace-installer\build.xml init_installation: [mkdir] Created dir: c:\dspace\bin [mkdir]

Re: [dspace-tech] ant fresh_install error

2016-10-14 Thread Creel, James Silas
the database and re-create it and run the fresh install again. Best Regards, James From: <dspace-tech@googlegroups.com> on behalf of Haimanot Birhanu <haimanoti...@gmail.com> Date: Friday, October 14, 2016 at 7:07 AM To: DSpace Technical Support <dspace-tech@googlegroups.com> Subject:

[dspace-tech] ant fresh_install error

2016-10-14 Thread Haimanot Birhanu
ERROR: duplicate key value violates unique constraint "bitstreamformatregistry_short_description_key" Detail: Key (short_description)=(Unknown) already exists. Java returned: 1 anyone who have the experience and help me? Haimanot, -- You received this message because you are subscribed to

Re: [dspace-tech] ant fresh_install error

2015-12-14 Thread helix84
> [java] java.sql.SQLException: org.postgresql.util.PSQLException: FATAL: > password authentication failed for user "dspace" The password in dspace.cfg (db.password) is different than the password you set in Postgres for your dspace user. Regards, ~~helix84 Compulsory reading: DSpace