- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise Software
- >
- Re: Invalid plugin error when adding a PluginContr...
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 12:39 AM
05-13-2022 12:39 AM
Invalid plugin error when adding a PluginController is added to tab plugin
Hi,
I am developing a instance plugin right now and for a reverse callback I am trying to add a PluginController class to add http routes.
As soon as I add this controller to the plugin uploading the plugin shows a ‘invalid plugin’.
Anybody has a clue what could cause this?
Thanks,
Nico
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Tags:
- automation
- groovy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 03:47 AM
05-13-2022 03:47 AM
Re: Invalid plugin error when adding a PluginController is added to tab plugin
Hello,
This sounds like your baselining your plugin on an older plugin api version. What version of morpheus-plugin-api are you using as well as what version of morpheus are you applying the plugin to?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 05:14 AM
05-13-2022 05:14 AM
Re: Invalid plugin error when adding a PluginController is added to tab plugin
My morpheus version V. 5.4.2
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 04:38 AM
05-13-2022 04:38 AM
Re: Invalid plugin error when adding a PluginController is added to tab plugin
Also need to know what version of morpheus you are trying to load the plugin into
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 04:13 AM
05-13-2022 04:13 AM
Re: Invalid plugin error when adding a PluginController is added to tab plugin
I am using com.morpheusdata:morpheus-plugin-api:0.12.0.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2022 05:53 AM
05-17-2022 05:53 AM
Re: Invalid plugin error when adding a PluginController is added to tab plugin
Solved the issue. Apparently not all methods you need to implement in the controller are documented.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2022 07:48 AM
05-17-2022 07:48 AM
Re: Invalid plugin error when adding a PluginController is added to tab plugin
example?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 06:05 AM
05-13-2022 06:05 AM
Re: Invalid plugin error when adding a PluginController is added to tab plugin
Ok so can you provide the exact error and the morpheus logs from when its loaded. it should show an exception that will tell us whats going on. a lot has changed since 5.4.2 due to some major grails updates and security updates for java 11