Local server issue

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?

On what type of device & operating system are you trying to install Local Server?

I’m using a PC with windows 10

I believe Local Server only works on Linux devices (at least any that can run Java). You do not need to Install Linux on your PC… just use a much cheaper device like Raspberry Pi.

Wupps… I was wrong (and that never happens :wink: ) looks like there is Windows support… check here.

This may be of help Running Blynk Local Server on Windows 10

@jesio94 hello. This was release build error. Fixed. Please download server again.

1 Like