Ticket #949 (closed defect: fixed)

Opened 5 months ago

Last modified 3 months ago

Error creating asset group in web editor.

Reported by: mike Owned by: mike
Priority: high Milestone: MV3D-0.75
Component: tools Version:
Keywords: Cc:
Estimated Effort: 1 day Platform: Windows
State: Conceptualizing Relative Size: 1

Description

12/31/11 20:38:54	None	0	HTTPChannel,47,127.0.0.1	Unhandled error in Deferred:
12/31/11 20:38:55	None	0	HTTPChannel,47,127.0.0.1	Traceback (most recent call last):
12/31/11 20:38:55	None	0	HTTPChannel,47,127.0.0.1	  File "F:\Projects\Divmod\trunk\Nevow\nevow\flat\flatstan.py", line 247, in MethodSerializer
12/31/11 20:38:55	None	0	HTTPChannel,47,127.0.0.1	    return FunctionSerializer(original, context, nocontext)
12/31/11 20:38:55	None	0	HTTPChannel,47,127.0.0.1	  File "F:\Projects\Divmod\trunk\Nevow\nevow\flat\flatstan.py", line 236, in FunctionSerializer
12/31/11 20:38:55	None	0	HTTPChannel,47,127.0.0.1	    result = original(context, data)
12/31/11 20:38:55	None	0	HTTPChannel,47,127.0.0.1	  File "mv3d\server\editor.py", line 586, in render_checkPost
12/31/11 20:38:55	None	0	HTTPChannel,47,127.0.0.1	    return self.createNew(ctx)
12/31/11 20:38:55	None	0	HTTPChannel,47,127.0.0.1	  File "f:\Projects\Twisted\trunk\twisted\internet\defer.py", line 1141, in unwindGenerator
12/31/11 20:38:55	None	0	HTTPChannel,47,127.0.0.1	    return _inlineCallbacks(None, f(*args, **kwargs), Deferred())
12/31/11 20:38:55	None	0	HTTPChannel,47,127.0.0.1	--- <exception caught here> ---
12/31/11 20:38:55	None	0	HTTPChannel,47,127.0.0.1	  File "f:\Projects\Twisted\trunk\twisted\internet\defer.py", line 1020, in _inlineCallbacks
12/31/11 20:38:55	None	0	HTTPChannel,47,127.0.0.1	    result = g.send(result)
12/31/11 20:38:55	None	0	HTTPChannel,47,127.0.0.1	  File "mv3d\server\editor.py", line 730, in createNew
12/31/11 20:38:55	None	0	HTTPChannel,47,127.0.0.1	    agid = yield ds.newMasterItem(u"AssetGroups", ClassGenerator(
12/31/11 20:38:55	None	0	HTTPChannel,47,127.0.0.1	exceptions.AttributeError: 'DirectoryService' object has no attribute 'newMasterItem'
12/31/11 20:38:55	None	0	HTTPChannel,47,127.0.0.1	
12/31/11 20:38:57	None	0	HTTPChannel,47,127.0.0.1	Traceback (most recent call last):
12/31/11 20:38:57	None	0	HTTPChannel,47,127.0.0.1	  File "F:\Projects\Divmod\trunk\Nevow\nevow\flat\flatstan.py", line 247, in MethodSerializer
12/31/11 20:38:57	None	0	HTTPChannel,47,127.0.0.1	    return FunctionSerializer(original, context, nocontext)
12/31/11 20:38:57	None	0	HTTPChannel,47,127.0.0.1	  File "F:\Projects\Divmod\trunk\Nevow\nevow\flat\flatstan.py", line 236, in FunctionSerializer
12/31/11 20:38:57	None	0	HTTPChannel,47,127.0.0.1	    result = original(context, data)
12/31/11 20:38:57	None	0	HTTPChannel,47,127.0.0.1	  File "mv3d\server\editor.py", line 586, in render_checkPost
12/31/11 20:38:57	None	0	HTTPChannel,47,127.0.0.1	    return self.createNew(ctx)
12/31/11 20:38:57	None	0	HTTPChannel,47,127.0.0.1	  File "f:\Projects\Twisted\trunk\twisted\internet\defer.py", line 1141, in unwindGenerator
12/31/11 20:38:57	None	0	HTTPChannel,47,127.0.0.1	    return _inlineCallbacks(None, f(*args, **kwargs), Deferred())
12/31/11 20:38:57	None	0	HTTPChannel,47,127.0.0.1	--- <exception caught here> ---
12/31/11 20:38:57	None	0	HTTPChannel,47,127.0.0.1	  File "f:\Projects\Twisted\trunk\twisted\internet\defer.py", line 1020, in _inlineCallbacks
12/31/11 20:38:57	None	0	HTTPChannel,47,127.0.0.1	    result = g.send(result)
12/31/11 20:38:57	None	0	HTTPChannel,47,127.0.0.1	  File "mv3d\server\editor.py", line 730, in createNew
12/31/11 20:38:57	None	0	HTTPChannel,47,127.0.0.1	    agid = yield ds.newMasterItem(u"AssetGroups", ClassGenerator(
12/31/11 20:38:57	None	0	HTTPChannel,47,127.0.0.1	exceptions.AttributeError: 'DirectoryService' object has no attribute 'newMasterItem'

Change History

Changed 5 months ago by mike

  • milestone changed from MV3D-0.70 to MV3D-0.75

Changed 3 months ago by mike

  • status changed from new to closed
  • resolution set to fixed

Fixed in [2068].

Note: See TracTickets for help on using tickets.