Ticket #519 (closed defect: fixed)
New error with composer
| Reported by: | mike | Owned by: | mike |
|---|---|---|---|
| Priority: | highest | Milestone: | MV3D-0.50 |
| Component: | tools | Version: | |
| Keywords: | Cc: | ||
| Estimated Effort: | 1 day | Platform: | All |
| State: | Conceptualizing | Relative Size: | 1 |
Description
It's related to listing asset groups and is preventing population of the demo server.
2010-10-04 20:24:24-0400 [Broker,client] Unhandled Error Traceback (most recent call last): File "F:\Projects\Twisted\trunk\twisted\internet\defer.py", line 425, in _startRunCallbacks self._runCallbacks() File "F:\Projects\Twisted\trunk\twisted\internet\defer.py", line 442, in _runCallbacks self.result = callback(self.result, *args, **kw) File "F:\Projects\Twisted\trunk\twisted\internet\defer.py", line 951, in gotResult _inlineCallbacks(r, g, deferred) File "F:\Projects\Twisted\trunk\twisted\internet\defer.py", line 941, 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 892, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) File "F:\Projects\Twisted\trunk\twisted\python\failure.py", line 349, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.value.tb) File "F:\Projects\MV3D\branches\358-replator\mv3d\tools\composer\composer.py", line 410, in onConnect yield self.refreshGroups() File "F:\Projects\Twisted\trunk\twisted\internet\defer.py", line 892, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) File "F:\Projects\Twisted\trunk\twisted\python\failure.py", line 350, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) File "F:\Projects\MV3D\branches\358-replator\mv3d\tools\composer\composer.py", line 423, in refreshGroups self.assetGroups = yield self.asvc.listAssetGroups() twisted.spread.pb.RemoteException: exceptions.AttributeError: CopiedPoolMember instance has no attribute 'callOnPool'
Change History
Note: See
TracTickets for help on using
tickets.
