Hi!!
I’m trying to run a local server but i’m not sure what I have to do… I’m following the tutorial on blynk page but I’m gettong this error
Exception in thread “main” java.lang.ExceptionInInitializerError
at io.netty.channel.epoll.IovArray.(IovArray.java:57)
at io.netty.channel.epoll.EpollEventLoop.(EpollEventLoop.java:54)
at io.netty.channel.epoll.EpollEventLoopGroup.newChild(EpollEventLoopGroup.java:131)
at io.netty.channel.epoll.EpollEventLoopGroup.newChild(EpollEventLoopGroup.java:35)
at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:84)
at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:58)
at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:47)
at io.netty.channel.MultithreadEventLoopGroup.(MultithreadEventLoopGroup.java:58)
at io.netty.channel.epoll.EpollEventLoopGroup.(EpollEventLoopGroup.java:100)
at io.netty.channel.epoll.EpollEventLoopGroup.(EpollEventLoopGroup.java:87)
at io.netty.channel.epoll.EpollEventLoopGroup.(EpollEventLoopGroup.java:64)
at io.netty.channel.epoll.EpollEventLoopGroup.(EpollEventLoopGroup.java:48)
at cc.blynk.server.TransportTypeHolder.(TransportTypeHolder.java:43)
at cc.blynk.server.TransportTypeHolder.(TransportTypeHolder.java:32)
at cc.blynk.server.Holder.(Holder.java:99)
at cc.blynk.server.launcher.ServerLauncher.start(ServerLauncher.java:71)
at cc.blynk.server.launcher.ServerLauncher.main(ServerLauncher.java:65)
Caused by: java.lang.IllegalStateException: Only supported on Linux
at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:267)
at io.netty.channel.epoll.Native.(Native.java:64)
… 17 more
can someone help me?