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
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2020-11-07 19:54:49.564 ERROR 61867 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
APPLICATION FAILED TO START
Description:
Field pluginPool in com.trackray.web.service.impl.PluginServiceImpl required a bean of type 'java.util.concurrent.ConcurrentHashMap' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'java.util.concurrent.ConcurrentHashMap' in your configuration.
The text was updated successfully, but these errors were encountered:
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2020-11-07 19:54:49.564 ERROR 61867 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
APPLICATION FAILED TO START
Description:
Field pluginPool in com.trackray.web.service.impl.PluginServiceImpl required a bean of type 'java.util.concurrent.ConcurrentHashMap' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'java.util.concurrent.ConcurrentHashMap' in your configuration.
The text was updated successfully, but these errors were encountered: