Re: kindly help bootstrap failed
Sebastian Hilbert <[email protected]>
| Newsgroups | gmane.comp.gnu.medical.devel |
|---|---|
| Message-ID | <5264001.BRZyATUIBS@basti-thinkpad-t410> |
Please let us know what you tried to do. Install fresh or upgrade ? What is the version of the currently installed Postgresql on your system ? Do you have multiple versions of Postgresql installed ? Which Windows ? Which user ? As I am currently not operating any Windows installation you will have to let me know your exact environment so I can possible reproduce what you are seeing. Sebastian Am Montag, 27. April 2015, 13:40:52 schrieb Karsten Hilbert: > On Mon, Apr 27, 2015 at 10:35:43AM +0200, Karsten Hilbert wrote: > > On Mon, Apr 27, 2015 at 08:04:36AM +0530, Vaibhav Banait wrote: > > > 2015-04-27 08:01:55 INFO gm.bootstrapper (<string>::connect() > > > #258): > > > trying DB connection to template1 on localhost as postgres > > > 2015-04-27 08:01:57 ERROR gm.bootstrapper > > > (d:\workplace\gnumed-server.20.4\build\pyi.win32\gnumed\outpyz1.pyz\logg > > > ing::exception() #1088): connection failed > > > > > > Traceback (most recent call last): > > > File "<string>", line 260, in connect > > > File > > > > > > "D:\workplace\gnumed-server.20.4\build\pyi.win32\gnumed\outPYZ1.pyz\Gnum > > > ed.pycommon.gmPG2", line 1705, in get_connection > > > > > > File > > > > > > "D:\workplace\gnumed-server.20.4\build\pyi.win32\gnumed\outPYZ1.pyz\Gnum > > > ed.pycommon.gmPG2", line 1605, in get_raw_connection > > > > > > File > > > > > > "D:\workplace\gnumed-server.20.4\build\pyi.win32\gnumed\outPYZ1.pyz\psyc > > > opg2", line 164, in connect > > > OperationalError: could not connect to server: Connection refused > > > (0x0000274D/10061) > > > Is the server running on host "localhost" (::1) and accepting > > > TCP/IP connections on port 5432? > > > could not connect to server: Connection refused (0x0000274D/10061) > > > Is the server running on host "localhost" (127.0.0.1) and accepting > > > TCP/IP connections on port 5432? > > > > Your PostgreSQL server must be configured to allow user > > "postgres" to connect to database "template1". > > Maybe Sebastian can be more specific here. > > Did you use the GNUmed Installer for Windows ? > > Karsten