Downloaded the latest GoCD server (17.5). I had successfully been using 
16.x, but now can't login. The server is putting out this exception:

ERROR [Thread-75] PluginSettingsMetadataLoader:77 - Failed to fetch Plugin 
Settings metadata for plugin : cd.go.authentication.passwordfile

java.lang.RuntimeException: Interaction with plugin with id 
'cd.go.authentication.passwordfile' implementing 'authorization' extension 
failed while requesting for 'go.plugin-settings.get-configuration'. Reason: 
[The plugin sent a response that could not be understood by Go. Plugin 
returned with code '500' and the following response: 'Request 
go.plugin-settings.get-configuration is not supported by plugin.']

        at 
com.thoughtworks.go.plugin.access.PluginRequestHelper.submitRequest(PluginRequestHelper.java:41)

        at 
com.thoughtworks.go.plugin.access.common.AbstractExtension.getPluginSettingsConfiguration(AbstractExtension.java:51)

        at 
com.thoughtworks.go.plugin.access.common.settings.PluginSettingsMetadataLoader.fetchPluginSettingsMetaData(PluginSettingsMetadataLoader.java:67)

        at 
com.thoughtworks.go.plugin.access.common.settings.PluginSettingsMetadataLoader.pluginLoaded(PluginSettingsMetadataLoader.java:47)

        at 
com.thoughtworks.go.plugin.infra.DefaultPluginManager$FilterChangeListener.pluginLoaded(DefaultPluginManager.java:265)

        at 
com.thoughtworks.go.plugin.infra.FelixGoPluginOSGiFramework$2.execute(FelixGoPluginOSGiFramework.java:353)

        at 
org.apache.commons.collections.CollectionUtils.forAllDo(CollectionUtils.java:389)

        at 
com.thoughtworks.go.plugin.infra.FelixGoPluginOSGiFramework.getBundle(FelixGoPluginOSGiFramework.java:111)

        at 
com.thoughtworks.go.plugin.infra.FelixGoPluginOSGiFramework.loadPlugin(FelixGoPluginOSGiFramework.java:97)

        at 
com.thoughtworks.go.plugin.infra.listeners.DefaultPluginJarChangeListener.refreshBundle(DefaultPluginJarChangeListener.java:151)

        at 
com.thoughtworks.go.plugin.infra.listeners.DefaultPluginJarChangeListener.addPlugin(DefaultPluginJarChangeListener.java:108)

        at 
com.thoughtworks.go.plugin.infra.listeners.DefaultPluginJarChangeListener.pluginJarAdded(DefaultPluginJarChangeListener.java:71)

        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread$DoOnAllListeners$1.execute(DefaultPluginJarLocationMonitor.java:303)

        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread$DoOnAllListeners.doOnAllPluginJarChangeListener(DefaultPluginJarLocationMonitor.java:334)

        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread$DoOnAllListeners.pluginJarAdded(DefaultPluginJarLocationMonitor.java:301)

        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.notifyListenersOfAddedPlugins(DefaultPluginJarLocationMonitor.java:225)

        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.loadAndNotifyPluginsFrom(DefaultPluginJarLocationMonitor.java:213)

        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.oneShot(DefaultPluginJarLocationMonitor.java:205)

        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.run(DefaultPluginJarLocationMonitor.java:194)

Caused by: java.lang.RuntimeException: The plugin sent a response that 
could not be understood by Go. Plugin returned with code '500' and the 
following response: 'Request go.plugin-settings.get-configuration is not 
supported by plugin.'

        at 
com.thoughtworks.go.plugin.access.PluginRequestHelper.submitRequest(PluginRequestHelper.java:39)

        ... 18 more


Is this an issue with the server, or the authentication plugin?


I have set up a password file with a user and SHA1 password.


Looking at the authentication plugin logs, the user is being authenticated 
just fine, but the server will not go past the login page and no further 
logs are being written to go-server.log


Any thoughts on how to troubleshoot this?


Thanks,

Ryan Ritz

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to