On 07.08.2009, at 18:57, Ralf Vandenhouten <[email protected] > wrote:
> Andrea Ralf, > this is what I did: I removed the project "agilotest" completely > first, > so there was no database left on that trac project (in fact, nothing > at > all was left). Then I called > > create-agilo-project.py -e agilotest > > which created a completely new trac environment. Looking at the > project > with my web browser then I got the error message This is really strange, I did this myself at least ten times today :-) > TracError: The Trac Environment needs to be upgraded. > Run "trac-admin /home/devel/trac/agilodemo upgrade" > > When trying to run the upgrade, I got the lengthy python error message > (see my previous posting). > > So I don't think this is due to previous installing agilo. How come that is complaining about the agilo_link table already existing? What db are you using? > Regards, Ralf Best ANdreaT > > > Andrea Tomasini schrieb: >> >> On 7 Aug, 2009, at 13:28 , Ralf Vandenhouten wrote: >> >>> Hi Andrea, >> Hi Ralf, >> we are now in copy to the Agilo User Group >> >>> yes, I did the easy_install and it finished without problems (only >>> with >>> a warning that the speedup could not be activated). In the Trac >>> Admin I >>> can see that the Agilo 1.0 installation was successful. >>> >>> I now also tried the create_agilo_project.py, but after that I >>> still get >>> the upgrade hint (Run "trac-admin /home/devel/trac/agilotest >>> upgrade"). >>> When I try this upgrade, I now get the following error output: >>> >>> ***************** >>> >>> tms2:/home/devel/trac# trac-admin /home/devel/trac/agilotest upgrade >>> Traceback (most recent call last): >>> File "/usr/bin/trac-admin", line 7, in ? >>> sys.exit( >>> File >>> "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/admin/ >>> console.py", >>> >>> line 1317, in run >>> return admin.onecmd(command) >>> File >>> "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/admin/ >>> console.py", >>> >>> line 133, in onecmd >>> rv = cmd.Cmd.onecmd(self, line) or 0 >>> File "/usr/lib/python2.4/cmd.py", line 219, in onecmd >>> return func(arg) >>> File >>> "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/admin/ >>> console.py", >>> >>> line 1154, in do_upgrade >>> self.__env.upgrade(backup=do_backup) >>> File >>> "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/ >>> env.py", >>> line 458, in upgrade >>> participant.upgrade_environment(db) >>> File >>> "/usr/lib/python2.4/site-packages/agilo-1.0_PRO-py2.4.egg/agilo/db/ >>> plugin_env_setup.py", >>> >>> line 76, in upgrade_environment >>> return self.environment_created() >>> File >>> "/usr/lib/python2.4/site-packages/agilo-1.0_PRO-py2.4.egg/agilo/ >>> init.py", >>> line 91, in environment_created >>> create_table(self.env, table) >>> File >>> "/usr/lib/python2.4/site-packages/agilo-1.0_PRO-py2.4.egg/agilo/ >>> utils/db.py", >>> >>> line 127, in create_table >>> cursor.execute(statement) >>> File >>> "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/db/ >>> util.py", >>> line 51, in execute >>> return self.cursor.execute(sql) >>> File "/usr/lib/python2.4/site-packages/sqlite/main.py", line 244, in >>> execute >>> self.rs = self.con.db.execute(SQL) >>> _sqlite.DatabaseError: table agilo_link already exists >>> >>> ******************** >>> >>> Any idea? >> Yes, due to the previous failure in installing Agilo, there are some >> tables left around, so you may try to install it either on a new >> project, as I suggested, or remove from the DB all the tables that >> starts with agilo_ and also remove agilo entries from the system >> table. >> >> May be someone else in the group has other ideas? >> >>> Regards, Ralf >> Best >> >> ANdreaT >> > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

