The environment: Windows XP with Eclipse 3.3 Europa and the current Mylyn Trac Connector 2.0.0. Trac is running behind Apache 2.2 with mod_python and Python 2.5 installed.
I've installed Trac 0.11dev: http://svn.edgewall.org/repos/trac/trunk (r5882). I read the Trac XMMLRPC #1075 (http://www.trac-hacks.org/ ticket/1075) and patched Trac XMLRPC, see: http://trac-hacks.org/svn/xmlrpcplugin (r2531). The problem: Although I can connect from Eclipse/Mylyn to Trac via XMLRPC (set up a new Task Repository, validation is successful) and see my ticket (in a list), I cannot do anything with them. The tooltip says that an error has occured. The Trac log file shows the following traceback (times are UTC + 2 hours ;-): 2007-07-28 13:37:19,164 Trac[web_ui] ERROR: cannot marshal <class 'xmlrpclib.Fault'> objects 2007-07-28 13:37:19,164 Trac[web_ui] ERROR: Traceback (most recent call last): File "build\bdist.win32\egg\tracrpc\web_ui.py", line 59, in process_request self._send_response(req, xmlrpclib.dumps(result, methodresponse=True)) File "C:\Programme\Python\Lib\xmlrpclib.py", line 1080, in dumps data = m.dumps(params) File "C:\Programme\Python\Lib\xmlrpclib.py", line 623, in dumps dump(v, write) File "C:\Programme\Python\Lib\xmlrpclib.py", line 635, in __dump f(self, value, write) File "C:\Programme\Python\Lib\xmlrpclib.py", line 695, in dump_array dump(v, write) File "C:\Programme\Python\Lib\xmlrpclib.py", line 633, in __dump raise TypeError, "cannot marshal %s objects" % type(value) TypeError: cannot marshal <class 'xmlrpclib.Fault'> objects The question: Is there a solution to my problem, and if yes, what is it? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
