Users cannot create issues due to Issue Matrix error “Duplicate plugin found” / “model/1.9" not found
Summary:
This article provides troubleshooting steps for resolving errors related to missing packages and response timeouts in the Issue Matrix for Jira app on Jira Data Center. The issue typically occurs after downgrading the app or when duplicate plugin files are present, resulting in errors such as Package with uri 'http://www.botronsoft.com/issuematrix/model/1.9' not found and users being unable to create issues.
Affected products
App: Issue Matrix for Jira (Data Center)
Jira platform: Data Center (10.3.7)
App versions involved: 6.0.0‑jira9‑10, 6.1.1‑jira9‑10, 6.1.2‑jira9‑10
The issue typically appears after:
Several install / uninstall / upgrade / downgrade operations of Issue Matrix, or
A downgrade from a newer Issue Matrix version (for example 6.1.1) to an older one (for example 6.0.0).
Symptoms
Users may report:
They cannot create issues – the Create dialog spins or times out.
Issue pages with Issue Matrix custom fields time out or load very slowly.
In the Jira logs (atlassian-jira.log) you may see:
An exception occured while rendering the web panel: com.atlassian.jira.jira-view-issue-plugin:details-module (null)
Duplicate plugin found (installed version is newer)
...
at com.botronsoft.jira.issuelist.customfield.IssueListCustomField.getValueFromIssue(...)and/or:
Caused by: org.eclipse.emf.ecore.resource.Resource$IOWrappedException: Package with uri 'http://www.botronsoft.com/issuematrix/model/1.9' not found. (file:///model.xml, 2, 217)
...
Caused by: org.eclipse.emf.ecore.xmi.PackageNotFoundException: Package with uri 'http://www.botronsoft.com/issuematrix/model/1.9' not found. (file:///model.xml, 2, 217)Cause
There are two related causes:
Duplicate plugin files
Multiple Issue Matrix JAR files exist under:
$JIRA_HOME/plugins/installed-pluginsJira detects more than one version of the same app and logs:
Duplicate plugin found (installed version is newer)
Downgrade to an incompatible version
A newer version of Issue Matrix (for example 6.1.1 or 6.1.2) upgrades its internal configuration to a newer model (for example model 1.9).
If you then downgrade to an older version (for example 6.0.0) that does not know this model, it cannot read that configuration and logs the “model/1.9 not found” error.
The combination of these two issues can cause timeouts on Create Issue and when loading issues that use Issue Matrix fields.
Resolution
These steps require a maintenance window and filesystem access on all Jira nodes.
Check for duplicate Issue Matrix JARs
On one Jira node, open the Jira Home directory.
Go to:
$JIRA_HOME/plugins/installed-pluginsLook for files that contain
issuematrixin their names, for example:plugin.618556113595111841.issuematrix-6.0.0-jira9-10.jarplugin.XXXXXXXXXXXXXXX.issuematrix-6.1.1-jira9-10.jarplugin.XXXXXXXXXXXXXXX.issuematrix-6.1.2-jira9-10.jar
If you see more than one
issuematrixJAR, the duplicate plugin condition is confirmed.For Jira Data Center, repeat this check on each node’s Jira Home.
Uninstall Issue Matrix from Jira
In Jira, go to Administration → Manage apps.
Find Issue Matrix for Jira.
Click Uninstall.
Stop Jira
For single‑node Jira: stop the Jira service.
For Jira Data Center: stop Jira on all nodes in the cluster.
Wait until all Jira processes are fully stopped.
Back up Jira
Before changing files:
Ensure you have a database backup.
Back up the Jira Home directory (at least the
pluginsfolder).Optionally, back up the Jira installation directory.
Clean up the Issue Matrix and plugin cache
Perform these steps on each node’s Jira Home:
Remove Issue Matrix JARs
$JIRA_HOME/plugins/installed-plugins
Delete all files that contain
issuematrix, for example:plugin.618556113595111841.issuematrix-6.0.0-jira9-10.jar plugin.XXXXXXXXXXXXXXX.issuematrix-6.1.1-jira9-10.jar plugin.XXXXXXXXXXXXXXX.issuematrix-6.1.2-jira9-10.jarAfter this, there should be no
issuematrixJARs left ininstalled-plugins.
Clear Jira plugin cache directories
Still inside Jira Home, remove the plugin cache folders (they will be re‑created automatically):
$JIRA_HOME/plugins/.bundled-plugins $JIRA_HOME/plugins/.osgi-plugins
For Jira Data Center, also follow Atlassian’s official plugin cache clean‑up guide:
Start Jira
Start the first node, wait until it is healthy, then start the remaining nodes one by one.
Wait until Jira is fully up and plugins have finished loading.
Install the latest version of Issue Matrix for Jira from the Atlassian Marketplace (recommended: 6.1.2-jira9-10 or newer).