Closed Bug 657612 Opened 13 years ago Closed 13 years ago

[prod] IOError: request data read error

Categories

(Websites Graveyard :: markup.mozilla.org, defect)

defect
Not set
blocker

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: mbrandt, Unassigned)

Details

/requests/save_mark

Traceback (most recent call last):

  File "/data/www/python/markup.mozilla.org/markup/ffdemo/vendor/src/django/django/core/handlers/base.py", line 100, in get_response
    response = callback(request, *callback_args, **callback_kwargs)

  File "/data/www/python/markup.mozilla.org/markup/ffdemo/vendor/src/django/django/views/decorators/http.py", line 37, in inner
    return func(request, *args, **kwargs)

  File "/data/www/python/markup.mozilla.org/markup/ffdemo/markup/requests.py", line 104, in save_mark
    if 'points_obj' in request.POST and 'points_obj_simplified' in request.POST:

  File "/data/www/python/markup.mozilla.org/markup/ffdemo/vendor/src/django/django/core/handlers/wsgi.py", line 171, in _get_post
    self._load_post_and_files()

  File "/data/www/python/markup.mozilla.org/markup/ffdemo/vendor/src/django/django/core/handlers/wsgi.py", line 151, in _load_post_and_files
    self._post, self._files = http.QueryDict(self.raw_post_data, encoding=self._encoding), datastructures.MultiValueDict()

  File "/data/www/python/markup.mozilla.org/markup/ffdemo/vendor/src/django/django/core/handlers/wsgi.py", line 205, in _get_raw_post_data
    size=content_length)

  File "/data/www/python/markup.mozilla.org/markup/ffdemo/vendor/src/django/django/core/handlers/wsgi.py", line 69, in safe_copyfileobj
    buf = fsrc.read(min(length, size))

IOError: request data read error
Severity: normal → blocker
OS: Mac OS X → All
Hardware: x86 → All
Target Milestone: --- → 1.0
This might be fallout from the app going down. Closing this as WFM for now, as the DB performance problem has its own bug: bug 657805.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
wenzel, I agree with you (comment 1). Marking verified wfm.
Status: RESOLVED → VERIFIED
Product: Websites → Websites Graveyard
You need to log in before you can comment on or make changes to this bug.