You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by "Gross, Christian" <gr...@netcloud.ch.INVALID> on 2021/09/02 14:24:04 UTC

Plugin not working after upgrade to 4.15

Hello Community

Just updated ACS to 4.15 from 4.14. Now, our plugin is not working anymore. I tried it with restarting the management-server, but still no success.

According the following guide, this should still work:
https://docs.cloudstack.apache.org/en/latest/developersguide/plugins.html#third-party-ui-plugins

Our folder structure is as follows:

# pwd 
/usr/share/cloudstack-management/webapp 

# tree -L 1 
. 
|-- WEB-INF 
|-- assets 
|-- cloud.ico 
|-- color.less 
|-- config.json -> /etc/cloudstack/management/config.json 
|-- config.json_bak 
|-- css 
|-- error.html 
|-- example.html 
|-- index.html 
|-- js 
|-- legacy 
|-- locales 
|-- plugins 
`-- primate 
 
# tree -L 1 plugins/ 
plugins/ 
|-- myplugin 
`-- plugins.js 
 
# tree -L 1 plugins/ncReports/
plugins/myplugin/ 
|-- config.js 
|-- icon.png 
|-- myplugin.css 
|-- myplugin.js 
|-- myplugin.png 
`-- webfonts 

Maybe someone of you has an idea, why this is not working anymore..

Best Regards
Chris