Ticket #449 (new defect)

Opened 20 months ago

Last modified 13 months ago

Lots of Asset service related errors on client exit.

Reported by: mike Owned by:
Priority: low Milestone: backlog
Component: client Version: 1.0
Keywords: Cc:
Estimated Effort: 1 day Platform: All
State: Conceptualizing Relative Size: 1

Description

It doesn't happen 100% of the time, but most of the time it does. No real impact other than the spam.

2010-06-15 23:23:59-0400 [Broker,client] Unhandled error in Deferred:
2010-06-15 23:23:59-0400 [Broker,client] Unhandled Error
        Traceback (most recent call last):
          File "f:\Projects\Twisted\trunk\twisted\spread\pb.py", line 594, in co
nnectionLost
            notifier()
          File "F:\Projects\MV3D\branches\420-isguitime\mv3d\net\ha.py", line 14
75, in disconnected
            self.target.removeProxy(self)
          File "f:\Projects\Twisted\trunk\twisted\internet\defer.py", line 831,
in unwindGenerator
            return _inlineCallbacks(None, f(*args, **kwargs), Deferred())
          File "f:\Projects\Twisted\trunk\twisted\internet\defer.py", line 758,
in _inlineCallbacks
            deferred.errback(failure.Failure(sys.exc_info()[1], sys.exc_info()[0
], sys.exc_info()[2]))
        --- <exception caught here> ---
          File "f:\Projects\Twisted\trunk\twisted\internet\defer.py", line 745,
in _inlineCallbacks
            result = result.throwExceptionIntoGenerator(g)
          File "f:\Projects\Twisted\trunk\twisted\python\failure.py", line 347,
in throwExceptionIntoGenerator
            return g.throw(self.type, self.value, self.value.tb)
          File "F:\Projects\MV3D\branches\420-isguitime\mv3d\net\ha.py", line 16
10, in removeProxy
            conn = yield conductor.getOneService(proxy.poolLocations)
          File "f:\Projects\Twisted\trunk\twisted\internet\defer.py", line 324,
in _runCallbacks
            self.result = callback(self.result, *args, **kw)
          File "F:\Projects\MV3D\branches\420-isguitime\mv3d\util\conductor.py",
 line 359, in tryAgain
            raise ConnectError("Out of services in getOneService! (%s)" % lst)
        mv3d.util.conductor.ConnectError: Out of services in getOneService! (['p
b://alpha.mv3d.com:1999/Asset'])

2010-06-15 23:23:59-0400 [Broker,client] Stopping factory <twisted.spread.pb.PBC
lientFactory instance at 0x06337210>
2010-06-15 23:23:59-0400 [-] Main loop terminated.

Change History

Changed 13 months ago by mike

  • version set to 1.0
Note: See TracTickets for help on using tickets.