You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test attempted to crash JVM with code 1 java.lang.AssertionError: Test attempted to crash JVM with code 1 at java.lang.SecurityManager.checkExit(SecurityManager.java:761) at java.lang.Runtime.exit(Runtime.java:107) at java.lang.System.exit(System.java:971) at org.apache.kafka.common.utils.Exit$2.execute(Exit.java:39) at org.apache.kafka.common.utils.Exit.exit(Exit.java:51) at kafka.utils.Exit$.exit(Exit.scala:28) at kafka.server.KafkaServerStartable.startup(KafkaServerStartable.scala:43) at info.batey.kafka.unit.KafkaUnit.startup(KafkaUnit.java:149)
Recently Kafka unit has started crashing JVM
Test attempted to crash JVM with code 1 java.lang.AssertionError: Test attempted to crash JVM with code 1 at java.lang.SecurityManager.checkExit(SecurityManager.java:761) at java.lang.Runtime.exit(Runtime.java:107) at java.lang.System.exit(System.java:971) at org.apache.kafka.common.utils.Exit$2.execute(Exit.java:39) at org.apache.kafka.common.utils.Exit.exit(Exit.java:51) at kafka.utils.Exit$.exit(Exit.scala:28) at kafka.server.KafkaServerStartable.startup(KafkaServerStartable.scala:43) at info.batey.kafka.unit.KafkaUnit.startup(KafkaUnit.java:149)
I have following dependency in my project
info/batey/kafka:kafka-unit-1.0.jar org/apache/kafka:kafka-clients-1.0.0.jar
Any help in this regard will be greatly appreciated.
Thanks in advance!
The text was updated successfully, but these errors were encountered: