finos / spring-bot

Spring Boot + Java Integration for Symphony/Teams Chat Platform Bots and Apps
https://springbot.finos.org
Apache License 2.0
60 stars 35 forks source link

Reminder Bot Won't Start #221

Closed robmoffat closed 3 years ago

robmoffat commented 3 years ago

I get this error:


Caused by: java.lang.NoSuchMethodException: org.finos.symphony.toolkit.tools.reminders.TimeFinder.<init>()
    at java.base/java.lang.Class.getConstructor0(Class.java:3349) ~[na:na]
    at java.base/java.lang.Class.getDeclaredConstructor(Class.java:2553) ~[na:na]
    at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:78) ~[spring-beans-5.3.5.jar:5.3.5]
    ... 23 common frames omitted