The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JAVAMELODY plugin 1.55.0 and 1.56.0 not working with JIRA 6.4.5

Kishore Srinivasan
June 3, 2015

Hello,

       I installed the plugin as per https://code.google.com/p/javamelody/wiki/AtlassianPlugin and also added a different directory parameter -Djavamelody.storage-directory=    but the http://jira/monitoring page shows non-human readable data. The application was restarted after the install. I did not try other versions with JIRA 6.4.5 but i assume the same problem would arise. My production server JIRA 6.2.4 uses melody 1.55.0 and do not see any problem in there. Kindly let me know suggestions to fix this problem.


Many Thanks,

Kishore SrinivasanJava melody issue - JIRA 6.4.5.jpg 

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Emeric Vernat
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
June 3, 2015

Another user has said that this non-human readable data is in fact gzip data.

This user then said that setting the option to not use GZIP compression in the JIRA UI is a workaround and has resolved the issue.

See https://groups.google.com/forum/#!topic/javamelody/gNjfBOk04h8

This shows that when javamelody uses gzip compression and if JIRA also uses gzip compression, then there is a bug.

If gzip compression is definitely enabled by default in JIRA 6.4.5 and later, javamelody can disable its own gzip compression in the plugin for all JIRA, Confluence and Bamboo (there is a system property javamelody.gzip-compression-disabled=true for that).

0 votes
Kishore Srinivasan
June 3, 2015

Hello Emeric,

           Thanks a zillion for your comment and suggestion! Adding -Djavamelody.gzip-compression-disabled=true absolutely solved the problem! You're my savior!

 

Many Thanks,

Kishore Srinivasan