Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot load OBR file plugins using additionalBundledPlugins in values.yaml file. #287

Closed
munjalpatel1 opened this issue Sep 1, 2021 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@munjalpatel1
Copy link

We cannot load OBR file plugins using additionalBundledPlugins in values.yaml file. Jar file plugins works but for OBR file Jira is showing "This app couldn't be loaded. It has one or more errors that prevent it from being enabled."

@errcode1202
Copy link
Collaborator

Hi @munjalpatel1, so to confirm, you can load the .jar versions of the plugins but not the .obr versions? Can you also please provide the specifics on how you are loading these plugins.

@munjalpatel1
Copy link
Author

Yes. .jar versions of the plugins loads fine. Loading in values.yaml file.

additionalBundledPlugins:
- volumeName: shared-home
subDirectory: myplugins
fileName: agile-cards-4.6.27.jar
- volumeName: shared-home
subDirectory: myplugins
fileName: aio-app-powerbi-2.3.4-final.jar
- volumeName: shared-home
subDirectory: myplugins
fileName: app-bigpicture-enterprise-server-8.1.4.jar
- volumeName: shared-home
subDirectory: myplugins
fileName: app-bigpicture-jiraserver-8.1.4.jar
- volumeName: shared-home
subDirectory: myplugins
fileName: jira_git_plugin-3.8.0.7.jar
- volumeName: shared-home
subDirectory: myplugins
fileName: katl-commons-5.8.0.0-RC02-r20210623112447.jar
- volumeName: shared-home
subDirectory: myplugins
fileName: power-scripts-5.8.0.0-RC02-r20210623113534.obr
- volumeName: shared-home
subDirectory: myplugins
fileName: powercf-5.8.6.1-RC01-r20210625105743.obr
- volumeName: shared-home
subDirectory: myplugins
fileName: projectconfigurator-3.9.4.obr
- volumeName: shared-home
subDirectory: myplugins
fileName: safe-translator-2.1.2-jira8.jar
- volumeName: shared-home
subDirectory: myplugins
fileName: structure-7.1.0.jar
- volumeName: shared-home
subDirectory: myplugins
fileName: structure-gantt-2.7.2.jar

@errcode1202
Copy link
Collaborator

errcode1202 commented Sep 2, 2021

Hi @munjalpatel1, for product specific reasons, it turns out that only .jar's of the plugins can be loaded in this way. You can obtain the jar for a plugin by unarchiving the obr. The jar will be located within the top level dir of the extracted obr archive. For example in the case of the insight plugin:

❯ unzip insight-8.7.10.obr                                                                                                                                                                                                                                                                                        
Archive:  insight-8.7.10.obr
   creating: META-INF/
  inflating: META-INF/MANIFEST.MF
   creating: dependencies/
  inflating: insight-8.7.10.jar
  inflating: obr.xml

We will update the commentary in the values.yaml to be more specific about this requirement.

@nanux nanux closed this as completed Sep 2, 2021
@nanux nanux added the documentation Improvements or additions to documentation label Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants