Modify ↓
#5194 closed defect (worksforme)
trac mylyn integration via xmlrpc
Reported by: | Owned by: | Alec Thomas | |
---|---|---|---|
Priority: | high | Component: | XmlRpcPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
actually I'm using trac repository from mylyn via a web connector it works without problem, but when I tryied to use the xml-rpc plugin I recieved http ERROR 404?.
--log detail
2009-05-06 15:06:50,858 Trac[default_workflow] DEBUG: Workflow actions at initialization: {'resolve': {'operations': [u'set_resolution'], 'name': 'resolve', 'default': 0, 'newstate': u'closed', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], 'permissions': [u'TICKET_MODIFY']}, 'accept': {'operations': [u'set_owner_to_self'], 'name': 'accept', 'default': 0, 'newstate': u'accepted', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], 'permissions': [u'TICKET_MODIFY']}, 'leave': {'operations': [u'leave_status'], 'name': 'leave', 'default': 1, 'newstate': u'*', 'oldstates': [u'*'], 'permissions': []}, 'reopen': {'operations': [u'del_resolution'], 'name': 'reopen', 'default': 0, 'newstate': u'reopened', 'oldstates': [u'closed'], 'permissions': [u'TICKET_CREATE']}, 'reassign': {'operations': [u'set_owner'], 'name': 'reassign', 'default': 0, 'newstate': u'assigned', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], 'permissions': [u'TICKET_MODIFY']}, '_reset': {'operations': ['reset_workflow'], 'name': 'reset', 'default': 0, 'newstate': 'new', 'oldstates': [], 'permissions': []}} 2009-05-06 15:06:50,858 Trac[env] WARNING: base_url option not set in configuration, generated links may be incorrect 2009-05-06 15:06:50,858 Trac[main] DEBUG: Dispatching <Request "POST u'/xmlrpc'"> 2009-05-06 15:06:50,858 Trac[svn_fs] DEBUG: Subversion bindings imported 2009-05-06 15:06:50,875 Trac[main] WARNING: HTTPNotFound: 404 Not Found (No handler matched request to /xmlrpc) 2009-05-06 15:06:50,983 Trac[chrome] DEBUG: Prepare chrome data for request
here is my configuration
Trac: 0.11.4 Python: 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] setuptools: 0.6c9 SQLite: 3.6.11 pysqlite: 2.5.5 Genshi: 0.5.1 Subversion: 1.6.1 (r37116) jQuery: 1.2.6 eclipse 3.4.2 mylyn 3.1.1
Attachments (0)
Change History (4)
comment:1 Changed 16 years ago by
comment:2 follow-up: 3 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Looks like installation issue. As you got debug logging enabled, do read the logs where the environment starts up and plugins load. Make sure all the tracrpc
components load correctly.
Closing this - please reopen if it isn't related to versions, install or missing config (enable plugin).
comment:4 Changed 13 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
I'm using Mylyn 3.0.5 with Eclipse 3.4.2 and the plugin works for me. (Trac 0.11.1 Python 2.4.4 on Debian Etch) The error message looks to me like /xmlrpc isn't returning anything. Is it enabled in trac.ini? [components] tracrpc.* = enabled If you go to http://[trac site]/xmlrpc with a browser, do you get a list of functions? What about http://[trac site]/login/xmlrpc ?