Dear All,
I am getting this error when i create a pulgin (refapp and jira) with a servlet.
below is the error part of log file after running the plugin.
[INFO] [talledLocalContainer] 2014-10-25 20:47:06,872 localhost-startStop-1 ERROR [atlassian.plugin.loaders.ScanningPluginLoader] Unable to deploy plugin 'com.atlassian.test' from 'Unit: C:\atlassian-plugin-sdk\atlastutorial\----\v1.001.jar (1414249772971)'.
[INFO] [talledLocalContainer] 2014-10-25 20:47:06,874 localhost-startStop-1 ERROR [atlassian.plugin.loaders.ScanningPluginLoader] Because of the following exception:
[INFO] [talledLocalContainer] com.atlassian.plugin.PluginParseException: Unable to process plugin to generate OSGi manifest
[INFO] [talledLocalContainer] at com.atlassian.plugin.osgi.factory.transform.stage.GenerateManifestStage.execute(GenerateManifestStage.java:178)...and so on..
Kindly help as i am a newbie.
Many Thanks in advance!
The above error was caused due to wrong version naming convention in the pom.xml
if i name it as "v1.0.0" i was getting the above error and when i changed the version to "1.0.0" it worked like a charm without any error!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.