-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 11.0.0, 11.0.1, 11.0.2, 11.0.3, 12.0.0, 12.0.1, 12.0.2, 12.0.3, 13.0.0, 13.5.0
-
Component/s: session
-
Labels:
-
Target Version/s:
-
Sprint:AM Sustaining Sprint 29, AM Sustaining Sprint 30
-
Support Ticket IDs:
For some reason the following error is seen in Session debug log
amSession:09/09/2016 02:07:28:533 PM CEST: Thread[http-nio-8880-exec-96,5,main]
ERROR: SessionService.isSuperUser:Cannot get the user identity.
however the root cause can not be determined from any other log , i.e. IdRepo debug log as there are no log messages at the related timestamp
e.g.
grep -A1 'http-nio-8880-exec-96,5' IdRepo | grep -A1 '02:07:28:5'
-> no match
For the sake of troubleshooting the stacktrace should be included at
SessionService.java
public boolean isSuperUser(String uuid) { ... } catch (IdRepoException idme) { sessionDebug.error("SessionService.isSuperUser: Cannot get the user identity."); } ...