hello2u wrote: > INFO:web-services:the server is running, waiting for connections...Is > this OK? waiting what?
This is normally Ok - the server is saying that it is waiting for clients to connect to it. hello2u wrote: > nmap does not show port 8069 sudo netstat -apt (followed by ps aux | grep <program id> to check the program id) should show it, or whichever port is specified, so you have a possible problem there. Is postgres running Ok? hello2u wrote: > When I start tinyerp-client it says COULD NOT CONNECT SERVER (localhost > port:8069) The client says that it cannot see the server but that's not entirely accurate: it may instead be that the server is running but can't get at the database. So if you're all on the same PC check whether tinyerp-server is running as a user that can connect to postgres (if tinyerp-server is running as terp you may need to change that to postgres for a quick check). There are many threads on these forums addressing other possible solutions. Regards, Geoff ------------------------ Seath Solutions Ltd (http://www.seathsolutions.com) _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
