pilhuhn / hawkfx

Hawkular explorer written in (J)Ruby with a JavaFX frontend.
Apache License 2.0
14 stars 10 forks source link

Unable to start hawkfx: uninitialized constant ValueElement::Logging #33

Closed jkremser closed 7 years ago

jkremser commented 7 years ago

Exception running Application:

<NameError: uninitialized constant ValueElement::Logging

perhaps the require is missing somewhere in the code? (http://stackoverflow.com/a/24531676/1594980)

http://pastebin.com/gZ53En7n

pilhuhn commented 7 years ago

On 18 Jan 2017, at 16:21, Jirka Kremser wrote:

Exception running Application:

<NameError: uninitialized constant ValueElement::Logging

perhaps the require is missing somewhere in the code? (http://stackoverflow.com/a/24531676/1594980)

http://pastebin.com/gZ53En7n

TomC had a similar issue lately and he solved it by upgrading to a new(er) Java version (he was on 8u31 or so). Also note that JRuby 9.1.6/.7 is broken - you have to use JRuby 9.1.5

jkremser commented 7 years ago

that was it. just fyi the hotspot @ 8u45 didn't work either