junedo/javamelody

Atlassian JIRA/Confluence/Bamboo plugin does not support Stash

Closed this issue · 2 comments

I am unable to install jira-javamelody-1.54.0.jar on Atlassian Stash v3.4.1 
(Ubuntu, OpenJDK 1.7.0) in such a way as to make Stash recognize it.  Trying to 
upload the JAR file directly to Stash fails, as it is a Type 1 plugin.  The 
instructions at both 
<https://confluence.atlassian.com/display/UPM/Installing+add-ons> and 
<https://code.google.com/p/javamelody/wiki/AtlassianPlugin> do not cover Stash, 
and extrapolating from them by placing the JAR file in 
$STASH_HOME/atlassian-stash/WEB-INF/lib and then restarting Stash accomplishes 
nothing: the plugin does not show up under "Manage add-ons", 
http://<host>:<port>/monitoring gives a 404 error, and there is no "Monitoring" 
link in the Administration menu.  This issue: 
<https://code.google.com/p/javamelody/issues/detail?id=396> indicates that 
integrating the plugin into Stash was at one point possible, yet I cannot 
figure out what modifications to web.xml must be made, and I would expect that 
even without them the plugin would still show up under "Manage add-ons".

Original issue reported on code.google.com by john.wod...@addteq.com on 9 Dec 2014 at 9:09

This is enhancement and not a defect, beacause as said in its name, the 
JIRA/Confluence/Bamboo plugin is not supposed to support Stash.

Original comment by evernat@free.fr on 10 Dec 2014 at 10:55

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect
The issue 396 does not say to use the plugin. This issue suggests to install 
javamelody, by copying the javamelody.jar (not the plugin) and the jrobin.jar 
files in WEB-INF/lib, add changes in WEB-INF/web.xml, and restart, as said here:
https://code.google.com/p/javamelody/wiki/UserGuide#Setup
You can try that.
(I have not tested that in Stash myself)

Since the JIRA/Confluence/Bamboo plugin will probably not support Stash in the 
future, this issue is Won't fix.

Original comment by evernat@free.fr on 10 Dec 2014 at 11:06

  • Changed state: WontFix