process does not abort

Confluence User - 28 Oct, 2024

I have saved a process with an infinite loop, which i recognized 30 seconds after start. Even though immediately aborted, the process was still creating further activities until server restarted.

I am using community version 8.1.6 on docker.

process

4


28 Oct, 2024
confluenceUser
confluenceUser

Hi Thomas, Looks like your process got stuck in a loop and kept spawning new threads even after you tried to stop it. This probably ate up all your memory until the server couldn't handle it anymore.

Just restart your Docker container - that should clear everything up.


29 Oct, 2024
confluenceUser
confluenceUser

Yes, this is what i did - after this the process has 44.000 activities, is stopped, the activities cannot be deleted anymore from the archivedProcesses → i was running the delete from the UI for like 60 minutes.

29 Oct, 2024
confluenceUser
confluenceUser

Try deleting directly from the database. Table name: SHKActivities

31 Oct, 2024
confluenceUser
confluenceUser

thats not gonna work due to referential integrity. have to clean up all related tables first.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print