#909 Wiki page edits (occasionally) cause 500 errors

v1.0.0
closed
General
nobody
2015-08-20
2010-09-13
Mark Ramm
No

Discussion

  • Mark Ramm - 2010-09-13

    The offending 500 error seems to be related to a stacktrace which ends with this:

        Module pymongo.connection:540 in __check_response_to_last_error
        <<          if "code" in error and error["code"] in [11000, 11001]:
                           raise DuplicateKeyError(error["err"])
                       else:
                           raise OperationFailure(error["err"])
        >>  raise DuplicateKeyError(error["err"])
        DuplicateKeyError: E11001 duplicate key on update
    
     
  • Rick Copeland - 2010-09-13
    • assigned_to: Rick Copeland
     
  • Mark Ramm - 2010-09-15

    In the next push we have some additional debugging info that will help us to see what exactly is happening on these pages.

     
  • Mark Ramm - 2010-09-19

    The push has gone out, the next check is to try to get adobe to re-try something that failed before so that we can see an error log.

     
  • Mark Ramm - 2010-09-20
    • status: open --> blocked
     
  • Mark Ramm - 2010-10-06
    • labels: adobe, intermitant, bug, critical --> adobeintermitantbugcritical
    • status: open --> closed
    • assigned_to: Rick Copeland --> mramm
     

Log in to post a comment.