You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've put the .jar file in the folder and restart my graylog : plugin is loaded but I have this error :
[PluginAssets] Unable to read web manifest from plugin Microsoft Teams Notification 2.0.4 [org.graylog.plugins.teams.TeamsNotificationPlugin]:
com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `org.graylog2.web.ModuleFiles`, problem: Null chunks
at [Source: (sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream); line: 1, column: 111] (through reference chain: org.graylog2.web.ModuleManifest["files"])
Environment
Graylog Web Interface version:
Graylog 3.3.8+e223f85
Graylog MS Teams Plugin version:
2.0.4
To Reproduce
in Summary
Expected behavior
To have no exception and see the plugin in the configuration page
Screenshots
The text was updated successfully, but these errors were encountered:
This issue seems to be related to plugin's JSON manifest files.
The version 2.0.4 features a Graylog 4.x-compatible manifest lacking the chunks field. That field is required by Graylog 3.x thus making the construction of org.graylog2.web.ModuleFiles fail as you observed.
The info presented by README.md seems to be outdated.
Summary
I've put the .jar file in the folder and restart my graylog : plugin is loaded but I have this error :
Environment
Graylog Web Interface version:
Graylog 3.3.8+e223f85
Graylog MS Teams Plugin version:
2.0.4
To Reproduce
in Summary
Expected behavior
To have no exception and see the plugin in the configuration page
Screenshots
The text was updated successfully, but these errors were encountered: