search for: socketlisten

Displaying 3 results from an estimated 3 matches for "socketlisten".

Did you mean: socket_listen
2007 Apr 07
2
TLS problem
...xend/server/SrvDaemon.py", line 335, in run     relocate.listenRelocation()   File "//usr/lib/python/xen/xend/server/relocate.py", line 132, in listenRelocation     hosts_allow = hosts_allow)   File "//usr/lib/python/xen/web/tcp.py", line 36, in __init__     connection.SocketListener.__init__(self, protocol_class)   File "//usr/lib/python/xen/web/connection.py", line 83, in __init__     self.sock = self.createSocket()   File "//usr/lib/python/xen/web/tcp.py", line 49, in createSocket     sock.bind((self.interface, self.port))   File "", line...
2007 Jun 13
1
seleniumrc_fu initial test issue
I have the seleniumrc_fu plugin installed and setup according to the instructions, and can run the selenium:test task if there are no test cases. My first test case simply does an open_home_page to verify that things are working at all. Unfortuniately there seems to be an issue with even this simple a test case. The following suggests that there is an issue with the getNewBrowserSession
2006 May 14
1
xend does not start (address already in use)
..., line 292, in run relocate.listenRelocation() File "/usr/lib/python2.4/site-packages/xen/xend/server/relocate.py", line 132, in listenRelocation hosts_allow = hosts_allow) File "/usr/lib/python2.4/site-packages/xen/web/tcp.py", line 36, in __init__ connection.SocketListener.__init__(self, protocol_class) File "/usr/lib/python2.4/site-packages/xen/web/connection.py", line 81, in __init__ self.sock = self.createSocket() File "/usr/lib/python2.4/site-packages/xen/web/tcp.py", line 49, in createSocket sock.bind((self.interface, self.por...