-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1 Larks
-
Fix Version/s: 1.4 Larks
-
Labels:None
-
Environment:
-
Sprint:1.4 Larks
Preconditions:
Somehow related with user or usergroup or permissions deletion
Upd: probably the deletion of not activated user 24 hours after registration
How to reproduce:
1. Login as any user
2. Go to uat.jtalks.org/jcommune/ or http://uat.jtalks.org/jcommune/sections
AR:
An exception is displayed (full text see attached)
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: org.jtalks.jcommune.model.entity.JCUser#72
ER:
Forum is displayed as usual
- is blocked by
-
JC-1161 Move information about activation to common tables
-
- Closed
-
-
POULPE-489 Should not be possible to add not-activated user to any group
-
- Closed
-
First exception appears in localhost.2012-12-04.log
Dec 4, 2012 12:58:14 PM
Another record
2012-12-03 12:41:11,726 [INFO ][http-8105-12 ][-.-.-.-.-.TransactionalUserService] - JCUser registered: idima
The user idima is not available in DB, it was likely deleted 24 hours after creation.
(the last created user has id#71, and the exception points to id#72)
The first exception appears 24 hours (and 20 minutes) after this user was created
The problem is related somehow with user which was registered, but never logged in.
The one question: why it still happens even after the DB restore?