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] [2020-06-30 20:03:54] org.springframework.boot.SpringApplication [858] - Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'nodeScheduledTask': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'task.syncGovernanceInfo.filePath' in value "${task.syncGovernanceInfo.filePath}"
The error is
It's looking for value here, and we don't provide it with config: https://github.com/ontio/ontology-explorer/blob/version2.1.0/back-end-projects/OntSynHandler/src/main/java/com/github/ontio/schedule/NodeScheduledTask.java#L23
The text was updated successfully, but these errors were encountered: