-
Notifications
You must be signed in to change notification settings - Fork 19
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 enable the plugin on MM 9.4.1 #385
Comments
we are also facing same issue does anyone find how to resolve it ? this what error we are got in the system console --> plugin management : This plugin failed to start. unable to start plugin: alertmanager: Unrecognized remote plugin message: This usually means the plugin was not compiled for this architecture, the plugin is missing dynamic-link libraries necessary to run, the plugin is not executable by this process due to file permissions, or the plugin failed to negotiate the initial go-plugin protocol handshake Additional notes about plugin: Path: plugins/alertmanager/server/dist/plugin-linux-amd64 Mode: -rwxrwxrwx Owner: 999 [mattermost] (current: 999 [mattermost]) Group: 999 [mattermost] (current: 999 [mattermost]) ELF architecture: EM_X86_64 (current architecture: amd64) this is the alertmanager version we are using : v0.4.0 this is OS version we are using : ubuntu 16.0.4 (X86_64 architecture) Mattermost version : 9.0.4 |
same problem |
After some tries I found 0.2.0 was working. I noticed then I execute binary of plugin via termina it returns to me:
I use Ubuntu 20.04. I believe the problem with ubuntu version (and glibc version in it). Newer version depends on ubuntu 22 or ubuntu 24 |
We are unable to enable this plugin on latest MM version 9.4.1
Getting following error,
This plugin failed to start. unable to start plugin: alertmanager: Unrecognized remote plugin message: This usually means the plugin was not compiled for this architecture, the plugin is missing dynamic-link libraries necessary to run, the plugin is not executable by this process due to file permissions, or the plugin failed to negotiate the initial go-plugin protocol handshake Additional notes about plugin: Path: plugins/alertmanager/server/dist/plugin-linux-amd64 Mode: -rwxr-xr-x Owner: 114 [mattermost] (current: 114 [mattermost]) Group: 122 [mattermost] (current: 122 [mattermost]) ELF architecture: EM_X86_64 (current architecture: amd64)
Can someone please help with this?
The text was updated successfully, but these errors were encountered: