Guest User

Untitled

a guest
Jul 26th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. HTTP Status 500 - BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
  2. type Exception report
  3.  
  4. message BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
  5.  
  6. description The server encountered an internal error that prevented it from fulfilling this request.
  7.  
  8. exception
  9.  
  10. java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
  11. org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:170)
  12. org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:962)
  13. org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.lookupSessionFactory(OpenSessionInViewFilter.java:189)
  14. org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.lookupSessionFactory(OpenSessionInViewFilter.java:174)
  15. org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:125)
  16. org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  17. org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:105)
  18. org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:105)
  19. org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:105)
  20. org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
  21. org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  22. note The full stack trace of the root cause is available in the Apache Tomcat/7.0.50 logs.
  23.  
  24. Apache Tomcat/7.0.50
Advertisement
Add Comment
Please, Sign In to add comment