Edgewall Software
Modify

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#10002 closed defect (invalid)

UnableToLoadObjectError: An error occurred while getting None from the database: no such table: agilo_team

Reported by: mariusz Owned by:
Priority: normal Milestone:
Component: general Version: 0.12.2rc1
Severity: normal Keywords:
Cc: support@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /team, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{}

User agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10

System Information

Trac 0.12.2rc1
Agilo 1.3.2-PRO
Babel 0.9.5 (translations unavailable)
Genshi 0.6
pysqlite 2.4.1
Python 2.6 (r26:66714, Nov 9 2010, 01:33:13)
[GCC 4.3.4 [gcc-4_3-branch revision 152973]]
setuptools 0.6c8
SQLite 3.6.4
jQuery 1.4.2

Enabled Plugins

binary-agilo 1.3.2-PRO

Python Traceback

Traceback (most recent call last):
  File "build/bdist.linux-i686/egg/trac/web/main.py", line 511, in _dispatch_request
    dispatcher.dispatch(req)
  File "build/bdist.linux-i686/egg/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/lib/python2.6/site-packages/binary_agilo-1.3.2_PRO-py2.6.egg/agilo/api/view.py", line 155, in process_request
    return self._call_filters_and_handler(req, handler)
  File "/usr/local/lib/python2.6/site-packages/binary_agilo-1.3.2_PRO-py2.6.egg/agilo/api/view.py", line 143, in _call_filters_and_handler
    data = handler(req) or {}
  File "/usr/local/lib/python2.6/site-packages/binary_agilo-1.3.2_PRO-py2.6.egg/agilo/scrum/team/web_ui.py", line 49, in do_get
    teams = self.controller.process_command(TeamController.ListTeamsCommand(self.env))
  File "/usr/local/lib/python2.6/site-packages/binary_agilo-1.3.2_PRO-py2.6.egg/agilo/api/controller.py", line 361, in process_command
    return command.execute(self, date_converter, as_key)
  File "/usr/local/lib/python2.6/site-packages/binary_agilo-1.3.2_PRO-py2.6.egg/agilo/api/controller.py", line 315, in execute
    return self._execute(controller, date_converter, as_key)
  File "/usr/local/lib/python2.6/site-packages/binary_agilo-1.3.2_PRO-py2.6.egg/agilo/scrum/team/controller.py", line 84, in _execute
    limit=limit)
  File "/usr/local/lib/python2.6/site-packages/binary_agilo-1.3.2_PRO-py2.6.egg/agilo/core/model.py", line 1188, in select
    limit=limit, db=db)
  File "/usr/local/lib/python2.6/site-packages/binary_agilo-1.3.2_PRO-py2.6.egg/agilo/core/model.py", line 951, in select
    (obj, to_unicode(e)))
UnableToLoadObjectError: An error occurred while getting None from the database: no such table: agilo_team

Attachments (0)

Change History (2)

comment:1 by Remy Blank, 13 years ago

Cc: support@… added
Resolution: invalid
Status: newclosed

comment:2 by Martin Häcker <martin.haecker@…>, 13 years ago

@reporter: not sure what happened there, it seems as if agilo was not installed correctly (i.e. no trac-admin update happened. Then however it should be impossible to access the ui?

Please get on our support google group to help us resolve this issue, please include details about how you installed Trac, Agilo and how you upgraded. For more details on how to to reach the group see AgiloForScrum.

@rblank: thanks for the wrangling. :)

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'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.