Application Latency Issue(Showing In progress bar on the page)

0
Hi everyone, while we were trying to access our application than its showing In progress bar instead of opening any page, Logs details:- Aug 22 17:56:21.983 - WARNING - Core: Failed to remove session '9b248123-1328-43e7-a3bd-19d57e81aac0' for user 'mo.pss.moorthy@genpact.com' because actions are still running for this session. Client access has been disabled. Session will be attempted to be removed again in 300 seconds. Aug 22 17:56:21.983 - WARNING - Core: Failed to remove session '13db52c8-e75d-4f10-9dc9-a40e605e5065' for user 'mrmg1@monitor.com' because actions are still running for this session. Client access has been disabled. Session will be attempted to be removed again in 300 seconds. Aug 22 17:56:21.983 - WARNING - Core: Failed to remove session '9cc73488-67fc-478c-9f09-01acdeaab1b5' for user 'Moorthy_MRMG@genpact.com' because actions are still running for this session. Client access has been disabled. Session will be attempted to be removed again in 300 seconds. Aug 22 17:56:21.983 - WARNING - Core: Failed to remove session 'b0ac0cb3-160c-43a2-a22b-bb77566bba40' for user 'mo.pss.moorthy@genpact.com' because actions are still running for this session. Client access has been disabled. Session will be attempted to be removed again in 300 seconds.     Please reply if some one has any idea.   Thanks Mandeep  
asked
1 answers
1

Hi Mandeep,


Mendix is trying to kill a session for the user, however it seems that the user is running a long action. Is it possible to see what kind of action this is in the 'running now' section?

This action might be for example an infinite loop?

Check out this forum post: https://forum.mendix.com/link/questions/86481 it is kind of the same issue.

If you stop and restart the application the session will be killed and you could porbably acces the application again.

answered