Roundup Tracker - Issues

Issue 2550592

classification
crash: ProgrammingError: ERROR: could not serialize access due to concurrent update, in client.py determine_user()
Type: crash Severity: normal
Components: Versions: 1.3
process
Status: closed out of date
:
: : ber, jtaaaa
Priority: :

Created on 2009-10-02 13:05 by jtaaaa, last changed 2013-11-26 18:57 by workablemystery.

Files
File name Uploaded Description Edit Remove
kc24.html workablemystery, 2013-11-13 19:54
22407-22735-10909.html workablemystery, 2013-11-15 18:35
ll28.html workablemystery, 2013-11-19 19:59
g-c28.html workablemystery, 2013-11-25 14:37
cmr23.html workablemystery, 2013-11-26 18:57
Messages
msg3887 Author: [hidden] (jtaaaa) Date: 2009-10-02 13:05
Traceback (most recent call last):

  File "/opt/roundup/lib/python2.4/site-packages/roundup/cgi/client.py",
line 258, in inner_main
    self.determine_user()

  File "/opt/roundup/lib/python2.4/site-packages/roundup/cgi/client.py",
line 486, in determine_user
    sessions.updateTimestamp(self.session)

  File
"/opt/roundup/lib/python2.4/site-packages/roundup/backends/sessions_rdbms.py",
line 85, in updateTimestamp
    (now, infoid, now-60))

ProgrammingError: ERROR:  could not serialize access due to concurrent
update

update sessions set session_time=1254483135.65 where
session_key='MTI1MDU5MjQ4NC4wMjAuMzM2NTUyNTI5MDM5'
            and session_time < 1254483075.65
msg4945 Author: [hidden] (ber) Date: 2013-11-11 08:41
This report was done a long while ago!
Jan, thanks for the report, sorry for not replying earlier.

Because this was a long while ago and roundup has published a number
of releases since then, I assume that the problem is gone.
Please open a new issue, if it is not or you have other problems.

Best,
Bernhard
History
Date User Action Args
2013-11-26 18:57:35workablemysterysetfiles: + cmr23.html
2013-11-25 14:37:52workablemysterysetfiles: + g-c28.html
2013-11-19 19:59:32workablemysterysetfiles: + ll28.html
2013-11-15 18:35:22workablemysterysetfiles: + 22407-22735-10909.html
2013-11-13 19:54:08workablemysterysetfiles: + kc24.html
2013-11-11 08:41:10bersetstatus: new -> closed
nosy: + ber, - workablemystery
resolution: out of date
messages: + msg4945
title: Display -> crash: ProgrammingError: ERROR: could not serialize access due to concurrent update, in client.py determine_user()
2013-11-11 08:38:21bersetmessages: - msg4922
2013-11-11 08:38:11bersetfiles: - ihi20.html
2013-11-11 08:38:09bersetfiles: - ul25.html
2013-11-11 08:38:05bersetfiles: - dax25.html
2013-11-11 08:37:57bersetfiles: - wc20.html
2013-11-11 08:37:55bersetfiles: - gc20.html
2013-11-11 08:37:51bersetfiles: - rk23.html
2013-11-08 20:30:43workablemysterysetfiles: + rk23.html
2013-11-01 17:25:28workablemysterysetfiles: + gc20.html
2013-10-31 17:43:21workablemysterysetfiles: + wc20.html
title: Resources -> Display
2013-10-30 12:48:36workablemysterysetfiles: + ihi20.html
2013-10-27 15:56:20workablemysterysetfiles: + ul25.html
title: Support Summary -> Resources
2013-10-18 18:37:32workablemysterysetfiles: + dax25.html
title: Service Request -> Support Summary
2013-10-18 09:16:22schlatterbecksetnosy: + workablemystery
2013-10-18 09:15:18schlatterbecksetnosy: - workablemystery
2013-10-17 17:12:57workablemysterysettitle: Monitor -> Service Request
2013-10-08 13:26:34workablemysterysettitle: NewInterface -> Monitor
2013-08-26 15:15:10workablemysterysetnosy: + workablemystery
messages: + msg4922
title: I started usign gateway and I get serialize error, see Comment -> NewInterface
2009-10-02 13:05:38jtaaaasettype: crash
2009-10-02 13:05:10jtaaaacreate