L2Veil Posted February 18, 2019 Share Posted February 18, 2019 Hello everyone! In my server, while it is running normally some times it just stucks. And it needs restart, from the host. Also some times im getting this error. Could someone help me? Thanks in advance! Quote Link to comment Share on other sites More sharing options...
0 Tryskell Posted February 18, 2019 Share Posted February 18, 2019 InterruptedException is generally fired when a task is cutting the db access. In another terms, a task is cutting the current regular/normal operations and the database is unhappy about it since it is forced to end. In your case, it's probably a task from a custom (I never encountered this issue on L2J IL), fired by cancel(true), and happening on attackable death / autoloot process (so can be either on reduceHp, doDie, calculateRewards, doAutoLoot and addItem). To fix it, you should first set the autoloot property OFF to exclude the fact it comes from here. If problem is solved with autoloot OFF, then it comes from here. Otherwise it comes from doDie / reduceHp. Quote Link to comment Share on other sites More sharing options...
0 Rootware Posted February 18, 2019 Share Posted February 18, 2019 It can happens if you use VPS with not good virtualization. As example cheap hosting. Quote Link to comment Share on other sites More sharing options...
0 L2Veil Posted February 18, 2019 Author Share Posted February 18, 2019 1 hour ago, Rootware said: It can happens if you use VPS with not good virtualization. As example cheap hosting. I've bought from http://contabo.com/ Quote Link to comment Share on other sites More sharing options...
Question
L2Veil
Hello everyone!
In my server, while it is running normally some times it just stucks.
And it needs restart, from the host.
Also some times im getting this error.
Could someone help me?
Thanks in advance!
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.