Broken dashboard gadgets post 5.2 upgrade

Andrew Nisbet December 16, 2012

After upgrading from 5.1.7 to 5.2 the dashboard gadgets no longer work. they display the following text

This gadget was uninstalled by the administrator. Please delete it from your dashboard.
Error Details
no ALLOW permission for gadget at http%3A%2F%2F192.168.19.17%2Frest%2Fgadgets%2F1.0%2Fg%2Fcom.atlassian.jira.gadgets%3Atwo-dimensional-stats-gadget%2Fgadgets%2Ftwo-dimensional-stats-gadget.xml
http%3A%2F%2F192.168.19.17%2Frest%2Fgadgets%2F1.0%2Fg%2Fcom.atlassian.jira.gadgets%3Atwo-dimensional-stats-gadget%2Fgadgets%2Ftwo-dimensional-stats-gadget.xml
also when I select the add gadget option I get a pop-up indicating: The Gadget Directory failed to load.
I have verified that all of the relevant directories are own by the Jira user. I tried a few thing I found here and else where on google.
and
Jira v5.2.2#843-sha1:2c344e5
Running through an Apache Proxy
on Gentoo Linux
apache vhost:
<VirtualHost _default_:443>
#Use during Maintenance Window
#RewriteEngine On
#RewriteBase /
#RewriteCond %{REMOTE_ADDR} !^50\.53\.149\.27
#RewriteCond %{REQUEST_URI} !^/maintenance\.html$
#RewriteRule ^(.*)$ http://domain.com/maintenance.html [R=307,L]
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyRequests Off
ProxyPreserveHost On
#root level app
ProxyPass / http://localhost:8080/<br< a="">> ProxyPassReverse / http://localhost:8080/
<br< a="">> ServerName localhost
Include /etc/apache2/vhosts.d/default_vhost.include
ErrorLog /var/log/apache2/ssl_error_log

<IfModule log_config_module>
TransferLog /var/log/apache2/ssl_access_log
</IfModule>


1 answer

1 accepted

0 votes
Answer accepted
Theodore Tzidamis
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 Leaders.
December 16, 2012

Hi Andrew,

Can you please check if this happens if you bypass the proxy also?

Andrew Nisbet December 16, 2012

Doh, I should have thought of that, thanks Looks to be a proxy issue.

Suggest an answer

Log in or Sign up to answer