AMS Crashes periodically #5695
jptalledo10
started this conversation in
General
Replies: 1 comment
-
It appears that there might be an issue with your Ant Media Server. I would suggest considering a reinstallation. Could you provide information about your current CPU usage? Additionally, do you have adaptive bitrate enabled, and are you utilizing GPU processing? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
OUR AMS Cloud Instance is crashing periodically and we need help trying to understand the attached log. It seems there is a thread block but also an arraycopy of ou bounds.
2023-10-18 03:18:00,190 [vertx-blocked-thread-checker] WARN i.v.core.impl.BlockedThreadChecker - Thread Thread[vert.x-worker-thread-118,5,main] has been blocked for 10521 ms, time limit is 10000 ms
io.vertx.core.VertxException: Thread blocked
at io.antmedia.datastore.db.MapDBStore.lambda$new$0(MapDBStore.java:82)
at io.antmedia.datastore.db.MapDBStore$$Lambda$475/0x00000007c073fc40.handle(Unknown Source)
at io.vertx.core.impl.ContextImpl.lambda$null$0(ContextImpl.java:159)
at io.vertx.core.impl.ContextImpl$$Lambda$409/0x00000007c05fa840.handle(Unknown Source)
at io.vertx.core.impl.AbstractContext.dispatch(AbstractContext.java:100)
at io.vertx.core.impl.ContextImpl.lambda$executeBlocking$1(ContextImpl.java:157)
at io.vertx.core.impl.ContextImpl$$Lambda$404/0x00000007c05f9040.run(Unknown Source)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at [email protected]/java.lang.Thread.run(Thread.java:829)
2023-10-18 05:51:16,078 [http-nio2-0.0.0.0-5080-exec-1] ERROR io.antmedia.filter.AbstractFilter - com.auth0.jwt.exceptions.InvalidClaimException: The Token can't be used before Wed Oct 18 05:51:17 UTC 2023.
Beta Was this translation helpful? Give feedback.
All reactions