I am trying to get Cyphesis installed. The installation goes fine. I have the database setup and I am able to start the server however once I go to start cyclient I get a python error that the client can not be setup because a Connection can not be made...
Here is the out put in the console for the server:
2012-01-17T16:54:06 INFO Got C:\Cyphesis 2012-01-17T16:54:07 NOTICE Notice from database: 2012-01-17T16:54:07 NOTICE NOTICE: CREATE TABLE / PRIMARY KEY will create impli cit index "entities_pkey" for table "entities" 2012-01-17T16:54:07 NOTICE Notice from database: 2012-01-17T16:54:07 NOTICE NOTICE: CREATE TABLE / PRIMARY KEY will create impli cit index "accounts_pkey" for table "accounts" 2012-01-17T16:54:07 NOTICE Notice from database: 2012-01-17T16:54:07 NOTICE NOTICE: CREATE TABLE / UNIQUE will create implicit i ndex "accounts_entities_target_key" for table "accounts_entities" 2012-01-17T16:54:08 INFO Running
and here is the output for the cyclient:
C:\Cyphesis>cyclient 2012-01-17T16:59:13 INFO Got C:\Cyphesis WARNING: Could not make secure connection to: C:\Cyphesis/var/tmp/cyphesis.sock WARNING: Could not make non-secure connection to: 127.0.0.1 port 6767 Reporting python error Traceback (most recent call last): File "C:\Cyphesis/share/cyphesis/rulesets/mason\define_world.py", line 208, in default c.setup('postgres', 'jamesp') RuntimeError: client setup failed
This is likely to be problematic because the socket calls used to allow local secure connections are just not available on Windows, but the non-secure connection should work. However I don't know much about setting up windows firewalls, or opening holes in them. Is it possible that port 6767 is blocked even from local connections by your default firewall settings?