mrgmarsh / wfrog

Automatically exported from code.google.com/p/wfrog
GNU General Public License v3.0
0 stars 0 forks source link

cannot start wfrog #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
uname -a
Linux meteo 2.6.38-15-generic-pae #59-Ubuntu SMP Fri Apr 27 16:22:25 UTC 2012 
i686 i686 i386 GNU/Linux

I have a problem afrer installing wfrog
i try to run it 
and after customisation i see this:

sudo wfrog -v
Exception in thread Thread-3:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 505, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/wfrog/wfdriver/wfdriver.py", line 117, in run
    self.station.run(gen, self.enqueue_event)
  File "/usr/lib/wfrog/wfdriver/station/vantagepro2.py", line 182, in run
    self.logger.error(e)
  File "/usr/lib/python2.7/logging/__init__.py", line 1158, in error
    self._log(ERROR, msg, args, **kwargs)
  File "/usr/lib/python2.7/logging/__init__.py", line 1250, in _log
    self.handle(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 1260, in handle
    self.callHandlers(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 1300, in callHandlers
    hdlr.handle(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 740, in handle
    rv = self.filter(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 603, in filter
    for f in self.filters:
AttributeError: 'RotatingFileHandler' object has no attribute 'filters'

----------------------------------------
Exception happened during processing of request from ('192.168.1.3', 33722)
Traceback (most recent call last):
  File "/usr/lib/wfrog/wfrender/renderer/http.py", line 257, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 310, in process_request
    self.finish_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.7/SocketServer.py", line 639, in __init__
    self.handle()
  File "/usr/lib/python2.7/BaseHTTPServer.py", line 343, in handle
    self.handle_one_request()
  File "/usr/lib/python2.7/BaseHTTPServer.py", line 331, in handle_one_request
    method()
  File "/usr/lib/wfrog/wfrender/renderer/http.py", line 193, in do_GET
    _HttpRendererSingleton.logger.exception(e)
  File "/usr/lib/python2.7/logging/__init__.py", line 1164, in exception
    self.error(msg, exc_info=1, *args)
  File "/usr/lib/python2.7/logging/__init__.py", line 1158, in error
    self._log(ERROR, msg, args, **kwargs)
  File "/usr/lib/python2.7/logging/__init__.py", line 1250, in _log
    self.handle(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 1260, in handle
    self.callHandlers(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 1300, in callHandlers
    hdlr.handle(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 740, in handle
    rv = self.filter(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 603, in filter
    for f in self.filters:
AttributeError: 'RotatingFileHandler' object has no attribute 'filters'
----------------------------------------
----------------------------------------
Exception happened during processing of request from ('192.168.1.3', 33724)
Traceback (most recent call last):
  File "/usr/lib/wfrog/wfrender/renderer/http.py", line 257, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 310, in process_request
    self.finish_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.7/SocketServer.py", line 639, in __init__
    self.handle()
  File "/usr/lib/python2.7/BaseHTTPServer.py", line 343, in handle
    self.handle_one_request()
  File "/usr/lib/python2.7/BaseHTTPServer.py", line 331, in handle_one_request
    method()
  File "/usr/lib/wfrog/wfrender/renderer/http.py", line 193, in do_GET
    _HttpRendererSingleton.logger.exception(e)
  File "/usr/lib/python2.7/logging/__init__.py", line 1164, in exception
    self.error(msg, exc_info=1, *args)
  File "/usr/lib/python2.7/logging/__init__.py", line 1158, in error
    self._log(ERROR, msg, args, **kwargs)
  File "/usr/lib/python2.7/logging/__init__.py", line 1250, in _log
    self.handle(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 1260, in handle
    self.callHandlers(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 1300, in callHandlers
    hdlr.handle(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 740, in handle
    rv = self.filter(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 603, in filter
    for f in self.filters:
AttributeError: 'RotatingFileHandler' object has no attribute 'filters'
----------------------------------------

Original issue reported on code.google.com by pterodak...@gmail.com on 14 May 2012 at 4:11

GoogleCodeExporter commented 9 years ago
duplicate of issue 85

Original comment by jordi.pu...@gmail.com on 18 Jul 2012 at 7:43