Hi,

I now installed into Trac 0.11.5 on Apache/MySQL with Genshi 0.5.1.,
log of the
seemingly successful installation below

- but -

I still have difficulty to perform the database upgrade, I get a
traceback complaining about "unknown column
'priority'" and cannot start Agilo. What can be the reason for this?
It is quite frustrating that installing Agilo is so difficult!
Database connection is
database = mysql://tracuser:passw...@localhost/tas4

The tickets table has of course a priority colum, and I started with a
fresh trac environment on a new database:

mysql> connect tas4
Connection id:    127
Current database: tas4

mysql> describe ticket;
+-------------+------------------+------+-----+---------
+----------------+
| Field       | Type             | Null | Key | Default |
Extra          |
+-------------+------------------+------+-----+---------
+----------------+
| id          | int(10) unsigned | NO   | PRI | NULL    |
auto_increment |
| type        | text             | YES  |     | NULL
|                |
| time        | int(11)          | YES  | MUL | NULL
|                |
| changetime  | int(11)          | YES  |     | NULL
|                |
| component   | text             | YES  |     | NULL
|                |
| severity    | text             | YES  |     | NULL
|                |
| priority    | text             | YES  |     | NULL
|                |
| owner       | text             | YES  |     | NULL
|                |
| reporter    | text             | YES  |     | NULL
|                |
| cc          | text             | YES  |     | NULL
|                |
| version     | text             | YES  |     | NULL
|                |
| milestone   | text             | YES  |     | NULL
|                |
| status      | text             | YES  | MUL | NULL
|                |
| resolution  | text             | YES  |     | NULL
|                |
| summary     | text             | YES  |     | NULL
|                |
| description | text             | YES  |     | NULL
|                |
| keywords    | text             | YES  |     | NULL
|                |
+-------------+------------------+------+-----+---------
+----------------+
17 rows in set (0.01 sec)


Traceback (most recent call last):
  File "D:\appl\Python25\Scripts\trac-admin-script.py", line 8, in
<module>
    load_entry_point('trac==0.11.5', 'console_scripts', 'trac-admin')
()
  File "D:\appl\Python25\lib\site-packages\trac\admin\console.py",
line 1314, in
 run
  File "D:\appl\Python25\lib\site-packages\trac\admin\console.py",
line 133, in
onecmd
  File "D:\appl\Python25\Lib\cmd.py", line 219, in onecmd
    return func(arg)
  File "D:\appl\Python25\lib\site-packages\trac\admin\console.py",
line 1154, in
 do_upgrade
  File "D:\appl\Python25\lib\site-packages\trac\env.py", line 457, in
upgrade
  File "d:\appl\python25\lib\site-packages\binary_agilo-1.2.1_PRO-
py2.5.egg\agil
o\db\plugin_env_setup.py", line 76, in upgrade_environment
    return self.environment_created()
  File "d:\appl\python25\lib\site-packages\binary_agilo-1.2.1_PRO-
py2.5.egg\agil
o\init.py", line 138, in environment_created
    initialize_config(self.env, __CONFIG_PROPERTIES__)
  File "d:\appl\python25\lib\site-packages\binary_agilo-1.2.1_PRO-
py2.5.egg\agil
o\utils\config.py", line 733, in initialize_config
    config = AgiloConfig(env)
  File "D:\appl\Python25\lib\site-packages\trac\core.py", line 111, in
maybe_ini
t
  File "d:\appl\python25\lib\site-packages\binary_agilo-1.2.1_PRO-
py2.5.egg\agil
o\utils\config.py", line 350, in __init__
    self.reload(init=True)
  File "d:\appl\python25\lib\site-packages\binary_agilo-1.2.1_PRO-
py2.5.egg\agil
o\utils\config.py", line 661, in reload
    fields =
AgiloTicketSystem(self.env).get_ticket_fields(new_aliases=self.ALIA
SES)
  File "d:\appl\python25\lib\site-packages\binary_agilo-1.2.1_PRO-
py2.5.egg\agil
o\ticket\api.py", line 352, in get_ticket_fields
    self._get_ticket_fields(),
  File "D:\appl\Python25\lib\site-packages\trac\ticket\api.py", line
253, in _ge
t_ticket_fields
  File "D:\appl\Python25\lib\site-packages\trac\ticket\model.py", line
943, in s
elect
  File "D:\appl\Python25\lib\site-packages\trac\db\util.py", line 60,
in execute

  File "D:\appl\Python25\lib\site-packages\mysql_python-1.2.2-py2.5-
win32.egg\My
SQLdb\cursors.py", line 166, in execute
  File "D:\appl\Python25\lib\site-packages\mysql_python-1.2.2-py2.5-
win32.egg\My
SQLdb\connections.py", line 35, in defaulterrorhandler
_mysql_exceptions.OperationalError: (1054, "Unknown column 'priority'
in 'field
list'")

Here is the installation log:

D:\Downloads\trac\plugins\binary_agilo-1.2.1_PRO-
py2.5.egg>easy_install -Z -U bi
nary_agilo-1.2.1_PRO-py2.5.egg
Processing binary_agilo-1.2.1_PRO-py2.5.egg
creating d:\appl\python25\lib\site-packages\binary_agilo-1.2.1_PRO-
py2.5.egg
Extracting binary_agilo-1.2.1_PRO-py2.5.egg to d:\appl\python25\lib
\site-package
s
Adding binary-agilo 1.2.1-PRO to easy-install.pth file
Installing agilo_svn_hook_commit.py script to D:\appl\Python25\Scripts
Installing create_agilo_project.py script to D:\appl\Python25\Scripts

Installed d:\appl\python25\lib\site-packages\binary_agilo-1.2.1_pro-
py2.5.egg
Processing dependencies for binary-agilo==1.2.1-PRO
Finished processing dependencies for binary-agilo==1.2.1-PRO

-- 
Follow Agilo on Twitter: http://twitter.com/agiloforscrum
Please support us by reviewing and voting on: 
http://userstories.com/products/8-agilo-for-scrum 
http://ohloh.net/p/agilo-scrum 
http://freshmeat.net/projects/agiloforscrum

You have received this message because you are subscribed to
the "Agilo for Scrum" Google Group. This group is focused on
supporting Agilo for Scrum users and is moderated by
agile42 GmbH <http://www.agile42.com>.

To post to this group, send email to [email protected]
To unsubscribe from this group, send an email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/agilo

Reply via email to