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

NoClassDefFound error #27

Open
holcakr opened this issue Jun 17, 2016 · 1 comment
Open

NoClassDefFound error #27

holcakr opened this issue Jun 17, 2016 · 1 comment

Comments

@holcakr
Copy link

holcakr commented Jun 17, 2016

Hi,

I've succesfully configured integration between TeamCity and Slack (I have applied all configuration steps), but no notification messages was succesfully sent to this moment. In Teamcity logs I've found errors (one error for each one attempt to send notification):

WARN - jetbrains.buildServer.SERVER - Exception occurred in notificator
java.lang.NoClassDefFoundError: com/enlivenhq/teamcity/SlackPayload
at com.enlivenhq.slack.SlackWrapper.getFormattedPayload(SlackWrapper.java:83)
at com.enlivenhq.slack.SlackWrapper.send(SlackWrapper.java:41)
at com.enlivenhq.teamcity.SlackNotificator.sendNotification(SlackNotificator.java:152)
at com.enlivenhq.teamcity.SlackNotificator.notifyBuildSuccessful(SlackNotificator.java:66)
at jetbrains.buildServer.notification.impl.UserRulesAwareNotificationListener$NotificatorEventAdapter.buildSuccessful(UserRulesAwareNotificationListener.java:280)
at jetbrains.buildServer.notification.impl.UserRulesAwareNotificationListener.buildSuccessful(UserRulesAwareNotificationListener.java:64)
at jetbrains.buildServer.notification.NotificationProcessor$2.call(NotificationProcessor.java:2)
at jetbrains.buildServer.notification.NotificationProcessor$18.run(NotificationProcessor.java:2)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

My version of TeamCity is 9.1.6 (build 37459).
Am I missed some critical prerequisites? Does somebody know how can I proceed?

Thanks.

@cy6erskunk
Copy link
Contributor

Hi @Holcak, what's your teamcity-slack plugin version?

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

2 participants