Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'startupApplicationListener' defined in file [/Users/m1dn1ght/IdeaProjects/ocpp-client/out/production/classes/com/yablochkov/mainboard/ocppc/StartupApplicationListener.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'bootNotificationLoop' defined in file [/Users/m1dn1ght/IdeaProjects/ocpp-client/out/production/classes/com/yablochkov/mainboard/ocppc/loop/BootNotificationLoop.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'coreSender' defined in file [/Users/m1dn1ght/IdeaProjects/ocpp-client/out/production/classes/com/yablochkov/mainboard/ocppc/sender/CoreSender.class]: Unsatisfied dependency expressed through constructor parameter 3; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'logicUtil' defined in file [/Users/m1dn1ght/IdeaProjects/ocpp-client/out/production/classes/com/yablochkov/mainboard/util/LogicUtil.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.yablochkov.mainboard.util.TestingUtil' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement