-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
下载1.14-release版本启动报错 #29
Comments
I cannot reproduce this error. Can you specify the exact steps and the versions for OS / JVM? |
JVM OS bug重现步骤: |
It might be related openjdk vs oraclejdk. In any case in |
Related: netty/netty#4840 |
Committed a fix in bookkeeper branch at YahooArchive/bookkeeper@8982635 Will close this issues when updating BK version here |
Add acknowledgeCumulative / receiveWithTimeout methods
Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class io.netty.channel.epoll.IovArray
at io.netty.channel.epoll.EpollEventLoop.(EpollEventLoop.java:62)
at io.netty.channel.epoll.EpollEventLoopGroup.newChild(EpollEventLoopGroup.java:114)
at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:64)
at io.netty.channel.MultithreadEventLoopGroup.(MultithreadEventLoopGroup.java:49)
at io.netty.channel.epoll.EpollEventLoopGroup.(EpollEventLoopGroup.java:93)
at io.netty.channel.epoll.EpollEventLoopGroup.(EpollEventLoopGroup.java:80)
at io.netty.channel.epoll.EpollEventLoopGroup.(EpollEventLoopGroup.java:61)
at org.apache.bookkeeper.client.BookKeeper.getDefaultEventLoopGroup(BookKeeper.java:936)
at org.apache.bookkeeper.client.BookKeeper.(BookKeeper.java:243)
at com.yahoo.pulsar.broker.BookKeeperClientFactoryImpl.create(BookKeeperClientFactoryImpl.java:79)
at com.yahoo.pulsar.broker.ManagedLedgerClientFactory.(ManagedLedgerClientFactory.java:38)
at com.yahoo.pulsar.broker.PulsarService.start(PulsarService.java:231)
at com.yahoo.pulsar.PulsarStandaloneStarter.start(PulsarStandaloneStarter.java:143)
at com.yahoo.pulsar.PulsarStandaloneStarter.main(PulsarStandaloneStarter.java:175)
The text was updated successfully, but these errors were encountered: