On 1/16/14, jeffmlevy <[email protected]> wrote: > Hello, > :)
> I am experiencing an interesting issue after updating trac from .11 to .12 > -- The latest available on this particular Ubuntu Server system. > > We have had issues with Trac / Mylyn in the past, but this one is new to > me. Here are the basic symptoms. I will be glad to elaborate when > necessary. > > The main problem arises when I try to do a basic update to a ticket: Adding > > a comment. A nasty set of errors occur. Eclipse shows some ugly red text, > "Unable to connect at this time, check connectivity and try again". > Clicking the error shows this: 'No permissions to add a comment. while > executing ticket.update()' > > My trac server logs show > > 2014-01-16 09:21:57,592 Trac[xml_rpc] ERROR: No permissions to add a > comment. > 2014-01-16 09:21:57,592 Trac[xml_rpc] ERROR: Traceback (most recent call > last): > File > "/usr/local/lib/python2.7/dist-packages/TracXMLRPC-1.1.2_r13203-py2.7.egg/tracrpc/web_ui.py", > > line 158, in _rpc_process > result = (XMLRPCSystem(self.env).get_method(method_name)(req, args))[0] > File > "/usr/local/lib/python2.7/dist-packages/TracXMLRPC-1.1.2_r13203-py2.7.egg/tracrpc/api.py", > > line 197, in __call__ > result = self.callable(req, *args) > File > "/usr/local/lib/python2.7/dist-packages/TracXMLRPC-1.1.2_r13203-py2.7.egg/tracrpc/ticket.py", > > line 250, in update > " ".join([warning for warning in req.chrome['warnings']])) > ServiceException: No permissions to add a comment. > Thanks for sharing this tracebacks , but I guess a bit more will be needed . For instance what user is reported in the logs for authenticated RPC requests ? FWIW , Apache™ Bloodhound relies upon account manager plugin and positive feedback [3]_ [4]_ has been reported regarding Mylyn integration . [...] > > Ideas? > BTW , have you read these [1]_ [2]_ [5]_ ? .. [1] https://groups.google.com/d/msg/trac-users/lPnrfSOSmoo/nTykEsBTupoJ .. [2] http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.general/35051 .. [3] http://mail-archives.apache.org/mod_mbox/bloodhound-user/201401.mbox/%[email protected]%3e .. [4] http://mail-archives.apache.org/mod_mbox/bloodhound-user/201401.mbox/%[email protected]%3e .. [5] http://trac-hacks.org/wiki/XmlRpcPlugin#ProblemswhenAccountManagerPluginisenabled > -- > You received this message because you are subscribed to the Google Groups > "Trac Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/trac-users. > For more options, visit https://groups.google.com/groups/opt_out. > -- Regards, Olemis - @olemislc Apache™ Bloodhound contributor http://issues.apache.org/bloodhound http://blood-hound.net Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
