Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Channel API does not work in Eucalyptus #30

Closed
nlake44 opened this issue Sep 13, 2012 · 1 comment
Closed

Channel API does not work in Eucalyptus #30

nlake44 opened this issue Sep 13, 2012 · 1 comment

Comments

@nlake44
Copy link
Contributor

nlake44 commented Sep 13, 2012

Receiving works (connection to ejabberd/nginx is fine) but sending gives the following exception:
File "/root/appscale/AppServer/google/appengine/api/xmpp/xmpp_service_real.py", line 240, in _Dynamic_SendChannelMessage
client.auth(my_jid.getNode(), self.uasecret, resource=my_jid.getResource())
File "/usr/share/pyshared/xmpp/client.py", line 214, in auth
AttributeError: Client instance has no attribute 'Dispatcher'

Tested and works fine in a Xen deployment.

@nlake44
Copy link
Contributor Author

nlake44 commented Sep 13, 2012

Enabling debug mode on ejabberd shows:

DEBUG: socket start Plugging <xmpp.transports.TCPsocket instance at 0x4611050> into <xmpp.client.Client instance at 0x460af38>
DEBUG: socket error Failed to connect to remote host ('PUBLIC_IP', 5222): Connection timed out (110)
Traceback (most recent call last):
File "/usr/share/pyshared/xmpp/transports.py", line 126, in connect
self._sock.connect((server[0], int(server[1])))
File "", line 1, in connect
error: (110, 'Connection timed out')
DEBUG: socket stop Plugging <xmpp.transports.TCPsocket instance at 0x4611050> out of <xmpp.client.Client instance at 0x460af38>.

@ghost ghost assigned nlake44 Dec 17, 2012
@nlake44 nlake44 closed this as completed Mar 11, 2013
nlake44 added a commit to nlake44/appscale that referenced this issue Sep 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant