javamelody / liferay-javamelody

JavaMelody plugin for Liferay
Apache License 2.0
6 stars 8 forks source link

unable to load the images of statistics getting some errors in logs #9

Closed ranjithchittuluri closed 7 years ago

ranjithchittuluri commented 7 years ago

Hi Team,

I am facing a strange issue in the liferay-java-melody hook i am deploying this on standalone environment of jboss javamelody_error.txt error d

ranjithchittuluri commented 7 years ago

i am unable to load the statics image

evernat commented 7 years ago

Given the stack-trace, you are running Liferay using jbossweb-7.2.2.Final-redhat-1 and JDK 1.7.0_79.

First, a question: is there a reason you are using jbossweb instead of the default Tomcat container? And is it reproductible with the "Bundled with wildfly" Liferay download? and with the "Bundled with tomcat" Liferay download? Then, an information: "NoClassDefFoundError: sun/nio/ch/DirectBuffer" means that there is probably a problem with OSGi configuration which for some reason prevents javamelody to load the sun.nio.ch.DirectBuffer class.

evernat commented 7 years ago

Any news?

evernat commented 7 years ago

No response from the reporter, so closing as incomplete.