Romeh / spring-boot-web-Ehchache-3-Persistance

Spring Boot Web with Ehchache 3 file persistance support plus how to do cache operations
9 stars 10 forks source link

Error while launching application #1

Open iviraj90 opened 6 years ago

iviraj90 commented 6 years ago

[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

Romeh commented 5 years ago

can you please tell me how you run the application ? from IDEA or terminal ?