Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Current Situation
When a user is logged in, the back-end process is stopped and then started again and then the user clicks on a button/link on the JOC, then the JOC logs following messages:
2018-06-08T11:51:49.343+0200 xevws004 JobSchedulerGui-1_027 joc ERROR JOCDefaultResponse.java 291 qtp110718392-15 Authentication failure: Session doesn't exist 2018-06-08T11:51:49.344+0200 xevws004 JobSchedulerGui-1_027 joc INFO JOCDefaultResponse.java 123 qtp110718392-15 SessionNotExistException: Session doesn't exist
Both messages say at the end: Session doesn't exist
But one has severity ERROR and the other has severity INFO.
Desired Behavior
When a user is logged in, the back-end process is stopped and then started again and then the user clicks on a button/link on the JOC, then JOC should not log with severity ERROR
2018-06-08T11:51:49.343+0200 xevws004 JobSchedulerGui-1_027 joc INFO JOCDefaultResponse.java 291 qtp110718392-15 Authentication failure: Session doesn't exist 2018-06-08T11:51:49.344+0200 xevws004 JobSchedulerGui-1_027 joc INFO JOCDefaultResponse.java 123 qtp110718392-15 SessionNotExistException: Session doesn't exist