Bug 5556 - traceback in vsmserver when stressing Web Access
Summary: traceback in vsmserver when stressing Web Access
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: VSM Server (show other bugs)
Version: pre-1.0
Hardware: PC Unknown
: P2 Normal
Target Milestone: MediumPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-28 11:12 CEST by Pierre Ossman
Modified: 2022-05-23 09:32 CEST (History)
2 users (show)

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2015-05-28 11:12:40 CEST
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.
Comment 1 Samuel Mannehed cendio 2018-04-23 16:49:54 CEST
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.

Note You need to log in before you can comment on or make changes to this bug.