You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/02/27 02:33:57 UTC

[GitHub] [kafka] ijuma commented on pull request #8830: KAFKA-10116: GraalVM native-image prototype

ijuma commented on pull request #8830:
URL: https://github.com/apache/kafka/pull/8830#issuecomment-786989056


   Rebased and regenerated the configs with graalvm ce 21.0.0.2. Need to investigate the error during start-up:
   
   > Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class kafka.utils.Exit$
   > 	at com.oracle.svm.core.classinitialization.ClassInitializationInfo.initialize(ClassInitializationInfo.java:239)
   > 	at kafka.Kafka$.main(Kafka.scala:122)
   > 	at kafka.Kafka.main(Kafka.scala)
   > 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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