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

Error: unable to start plugin. /dist/plugin-linux-amd64: no such file or directory #64

Open
pbdco opened this issue May 25, 2021 · 0 comments

Comments

@pbdco
Copy link

pbdco commented May 25, 2021

I'm getting the following error output on my logs when I try to activate the plugin.
I have tried to installing it from the plugin marketplace, uploading mannually from the console and even cloning the git repo directly to plugins/

Mattermost version: 5.33.0
aws-sns plugin version: 1.2.0

Always same output:

{
"level":"error",
"ts":1621985774.3054287,
"caller":"mlog/log.go:232",
"msg":"Unable to activate plugin",
"plugin_id":"com.mattermost.aws-sns",
"error":"unable to start plugin: com.mattermost.aws-sns: fork/exec /mattermost/plugins/com.mattermost.aws-sns/server/dist/plugin-linux-amd64: no such file or directory",
"errorVerbose":"fork/exec /mattermost/plugins/com.mattermost.aws-sns/server/dist/plugin-linux-amd64: no such file or directory\nunable to start plugin: com.mattermost.aws-sns\ngithub.com/mattermost/mattermost-server/v5/plugin.(*Environment).Activate\n\tgithub.com/mattermost/mattermost-server/v5/plugin/environment.go:268\ngithub.com/mattermost/mattermost-server/v5/app.(*App).SyncPluginsActiveState.func2\n\tgithub.com/mattermost/mattermost-server/v5/app/plugin.go:132\nruntime.goexit\n\truntime/asm_amd64.s:1374"
}

As you can see, the folder exists and permissions are OK:

image

image

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

1 participant