Robert, I was gone for two days and when I returned I had a completely different set of errors facing me. I asked my time to create some tasks for some recent stories added to the sprint for which I was trying to see the dashboard. Somehow or another after they finished doing this the dashboard started getting further in the process (to the point that it shows the animated loading graphic). I looked at the error log and the new errors have to do with the fact that we break down the effort to work a bug into tasks and sometimes create subtasks on tasks. I have removed this structure from our system and now the dashboard works. I don't know what was changed to get past the initial utilities.js error that we were investigating, but I can no longer reproduce it. I assume it will show up again though and will try the things you suggest below when it does.
I am sending a separate message to the group about the children errors we were seeing. -Nathan -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Robert Buchholz Sent: Friday, June 04, 2010 9:08 AM To: [email protected] Subject: Re: [Agilo for Scrum] Announcing Agilo 1.3.0.1 Hi Nathan, On Tuesday 01 June 2010, [email protected] wrote: > I did not use trac-admin <env> deploy for the old version. Is that > something I should have done? Not necessarily. It allows you to serve static files from your web server directly. It is purely a performance improvement. > I'm not sure I was looking at the same mechanism you were referencing > to get the call stack, but here is the call stack from Firebug at > the point of the exception: > > addTicke...server() - backlog.js, line 176 > setBacklog() - backlogView.js, line 39 > BacklogController - backlogController.js, line 20 > (?)() - backlogController.js, line 9 > F() - jquery-1.3.2.min.js, line 19 > $() - jquery-1.3.2.min.js, line 12 > F()- jquery-1.3.2.min.js, line 19 > F()- jquery-1.3.2.min.js, line 19 Ok, so the backtrace shows your browser is executing the most recent version of the JavaScript code. However, for some reason the execution of utilities.js is unsuccessful or happens later (which it should not). * When you experience this issue, do you see the file 'utilities.js' in Firebug's Script tab? * What is on line 209 in that file? * What do you get when you visit https://path-to-your-trac/chrome/agilo/js/utilities.js ? * Can you see a blue help icon in the toolbar? Regards Robert -- 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 -- 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

