Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
This post was updated on Dec 13, 2011; 4:05am.
CONTENTS DELETED
The author has deleted this message.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
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 |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
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) |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
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: ... [show rest of quote]
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
I tried both side.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
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 |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Ok now it is work thanks.
The problem cause from Firewall. |
Free forum by Nabble | Edit this page |