Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#630 closed defect (duplicate)

Bitten: Connection Slave to Master

Reported by: aldo.camargo@… Owned by:
Priority: major Milestone:
Component: General Version: 0.6b2
Keywords: Cc:
Operating System: BSD

Description

Dear Group:

I was able to setup Trac, Bitten over the server (Ubuntu 10.04). I also installed over Windows XP Bitten-slave. I do have a problem when I try to connect the slave with the master using bitten-slave. The error is: ERROR HTTP Error 500. Internal Server Error. I read about this error and looks like there is some problem with the Master. I do not have problems to access to the menus and options from the site where the master is running: http://myserver/trac

Attachments (0)

Change History (7)

comment:1 Changed 14 years ago by osimons

Use -v option on slave to turn on verbose (debug) logging.

See Trac Logging page to enable logging on your master and check the debug logs on the server.

Report back with log-snippets if you don't find an explanation.

comment:2 Changed 14 years ago by aldo.camargo@…

2010-10-11 15:36:01,259 [bitten.slave] INFO: Slave launched at 2010-10-11 15:36:01 2010-10-11 15:36:01,322 [bitten.slave] DEBUG: Enabling authentication with username 'acamargo' 2010-10-11 15:36:01,322 [bitten.slave] DEBUG: Performing basic/digest authentication 2010-10-11 15:36:01,322 [bitten.slave] DEBUG: Sending HEAD request to 'http://10.10.42.15/trac/login' 2010-10-11 15:36:01,729 [bitten.slave] DEBUG: Configured packages: {} 2010-10-11 15:36:01,743 [bitten.slave] DEBUG: Sending slave configuration: <slave version="2" name="a-05a-acarmag-0"><platform processor=""/><os version="XP" family="nt">Windows</os></slave> 2010-10-11 15:36:01,743 [bitten.slave] DEBUG: Sending POST request to 'http://10.10.42.15/trac/builds' 2010-10-11 15:36:01,963 [bitten.slave] DEBUG: Server returned error 500: Internal Server Error (no message available) 2010-10-11 15:36:01,979 [bitten.slave] ERROR: HTTP Error 500: Internal Server Error 2010-10-11 15:36:01,979 [bitten.slave] DEBUG: Removing working directory c:\docume~1\acamargo\locals~1\temp\bittenvvxrqw 2010-10-11 15:36:02,104 [bitten.slave] INFO: Slave exited at 2010-10-11 15:36:02

comment:3 Changed 14 years ago by aldo.camargo@…

This is part of the trac.log in the Master side: 2010-10-11 16:31:29,490 Trac[main] DEBUG: Dispatching <Request "HEAD '/login'"> 2010-10-11 16:31:29,493 Trac[cache] DEBUG: cache metadata undefined (youngest_rev=0) 2010-10-11 16:31:29,493 Trac[cache] INFO: repos rev [0] != cached rev [None] 2010-10-11 16:31:29,493 Trac[api] INFO: Synchronized repository in 0.00 seconds 2010-10-11 16:31:29,639 Trac[session] DEBUG: Retrieving session for ID 'acamargo' 2010-10-11 16:31:29,673 Trac[main] DEBUG: Dispatching <Request "GET "> 2010-10-11 16:31:29,678 Trac[cache] DEBUG: cache metadata undefined (youngest_rev=0) 2010-10-11 16:31:29,678 Trac[cache] INFO: repos rev [0] != cached rev [None] 2010-10-11 16:31:29,679 Trac[api] INFO: Synchronized repository in 0.00 seconds 2010-10-11 16:31:29,683 Trac[session] DEBUG: Retrieving session for ID u'acamargo' 2010-10-11 16:31:29,688 Trac[chrome] DEBUG: Prepare chrome data for request 2010-10-11 16:31:29,944 Trac[main] DEBUG: Dispatching <Request "POST '/builds'"> 2010-10-11 16:31:29,948 Trac[cache] DEBUG: cache metadata undefined (youngest_rev=0) 2010-10-11 16:31:29,949 Trac[cache] INFO: repos rev [0] != cached rev [None] 2010-10-11 16:31:29,949 Trac[api] INFO: Synchronized repository in 0.00 seconds 2010-10-11 16:31:29,951 Trac[session] DEBUG: Retrieving session for ID u'acamargo' 2010-10-11 16:31:29,968 Trac[master] INFO: Build slave 'a-05a-acarmag-0' connected from 10.10.43.29 with token f6c96df35b51d8c3cdeb1be51db80895 2010-10-11 16:31:29,968 Trac[master] DEBUG: Build slave configuration: {'name': 'a-05a-acarmag-0', 'family': 'nt', 'machine': , 'token': 'f6c96df35b51d8c3cdeb1be51db80895', 'version': 'XP', 'ipnr': '10.10.43.29', 'os': 'Windows', 'processor': } 2010-10-11 16:31:29,969 Trac[queue] DEBUG: Checking for pending builds... 2010-10-11 16:31:29,972 Trac[queue] WARNING: Slave 'a-05a-acarmag-0' matched none of the target platforms 2010-10-11 16:31:29,973 Trac[queue] DEBUG: No pending builds. 2010-10-11 16:31:29,974 Trac[main] ERROR: Internal Server Error: Traceback (most recent call last):

File "/usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg/trac/web/main.py", line 513, in _dispatch_request

dispatcher.dispatch(req)

File "/usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg/trac/web/main.py", line 235, in dispatch

resp = chosen_handler.process_request(req)

File "/usr/local/lib/python2.6/dist-packages/Bitten-0.6b2-py2.6.egg/bitten/master.py", line 104, in process_request

return self._process_build_creation(req, slave_token)

File "/usr/local/lib/python2.6/dist-packages/Bitten-0.6b2-py2.6.egg/bitten/master.py", line 195, in _process_build_creation

self._send_response(req, 204, , {})

File "/usr/local/lib/python2.6/dist-packages/Bitten-0.6b2-py2.6.egg/bitten/master.py", line 143, in _send_response

req.write(body)

File "/usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg/trac/web/api.py", line 528, in write

raise Runtime Error?("No Content-Length header set")

Runtime Error?: No Content-Length header set 2010-10-11 16:31:30,004 Trac[env] INFO: The legacy Trac Web Admin? plugin has been automatically disabled, and the integrated administration interface will be used instead. 2010-10-11 16:31:30,004 Trac[env] INFO: The legacy Trac Web Admin? plugin has been automatically disabled, and the integrated administration interface will be used instead. 2010-10-11 16:31:30,005 Trac[env] INFO: The legacy Trac Web Admin? plugin has been automatically disabled, and the integrated administration interface will be used instead. 2010-10-11 16:31:30,005 Trac[env] INFO: The legacy Trac Web Admin? plugin has been automatically disabled, and the integrated administration interface will be used instead. 2010-10-11 16:31:30,006 Trac[env] INFO: The legacy Trac Web Admin? plugin has been automatically disabled, and the integrated administration interface will be used instead. 2010-10-11 16:31:30,006 Trac[env] INFO: The legacy Trac Web Admin? plugin has been automatically disabled, and the integrated administration interface will be used instead. 2010-10-11 16:31:30,006 Trac[env] INFO: The legacy Trac Web Admin? plugin has been automatically disabled, and the integrated administration interface will be used instead. 2010-10-11 16:31:30,006 Trac[env] INFO: The legacy Trac Web Admin? plugin has been automatically disabled, and the integrated administration interface will be used instead. 2010-10-11 16:31:30,007 Trac[env] INFO: The legacy Trac Web Admin? plugin has been automatically disabled, and the integrated administration interface will be used instead.

comment:4 follow-up: Changed 14 years ago by osimons

  • Milestone 0.6.1 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

It is one of the major issues fixed since 0.6b2 was released, see milestone:0.6

Please upgrade master + slaves to latest 0.6 development branch, see wiki:Download

Duplicate of #475

comment:5 in reply to: ↑ 4 ; follow-ups: Changed 14 years ago by aldo.camargo@…

I installed the latest version of Bitten but I still have the problem. Or Do I also need to use trac 0.11, because I am using trac 0.12.

Thanks a lot in advance for your support,

Aldo Camargo

Replying to osimons:

It is one of the major issues fixed since 0.6b2 was released, see milestone:0.6

Please upgrade master + slaves to latest 0.6 development branch, see wiki:Download

Duplicate of #475

comment:6 in reply to: ↑ 5 Changed 14 years ago by osimons

Replying to aldo.camargo@…:

I installed the latest version of Bitten but I still have the problem. Or Do I also need to use trac 0.11, because I am using trac 0.12.

If you still get the same issue, I don't think you have managed to correctly install the latest from 0.6 branch as described in wiki:Download#LatestDevelopmentSourceCode. Do check your server logs first to ensure that it is the same message.

comment:7 in reply to: ↑ 5 Changed 14 years ago by anonymous

You were right, I did install again following all the steps and I am getting the following error in the slave computer: HTTP: Error 400: Bad Reguest; and the following is part of the log file in the Master side:

2010-10-12 15:33:42,931 Trac[main] DEBUG: Dispatching <Request "HEAD '/login'"> 2010-10-12 15:33:42,934 Trac[cache] DEBUG: cache metadata undefined (youngest_rev=0) 2010-10-12 15:33:42,935 Trac[cache] INFO: repos rev [0] != cached rev [None] 2010-10-12 15:33:42,935 Trac[api] INFO: Synchronized repository in 0.00 seconds 2010-10-12 15:33:43,053 Trac[session] DEBUG: Retrieving session for ID 'acamargo' 2010-10-12 15:33:43,085 Trac[main] DEBUG: Dispatching <Request "GET "> 2010-10-12 15:33:43,089 Trac[cache] DEBUG: cache metadata undefined (youngest_rev=0) 2010-10-12 15:33:43,089 Trac[cache] INFO: repos rev [0] != cached rev [None] 2010-10-12 15:33:43,089 Trac[api] INFO: Synchronized repository in 0.00 seconds 2010-10-12 15:33:43,093 Trac[session] DEBUG: Retrieving session for ID u'acamargo' 2010-10-12 15:33:43,098 Trac[chrome] DEBUG: Prepare chrome data for request 2010-10-12 15:33:43,557 Trac[env] INFO: -------------------------------- environment startup [Trac 0.12] -------------------------------- 2010-10-12 15:33:43,591 Trac[loader] DEBUG: Loading Trac Extented Xml Rpc? from /usr/local/lib/python2.6/dist-packages/TracExtendedXmlRpc-0.1-py2.6.egg 2010-10-12 15:33:43,594 Trac[loader] ERROR: Skipping "Trac Extented Xml Rpc? = tracrpcext": (can't import "Import Error?: No module named tracrpc.api") 2010-10-12 15:33:43,595 Trac[loader] DEBUG: Loading acct_mgr.admin from /usr/local/lib/python2.6/dist-packages/TracAccountManager-0.2.1dev_r9241-py2.6.egg 2010-10-12 15:33:43,601 Trac[loader] DEBUG: Loading acct_mgr.api from /usr/local/lib/python2.6/dist-packages/TracAccountManager-0.2.1dev_r9241-py2.6.egg 2010-10-12 15:33:43,601 Trac[loader] DEBUG: Loading acct_mgr.db from /usr/local/lib/python2.6/dist-packages/TracAccountManager-0.2.1dev_r9241-py2.6.egg 2010-10-12 15:33:43,603 Trac[loader] DEBUG: Loading acct_mgr.htfile from /usr/local/lib/python2.6/dist-packages/TracAccountManager-0.2.1dev_r9241-py2.6.egg 2010-10-12 15:33:43,603 Trac[loader] DEBUG: Loading acct_mgr.http from /usr/local/lib/python2.6/dist-packages/TracAccountManager-0.2.1dev_r9241-py2.6.egg 2010-10-12 15:33:43,604 Trac[loader] DEBUG: Loading acct_mgr.notification from /usr/local/lib/python2.6/dist-packages/TracAccountManager-0.2.1dev_r9241-py2.6.egg 2010-10-12 15:33:43,604 Trac[loader] DEBUG: Loading acct_mgr.pwhash from /usr/local/lib/python2.6/dist-packages/TracAccountManager-0.2.1dev_r9241-py2.6.egg 2010-10-12 15:33:43,605 Trac[loader] DEBUG: Loading acct_mgr.svnserve from /usr/local/lib/python2.6/dist-packages/TracAccountManager-0.2.1dev_r9241-py2.6.egg 2010-10-12 15:33:43,605 Trac[loader] DEBUG: Loading acct_mgr.web_ui from /usr/local/lib/python2.6/dist-packages/TracAccountManager-0.2.1dev_r9241-py2.6.egg 2010-10-12 15:33:43,605 Trac[loader] DEBUG: Loading bitten.admin from /usr/local/lib/python2.6/dist-packages/Bitten-0.6dev_r922-py2.6.egg 2010-10-12 15:33:43,612 Trac[loader] DEBUG: Loading bitten.coverage from /usr/local/lib/python2.6/dist-packages/Bitten-0.6dev_r922-py2.6.egg 2010-10-12 15:33:43,613 Trac[loader] DEBUG: Loading bitten.lint from /usr/local/lib/python2.6/dist-packages/Bitten-0.6dev_r922-py2.6.egg 2010-10-12 15:33:43,613 Trac[loader] DEBUG: Loading bitten.main from /usr/local/lib/python2.6/dist-packages/Bitten-0.6dev_r922-py2.6.egg 2010-10-12 15:33:43,613 Trac[loader] DEBUG: Loading bitten.master from /usr/local/lib/python2.6/dist-packages/Bitten-0.6dev_r922-py2.6.egg 2010-10-12 15:33:43,617 Trac[loader] DEBUG: Loading bitten.notify from /usr/local/lib/python2.6/dist-packages/Bitten-0.6dev_r922-py2.6.egg 2010-10-12 15:33:43,618 Trac[loader] DEBUG: Loading bitten.testing from /usr/local/lib/python2.6/dist-packages/Bitten-0.6dev_r922-py2.6.egg 2010-10-12 15:33:43,618 Trac[loader] DEBUG: Loading bitten.web_ui from /usr/local/lib/python2.6/dist-packages/Bitten-0.6dev_r922-py2.6.egg 2010-10-12 15:33:43,621 Trac[loader] DEBUG: Loading customfieldadmin.api from /usr/local/lib/python2.6/dist-packages/TracCustomFieldAdmin-0.2.5-py2.6.egg 2010-10-12 15:33:43,623 Trac[loader] DEBUG: Loading customfieldadmin.customfieldadmin from /usr/local/lib/python2.6/dist-packages/TracCustomFieldAdmin-0.2.5-py2.6.egg 2010-10-12 15:33:43,624 Trac[loader] DEBUG: Loading iniadmin from /usr/local/lib/python2.6/dist-packages/IniAdmin-0.2-py2.6.egg 2010-10-12 15:33:43,625 Trac[loader] DEBUG: Loading mastertickets.api from /usr/local/lib/python2.6/dist-packages/TracMasterTickets-2.1.3-py2.6.egg 2010-10-12 15:33:43,627 Trac[loader] DEBUG: Loading mastertickets.web_ui from /usr/local/lib/python2.6/dist-packages/TracMasterTickets-2.1.3-py2.6.egg 2010-10-12 15:33:43,629 Trac[loader] DEBUG: Loading pagetopdf.pagetopdf from /usr/local/lib/python2.6/dist-packages/TracPageToPDF-0.2-py2.6.egg 2010-10-12 15:33:43,629 Trac[loader] DEBUG: Loading progressmeter.macro from /usr/local/lib/python2.6/dist-packages/TracProgressMeterMacro-0.2-py2.6.egg 2010-10-12 15:33:43,636 Trac[loader] DEBUG: Loading ticketdelete.web_ui from /usr/local/lib/python2.6/dist-packages/TracTicketDelete-2.0-py2.6.egg 2010-10-12 15:33:43,642 Trac[loader] DEBUG: Loading trac.about from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,642 Trac[loader] DEBUG: Loading trac.admin.console from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,644 Trac[loader] DEBUG: Loading trac.admin.web_ui from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,647 Trac[loader] DEBUG: Loading trac.attachment from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,647 Trac[loader] DEBUG: Loading trac.db.mysql from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,648 Trac[loader] DEBUG: Loading trac.db.postgres from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,650 Trac[loader] DEBUG: Loading trac.db.sqlite from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,653 Trac[loader] DEBUG: Loading trac.mimeview.patch from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,654 Trac[loader] DEBUG: Loading trac.mimeview.pygments from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,676 Trac[loader] DEBUG: Loading trac.mimeview.rst from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,691 Trac[loader] DEBUG: Skipping "trac.mimeview.rst = trac.mimeview.rst [rest]": ("Distribution Not Found?: docutils>=0.3" not found) 2010-10-12 15:33:43,691 Trac[loader] DEBUG: Loading trac.mimeview.silvercity from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,705 Trac[loader] DEBUG: Skipping "trac.mimeview.silvercity = trac.mimeview.silvercity [silvercity]": ("Distribution Not Found?: Silver City?>=0.9.4" not found) 2010-10-12 15:33:43,705 Trac[loader] DEBUG: Loading trac.mimeview.txtl from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,719 Trac[loader] DEBUG: Skipping "trac.mimeview.txtl = trac.mimeview.txtl [textile]": ("Distribution Not Found?: textile>=2.0" not found) 2010-10-12 15:33:43,719 Trac[loader] DEBUG: Loading trac.prefs from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,721 Trac[loader] DEBUG: Loading trac.search from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,721 Trac[loader] DEBUG: Loading trac.ticket.admin from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,723 Trac[loader] DEBUG: Loading trac.ticket.query from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,723 Trac[loader] DEBUG: Loading trac.ticket.report from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,724 Trac[loader] DEBUG: Loading trac.ticket.roadmap from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,724 Trac[loader] DEBUG: Loading trac.ticket.web_ui from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,724 Trac[loader] DEBUG: Loading trac.timeline from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,726 Trac[loader] DEBUG: Loading trac.versioncontrol.admin from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,726 Trac[loader] DEBUG: Loading trac.versioncontrol.svn_authz from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,727 Trac[loader] DEBUG: Loading trac.versioncontrol.svn_fs from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,729 Trac[loader] DEBUG: Loading trac.versioncontrol.svn_prop from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,735 Trac[loader] DEBUG: Loading trac.versioncontrol.web_ui from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,735 Trac[loader] DEBUG: Loading trac.web.auth from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,736 Trac[loader] DEBUG: Loading trac.web.session from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,736 Trac[loader] DEBUG: Loading trac.wiki.admin from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,736 Trac[loader] DEBUG: Loading trac.wiki.interwiki from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,738 Trac[loader] DEBUG: Loading trac.wiki.macros from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,738 Trac[loader] DEBUG: Loading trac.wiki.web_api from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,739 Trac[loader] DEBUG: Loading trac.wiki.web_ui from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,739 Trac[loader] DEBUG: Loading tracopt.mimeview.enscript from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,740 Trac[loader] DEBUG: Loading tracopt.mimeview.php from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,741 Trac[loader] DEBUG: Loading tracopt.perm.authz_policy from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,742 Trac[loader] DEBUG: Loading tracopt.perm.config_perm_provider from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,742 Trac[loader] DEBUG: Loading tracopt.ticket.commit_updater from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,744 Trac[loader] DEBUG: Loading tracopt.ticket.deleter from /usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg 2010-10-12 15:33:43,745 Trac[loader] DEBUG: Loading tracwysiwyg from /usr/local/lib/python2.6/dist-packages/TracWysiwyg-0.11.0.2_r8691-py2.6.egg 2010-10-12 15:33:43,749 Trac[default_workflow] DEBUG: Workflow actions at initialization: {u'resolve': {u'operations': [u'set_resolution'], 'name': u'resolve', 'default': 0, 'newstate': u'closed', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, u'accept': {u'operations': [u'set_owner_to_self'], 'name': u'accept', 'default': 0, 'newstate': u'accepted', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, u'leave': {u'operations': [u'leave_status'], 'name': u'leave', u'default': 1, 'newstate': u'*', 'oldstates': [u'*'], 'permissions': []}, u'reopen': {u'operations': [u'del_resolution'], 'name': u'reopen', 'default': 0, 'newstate': u'reopened', 'oldstates': [u'closed'], u'permissions': [u'TICKET_CREATE']}, u'reassign': {u'operations': [u'set_owner'], 'name': u'reassign', 'default': 0, 'newstate': u'assigned', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, '_reset': {'operations': reset_workflow?, 'name': 'reset', 'default': 0, 'newstate': 'new', 'oldstates': [], 'permissions': []}}

2010-10-12 15:33:43,751 Trac[env] WARNING: base_url option not set in configuration, generated links may be incorrect 2010-10-12 15:33:43,751 Trac[main] DEBUG: Dispatching <Request "POST '/builds'"> 2010-10-12 15:33:43,752 Trac[env] INFO: The legacy Trac Web Admin? plugin has been automatically disabled, and the integrated administration interface will be used instead. 2010-10-12 15:33:43,781 Trac[svn_fs] DEBUG: Subversion bindings imported 2010-10-12 15:33:43,785 Trac[cache] DEBUG: cache metadata undefined (youngest_rev=0) 2010-10-12 15:33:43,785 Trac[cache] INFO: repos rev [0] != cached rev [None] 2010-10-12 15:33:43,785 Trac[api] INFO: Synchronized repository in 0.03 seconds 2010-10-12 15:33:43,787 Trac[session] DEBUG: Retrieving session for ID u'acamargo' 2010-10-12 15:33:43,790 Trac[api] DEBUG: action controllers for ticket workflow: Configurable Ticket Workflow?

Replying to aldo.camargo@…:

I installed the latest version of Bitten but I still have the problem. Or Do I also need to use trac 0.11, because I am using trac 0.12.

Thanks a lot in advance for your support,

Aldo Camargo

Replying to osimons:

It is one of the major issues fixed since 0.6b2 was released, see milestone:0.6

Please upgrade master + slaves to latest 0.6 development branch, see wiki:Download

Duplicate of #475

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.