cjmamo / kafka-web-console

A web console for Apache Kafka (retired)
Apache License 2.0
762 stars 246 forks source link

Error occurred during initialization of VM #16

Closed yi719 closed 10 years ago

yi719 commented 10 years ago

something wrong with my install? I cann't start the kafka-web-console,

/kafka-web-console/app/actors/ClientNotificationManager.scala:27: match may not be exhaustive. [warn] It would fail on the following inputs: None, Some((x: Any forSome x not in (?, ?))) [warn] val channel = Registry.lookupObject(PropertyConstants.BroadcastChannel) match { [warn] ^ [warn] there were 4 feature warning(s); re-run with -feature for details [warn] two warnings found

(Starting server. Type Ctrl+D to exit logs, the server will remain in background)

Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/invoke/AdapterMethodHandle

cjmamo commented 10 years ago

It seems to me a problem with your Play! or JVM installation. Can you make sure that everything is setup correctly and then get back to me?

cjmamo commented 10 years ago

Closing old issue. Re-open if necessary.