Whilst stressing the HTML client on bug 765, I kept getting these tracebacks: 2015-05-28 11:09:14 ERROR vsmserver: Unhandled XMLRPC exception: <type 'exceptions.NotImplementedError'> Subclass must implement handle_method Traceback (most recent call last): File "/opt/thinlinc/modules/thinlinc/vsm/async.py", line 112, in iii11 obj . handle_read_event ( ) File "/usr/lib64/python2.7/asyncore.py", line 449, in handle_read_event self.handle_read() File "/usr/lib64/python2.7/asynchat.py", line 140, in handle_read self.found_terminator() File "/opt/thinlinc/modules/thinlinc/vsm/xmlrpc.py", line 530, in found_terminator self . handle_request ( ) File "/opt/thinlinc/modules/thinlinc/vsm/xmlrpc.py", line 544, in handle_request self . handle_method ( ) File "/opt/thinlinc/modules/thinlinc/vsm/xmlrpc.py", line 547, in handle_method raise NotImplementedError , "Subclass must implement handle_method" NotImplementedError: Subclass must implement handle_method We've also had this reported on issue 15346.
I saw this traceback in vsmserver.log now on Ubuntu 16.04 with 4.9.0rc2. I did not stress Web Access, I simply reconnected to an existing session once.. Can't reproduce by simply reconnecting again.