Java fatal error with elasticsearch and kibana

Hi,

this already came up earlier: openJDK on ARM crashes Elastic

The problem is that your JVM implementation does not know what to do with a specific bytecode instruction (opcode 232). The funny thing is that the JVM specification does not define such an opcode so I guess bytecode parsing already tripped earlier (although this is really just a wild guess). You should either ask in an Icedtea forum or file a bug at the Icedtea bugzilla.

Daniel