You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2019/01/22 15:44:27 UTC

[GitHub] eolivelli opened a new issue #1913: Cannot run Bookie with JDK8 if build on JDK-11

eolivelli opened a new issue #1913: Cannot run Bookie with JDK8 if build on JDK-11
URL: https://github.com/apache/bookkeeper/issues/1913
 
 
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do?
   I have built BK 4.9 with jdk-11 and launched "localbookie"
   
   - What did you expect to see?
   The bookie is running
   
   - What did you see instead?
   
   ```
   2019-01-22 16:43:16,519 - ERROR - [BookieJournal-5000:BookieCriticalThread@41] - Uncaught exception in thread BookieJournal-5000 and is exiting!
   java.lang.NoSuchMethodError: java.nio.ByteBuffer.clear()Ljava/nio/ByteBuffer;
   	at org.apache.bookkeeper.bookie.JournalChannel.<init>(JournalChannel.java:169)
   	at org.apache.bookkeeper.bookie.JournalChannel.<init>(JournalChannel.java:114)
   	at org.apache.bookkeeper.bookie.Journal.run(Journal.java:976)
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services