Imran, The error is from the database (can not connect) Did you set your database correctly?
in your output it says... [java]-url:jdbc:postgresql://*localhost:5432/dspace* [java] -driver:org.postgresql.driver [java]-*username:dspace* [java]-*password:dspace* [java]-schema:null - Is your server on *localhost*, port *5432*? - Is the (empty) database's name : *dspace* - Is username for the database user : *dspace* - Is password for the database user : *dspace* Try to connect with pgAdmin3 and check if everything is ok and if not alter your dspace.cfg Finally did you set any security restrictions on the database or is the system's firewall blocking postgresql from working as a server? Good luck, -- Konstantinos V. Paraskevopoulos Κωνσταντίνος Β. Παρασκευόπουλος Μηχανικός Πληροφορικής On Fri, Apr 1, 2011 at 17:54, Imran Mansuri <[email protected]>wrote: > Dear friends, > > I have completed successfully all the stage up mvn package on Windows > platform > But when i reached ant fresh_install step [ note : Used all the latest > version of requirement of Dspace ] > > i got following message > > C:\dspace-1.7.1-release\dspace\target\dspace-1.7.1-build.dir ant > fresh_install > Build file: C:\dspace-1.7.1-release\dspace\target\dspace-1.7.1-build.dir > init_installation: > init_configs: > [copy]copying file 1 file to c:\dspace\config > test_database: > [java]2011-04-01 INFO org.dspace.core.configurationmanager@loadingsystem > provided config property(-dspace.configuration):config/dspace.cfg > [java] 2011-04-01 INFO org.dspace.core.configurationmanager@default log4j > provided log configuration, if unintended, check your dspace.cfg for > (log.init.config) > [java] > [java]attempting to connect to database: > [java]-url:jdbc:postgresql://localhost:5432/dspace > [java] -driver:org.postgresql.driver > [java]-username:dspace > [java]-password:dspace > [java]-schema:null > [java] > [java] Testing connection.... > [java]Error: > [java] - org.postgresql.util.PSQLException: connection refused hostname and > port are correct and that postmaster is accepting TCP/IP > connections > [java] > [java] Please see the dspace documentation for assistance > BUILD FAILED > C:\dspace-1.7.1-release\dspace\target\dspace-1.7.1-build.dir\BUILD.XML:747:Java > returned 1 > Total time : 6 Seconds > > Kindly request to help me to solve issue > > > With Regards > Imran Mansuri > (Library Science) > Ahmedabad > > > > > > > ------------------------------------------------------------------------------ > Create and publish websites with WebMatrix > Use the most popular FREE web apps or write code yourself; > WebMatrix provides all the features you need to develop and > publish your website. http://p.sf.net/sfu/ms-webmatrix-sf > > _______________________________________________ > Dspace-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-general > >
------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________ Dspace-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-general
