On Wed, Feb 26, 2014 at 2:55 PM, kavin nath <[email protected]> wrote: > Hi All, > > I am facing below error while installing jasper..please help me out..thanks > in advance > > postgres -p 5432 -h 127.0.0.1 -D -R -S jasperdb : createuser.bin: could not > connect to database postgres: could not connect to server: Connection > refused > Is the server running on host "127.0.0.1" and accepting > TCP/IP connections on port 5432?
Did you read the above error message? Is PostgreSQL server running and listening on 127.0.0.1:5432? If not, you should get it running or change your database configuration to point to a running PostgreSQL instance. Thanks & Regards, Guruprasad _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
