Hi,I've installed rdkit on a CentOS machine using anaconda python and set up a 
postgresql compound database in the rdkit environment. It works great on the 
machine's console.I now want to access it remotely and I'm trying to set up a 
jdbc postgres driver to access it from a windows client but this is not 
working. If I test the driver on the server it tells me that the connection is 
refused and I should check that the machine is accepting TCP requests.
I have opened the standard port that postgres uses
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5432 -j ACCEPT
iptables -L returnsACCEPT     tcp  --  anywhere             anywhere            
state NEW tcp dpt:postgres 

this is where I don't know what to check next. A few things that might be 
relevant. If I "ps -eaf | grep post" I see four postgres processes running 
under my username (not postgres), so I think there is a server working. There 
is also a "system" postgresql (version 9.2) which I have connected to 
previously a long time ago. This connection no longer works either and I don't 
really care about that but could be an interfering factor.
If anyone has suggestions about what to check next or solve this I'd be grateful

thanks,Neil


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to