Just updating on this.  I've added a little more output to the 
msg_sender.py script that is generating the error messages above.   

In the current version on git I've changed this:
lines 179-180

if not ip:
            raise Exception("server:%s error:can't determine IP" % 
server['server_id'])


To this:

if not ip:
            raise Exception("server:%s error:can't determine IP l %s r %s X" % 
(server['server_id'],server['local_ip'],server['remote_ip'])

I'm now seeing this in the logs:

*[05/Mar/2014 17:10:17][0.0.30][msg_sender][20124][139675050296784] ERROR 
Delivery failed, message:'9e8348d5-309a-4bbd-8abe-069e991f56a9' 
error:'<type 'exceptions.Exception'> 
server:066add24-80e7-4ed2-adbb-d54b7ab0434f error:can't determine IP l 
10.116.144.91 r  X line: 274'*

So it looks like an IP is at least being pulled but not used.   As a test 
I've added a line prior to the "if not ip:" forcing ip = server['local_ip'] 
as that appears to have an IP.   This has stopped the messages in the logs 
above but the messages still don't appear to be getting through and as 
before I'm still able to manually push through the messages from the Scalr 
UI and end up with a running farm but if left alone the farm just times out 
still. 

-- 
You received this message because you are subscribed to the Google Groups 
"scalr-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to