Katalon Jenkins license quota exceeded after build stoped

Hello,

I stopped a build on Jenkins and now everytime I run it it says:

The number of valid offline licenses: 1 The number of Runtime Engine running sessions: 2 License quota exceeded Offline activation failed.

Anyone knows why I am getting this situation? Why it says I have 2 running sessions when that is not true?

Hi @qa116,

Maybe there is a running katalonc process on your system. You should kill the process using:
On Windows

taskkill /f /im katalonc.exe

On macOS or Linux

killall -9 katalonc