rhettg / Tron

Next generation batch process scheduling and management
Other
11 stars 0 forks source link

Missing exception class #77

Closed rhettg closed 12 years ago

rhettg commented 12 years ago
Unhandled Error
Traceback (most recent call last):
 File "/usr/lib/python2.5/site-packages/twisted/application/app.py", line 445, in startReactor
   self.config, oldstdout, oldstderr, self.profiler, reactor)
 File "/usr/lib/python2.5/site-packages/twisted/application/app.py", line 348, in runReactorWithLogging
   reactor.run()
 File "/usr/lib/python2.5/site-packages/twisted/internet/base.py", line 1170, in run
   self.mainLoop()
 File "/usr/lib/python2.5/site-packages/twisted/internet/base.py", line 1179, in mainLoop
   self.runUntilCurrent()
---  ---
 File "/usr/lib/python2.5/site-packages/twisted/internet/base.py", line 778, in runUntilCurrent
   call.func(*call.args, **call.kw)
 File "/usr/lib/python2.5/site-packages/tron/service.py", line 121, in _run_monitor
   except node.NodeError, e:
exceptions.AttributeError: 'module' object has no attribute 'NodeError'