That appears to be the JDBC driver is not able to connect to the PostgreSQL database.Try out the following:- See if there is any firewall running, run 'iptables -F" on the database server machine to disable it for a while and then test the same Java code
- Check the routing tables info and see if t
On Thu, 20 Jul 2006, Omer Mustafa wrote:
Connection refused. Check that the hostname and port are correct and that
the postmaster is accepting TCP/IP connections.
Exception: java.net.ConnectException: Connection refused: connect
Please do not remove the list from the Cc when replying.
On Thu, 27 Jul 2006, Omer Mustafa wrote:
FATAL: no pg_hba.conf entry for host "203.26.95.33", user "sysloguser",
database "syslog"
but i have this entry in my pg_hba file.
Most likely it is because you didn't reload the postgresql ser
Hi,
I am new to PostgreSQL. I am trying to connect to my PostgreSQL database
installed on Unix. I am getting the following error message,
***
An error occured while establishing the connection.
Type: org.postgresql.util.P
"There are no visible restrictions for ports in Windows-2000-server, but
they exists (as we seen)."
This is true.
In that case, check your postgresql.conf config file for the
listen_interfaces parameter, and check it is set to * (i.e.
listen_interfaces = *). Then restart the PostgreSQL servic
If you're running Windows XP Service Pack 2 - you'll need to either turn off the Windows Firewall completely (not recommended) or tell it to create an exception for port 5432.You can do this through Control Panel > Windows Firewall.This is the same on Windows Server 2003.Andy[EMAIL PROTECTED] wrote
Help me ,please.
What difference between installation PGSQL on win-2000 and
win-2000-server or on WIN-XP ?
When i try to connect to installed PGSQL on win-xp or win-200-server
from other host of local net, i get the message :
Connection refused (0x274D/10061)
Is the server running on
find your postgresql.conf file, look in there to make sure tcpip_socket
= true.
the directory that file is in should be the same as the $PGDATA that
your getting asked for, so you'll be able to do
pg_ctl -D /path/to/database status
Robert Treat
On Wed, 2003-02-12 at 09:30, vivek K. wrote:
He
Hello All,I am getting this error when i am using sql-ledger application. it is giving this error : Error : could not connect to server: Connection refused I have given these values : Host :192.168.168.56 User Name:SQL-ledger Password : SQL-ledger and connect to: Template1
where Template1 is the D
On Tue, Oct 29, 2002 at 01:43:45PM -0800, Mick wrote:
> Hello.
>
> I have a problem here with PostGreSQL (7.2.1) (running on Debian 3.0).
> The database appears to be functioning correctly, but /var/log/syslog
> is filled with the messages which look like the following:
>
> postgres[32066]: [2884
Hello.
I have a problem here with PostGreSQL (7.2.1) (running on Debian 3.0).
The database appears to be functioning correctly, but /var/log/syslog
is filled with the messages which look like the following:
postgres[32066]: [288403] DEBUG: statistics collector process (pid
14965) exited with exi
11 matches
Mail list logo