You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2018-04-03 17:55:10] [main] ERROR o.s.boot.SpringApplication - Application startup failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ehcacheAlertsStore' defined in file [C:\Users\abc\git\spring-boot-web-Ehchache-3-Persistance1\target\classes\com\demo\alertmanager\repositories\impl\EhcacheAlertsStore.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.demo.alertmanager.repositories.impl.EhcacheAlertsStore]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The method getErrorCode() is undefined for the type AlertEntry
The method getServiceId() is undefined for the type AlertEntry
The method getErrorCode() is undefined for the type AlertEntry
The method getServiceId() is undefined for the type AlertEntry
The method getErrorCode() is undefined for the type AlertEntry
Type mismatch: cannot convert from List to List
The method builder() is undefined for the type AlertHolder
The method getMaxCount() is undefined for the type AlertConfigEntry
The text was updated successfully, but these errors were encountered:
[2018-04-03 17:55:10] [main] ERROR o.s.boot.SpringApplication - Application startup failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ehcacheAlertsStore' defined in file [C:\Users\abc\git\spring-boot-web-Ehchache-3-Persistance1\target\classes\com\demo\alertmanager\repositories\impl\EhcacheAlertsStore.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.demo.alertmanager.repositories.impl.EhcacheAlertsStore]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The method getErrorCode() is undefined for the type AlertEntry
The method getServiceId() is undefined for the type AlertEntry
The method getErrorCode() is undefined for the type AlertEntry
The method getServiceId() is undefined for the type AlertEntry
The method getErrorCode() is undefined for the type AlertEntry
Type mismatch: cannot convert from List to List
The method builder() is undefined for the type AlertHolder
The method getMaxCount() is undefined for the type AlertConfigEntry
The text was updated successfully, but these errors were encountered: