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 <bl...@incubator.apache.org> on 2013/02/10 19:00:05 UTC

[Apache Bloodhound] #379: Exception caught while post-processing request

#379: Exception caught while post-processing request
---------------------+-----------------
  Reporter:  andrej  |    Owner:
      Type:  defect  |   Status:  new
  Priority:  major   |  Version:  0.4.0
Resolution:          |
---------------------+-----------------
 Log file contains the following log entry:
 2013-02-10 18:57:32,837 Trac[main] ERROR: Exception caught while post-
 processing request:
 Traceback (most recent call last):
   File
 "/Users/andrejg/Digiverse/bloodhound/bloodhound/trac/trac/web/main.py",
 line 243, in dispatch
     self._post_process_request(req)
   File
 "/Users/andrejg/Digiverse/bloodhound/bloodhound/trac/trac/web/main.py",
 line 340, in _post_process_request
     f.post_process_request(req, *(None,)*extra_arg_count)
   File
 "/Users/andrejg/Digiverse/bloodhound/bloodhound/bloodhound_theme/bhtheme/theme.py",
 line 263, in post_process_request
     'bloodhound', 'responsive_layout', 'true')
 TypeError: 'NoneType' object does not support item assignment
 2013-02-10 18:57:32,837 Trac[main] WARNING: [127.0.0.1] HTTPNotFound: 404
 Not Found (File js/messages/en_US.js not found)

 Source revision: r1444577.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/379>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #379: Exception caught while post-processing request

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#379: Exception caught while post-processing request
------------------------+--------------------
  Reporter:  andrej     |      Owner:  nobody
      Type:  defect     |     Status:  new
  Priority:  major      |  Milestone:
 Component:  dashboard  |    Version:  0.4.0
Resolution:             |   Keywords:
------------------------+--------------------
Changes (by andrej):

 * owner:   => nobody
 * component:   => dashboard


Old description:

> Log file contains the following log entry:
> 2013-02-10 18:57:32,837 Trac[main] ERROR: Exception caught while post-
> processing request:
> Traceback (most recent call last):
>   File
> "/Users/andrejg/Digiverse/bloodhound/bloodhound/trac/trac/web/main.py",
> line 243, in dispatch
>     self._post_process_request(req)
>   File
> "/Users/andrejg/Digiverse/bloodhound/bloodhound/trac/trac/web/main.py",
> line 340, in _post_process_request
>     f.post_process_request(req, *(None,)*extra_arg_count)
>   File
> "/Users/andrejg/Digiverse/bloodhound/bloodhound/bloodhound_theme/bhtheme/theme.py",
> line 263, in post_process_request
>     'bloodhound', 'responsive_layout', 'true')
> TypeError: 'NoneType' object does not support item assignment
> 2013-02-10 18:57:32,837 Trac[main] WARNING: [127.0.0.1] HTTPNotFound: 404
> Not Found (File js/messages/en_US.js not found)
>
> Source revision: r1444577.

New description:

 Log file contains the following log entry:
 {{{
 2013-02-10 18:57:32,837 Trac[main] ERROR: Exception caught while post-
 processing request:
 Traceback (most recent call last):
   File ".../bloodhound/trac/trac/web/main.py", line 243, in dispatch
     self._post_process_request(req)
   File ".../bloodhound/trac/trac/web/main.py", line 340, in
 _post_process_request
     f.post_process_request(req, *(None,)*extra_arg_count)
   File ".../bloodhound/bloodhound_theme/bhtheme/theme.py", line 263, in
 post_process_request
     'bloodhound', 'responsive_layout', 'true')
 TypeError: 'NoneType' object does not support item assignment
 2013-02-10 18:57:32,837 Trac[main] WARNING: [127.0.0.1] HTTPNotFound: 404
 Not Found (File js/messages/en_US.js not found)
 }}}
 Source revision: r1444577.

--

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

Re: [Apache Bloodhound] #379: Exception caught while post-processing request

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#379: Exception caught while post-processing request
------------------------+----------------------
  Reporter:  andrej     |      Owner:  andrej
      Type:  defect     |     Status:  assigned
  Priority:  major      |  Milestone:
 Component:  ui design  |    Version:  0.4.0
Resolution:             |   Keywords:  i18n
------------------------+----------------------
Changes (by andrej):

 * owner:  nobody => andrej
 * status:  new => assigned


-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/379#comment:3>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #379: Exception caught while post-processing request

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#379: Exception caught while post-processing request
------------------------+--------------------
  Reporter:  andrej     |      Owner:  gjm
      Type:  defect     |     Status:  closed
  Priority:  major      |  Milestone:
 Component:  ui design  |    Version:  0.4.0
Resolution:  fixed      |   Keywords:
------------------------+--------------------
Changes (by andrej):

 * keywords:  i18n =>


Comment:

 The fix provides solution for not raising an error during handling of not
 found files. I created a separate ticket #380 on subject that file
 js/messages/<local>.js is referenced but was not found on file storage.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/379#comment:6>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #379: Exception caught while post-processing request

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#379: Exception caught while post-processing request
------------------------+--------------------
  Reporter:  andrej     |      Owner:  gjm
      Type:  defect     |     Status:  review
  Priority:  major      |  Milestone:
 Component:  ui design  |    Version:  0.4.0
Resolution:             |   Keywords:  i18n
------------------------+--------------------
Changes (by andrej):

 * owner:  andrej => gjm
 * status:  assigned => review


Comment:

 Fixed in r1444702.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/379#comment:4>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #379: Exception caught while post-processing request

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#379: Exception caught while post-processing request
------------------------+--------------------
  Reporter:  andrej     |      Owner:  gjm
      Type:  defect     |     Status:  closed
  Priority:  major      |  Milestone:
 Component:  ui design  |    Version:  0.4.0
Resolution:  fixed      |   Keywords:  i18n
------------------------+--------------------
Changes (by gjm):

 * status:  review => closed
 * resolution:   => fixed


Comment:

 perfect. Closing as fixed

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/379#comment:5>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #379: Exception caught while post-processing request

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#379: Exception caught while post-processing request
------------------------+--------------------
  Reporter:  andrej     |      Owner:  nobody
      Type:  defect     |     Status:  new
  Priority:  major      |  Milestone:
 Component:  ui design  |    Version:  0.4.0
Resolution:             |   Keywords:  i18n
------------------------+--------------------
Changes (by olemis):

 * keywords:   => i18n
 * component:  dashboard => ui design


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