'The Plugin Version I Expected is Not What I Found' Appears in Logs
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. 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
Symptoms
A stacktrace and a long series of unhappy messages in the logfile. A dialogue box with the following contents:
1
2
3
4
5
6
7
8
The plugin version I expected is not what I found
Plugin Key: <plugin name>
Expected: <version number>
Found: <different version number>
Are you sure you would like to continue installing?
Cause
Plugin author forgot to update <version>
within atlassian-plugin.xml
.
Resolution
Notify the plugin author, and explain that they need to fix atlassian-plugin.xml
for that version of that plugin.
Was this helpful?