Cannot connect to UPM

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

When in the plugins area of JIRA, you get a warning that you are not able to connect to the UPM

The following appears in the atlassian-jira.log:

2012-07-17 12:11:21,883 QuartzWorker-0 WARN ServiceRunner    NotificationCacheUpdateJob-job [upm.notification.cache.NotificationCacheUpdaterImpl] Automatic plugin update check failed
com.atlassian.plugins.PacException: 404
        at com.atlassian.plugins.client.service.AbstractServiceClient.getEntityFromResponse(AbstractServiceClient.java:248)
        at com.atlassian.plugins.client.service.AbstractRestServiceClient$4.apply(AbstractRestServiceClient.java:134)
        at com.atlassian.plugins.client.service.AbstractRestServiceClient$4.apply(AbstractRestServiceClient.java:130)
        at com.atlassian.plugins.client.service.AbstractServiceClient.executeMethod(AbstractServiceClient.java:411)
        at com.atlassian.plugins.client.service.AbstractRestServiceClient.list(AbstractRestServiceClient.java:129)
        at com.atlassian.plugins.client.service.plugin.PluginVersionServiceClientImpl.findUpdates(PluginVersionServiceClientImpl.java:81)
        at com.atlassian.upm.pac.PacClientImpl.getUpdates(PacClientImpl.java:154)
        at com.atlassian.upm.notification.cache.NotificationCacheUpdaterImpl.updatePluginUpdateNotification(NotificationCacheUpdaterImpl.java:70)
        at com.atlassian.upm.notification.cache.NotificationCacheUpdaterImpl.updateAllNotifications(NotificationCacheUpdaterImpl.java:56)
        at com.atlassian.upm.notification.cache.NotificationCacheUpdateScheduler$NotificationCacheUpdateJob.execute(NotificationCacheUpdateScheduler.java:78)
        at com.atlassian.sal.jira.scheduling.JiraPluginSchedulerService.run(JiraPluginSchedulerService.java:93)
        at com.atlassian.jira.service.JiraServiceContainerImpl.run(JiraServiceContainerImpl.java:61)
        at com.atlassian.jira.service.ServiceRunner.execute(ServiceRunner.java:47)
        at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
        at com.atlassian.multitenant.quartz.MultiTenantThreadPool$MultiTenantRunnable.run(MultiTenantThreadPool.java:72)
        at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)

Diagnosis

The automatic checking for updated plugins will not function correctly, but you will still be able to find and download plugins from the UPM despite the error message. 

(info) This will prove true only if there are no other proxy or firewall connections creating an issue. 

Cause

At the moment this looks to be an issue with the UPM and more specifically JIRA 5.0.6.

There is a bug associated with this issue at the following:
 https://ecosystem.atlassian.net/browse/AMKT-2001

Workaround

Upgrade JIRA to a newer version than 5.0.6

Resolution

For now, there is no hard resolution. The only known way to get past this issue is to upgrade to a newer version of JIRA. All updates related to this issue will be on the bug link above.

Last modified on Mar 30, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.