Skip to content

Instantly share code, notes, and snippets.

@shawninder
Created January 18, 2021 22:24
Show Gist options
  • Save shawninder/7b7eb2c7d3407567ddd3551418f07cf6 to your computer and use it in GitHub Desktop.
Save shawninder/7b7eb2c7d3407567ddd3551418f07cf6 to your computer and use it in GitHub Desktop.
sbt:lila-ws> run
[warn] Compile / run / javaOptions will be ignored, Compile / run / fork is set to false
[info] running lila.ws.Boot
SLF4J: A number (1) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
INFO r.api.Driver [clients-akka.actor.default-dispatcher-3] [Supervisor-1] Creating connection: Connection-1
INFO r.c.a.MongoDBSystem [reactivemongo-akka.actor.default-dispatcher-4] [Supervisor-1/Connection-1] Starting the MongoDBSystem
INFO r.core.netty.Pack [reactivemongo-akka.actor.default-dispatcher-4] Netty EPoll successfully loaded (shaded: true)
INFO r.core.netty.Pack [reactivemongo-akka.actor.default-dispatcher-4] Instantiated reactivemongo.core.netty.Pack
ERROR a.a.OneForOneStrategy [reactivemongo-akka.actor.default-dispatcher-4] failed to load the required native library
akka.actor.ActorInitializationException: akka://reactivemongo/user/Connection-1: exception during creation
at akka.actor.ActorInitializationException$.apply(Actor.scala:196)
at akka.actor.ActorCell.create(ActorCell.scala:661)
at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:513)
at akka.actor.ActorCell.systemInvoke(ActorCell.scala:535)
at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:295)
at akka.dispatch.Mailbox.run(Mailbox.scala:230)
at akka.dispatch.Mailbox.exec(Mailbox.scala:243)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
Caused by: java.lang.reflect.InvocationTargetException: null
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
at reactivemongo.core.netty.Pack$.$anonfun$epoll$2(Pack.scala:93)
at reactivemongo.core.netty.ChannelFactory.<init>(ChannelFactory.scala:48)
at reactivemongo.core.actors.StandardDBSystem.newChannelFactory(MongoDBSystem.scala:1811)
at reactivemongo.core.actors.MongoDBSystem.preStart(MongoDBSystem.scala:338)
at reactivemongo.core.actors.MongoDBSystem.preStart$(MongoDBSystem.scala:335)
at reactivemongo.core.actors.StandardDBSystem.preStart(MongoDBSystem.scala:1803)
at akka.actor.Actor.aroundPreStart(Actor.scala:548)
at akka.actor.Actor.aroundPreStart$(Actor.scala:548)
at reactivemongo.core.actors.StandardDBSystem.aroundPreStart(MongoDBSystem.scala:1803)
at akka.actor.ActorCell.create(ActorCell.scala:641)
... 10 common frames omitted
Caused by: java.lang.UnsatisfiedLinkError: failed to load the required native library
at reactivemongo.io.netty.channel.epoll.Epoll.ensureAvailability(Epoll.java:80)
at reactivemongo.io.netty.channel.epoll.EpollEventLoop.<clinit>(EpollEventLoop.java:51)
at reactivemongo.io.netty.channel.epoll.EpollEventLoopGroup.newChild(EpollEventLoopGroup.java:150)
at reactivemongo.io.netty.channel.epoll.EpollEventLoopGroup.newChild(EpollEventLoopGroup.java:35)
at reactivemongo.io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
at reactivemongo.io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
at reactivemongo.io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:47)
at reactivemongo.io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59)
at reactivemongo.io.netty.channel.epoll.EpollEventLoopGroup.<init>(EpollEventLoopGroup.java:112)
at reactivemongo.io.netty.channel.epoll.EpollEventLoopGroup.<init>(EpollEventLoopGroup.java:99)
at reactivemongo.io.netty.channel.epoll.EpollEventLoopGroup.<init>(EpollEventLoopGroup.java:76)
at reactivemongo.io.netty.channel.epoll.EpollEventLoopGroup.<init>(EpollEventLoopGroup.java:52)
at reactivemongo.io.netty.channel.epoll.EpollEventLoopGroup.<init>(EpollEventLoopGroup.java:45)
... 24 common frames omitted
Caused by: java.lang.ExceptionInInitializerError: null
at reactivemongo.io.netty.channel.epoll.Epoll.<clinit>(Epoll.java:39)
... 36 common frames omitted
Caused by: java.lang.IllegalStateException: Only supported on Linux
at reactivemongo.io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:225)
at reactivemongo.io.netty.channel.epoll.Native.<clinit>(Native.java:58)
... 37 common frames omitted
INFO a.a.RepointableActorRef [reactivemongo-akka.actor.default-dispatcher-4] Message [reactivemongo.core.actors.RegisterMonitor$] from Actor[akka://reactivemongo/user/Monitor-Connection-1#-1873477457] to Actor[akka://reactivemongo/user/Connection-1#887419818] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[akka://reactivemongo/user/Connection-1#887419818] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
INFO lila.ws.Lila [clients-akka.actor.default-dispatcher-3] Redis connection took 70 ms
INFO lila.ws.Monitor$ [run-main-0] lila-ws netty epoll=false kamon=false
INFO lila.ws.Monitor$ [run-main-0] Java version: 11.0.9.1, memory: 1024MB
INFO l.w.n.NettyServer [run-main-0] Start
INFO l.w.n.NettyServer [run-main-0] Listening to 9664
INFO lila.ws.LilaHandler [lettuce-nioEventLoop-4-2] #################### LILA BOOT ####################
WARN r.a.MongoConnection [reactivemongo-akka.actor.default-dispatcher-4] [Supervisor-1/Connection-1] Timeout after 8200 milliseconds while probing the connection monitor: IsPrimaryAvailable#1117528019?
WARN r.a.MongoConnection [reactivemongo-akka.actor.default-dispatcher-4] [Supervisor-1/Connection-1] Timeout after 8200 milliseconds while probing the connection monitor: IsPrimaryAvailable#964783776?
WARN r.a.MongoConnection [reactivemongo-akka.actor.default-dispatcher-4] [Supervisor-1/Connection-1] Timeout after 8200 milliseconds while probing the connection monitor: IsPrimaryAvailable#295665942?
WARN r.a.MongoConnection [reactivemongo-akka.actor.default-dispatcher-5] [Supervisor-1/Connection-1] Timeout after 8200 milliseconds while probing the connection monitor: IsPrimaryAvailable#237360261?
WARN r.a.MongoConnection [reactivemongo-akka.actor.default-dispatcher-4] [Supervisor-1/Connection-1] Timeout after 8200 milliseconds while probing the connection monitor: IsPrimaryAvailable#867278001?
WARN r.a.MongoConnection [reactivemongo-akka.actor.default-dispatcher-4] [Supervisor-1/Connection-1] Timeout after 8200 milliseconds while probing the connection monitor: IsPrimaryAvailable#238074877?
Jan. 18, 2021 5:21:37 P.M. com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
WARNING: Exception thrown during asynchronous load
reactivemongo.core.actors.Exceptions$PrimaryUnavailableException: MongoError['No primary node is available! (Supervisor-1/Connection-1)']
at lila.ws.Mongo.$anonfun$db$1(Mongo.scala:27)
at reactivemongo.api.MongoConnection.database(MongoConnection.scala:108)
Caused by: reactivemongo.core.actors.Exceptions$InternalState:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment