This post was updated on .
CONTENTS DELETED
The author has deleted this message.
|
1. Check in postgresql.conf if listen_addresses has a value * instead of localhost. And also it must not have an hash at the beginning of the line 2. Check in postgresql.conf if port has a value 5432. And also it must not have an hash at the beginning of the line 3. Restart Postgresql service. Restart Apache Tomcat server. And launch the desktop again On 12/01/2011 07:26 AM, NARONG [via NewGenLib] wrote: HI,all
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
Yep, I also did and it still got this message:
"Database is not connection properly, please check." The below is the part of postgressql.conf in my server: #------------------------------------------------------------------------------ # CONNECTIONS AND AUTHENTICATION #------------------------------------------------------------------------------ # - Connection Settings - listen_addresses = '*' # what IP address(es) to listen on; # comma-separated list of addresses; # defaults to 'localhost', '*' = all # (change requires restart) port = 5432 # (change requires restart) max_connections = 100 # (change requires restart) |
May I know whether you are running the desktop from the Server or
the client?
On 12/01/2011 03:01 PM, NARONG [via NewGenLib] wrote: Yep, I also did and it still got this message:
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
I tried both side.
|
Check 1:
Did you also change the pg_hba.conf? If no, go towards the bottom of the file You may find something like this # IPv4 local connections: host all all 127.0.0.1/32 md5 It must be # IPv4 local connections: host all all 0.0.0.0/0 trust (It is recommended that you give exact IP address) Save it and restart Postgresql service. Also Apache Tomcat Check 2: Do you have a firewall? If yes, add exception to allow port 5432 On 12/01/2011 03:09 PM, NARONG [via NewGenLib] wrote: I tried both side.
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
Free forum by Nabble | Edit this page |