Great to have a new release! I installed it and am working thru turning on
all the many new components. It is getting farther than RC2 was. However,
several of the new components do cause an error to be raised in my situation
here. It looks like database table agilo_sprint does not exist.
For example, when I attempt to turn on the SprintAdminPanel, I get the
following errors:
Traceback (most recent call last):
File
"c:\python25\lib\site-packages\Trac-0.11.5-py2.5-win32.egg\trac\web\api.py",
line 377, in send_error
'text/html')
File
"c:\python25\lib\site-packages\Trac-0.11.5-py2.5-win32.egg\trac\web\chrome.p
y", line 725, in render_template
req.chrome[type_].append(
File
"c:\python25\lib\site-packages\Trac-0.11.5-py2.5-win32.egg\trac\web\api.py",
line 195, in __getattr__
value = self.callbacks[name](self)
File
"c:\python25\lib\site-packages\Trac-0.11.5-py2.5-win32.egg\trac\web\chrome.p
y", line 489, in prepare_request
for category, name, text in contributor.get_navigation_items(req):
File
"c:\python25\lib\site-packages\Trac-0.11.5-py2.5-win32.egg\trac\admin\web_ui
.py", line 65, in get_navigation_items
panels, providers = self._get_panels(req)
File
"c:\python25\lib\site-packages\Trac-0.11.5-py2.5-win32.egg\trac\admin\web_ui
.py", line 160, in _get_panels
for provider in self.panel_providers:
File
"c:\python25\lib\site-packages\Trac-0.11.5-py2.5-win32.egg\trac\core.py",
line 70, in extensions
return filter(None, [component.compmgr[cls] for cls in extensions])
File
"c:\python25\lib\site-packages\Trac-0.11.5-py2.5-win32.egg\trac\core.py",
line 207, in __getitem__
component = cls(self)
File
"c:\python25\lib\site-packages\Trac-0.11.5-py2.5-win32.egg\trac\core.py",
line 111, in maybe_init
init(self)
File
"c:\python25\lib\site-packages\binary_agilo-1.0_PRO_RC2-py2.5.egg\agilo\scru
m\sprint\admin.py", line 41, in __init__
self.agilo_config = config.AgiloConfig(self.env)
File
"c:\python25\lib\site-packages\Trac-0.11.5-py2.5-win32.egg\trac\core.py",
line 111, in maybe_init
init(self)
File
"c:\python25\lib\site-packages\binary_agilo-1.0_PRO_RC2-py2.5.egg\agilo\util
s\config.py", line 267, in __init__
self.reload()
File
"c:\python25\lib\site-packages\binary_agilo-1.0_PRO_RC2-py2.5.egg\agilo\util
s\config.py", line 483, in reload
fields =
AgiloTicketSystem(self.env).get_ticket_fields(new_aliases=self.ALIASES)
File
"c:\python25\lib\site-packages\binary_agilo-1.0_PRO_RC2-py2.5.egg\agilo\tick
et\api.py", line 339, in get_ticket_fields
FieldsWrapper(self.env, self._get_ticket_fields(), t_type)
File
"c:\python25\lib\site-packages\Trac-0.11.5-py2.5-win32.egg\trac\ticket\api.p
y", line 266, in _get_ticket_fields
for field in self.get_custom_fields():
File
"c:\python25\lib\site-packages\binary_agilo-1.0_PRO_RC2-py2.5.egg\agilo\tick
et\api.py", line 269, in get_custom_fields
fields = super(AgiloTicketSystem, self).get_custom_fields()
File
"c:\python25\lib\site-packages\Trac-0.11.5-py2.5-win32.egg\trac\ticket\api.p
y", line 293, in get_custom_fields
self._custom_fields = self._get_custom_fields()
File
"c:\python25\lib\site-packages\binary_agilo-1.0_PRO_RC2-py2.5.egg\agilo\tick
et\api.py", line 296, in _get_custom_fields
self._add_sprint_options(fields)
File
"c:\python25\lib\site-packages\binary_agilo-1.0_PRO_RC2-py2.5.egg\agilo\tick
et\api.py", line 288, in _add_sprint_options
field['options'] = [s.name for s in sp_manager.select()]
File
"c:\python25\lib\site-packages\binary_agilo-1.0_PRO_RC2-py2.5.egg\agilo\core
\model.py", line 1020, in select
db=db)
File
"c:\python25\lib\site-packages\binary_agilo-1.0_PRO_RC2-py2.5.egg\agilo\core
\model.py", line 792, in select
(obj, to_unicode(e))))
UnableToLoadObjectError: An error occurred while getting None from the
database: no such table: agilo_sprint
Then I have to go into trac.ini and disable that component before the admin
page will successfully load again. This is the first time attempting to
install and run Agilo for Scrum, with a new Trac installation. I'm running
the Windows version of Trac on Windows Server 2003. Here's my System
Information:
Trac:
0.11.5
Python:
2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)]
setuptools:
0.6c9
SQLite:
3.3.4
pysqlite:
2.3.2
Genshi:
0.5.1
Subversion:
1.5.6 (r36142)
jQuery:
1.2.6
Jeff
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH
http://www.agile42.com and is focused in supporting Agilo for Scrum users.
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/agilo?hl=en
-~----------~----~----~----~------~----~------~--~---