LIS Links

First and Largest Academic Social Network of LIS Professionals in India

Latest Activity

RAKESH KUMAR updated their profile
4 hours ago
mukesh left a comment for Dr Nupur Srivastava
11 hours ago
mukesh left a comment for Dr Nupur Srivastava
11 hours ago
mukesh and Dr. Badan Barman are now friends
13 hours ago
Shakeel Ahmad Mir updated their profile
Tuesday
Dr. U. PRAMANATHAN posted a blog post
Monday
Dr. U. PRAMANATHAN posted an event
Oct 23
Dr. U. PRAMANATHAN is now friends with Sumit Sundar Ray and HINGE RAMAKANTH
Oct 23
Dr. Sheel Bhadra Yadav posted an event

Request to Participate in Research Study on AI Adoption in LIS at India

October 19, 2025 at 6pm to November 30, 2025 at 7pm
Oct 23
Dr. O Seshaiaih posted a discussion
Oct 23
Dr. N K Pachauri posted a discussion
Oct 23
Dr. U. PRAMANATHAN posted a discussion
Oct 23
Dr.Stephen.G updated their profile
Oct 21
Dr.Stephen.G and KADARI NAVEEN KUMAR are now friends
Oct 21
Dr. Sheel Bhadra Yadav updated their profile
Oct 18
jignesh nakum updated their profile
Oct 16
Dr. Badan Barman posted a blog post
Oct 15
Dr. Nilanjana Purkayastha posted an event
Thumbnail

ICSSSM 2025: First International Conference on Smart Systems and Social Management at The Assam Royal Global University, Guwahati

November 6, 2025 to November 8, 2025
Oct 15
Dr. Badan Barman and Geetanjali Tiwari are now friends
Oct 15
Pabitra Kumar Choudhury posted an event
Thumbnail

22nd MANLIBNET Convention and International Conference on Marching Beyond the Libraries: Talent, Technology, and Transformation (ICMBL) at KIIT Deemed to be University, Bhubaneswar, Odisha

December 18, 2025 at 9:30am to December 20, 2025 at 7:30pm
Oct 15

Dear Professionals,

I am tried to Install DSpace on My collage i got the below error. please give your valuable suggestions to how can i over come this problem.  

 thanking you.

C:\Dspace\dspace-5.2-src-release\dspace\target\dspace-installer\build.xml:797:
ava returned: 1

Total time: 4 seconds

C:\Dspace\dspace-5.2-src-release\dspace\target\dspace-installer>ant fresh_insta
l
Buildfile: C:\Dspace\dspace-5.2-src-release\dspace\target\dspace-installer\buil
.xml

init_installation:

init_configs:

test_database:
[java] 2016-01-25 14:55:26,744 INFO org.dspace.core.ConfigurationManager
Loading system provided config property (-Ddspace.configuration): config/dspac
.cfg
[java] 2016-01-25 14:55:26,750 INFO org.dspace.core.ConfigurationManager
Using default log4j provided log configuration. If unintended, check your dsp
ce.cfg for (log.init.config)
[java] 2016-01-25 14:55:26,822 WARN org.dspace.storage.rdbms.DataSourceIn
t @ Exception initializing DB pool
[java] org.postgresql.util.PSQLException: The connection attempt failed.
[java] at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionI
pl(ConnectionFactoryImpl.java:152)
[java] at org.postgresql.core.ConnectionFactory.openConnection(Connect
onFactory.java:66)
[java] at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(Abstract
dbc2Connection.java:125)
[java] at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(Abstract
dbc3Connection.java:30)
[java] at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(Abstra
tJdbc3gConnection.java:22)
[java] at org.postgresql.jdbc4.AbstractJdbc4Connection.<init>(Abstract
dbc4Connection.java:32)
[java] at org.postgresql.jdbc4.Jdbc4Connection.<init>(Jdbc4Connection.
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.creat
Connection(DriverManagerConnectionFactory.java:75)
[java] at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject
PoolableConnectionFactory.java:582)
[java] at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(
enericObjectPool.java:974)
[java] at org.apache.commons.dbcp.PoolingDataSource.getConnection(Pool
ngDataSource.java:106)
[java] at org.dspace.storage.rdbms.DataSourceInit.getDatasource(DataSo
rceInit.java:140)
[java] at org.dspace.storage.rdbms.DatabaseManager.initDataSource(Data
aseManager.java:1440)
[java] at org.dspace.storage.rdbms.DatabaseUtils.main(DatabaseUtils.ja
a:83)
[java] Caused by: java.net.UnknownHostException: localhost port 5432
[java] at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocket
mpl.java:178)
[java] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
[java] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
[java] at java.net.Socket.connect(Socket.java:579)
[java] at java.net.Socket.connect(Socket.java:528)
[java] at java.net.Socket.<init>(Socket.java:425)
[java] at java.net.Socket.<init>(Socket.java:208)
[java] at org.postgresql.core.PGStream.<init>(PGStream.java:62)
[java] at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionI
pl(ConnectionFactoryImpl.java:76)
[java] ... 17 more
[java] Caught exception:
[java] java.sql.SQLException: org.postgresql.util.PSQLException: The conne
tion attempt failed.
[java] at org.dspace.storage.rdbms.DataSourceInit.getDatasource(DataSo
rceInit.java:171)
[java] at org.dspace.storage.rdbms.DatabaseManager.initDataSource(Data
aseManager.java:1440)
[java] at org.dspace.storage.rdbms.DatabaseUtils.main(DatabaseUtils.ja
a:83)
[java] Caused by: org.postgresql.util.PSQLException: The connection attemp
failed.
[java] at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionI
pl(ConnectionFactoryImpl.java:152)
[java] at org.postgresql.core.ConnectionFactory.openConnection(Connect
onFactory.java:66)
[java] at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(Abstract
dbc2Connection.java:125)
[java] at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(Abstract
dbc3Connection.java:30)
[java] at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(Abstra
tJdbc3gConnection.java:22)
[java] at org.postgresql.jdbc4.AbstractJdbc4Connection.<init>(Abstract
dbc4Connection.java:32)
[java] at org.postgresql.jdbc4.Jdbc4Connection.<init>(Jdbc4Connection.
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.creat
Connection(DriverManagerConnectionFactory.java:75)
[java] at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject
PoolableConnectionFactory.java:582)
[java] at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(
enericObjectPool.java:974)
[java] at org.apache.commons.dbcp.PoolingDataSource.getConnection(Pool
ngDataSource.java:106)
[java] at org.dspace.storage.rdbms.DataSourceInit.getDatasource(DataSo
rceInit.java:140)
[java] ... 2 more
[java] Caused by: java.net.UnknownHostException: localhost port 5432
[java] at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocket
mpl.java:178)
[java] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
[java] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
[java] at java.net.Socket.connect(Socket.java:579)
[java] at java.net.Socket.connect(Socket.java:528)
[java] at java.net.Socket.<init>(Socket.java:425)
[java] at java.net.Socket.<init>(Socket.java:208)
[java] at org.postgresql.core.PGStream.<init>(PGStream.java:62)
[java] at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionI
pl(ConnectionFactoryImpl.java:76)
[java] ... 17 more

BUILD FAILED
C:\Dspace\dspace-5.2-src-release\dspace\target\dspace-installer\build.xml:797:
ava returned: 1

Total time: 1 second

Views: 1220

Reply to This

Replies to This Forum

DSpace is trying to connect to PostgreSQL Database (the default DB) and the connection fails.


Install PostgreSQL Database first, and then try installing DSpace.

S. Baskar

Boss!!!

You have not cleared that in which operating system you are trying to do installation of Dspace. anyway,

C:\Dspace\dspace-5.2-src-release\dspace\target\dspace-installer\build.xml:797:
ava returned: 1

refers to the failure of the testing of connection to the PGSQL database server. There are many things which lead to this type of error. most probably, either you are not installed PGSQL (PostgreSQL) Database properly or the dspace failed to connect to the PGSQL. The second one may happens due to the improper setting in the server definition or due to the proxy based IP addresses.

Whether your institution uses proxy server then just set the proxy with port in setting.xml file found in .m2 folder (which is hidden folder in the home folder in centos or Ubuntu). It may help you to solve connection problem arises due to proxy server.

Hoping that it will be useful to you.

RSS

© 2025   Created by Dr. Badan Barman.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Koha Workshop