flaxsearch / flaxcode

Automatically exported from code.google.com/p/flaxcode
4 stars 1 forks source link

Service won't start #141

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With 0.9.0.814, the service fails to start and various errors are reported
in the Event log: I suspect Paul's recent changes to the logging stuff may
have caused this.

Exception during SvcDoRun, traceback follows:
 Traceback (most recent call last):
  File "flaxservice.pyo", line 136, in SvcDoRun
  File "startflax.pyo", line 177, in start
  File "startflax.pyo", line 140, in _do_start
  File "indexserver\indexer.pyo", line 300, in __init__
  File "indexserver\indexer.pyo", line 240, in __init__
  File "processing\process.pyo", line 140, in start
  File "processing\process.pyo", line 447, in __init__
  File "processing\reduction.pyo", line 64, in reduce_file
IOError: [Errno 9] Bad file descriptor

The instance's SvcRun() method failed 
  File "win32serviceutil.pyo", line 789, in SvcRun
  File "win32serviceutil.pyo", line 760, in ReportServiceStatus 
<class 'pywintypes.error'>: (6, 'SetServiceStatus', 'The handle is invalid.')

SetServiceStatus failed setting STOPPED status Error 6 - The handle is invalid.

This means we can't run at all.

Original issue reported on code.google.com by charliej...@gmail.com on 21 Nov 2007 at 4:33

GoogleCodeExporter commented 9 years ago
Yes... I'm trying to sort out the logging thing at the moment, but am currently 
a
little confused. Just don't use the rotating file handler for the time being and
everything should work ok.

Original comment by paul.x.r...@googlemail.com on 21 Nov 2007 at 5:09

GoogleCodeExporter commented 9 years ago

Original comment by paul.x.r...@googlemail.com on 22 Nov 2007 at 2:31