Advertisement
Guest User

Untitled

a guest
Feb 20th, 2021
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. org.springframework.beans.factory.BeanCreationException:
  2. Error creating bean with name 'loginauditusersession': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException:
  3. Could not autowire field: org.openmrs.module.loginaudit.LoginAuditService org.openmrs.module.loginaudit.impl.LoginAuditUserSession.loginaudit;
  4. nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException:
  5. No qualifying bean of type [org.openmrs.module.loginaudit.LoginAuditService] found for dependency:
  6. expected at least 1 bean which qualifies as autowire candidate for this dependency.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement