Running Blynk Local Server on Windows 10

C:\Users\Junio\Documents\blynk> java -jar server-0.21.8-2.jar -dataFolder /data
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

these are the errors

That is probably because /data doesn’t exist on Windows. Try:

java -jar server-0.21.8-2.jar -dataFolder “C:/Users/Junio/Documents/blynk/data”

If that doesn’t work, reverse al the “/” to “”. I’m not sure how that works with the startup script on Windows.

1 Like

Issue is fixed. Please download server jar again.

Thank you guys!! problem solved… it was the file haha

nooo!
You must run with admin

Two years (count them) too late :stuck_out_tongue:

1 Like