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/09/06 21:50:40 UTC

[Apache Bloodhound] #656: Neighborhood error

#656: Neighborhood error
---------------------+---------------
  Reporter:  olemis  |    Owner:
      Type:  defect  |   Status:  new
  Priority:  major   |  Version:
Resolution:          |
---------------------+---------------
 Recently I've received the following error.

 {{{
 Bloodhound error
 Missing connector for neighborhood <Neighborhood product:dataviz>
 }}}

 This is what I see in ''apache2'' logs

 {{{
 2013-09-06 14:31:20,202 Trac[main] WARNING: [<IP>] HTTPNotFound: 404 Trac
 Error (Missing connector for neighborhood <Neighborhood product:dataviz>)
 }}}

 and Trac log

 {{{
 [Tue Sep 06 14:31:20 2013] [error] WARNING:Trac.<HASH>:[<IP>]
 HTTPNotFound: 404 Trac Error (Missing connector for neighborhood
 <Neighborhood product:dataviz>)
 }}}

 Considering that such neighborhoods are implemented by
 `multiproduct.api.MultiProductSystem` and also the fact that ''Ticket'' is
 missing in main nav (see screenshot below) it all looks like if multi-
 product plugin would be turned off ...

 [[Image(bh_mp_x_137_nonh.png)]]

 ... but it's actually enabled .

 {{{#!sh
 # trac-admin /path/to/env
 Welcome to trac-admin 1.0.1
 Interactive Trac administration console.
 Copyright (C) 2003-2013 Edgewall Software

 Type:  '?' or 'help' for help on commands.

 Trac [/path/to/env]> product admin PREFIX config get components
 multiproduct.*
 enabled

 }}}

 So I guess this is a runtime error (maybe related to ''PostgreSQL'' ?) .

 I've also detected this error in the logs

 {{{#!py
 2013-09-06 14:31:27,249 Trac[main] ERROR: Exception caught while post-
 processing request:
 Traceback (most recent call last):
   File "/path/to/bloodhound/trac/trac/web/main.py", line 243, in dispatch
     self._post_process_request(req)
   File "/path/to/bloodhound/trac/trac/web/main.py", line 340,
 in _post_process_request
     f.post_process_request(req, *(None,)*extra_arg_count)
   File "/path/to/bloodhound/bloodhound_relations/bhrelations/web_ui.py",
 line 151, in post_process_request
     ticket = data['ticket']
 TypeError: 'NoneType' object has no attribute '__getitem__'
 }}}

 version=0.8-dev

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

Re: [Apache Bloodhound] #656: Neighborhood error

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#656: Neighborhood error
---------------------------+--------------------------------------------
  Reporter:  olemis        |      Owner:  nobody
      Type:  defect        |     Status:  new
  Priority:  critical      |  Milestone:  next 0.x
 Component:  multiproduct  |    Version:
Resolution:                |   Keywords:  resource, neighborhood, config
---------------------------+--------------------------------------------
Changes (by rjollos):

 * milestone:   => next 0.x


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

Re: [Apache Bloodhound] #656: Neighborhood error

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#656: Neighborhood error
---------------------------+--------------------------------------------
  Reporter:  olemis        |      Owner:  nobody
      Type:  defect        |     Status:  new
  Priority:  critical      |  Milestone:
 Component:  multiproduct  |    Version:
Resolution:                |   Keywords:  resource, neighborhood, config
---------------------------+--------------------------------------------
Changes (by olemis):

 * keywords:   => resource, neighborhood, config
 * priority:  major => critical
 * component:   => multiproduct
 * owner:   => nobody


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