-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 4.0
-
Component/s: UPM (Universal Plugin Manager)
-
4
com.atlassian.plugin.osgi.container.OsgiContainerException: Cannot start plugin: com.atlassian.gadgets.renderer
...
Caused by: org.osgi.framework.BundleException: Unresolved constraint in bundle 28:
package; (&(package=org.apache.xml.serialize)(version>=2.9.1)(!(version>=3.0.0)))
This is caused by duplicate copies of org.apache.xml.serialize being available on the classpath.
"ofbcore-xerces-serialize.jar" has no way for the package scanner to know the version number.
We should remove "ofbcore-xerces-serialize.jar" from JIRA's WEB-INF/lib
- relates to
-
JRASERVER-19430 Improve the dependency resolution in OSGi Plugins
- Closed