You should check logs for a full stack trace.
My system is still working normally and no obvious errors can be seen from the logs.
Since they are all normal logs, I don't know where to start to extract them for you.
I don't know if the following contents are helpful to my question:
bi@ip-1xx-xx-xx-1xx:~$ grep -A 1 'java.lang.Thread.State' /tmp/traccar_thre ads.txt | sort | uniq -c
5
34 --
4 at java.lang.Object.wait(java.base@11.0.13/Native Method)
1 at java.lang.ref.Reference.waitForReferencePendingList(java.base @11.0.13/Native Method)
2 at java.lang.Thread.sleep(java.base@11.0.13/Native Method)
10 at jdk.internal.misc.Unsafe.park(java.base@11.0.13/Native Method )
10 at sun.nio.ch.EPoll.wait(java.base@11.0.13/Native Method)
1 at sun.nio.ch.ServerSocketChannelImpl.accept0(java.base@11.0.13/ Native Method)
19 java.lang.Thread.State: RUNNABLE
3 java.lang.Thread.State: TIMED_WAITING (on object monitor)
9 java.lang.Thread.State: TIMED_WAITING (parking)
2 java.lang.Thread.State: TIMED_WAITING (sleeping)
1 java.lang.Thread.State: WAITING (on object monitor)
1 java.lang.Thread.State: WAITING (parking)
2 No compile task
When I checked the running status, I found the above problem. Could you tell me what the reason is? I haven't done any operation. Will this situation cause a memory leak?
Expect to receive your reply.