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

Plugin incompatible with GoCD Version: 23.1.0 (16079-21e78c998e1eb35d8d489c1d3e3e9813dc18233a). #13

Open
sfuhrm opened this issue Jul 18, 2023 · 0 comments

Comments

@sfuhrm
Copy link

sfuhrm commented Jul 18, 2023

At startup the server logs an exception. Plugin seems to be not initialized because of that.

2023-07-18 11:11:55,898 WARN  [154@MessageListener for PluginNotificationMessageListener] PluginNotificationMessageListener:62 - Notification update failed for plugin: com.example.notification.systemout
java.lang.RuntimeException: Unable to de-serialize json response. Notify result 'message' should be of type string
        at com.thoughtworks.go.plugin.access.notification.v3.JsonMessageHandler3_0.toResult(JsonMessageHandler3_0.java:141)
        at com.thoughtworks.go.plugin.access.notification.v3.JsonMessageHandler3_0.responseMessageForNotify(JsonMessageHandler3_0.java:87)
        at com.thoughtworks.go.plugin.access.notification.NotificationExtension$2.onSuccess(NotificationExtension.java:90)
        at com.thoughtworks.go.plugin.access.notification.NotificationExtension$2.onSuccess(NotificationExtension.java:82)
        at com.thoughtworks.go.plugin.access.PluginRequestHelper.submitRequest(PluginRequestHelper.java:54)
        at com.thoughtworks.go.plugin.access.notification.NotificationExtension.notify(NotificationExtension.java:82)
        at com.thoughtworks.go.server.messaging.notifications.PluginNotificationMessageListener.onMessage(PluginNotificationMessageListener.java:44)
        at com.thoughtworks.go.server.messaging.notifications.PluginNotificationMessageListener.onMessage(PluginNotificationMessageListener.java:29)
        at com.thoughtworks.go.server.messaging.activemq.JMSMessageListenerAdapter.runImpl(JMSMessageListenerAdapter.java:83)
        at com.thoughtworks.go.server.messaging.activemq.JMSMessageListenerAdapter.run(JMSMessageListenerAdapter.java:63)
        at java.base/java.lang.Thread.run(Thread.java:833)
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