Good morning,
Does it possibly help to add this trac.log text ? it appears from the
point on when I try to open a sprint.
----------------------------------------------------------------
2010-01-15 09:46:14,453 Trac[main] ERROR: Internal Server Error:
Traceback (most recent call last):
File "C:\Tools\Python26\lib\site-packages\trac\web\main.py", line
450, in _dispatch_request
dispatcher.dispatch(req)
File "C:\Tools\Python26\lib\site-packages\trac\web\main.py", line
206, in dispatch
resp = chosen_handler.process_request(req)
File "C:\Tools\Python26\lib\site-packages\binary_agilo-1.2.0_pro-
py2.6.egg\agilo\api\view.py", line 155, in process_request
return self._call_filters_and_handler(req, handler)
File "C:\Tools\Python26\lib\site-packages\binary_agilo-1.2.0_pro-
py2.6.egg\agilo\api\view.py", line 143, in _call_filters_and_handler
data = handler(req) or {}
File "C:\Tools\Python26\lib\site-packages\binary_agilo-1.2.0_pro-
py2.6.egg\agilo\scrum\backlog\new_webui.py", line 154, in do_get
chart = self._get_and_prepare_burndown_chart_if_neccessary(req,
backlog)
File "C:\Tools\Python26\lib\site-packages\binary_agilo-1.2.0_pro-
py2.6.egg\agilo\scrum\backlog\new_webui.py", line 137, in
_get_and_prepare_burndown_chart_if_neccessary
widget = get_widget(ChartType.BURNDOWN, sprint_name=sprint.name)
File "C:\Tools\Python26\lib\site-packages\binary_agilo-1.2.0_pro-
py2.6.egg\agilo\charts\chart_generator.py", line 135, in
get_chartwidget
new_widget = self._get_widget(name, kwargs, use_cache)
File "C:\Tools\Python26\lib\site-packages\binary_agilo-1.2.0_pro-
py2.6.egg\agilo\charts\chart_generator.py", line 110, in _get_widget
new_widget = generator.generate_widget(name, **kwargs)
File "C:\Tools\Python26\lib\site-packages\binary_agilo-1.2.0_pro-
py2.6.egg\agilo\scrum\backlog\charts.py", line 62, in generate_widget
burndown_widget.populate_with_sprint_data(sprint_name)
File "C:\Tools\Python26\lib\site-packages\binary_agilo-1.2.0_pro-
py2.6.egg\agilo\scrum\backlog\charts.py", line 296, in
populate_with_sprint_data
backlog = self._get_backlog(sprint_name)
File "C:\Tools\Python26\lib\site-packages\binary_agilo-1.2.0_pro-
py2.6.egg\agilo\scrum\backlog\charts.py", line 249, in _get_backlog
backlog = self.b_controller.process_command(get_backlog)
File "C:\Tools\Python26\lib\site-packages\binary_agilo-1.2.0_pro-
py2.6.egg\agilo\api\controller.py", line 333, in process_command
return command.execute(self, date_converter, as_key)
File "C:\Tools\Python26\lib\site-packages\binary_agilo-1.2.0_pro-
py2.6.egg\agilo\api\controller.py", line 286, in execute
return self._execute(controller, date_converter, as_key)
File "C:\Tools\Python26\lib\site-packages\binary_agilo-1.2.0_pro-
py2.6.egg\agilo\scrum\backlog\controller.py", line 61, in _execute
load=self.load)
File "C:\Tools\Python26\lib\site-packages\binary_agilo-1.2.0_pro-
py2.6.egg\agilo\scrum\backlog\model.py", line 1064, in get
backlog.reload()
AttributeError: 'NoneType' object has no attribute 'reload'
------------------------------------------------------------------------------------------------------------
Any help is highly appreciated.
Thanks and best regards
On Jan 14, 4:45 pm, mk <[email protected]> wrote:
> Hello and thanks again,
>
> I am no technical guru either. I know hardly how apache is spelled. I
> am so to say the one-eyed in a group of blind.
> I am not even able to provide an error log of apache though I know
> that this exists. I will google where to search and post something.
> If anybody knows and has expertise, it is always appreciated.
>
> another thanks and best regards
>
> On Jan 14, 4:40 pm, Garbrand van der Molen <[email protected]> wrote:
>
> > Hi mk,
>
> > I'm no technical guru, but an Apache 500 means an internal server error, so
> > I guess something is wrong in the configuration.
>
> > Did you try running it through tracd? That would allow you to test if the
> > error is your trac/agilo setup or in the apache config.
>
> > Anybody else able to give mk a hand?
>
> > Garbrand
>
> > On Jan 14, 2010, at 15:15, mk wrote:
>
> > > Hello,
>
> > > Thanks for the fast answer.
>
> > > This seems to work too. I click on Roadmap on top, I see the milestone
> > > I created, I see the two sprints that I created and added to this
> > > milestone. But when I click the name of a sprint it shows up an
> > > internal server error 500. So the error is different from clicking the
> > > view button at sprintlog as described abve.
>
> > > Is it possible that it is a server issue? Or is anything else
> > > imaginabel?
>
> > > thanks and best regards
>
> > > On Jan 14, 3:10 pm, Garbrand van der Molen <[email protected]> wrote:
> > >> Hi mk,
>
> > >> Installation looks fine as far as I can tell from your description, but
> > >> did you start a sprint?
>
> > >> You can check by going to Roadmap, and see if you have a Milestone with
> > >> an associated Sprint that is currently running.
>
> > >> If this is not the case, create a Milestone, then add a Sprint to that
> > >> Milestone that (for instance) starts today and lasts for two weeks. This
> > >> sprint should show up in the sidebar, so should the Sprint Backlog etc.
>
> > >> Regards,
> > >> Garbrand
>
> > >> On Jan 14, 2010, at 14:47, mk wrote:
>
> > >>> Hi everybody,
>
> > >>> Whenever I click on backlogs (sprint/product) in the left side menu I
> > >>> get the following message:
>
> > >>> -----------------------------------
> > >>> Couldn't find an open sprint
> > >>> It seems there is no sprint open right now - please create one first.
> > >>> To do so, as an administrator go to the Sprints Administration Panel
> > >>> and add one.
> > >>> -----------------------------------
>
> > >>> I have installed a fresh and clean new installation of AGILO including
> > >>> TRAC and SVN. See the system information given by the system here:
>
> > >>> -----------------------------------
> > >>> System Information
> > >>> Trac: 0.11.6
> > >>> Python: 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit
> > >>> (Intel)]
> > >>> setuptools: 0.6c11
> > >>> SQLite: 3.5.9
> > >>> pysqlite: 2.4.1
> > >>> Genshi: 0.5.1
> > >>> Agilo: 1.2.0-pro
> > >>> Pygments: 1.2.2
> > >>> Subversion: 1.6.6 (r40053)
> > >>> jQuery: 1.2.6
> > >>> -----------------------------------
>
> > >>> This has taken place on win 2008 server.
>
> > >>> Everything else in TRAC and AGILO works as it should. I can create
> > >>> tickets, user stories, administrate users, etc. etc.. I am just unable
> > >>> to view the product or sprint backlog. Even deleting the default ones,
> > >>> and creating new ones didn´t work out except for product backlog.
> > >>> After deleting the default product backlog and recreating a new global
> > >>> backlog I was able to see that one, but still not the sprint ones.
>
> > >>> In the meanwhile I reainstalled and initenv´ed three times. No
> > >>> difference. I had no errors while installing via egg.
>
> > >>> I proceeded like written in the installation and configuration help
> > >>> step by step from the beginning. Not possible that I made a mistake
> > >>> here. I went through it very careful.
>
> > >>> Please take care that I am an absolute beginner to this issue. Not
> > >>> only to AGILO and SCRUM, but also to TRAC, APACHE, WEBStuff in general
> > >>> and so on.
>
> > >>> Any help is highly appreciated as we plan to implement such a system
> > >>> within our company and are currently in the process of evaluating.
>
> > >>> Thank you very much and best regards
>
> > >>> --
> > >>> Follow Agilo on Twitter:http://twitter.com/agiloforscrum
> > >>> -----
> > >>> 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.comandisfocused 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
>
> > >> smime.p7s
> > >> 3KViewDownload
> > > --
> > > Follow Agilo on Twitter:http://twitter.com/agiloforscrum
> > > -----
> > > 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.comandis 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
>
> > smime.p7s
> > 3KViewDownload
--
Follow Agilo on Twitter: http://twitter.com/agiloforscrum
-----
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