Hello,
I’m strugling to get the servoy database server to work on postgres (it should work as default driver)
I think i found the problem but stil no idea how to solve it, So here’s what i did:
If i try to remotely investigate my server (with nmap) it says that the port is closed (Hence my problem)
But TCP filtering is OFF on my server also (i think) no firewall blocking. (because switching it off has no effect)
Can java block the 5432 port??
I need some help here…
Regards, JJ_Delft
             
            
              
            
           
          
            
            
              Hi.
Default, postgres is configured only for local acces.
Edit the file pg_hba.con and replace the line
host all all 127.0.0.1/32 md5
by
host all all 0.0.0.0 0.0.0.0 md5
Also edit the file postgresql.conf and check that this line is uncommented
listen_addresses = '*' 
Restart the postgres service and try again.
Best regards.
             
            
              
            
           
          
            
            
              Thanks for your post mr. Herrero,
I could not start the service. That is : I could not start postgres.exe after making your suggested changes.
Kind Regerds, JJ_Delft
             
            
              
            
           
          
            
            
              Hi:
What is the error returned by Postgres?
Which contained the code I told him to change?
This configuration I have it on several server running smoothly.
Best regqards.
             
            
              
            
           
          
            
            
              Hello again,
It is a dbase initialization error.
Says something like … needs postmaster with -i option.
Regards, JJ_Delft
             
            
              
            
           
          
            
            
              Hello:
I see a Windows system, so I’ll make a stupid question: do you have a antivirus software installed? Do not have a integrated firewall?
Greetings
             
            
              
            
           
          
            
            
              Hi Adelo,
This is screenshot of netsh current status: (cmd = netsh firewall show state)
Profiel = Standaard
80 TCP IPv4 F:\Program Files\Apache Software Foundation\Apache2.2
5432 TCP IPv4 (null)
Any suggestions (putting off firewall had no effect upto now)
Regards, JJ
             
            
              
            
           
          
            
            
              JJ,
This looks like there is an issue with some library.
Rob