Cannot update add-ons on the Manage Apps page

Still need help?

The Atlassian Community is here for you.

Ask the community


Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Summary

When updating the add-ons through the "Manage Apps" page, an error is thrown on the UI with the following message:

An error occurred during installation. Refer to the logs for more information


Diagnosis


  • The following NullPointerException error is found in the logs:
2020-04-02 15:22:08,105 WARN [http-nio-8090-exec-10] [atlassian.upm.pac.PacClientImpl] getUpdates The request to check for app updates may take longer than expected because xx apps are installed that could have updates. This may impact the performance of loading the Manage Apps page.
 -- referer: http://localhost:8090/plugins/servlet/upm | url: /rest/plugins/1.0/installed-marketplace | traceId: 6bc592c38597a483 | userName: admin-chard
2020-04-02 15:22:42,945 WARN [UpmAsynchronousTaskManager:thread-1] [atlassian.confluence.plugin.DatabasePluginScanner] loadNewPluginsFromDatabase Exception when loading plugins from the database
 -- url: /rest/plugins/1.0/ | referer: http://localhost:8090/plugins/servlet/upm | traceId: 561bacc3fcc3e973 | userName: admin
java.lang.NullPointerException
	at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:877)
	at com.google.common.io.ByteStreams.copy(ByteStreams.java:104)
	at com.atlassian.confluence.plugin.DatabasePluginScanner.writePluginData(DatabasePluginScanner.java:150)
	at com.atlassian.confluence.plugin.DatabasePluginScanner.lambda$null$0(DatabasePluginScanner.java:174)
  • Clearing the plugins cache does not resolve the issue.

Cause

One of the installed plug-ins appears to be corrupt and is blocking UPM

Solution

Last modified on Jan 14, 2021

Was this helpful?

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