Autopausing knocked in loop #3036
-
Hi :) I'm using this docker image with this compose file :
Autopause seems working at first glance but in fact it always get knocked :
It looks like the java process isnt properly paused and raises warning because of overloading (kinda logic if the server is supposed to be paused). By bashing into the container, the pausing mechanism put the java process in Tl state which seems ok and then the above warn message wakes the server up again and again. I tried with longer delays, with Do you hava any idea ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Ignoring that warning, which you can and should do, it sounds like the software is correctly pausing the process and then later correctly processing an external network access to resume the server. You'll need to investigate what is accessing the port. Perhaps use network tracing software like Wireshark. |
Beta Was this translation helpful? Give feedback.
-
You're fast ! Thx ! I know this warning can easily be ignored but as both happen always at the same time I thought it could be linked. But in fact maybe server is knocked and started and always generate the warning. Orders of the message could be ignored. I'll investigate myself then, thx again. |
Beta Was this translation helpful? Give feedback.
Ignoring that warning, which you can and should do, it sounds like the software is correctly pausing the process and then later correctly processing an external network access to resume the server.
You'll need to investigate what is accessing the port. Perhaps use network tracing software like Wireshark.