I'm having a problem downloading existing attachments after upgraded Jira from 8.14 to 8.15.
Kindly help as urgent. Worry the original attachments are missing.
hello,
i'm also having the same Problem,my plugin used to work,but then out of nowhere i get the same problem,the plugin failed to enable.have you found a solution maybe ?
Hi,
I did the following suggested by Tomasz and get same error
- Stop JIRA
- Clear osgi-plugins and bundled-plugins from JIRA_HOME/plugins
- Start JIRA and try enable Plugin
By the way, what does the error 'Unresolved Constraint...' mean..
If there is any error in the Plugin Code (Which is a simple report Plugin), why it allows to compile successfully and throws at runtime citing 'license' error while giving timeout error also ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm both look good for me.
You could try the following to recreate the plugins cache:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
this makes sense.
@Kishore let us know if it helped. im curious
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tomasz,
Thanks on looking up my Question.
I attach the atlassian jira log (stdout log) (jira250113181718-stdout.2013-07-30.log) which contains the error part on enabling the custom plugin.(Pls refer line no.346 for easy reference).
It tells error as " [plugin.osgi.factory.OsgiPlugin] Detected an error (BundleException) enabling the plugin 'com.equest.report.second_report' : Unresolved constraint in bundle com.equest.report.second_report [106]: Unable to resolve 106.0: missing requirement [106.0] package; (package=com.equest.report). This error usually occurs when your plugin imports a package from another bundle with a specific version constraint and either the bundle providing that package doesn't meet those version constraints, or there is no bundle available that provides the specified package. For more details on how to fix this, see http://confluence.atlassian.com/x/1xy6D"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you show us the atlassian-plugin.xml and pom.xml?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you show us the whole log?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.