You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by Apache Bloodhound <de...@bloodhound.apache.org> on 2013/06/02 06:18:26 UTC

[Apache Bloodhound] #542: No handler matched request to /login

#542: No handler matched request to /login
---------------------+---------------
  Reporter:  olemis  |    Owner:
      Type:  defect  |   Status:  new
  Priority:  major   |  Version:
Resolution:          |
---------------------+---------------
 Bloodhound is rendering the following HTTP error in /login page
 immediately after running installer script .

 {{{
 Error: Not Found

 No handler matched request to /login
 }}}

 System info :

 {{{#!py

 >>> pprint([list(c.get_system_info()) for c in
 ExtensionPoint(trac.env.ISystemInfoProvider).extensions(e)])
 [[('Genshi', '0.6 (without speedups)'), ('Babel', '0.9.4')],
  [('Trac', '1.0.1\n'),
   ('Bloodhound Trac', '1.0.1'),
   ('Python', '2.6.5 (r265:79063, Apr 16 2010, 13:57:41) \n[GCC 4.4.3]'),
   ('setuptools', '0.6c11'),
   ('pytz', '2010b')],
  [('Pygments', '1.2.2')],
  [('Docutils', '0.6')]]
 }}}

 Please try it and report if you can reproduce this (IMHO critical) issue .
 It was detected while running the functional test suite .

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/542>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #542: No handler matched request to /login

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#542: No handler matched request to /login
------------------------+--------------------------------
  Reporter:  olemis     |      Owner:  nobody
      Type:  defect     |     Status:  new
  Priority:  blocker    |  Milestone:
 Component:  installer  |    Version:
Resolution:             |   Keywords:  installer, plugins
------------------------+--------------------------------
Changes (by olemis):

 * keywords:   => installer, plugins
 * owner:   => nobody
 * component:   => installer
 * priority:  major => blocker


Old description:

> Bloodhound is rendering the following HTTP error in /login page
> immediately after running installer script .
>
> {{{
> Error: Not Found
>
> No handler matched request to /login
> }}}
>
> System info :
>
> {{{#!py
>
> >>> pprint([list(c.get_system_info()) for c in
> ExtensionPoint(trac.env.ISystemInfoProvider).extensions(e)])
> [[('Genshi', '0.6 (without speedups)'), ('Babel', '0.9.4')],
>  [('Trac', '1.0.1\n'),
>   ('Bloodhound Trac', '1.0.1'),
>   ('Python', '2.6.5 (r265:79063, Apr 16 2010, 13:57:41) \n[GCC 4.4.3]'),
>   ('setuptools', '0.6c11'),
>   ('pytz', '2010b')],
>  [('Pygments', '1.2.2')],
>  [('Docutils', '0.6')]]
> }}}
>
> Please try it and report if you can reproduce this (IMHO critical) issue
> . It was detected while running the functional test suite .

New description:

 Bloodhound is rendering the following HTTP error in /login page
 immediately after running installer script .

 {{{
 Error: Not Found

 No handler matched request to /login
 }}}

 System info :

 {{{#!py

 >>> pprint([list(c.get_system_info()) for c in
 ExtensionPoint(trac.env.ISystemInfoProvider).extensions(e)])
 [[('Genshi', '0.6 (without speedups)'), ('Babel', '0.9.4')],
  [('Trac', '1.0.1\n'),
   ('Bloodhound Trac', '1.0.1'),
   ('Python', '2.6.5 (r265:79063, Apr 16 2010, 13:57:41) \n[GCC 4.4.3]'),
   ('setuptools', '0.6c11'),
   ('pytz', '2010b')],
  [('Pygments', '1.2.2')],
  [('Docutils', '0.6')]]
 }}}

 Please try it and report if you can reproduce this (IMHO critical) issue .
 It was detected while running the functional test suite . I'm not sure
 where this came from but my previous environments do work as expected ;
 therefore `component=installer` . That choice might not be accurate
 though.

--

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/542#comment:1>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #542: No handler matched request to /login

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#542: No handler matched request to /login
------------------------+--------------------------------
  Reporter:  olemis     |      Owner:  nobody
      Type:  defect     |     Status:  closed
  Priority:  blocker    |  Milestone:
 Component:  installer  |    Version:
Resolution:  invalid    |   Keywords:  installer, plugins
------------------------+--------------------------------
Changes (by olemis):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 I found the root cause . Seems to be an issue with recent versions of
 [pypi:virtualenv] and `--system-site-packages` option.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/542#comment:2>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker