我在gocd服务器docker启动时遇到以下错误:
[2017-12-05 14:46:36,252 ERROR \[Thread-75\] PluginInfoBuilder:55 - Failed to fetch Plugin Settings metadata for plugin cd.go.authentication.ldap. Maybe the plugin does not implement plugin settings and view?
2017-12-05 14:46:36,269 WARN \[Thread-75\] p.c.g.a.l.c.g.a.l.LdapPlugin:67 \[plugin-cd.go.authentication.ldap\] - Request go.plugin-settings.get-configuration is not supported by plugin.
2017-12-05 14:46:36,270 ERROR \[Thread-75\] PluginSettingsMetadataLoader:75 - Failed to fetch Plugin Settings metadata for plugin cd.go.authentication.ldap. Maybe the plugin does not implement plugin settings and view?
2017-12-05 14:46:37,689 ERROR \[Thread-75\] PluginSettingsMetadataLoader:75 - Failed to fetch Plugin Settings metadata for plugin yum. Maybe the plugin does not implement plugin settings and view?
2017-12-05 14:46:37,792 ERROR \[Thread-75\] PluginInfoBuilder:55 - Failed to fetch Plugin Settings metadata for plugin yum. Maybe the plugin does not implement plugin settings and view?
2017-12-05 14:46:37,954 INFO \[Thread-75\] p.c.g.a.p.c.g.a.p.PasswordFilePlugin:57 \[plugin-cd.go.authentication.passwordfile\] - Loading plugin cd.go.authentication.passwordfile version 1.0.1-48
2017-12-05 14:46:38,047 WARN \[Thread-75\] p.c.g.a.p.c.g.a.p.PasswordFilePlugin:67 \[plugin-cd.go.authentication.passwordfile\] - Request go.plugin-settings.get-view is not supported by plugin.
2017-12-05 14:46:38,048 ERROR \[Thread-75\] PluginInfoBuilder:55 - Failed to fetch Plugin Settings metadata for plugin cd.go.authentication.passwordfile. Maybe the plugin does not implement plugin settings and view?
2017-12-05 14:46:38,055 WARN \[Thread-75\] p.c.g.a.p.c.g.a.p.PasswordFilePlugin:67 \[plugin-cd.go.authentication.passwordfile\] - Request go.plugin-settings.get-configuration is not supported by plugin.
2017-12-05 14:46:38,056 ERROR \[Thread-75\] PluginSettingsMetadataLoader:75
- Failed to fetch Plugin Settings metadata for plugin cd.go.authentication.passwordfile. Maybe the plugin does not implement plugin settings and view?][1]
启动失败后,我尝试访问/ go / admin / security / auth_configs,但显示了以下消息:
提取身份验证配置时出现问题
请在一段时间后刷新此页面,如果问题仍然存在,请检查服务器日志。
运行已在gocd-server的最后4个版本上执行,并且所有版本均发生错误
最佳答案
我已经在CentOS 7.x和Ubuntu 16.04 LTS docker base image上使用GoCD 17.12.0尝试了GoCD 17.12.0,并且工作正常。
如果还没有,请从源代码构建它。您是使用CentOS还是Ubuntu作为运行它的基本操作系统?我想知道这是否是错误。
关于docker - 使用自动插件的GOCD服务器启动错误,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/47656858/