> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/continuous-delivery/troubleshooting-and-resources/armory/general/dinghy-slack-notifications-not-working-java-lang-nosuchmethoderror-void-org-jsoup.md).

# Dinghy Slack Notifications not working - java.lang.NoSuchMethodError- void org.jsoup

### Issue <a href="#issue" id="issue"></a>

Customers may find that after upgrading to 2.27.x cannot get Slack Notifications even though it was working previously. This can occur, for example, after setting up [Slack notifications in Dinghy](https://docs.armory.io/armory-enterprise/armory-admin/dinghy-enable/#slack-notifications) Upon investigating Echo logs, customers may see the following error in Echo: `org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoSuchMethodError: 'void org.jsoup.select.NodeTraversor.(org.jsoup.select.NodeVisitor)'` with a further reference to: `Caused by: java.lang.NoSuchMethodError: 'void org.jsoup.select.NodeTraversor.(org.jsoup.select.NodeVisitor)'`

### Cause <a href="#cause" id="cause"></a>

The issue was caused by recent upgrades to the `jinjava` package in Spinnaker, which caused an issue with a dependency in jsoup.
