Dear All,

I am creating a fresh installation of apache ant in dspace but I keep having 
the error below.

C:\Windows\system32>cd C:\DSpace-master\dspace\target\dspace-installer

C:\DSpace-master\dspace\target\dspace-installer>ant fresh_install
Buildfile: C:\DSpace-master\dspace\target\dspace-installer\build.xml

init_installation:
    [mkdir] Created dir: C:\dspace\bin
    [mkdir] Created dir: C:\dspace\config
    [mkdir] Created dir: C:\dspace\lib
    [mkdir] Created dir: C:\dspace\etc
    [mkdir] Created dir: C:\dspace\webapps
    [mkdir] Created dir: C:\dspace\triplestore
    [mkdir] Created dir: C:\dspace\exports
    [mkdir] Created dir: C:\dspace\exports\download
    [mkdir] Created dir: C:\dspace\assetstore
    [mkdir] Created dir: C:\dspace\handle-server
    [mkdir] Created dir: C:\dspace\search
    [mkdir] Created dir: C:\dspace\log
    [mkdir] Created dir: C:\dspace\upload
    [mkdir] Created dir: C:\dspace\reports
    [mkdir] Created dir: C:\dspace\solr
    [mkdir] Created dir: C:\dspace\var
    [mkdir] Created dir: C:\dspace\var\oai

init_configs:
     [copy] Copying 142 files to C:\dspace\config
     [copy] Copying 1 file to C:\dspace\config

test_database:
     [java] 2015-12-14 08:37:37,037 INFO  org.dspace.core.ConfigurationManager @
Loading system provided config property (-Ddspace.configuration): config/dspace
.cfg
     [java] 2015-12-14 08:37:37,064 INFO  org.dspace.core.ConfigurationManager @
Using default log4j provided log configuration.  If unintended, check your dspa
ce.cfg for (log.init.config)
     [java] Caught exception:
     [java] java.sql.SQLException: org.postgresql.util.PSQLException: FATAL: pas
sword authentication failed for user "dspace"
     [java]     at org.dspace.storage.rdbms.DataSourceInit.getDatasource(DataSou
rceInit.java:171)
     [java]     at org.dspace.storage.rdbms.DatabaseManager.initDataSource(Datab
aseManager.java:1440)
     [java]     at org.dspace.storage.rdbms.DatabaseUtils.main(DatabaseUtils.jav
a:83)
     [java] Caused by: org.postgresql.util.PSQLException: FATAL: password authen
tication failed for user "dspace"
     [java]     at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication
(ConnectionFactoryImpl.java:293)
     [java]     at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionIm
pl(ConnectionFactoryImpl.java:108)
     [java]     at org.postgresql.core.ConnectionFactory.openConnection(Connecti
onFactory.java:66)
     [java]     at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJ
dbc2Connection.java:125)
     [java]     at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJ
dbc3Connection.java:30)
     [java]     at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(Abstrac
tJdbc3gConnection.java:22)
     [java]     at org.postgresql.jdbc4.AbstractJdbc4Connection.<init>(AbstractJ
dbc4Connection.java:32)
     [java]     at org.postgresql.jdbc4.Jdbc4Connection.<init>(Jdbc4Connection.j
ava:24)
     [java]     at org.postgresql.Driver.makeConnection(Driver.java:393)
     [java]     at org.postgresql.Driver.connect(Driver.java:267)
     [java]     at java.sql.DriverManager.getConnection(DriverManager.java:571)
     [java]     at java.sql.DriverManager.getConnection(DriverManager.java:215)
     [java]     at org.apache.commons.dbcp.DriverManagerConnectionFactory.create
Connection(DriverManagerConnectionFactory.java:75)
     [java]     at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(
PoolableConnectionFactory.java:582)
     [java]     at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(G
enericObjectPool.java:974)
     [java]     at org.apache.commons.dbcp.PoolingDataSource.getConnection(Pooli
ngDataSource.java:106)
     [java]     at org.dspace.storage.rdbms.DataSourceInit.getDatasource(DataSou
rceInit.java:140)
     [java]     ... 2 more
     [java] 2015-12-14 08:37:38,484 WARN  org.dspace.storage.rdbms.DataSourceIni
t @ Exception initializing DB pool
     [java] org.postgresql.util.PSQLException: FATAL: password authentication fa
iled for user "dspace"
     [java]     at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication
(ConnectionFactoryImpl.java:293)
     [java]     at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionIm
pl(ConnectionFactoryImpl.java:108)
     [java]     at org.postgresql.core.ConnectionFactory.openConnection(Connecti
onFactory.java:66)
     [java]     at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJ
dbc2Connection.java:125)
     [java]     at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJ
dbc3Connection.java:30)
     [java]     at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(Abstrac
tJdbc3gConnection.java:22)
     [java]     at org.postgresql.jdbc4.AbstractJdbc4Connection.<init>(AbstractJ
dbc4Connection.java:32)
     [java]     at org.postgresql.jdbc4.Jdbc4Connection.<init>(Jdbc4Connection.j
ava:24)
     [java]     at org.postgresql.Driver.makeConnection(Driver.java:393)
     [java]     at org.postgresql.Driver.connect(Driver.java:267)
     [java]     at java.sql.DriverManager.getConnection(DriverManager.java:571)
     [java]     at java.sql.DriverManager.getConnection(DriverManager.java:215)
     [java]     at org.apache.commons.dbcp.DriverManagerConnectionFactory.create
Connection(DriverManagerConnectionFactory.java:75)
     [java]     at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(
PoolableConnectionFactory.java:582)
     [java]     at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(G
enericObjectPool.java:974)
     [java]     at org.apache.commons.dbcp.PoolingDataSource.getConnection(Pooli
ngDataSource.java:106)
     [java]     at org.dspace.storage.rdbms.DataSourceInit.getDatasource(DataSou
rceInit.java:140)
     [java]     at org.dspace.storage.rdbms.DatabaseManager.initDataSource(Datab
aseManager.java:1440)
     [java]     at org.dspace.storage.rdbms.DatabaseUtils.main(DatabaseUtils.jav
a:83)

BUILD FAILED
C:\DSpace-master\dspace\target\dspace-installer\build.xml:797: Java returned: 1

Total time: 8 seconds

Please can anyone help. thanks

regards

________________________________

DISCLAIMER: This message is private and confidential. If you have received this 
message in error please notify us and remove it from your system. Any views and 
opinions expressed in this message are those of the individual sender and do 
not necessarily represent the views and opinions of Medical Research Council 
Unit, The Gambia

___________________________________________________________
This communication is confidential and may contain privileged information 
intended solely for the named recipient(s). It may not be used or disclosed 
except for the purpose for which it has been sent. If you are not the intended 
recipient, you must not copy, distribute, take any action or reliance on it. If 
you have received this communication in error, do not open any attachments but 
please notify the Help Desk by e-mailing [email protected] quoting the sender 
details, and then delete this message along with any attached files. E-mail 
messages are not secure and attachments could contain software viruses which 
may damage your computer system. Whilst every reasonable precaution has been 
taken to minimise this risk, The MRC Unit The Gambia cannot accept any 
liability for any damage sustained as a result of these factors. You are 
advised to carry out your own virus checks before opening any attachments. 
Unless expressly stated, opinions in this message are those of the e-mail 
author and not of the Medical Research Council Unit The Gambia.
________________________________________________________________________

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to