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

Unable to read web manifest from plugin Microsoft Teams Notification 2.0.4 #124

Open
Shiftane opened this issue Jun 4, 2021 · 1 comment

Comments

@Shiftane
Copy link

Shiftane commented Jun 4, 2021

Summary

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

@yuri1969
Copy link

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.

Workaround: use 2.0.3 with Graylog 3.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants