Advertisement
Guest User

build error tomcat PH

a guest
Sep 14th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 140.01 KB | None | 0 0
  1.  
  2. org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationFilter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.security.api.auth.filter.AuthenticationFilter.filters; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'basicIdmAuthenticationFilter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private eu.bcvsolutions.idm.core.security.api.authentication.AuthenticationManager eu.bcvsolutions.idm.core.security.auth.filter.BasicIdmAuthenticationFilter.authManager; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultAuthenticationManager': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.model.service.impl.DefaultAuthenticationManager.authenticators; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultAccAuthenticator' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/security/authentication/impl/DefaultAccAuthenticator.class]: Unsatisfied dependency expressed through constructor argument with index 1 of type [eu.bcvsolutions.idm.acc.service.api.SysSystemService]: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  3. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:133)
  4. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:532)
  5. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118)
  6. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:760)
  7. at org.springframework.boot.SpringApplication.createAndRefreshContext(SpringApplication.java:360)
  8. at org.springframework.boot.SpringApplication.run(SpringApplication.java:306)
  9. at org.springframework.boot.context.web.SpringBootServletInitializer.run(SpringBootServletInitializer.java:150)
  10. at org.springframework.boot.context.web.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:130)
  11. at org.springframework.boot.context.web.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:85)
  12. at org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:169)
  13. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5303)
  14. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  15. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
  16. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
  17. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  18. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  19. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  20. at java.lang.Thread.run(Thread.java:745)
  21. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationFilter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.security.api.auth.filter.AuthenticationFilter.filters; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'basicIdmAuthenticationFilter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private eu.bcvsolutions.idm.core.security.api.authentication.AuthenticationManager eu.bcvsolutions.idm.core.security.auth.filter.BasicIdmAuthenticationFilter.authManager; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultAuthenticationManager': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.model.service.impl.DefaultAuthenticationManager.authenticators; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultAccAuthenticator' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/security/authentication/impl/DefaultAccAuthenticator.class]: Unsatisfied dependency expressed through constructor argument with index 1 of type [eu.bcvsolutions.idm.acc.service.api.SysSystemService]: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  22. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  23. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1218)
  24. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  25. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  26. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  27. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  28. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  29. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  30. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:233)
  31. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:181)
  32. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:176)
  33. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAdaptableBeans(ServletContextInitializerBeans.java:158)
  34. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:79)
  35. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.getServletContextInitializerBeans(EmbeddedWebApplicationContext.java:237)
  36. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.selfInitialize(EmbeddedWebApplicationContext.java:224)
  37. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.access$000(EmbeddedWebApplicationContext.java:85)
  38. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext$1.onStartup(EmbeddedWebApplicationContext.java:209)
  39. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.createEmbeddedServletContainer(EmbeddedWebApplicationContext.java:164)
  40. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:130)
  41. ... 17 common frames omitted
  42. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.security.api.auth.filter.AuthenticationFilter.filters; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'basicIdmAuthenticationFilter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private eu.bcvsolutions.idm.core.security.api.authentication.AuthenticationManager eu.bcvsolutions.idm.core.security.auth.filter.BasicIdmAuthenticationFilter.authManager; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultAuthenticationManager': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.model.service.impl.DefaultAuthenticationManager.authenticators; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultAccAuthenticator' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/security/authentication/impl/DefaultAccAuthenticator.class]: Unsatisfied dependency expressed through constructor argument with index 1 of type [eu.bcvsolutions.idm.acc.service.api.SysSystemService]: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  43. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
  44. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  45. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  46. ... 35 common frames omitted
  47. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'basicIdmAuthenticationFilter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private eu.bcvsolutions.idm.core.security.api.authentication.AuthenticationManager eu.bcvsolutions.idm.core.security.auth.filter.BasicIdmAuthenticationFilter.authManager; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultAuthenticationManager': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.model.service.impl.DefaultAuthenticationManager.authenticators; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultAccAuthenticator' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/security/authentication/impl/DefaultAccAuthenticator.class]: Unsatisfied dependency expressed through constructor argument with index 1 of type [eu.bcvsolutions.idm.acc.service.api.SysSystemService]: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  48. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  49. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1218)
  50. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  51. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  52. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  53. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  54. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  55. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  56. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1199)
  57. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1075)
  58. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1021)
  59. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
  60. ... 37 common frames omitted
  61. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private eu.bcvsolutions.idm.core.security.api.authentication.AuthenticationManager eu.bcvsolutions.idm.core.security.auth.filter.BasicIdmAuthenticationFilter.authManager; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultAuthenticationManager': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.model.service.impl.DefaultAuthenticationManager.authenticators; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultAccAuthenticator' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/security/authentication/impl/DefaultAccAuthenticator.class]: Unsatisfied dependency expressed through constructor argument with index 1 of type [eu.bcvsolutions.idm.acc.service.api.SysSystemService]: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  62. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
  63. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  64. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  65. ... 48 common frames omitted
  66. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultAuthenticationManager': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.model.service.impl.DefaultAuthenticationManager.authenticators; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultAccAuthenticator' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/security/authentication/impl/DefaultAccAuthenticator.class]: Unsatisfied dependency expressed through constructor argument with index 1 of type [eu.bcvsolutions.idm.acc.service.api.SysSystemService]: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  67. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  68. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1218)
  69. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  70. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  71. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  72. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  73. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  74. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  75. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1199)
  76. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1123)
  77. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1021)
  78. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
  79. ... 50 common frames omitted
  80. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.model.service.impl.DefaultAuthenticationManager.authenticators; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultAccAuthenticator' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/security/authentication/impl/DefaultAccAuthenticator.class]: Unsatisfied dependency expressed through constructor argument with index 1 of type [eu.bcvsolutions.idm.acc.service.api.SysSystemService]: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  81. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
  82. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  83. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  84. ... 61 common frames omitted
  85. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultAccAuthenticator' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/security/authentication/impl/DefaultAccAuthenticator.class]: Unsatisfied dependency expressed through constructor argument with index 1 of type [eu.bcvsolutions.idm.acc.service.api.SysSystemService]: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  86. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
  87. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:185)
  88. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1147)
  89. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1050)
  90. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  91. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  92. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  93. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  94. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  95. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  96. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1199)
  97. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1075)
  98. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1021)
  99. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
  100. ... 63 common frames omitted
  101. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  102. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
  103. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:185)
  104. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1147)
  105. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1050)
  106. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  107. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  108. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  109. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  110. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  111. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  112. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1199)
  113. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1123)
  114. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1021)
  115. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:814)
  116. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
  117. ... 76 common frames omitted
  118. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  119. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:275)
  120. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1147)
  121. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1050)
  122. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  123. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  124. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  125. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  126. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  127. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  128. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1199)
  129. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1123)
  130. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1021)
  131. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:814)
  132. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
  133. ... 90 common frames omitted
  134. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  135. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:163)
  136. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:122)
  137. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:267)
  138. ... 103 common frames omitted
  139. Caused by: java.lang.NullPointerException: null
  140. at org.identityconnectors.framework.impl.api.local.ConnectorBundleManifestParser.getAttributes(ConnectorBundleManifestParser.java:55)
  141. at org.identityconnectors.framework.impl.api.local.ConnectorBundleManifestParser.<init>(ConnectorBundleManifestParser.java:50)
  142. at org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl.processURL(LocalConnectorInfoManagerImpl.java:200)
  143. at org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl.expandBundles(LocalConnectorInfoManagerImpl.java:99)
  144. at org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl.<init>(LocalConnectorInfoManagerImpl.java:77)
  145. at org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl.getLocalManager(ConnectorInfoManagerFactoryImpl.java:83)
  146. at org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl.getLocalManager(ConnectorInfoManagerFactoryImpl.java:67)
  147. at eu.bcvsolutions.idm.ic.connid.service.impl.ConnIdIcConfigurationService.findAllLocalConnectorManagers(ConnIdIcConfigurationService.java:303)
  148. at eu.bcvsolutions.idm.ic.connid.service.impl.ConnIdIcConfigurationService.getAvailableLocalConnectors(ConnIdIcConfigurationService.java:89)
  149. at eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade.<init>(DefaultIcConfigurationFacade.java:47)
  150. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  151. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  152. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  153. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  154. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
  155. ... 105 common frames omitted
  156.  
  157. 2018-09-14 17:20:56.282 INFO 36746 --- [ost-startStop-1] .b.l.ClasspathLoggingApplicationListener : Application failed to start with classpath: [file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/classes/, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/activation-1.1.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/activemq-broker-5.12.3.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/activemq-client-5.12.3.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/activemq-openwire-legacy-5.12.3.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/activiti-bpmn-converter-5.22.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/activiti-bpmn-model-5.22.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/activiti-engine-5.22.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/activiti-image-generator-5.22.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/activiti-process-validation-5.22.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/activiti-spring-5.22.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/activiti-spring-boot-starter-basic-5.22.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/antlr-2.7.7.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/aopalliance-1.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/asm-4.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/asm-analysis-4.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/asm-tree-4.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/asm-util-4.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/aspectjweaver-1.8.9.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/bcpkix-jdk15on-1.59.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/bcprov-jdk15on-1.59.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/btf-1.2.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/byte-buddy-1.6.14.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/c3p0-0.9.1.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/cal10n-api-0.7.4.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/camel-core-2.17.2.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/camel-jms-2.17.2.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/camel-mail-2.17.2.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/camel-spring-2.17.2.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/camel-spring-boot-2.17.2.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/camel-spring-boot-starter-2.17.2.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/classmate-1.3.3.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/common-2.2.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/commons-beanutils-1.9.2.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/commons-chain-1.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/commons-codec-1.10.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/commons-collections-3.2.2.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/commons-collections4-4.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/commons-configuration2-2.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/commons-dbcp-1.4.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/commons-digester-2.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/commons-email-1.4.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/commons-io-2.4.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/commons-lang-2.6.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/commons-lang3-3.3.2.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/commons-logging-1.2.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/commons-pool-1.6.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/commons-text-1.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/commons-validator-1.3.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/connector-framework-1.4.3.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/connector-framework-internal-1.4.3.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/csv-connector-1.0.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/dom4j-1.6.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/evo-inflector-1.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/flyway-core-4.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/forest-index-0.3.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/geronimo-j2ee-management_1.1_spec-1.0.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/geronimo-jms_1.1_spec-1.1.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/groovy-2.4.7.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/groovy-all-2.4.7.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/groovy-sandbox-1.11.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/guava-18.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/h2-1.4.192.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/hamcrest-core-1.3.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/hawtbuf-1.11.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/hibernate-commons-annotations-4.0.5.Final.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/hibernate-core-4.3.11.Final.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/hibernate-entitymanager-4.3.11.Final.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/hibernate-envers-4.3.11.Final.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/hibernate-jpa-2.1-api-1.0.0.Final.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/hibernate-jpamodelgen-4.3.11.Final.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/hibernate-validator-5.2.4.Final.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/hsqldb-2.3.3.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/httpclient-4.5.2.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/httpcore-4.4.5.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-core-api-9.1.0-SNAPSHOT.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-core-impl-9.1.0-SNAPSHOT.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-example-9.1.0-SNAPSHOT.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-rpt-api-9.1.0-SNAPSHOT.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-rpt-impl-9.1.0-SNAPSHOT.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-vs-9.1.0-SNAPSHOT.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jackson-annotations-2.6.7.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jackson-core-2.6.7.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jackson-core-asl-1.9.13.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jackson-coreutils-1.6.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jackson-databind-2.6.7.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jackson-dataformat-yaml-2.6.7.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jackson-datatype-joda-2.6.7.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jackson-mapper-asl-1.9.13.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jandex-1.1.0.Final.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/java-uuid-generator-3.1.3.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/javaslang-2.0.5.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/javaslang-match-2.0.5.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/javassist-3.18.1-GA.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/javax.mail-1.5.6.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/javax.transaction-api-1.2.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jaxb-core-2.2.11.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jaxb-impl-2.2.11.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jboss-logging-3.3.0.Final.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jboss-logging-annotations-1.2.0.Beta1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jboss-transaction-api_1.2_spec-1.0.0.Final.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jboss-vfs-3.2.12.Final.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jcl-over-slf4j-1.7.21.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/joda-time-2.8.2.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jopt-simple-4.8.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/json-patch-1.7.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/json-schema-core-1.2.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/json-schema-validator-2.2.3.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jsoup-1.8.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jsr305-3.0.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/jul-to-slf4j-1.7.21.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/junit-4.12.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/ldapbp-repackaged-4.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/libphonenumber-6.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/log4j-1.2.17.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/log4j-over-slf4j-1.7.21.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/logback-classic-1.1.7.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/logback-core-1.1.7.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/mapstruct-1.1.0.Final.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/markdown_to_asciidoc-1.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/markup-document-builder-1.1.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/modelmapper-0.7.4.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/msg-simple-1.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/mybatis-3.3.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/net.tirasa.connid.bundles.csvdir-0.8.5.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/net.tirasa.connid.bundles.db.common-2.2.4.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/net.tirasa.connid.bundles.db.scriptedsql-2.2.4.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/net.tirasa.connid.bundles.db.table-2.2.4.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/net.tirasa.connid.bundles.ldap-1.5.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/ooxml-schemas-1.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/opencsv-4.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/oro-2.0.8.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/paleo-core-0.10.2.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/parboiled-core-1.1.6.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/parboiled-java-1.1.6.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/pegdown-1.4.2.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/poi-3.11.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/poi-ooxml-3.11.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/poi-ooxml-schemas-3.11.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/postgresql-9.4.1211.jre7.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/quartz-2.2.3.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/reflections-0.9.9-RC1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/rhino-1.7R4.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/slf4j-api-1.7.21.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/slf4j-ext-1.6.3.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/snakeyaml-1.16.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-aop-4.2.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-aspects-4.2.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-beans-4.2.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-boot-1.3.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-boot-autoconfigure-1.3.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-boot-devtools-1.3.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-boot-starter-1.3.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-boot-starter-aop-1.3.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-boot-starter-cache-1.3.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-boot-starter-data-jpa-1.3.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-boot-starter-data-rest-1.3.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-boot-starter-hateoas-1.3.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-boot-starter-jdbc-1.3.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-boot-starter-logging-1.3.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-boot-starter-mail-1.3.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-boot-starter-security-1.3.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-boot-starter-validation-1.3.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-boot-starter-velocity-1.3.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-boot-starter-web-1.3.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-boot-starter-websocket-1.3.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-boot-starter-ws-1.3.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-context-4.2.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-context-support-4.2.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-core-4.2.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-data-commons-1.11.5.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-data-jpa-1.9.5.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-data-rest-core-2.5.2.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-data-rest-webmvc-2.5.2.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-expression-4.2.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-hateoas-0.19.0.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-jdbc-4.2.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-jms-4.2.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-messaging-4.2.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-orm-4.2.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-oxm-4.2.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-plugin-core-1.2.0.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-plugin-metadata-1.2.0.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-security-config-4.0.4.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-security-core-4.0.4.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-security-jwt-1.0.5.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-security-messaging-4.0.4.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-security-oauth2-2.0.11.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-security-web-4.0.4.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-session-1.0.2.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-tx-4.2.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-web-4.2.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-webmvc-4.2.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-websocket-4.2.8.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-ws-core-2.2.3.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-ws-support-2.2.3.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/spring-xml-2.2.3.RELEASE.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/springfox-bean-validators-2.7.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/springfox-core-2.7.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/springfox-schema-2.7.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/springfox-spi-2.7.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/springfox-spring-web-2.7.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/springfox-swagger-common-2.7.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/springfox-swagger-ui-2.7.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/springfox-swagger2-2.7.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/sslext-1.2-0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/stax-api-1.0.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/struts-core-1.3.8.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/struts-taglib-1.3.8.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/struts-tiles-1.3.8.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/swagger-annotations-1.5.13.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/swagger-compat-spec-parser-1.0.25.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/swagger-core-1.5.12.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/swagger-models-1.5.13.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/swagger-parser-1.0.25.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/swagger2markup-1.3.1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/tomcat-embed-el-8.0.37.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/tomcat-jdbc-8.0.37.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/tomcat-juli-8.0.37.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/uri-template-0.9.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/usertype.core-3.1.0.CR1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/usertype.spi-3.1.0.CR1.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/validation-api-1.1.0.Final.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/velocity-1.7.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/velocity-tools-2.0.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/xml-apis-1.0.b2.jar, file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/xmlbeans-2.6.0.jar]
  158. 2018-09-14 17:20:56.286 ERROR 36746 --- [ina-startStop-1] org.apache.catalina.core.ContainerBase : A child container failed during start
  159.  
  160. java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/idm-backend]]
  161. at java.util.concurrent.FutureTask.report(FutureTask.java:122)
  162. at java.util.concurrent.FutureTask.get(FutureTask.java:192)
  163. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:943)
  164. at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:871)
  165. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  166. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
  167. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
  168. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  169. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  170. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  171. at java.lang.Thread.run(Thread.java:745)
  172. Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/idm-backend]]
  173. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:162)
  174. ... 6 common frames omitted
  175. Caused by: org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationFilter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.security.api.auth.filter.AuthenticationFilter.filters; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'basicIdmAuthenticationFilter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private eu.bcvsolutions.idm.core.security.api.authentication.AuthenticationManager eu.bcvsolutions.idm.core.security.auth.filter.BasicIdmAuthenticationFilter.authManager; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultAuthenticationManager': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.model.service.impl.DefaultAuthenticationManager.authenticators; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultAccAuthenticator' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/security/authentication/impl/DefaultAccAuthenticator.class]: Unsatisfied dependency expressed through constructor argument with index 1 of type [eu.bcvsolutions.idm.acc.service.api.SysSystemService]: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  176. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:133)
  177. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:532)
  178. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118)
  179. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:760)
  180. at org.springframework.boot.SpringApplication.createAndRefreshContext(SpringApplication.java:360)
  181. at org.springframework.boot.SpringApplication.run(SpringApplication.java:306)
  182. at org.springframework.boot.context.web.SpringBootServletInitializer.run(SpringBootServletInitializer.java:150)
  183. at org.springframework.boot.context.web.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:130)
  184. at org.springframework.boot.context.web.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:85)
  185. at org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:169)
  186. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5303)
  187. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  188. ... 6 common frames omitted
  189. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationFilter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.security.api.auth.filter.AuthenticationFilter.filters; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'basicIdmAuthenticationFilter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private eu.bcvsolutions.idm.core.security.api.authentication.AuthenticationManager eu.bcvsolutions.idm.core.security.auth.filter.BasicIdmAuthenticationFilter.authManager; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultAuthenticationManager': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.model.service.impl.DefaultAuthenticationManager.authenticators; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultAccAuthenticator' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/security/authentication/impl/DefaultAccAuthenticator.class]: Unsatisfied dependency expressed through constructor argument with index 1 of type [eu.bcvsolutions.idm.acc.service.api.SysSystemService]: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  190. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  191. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1218)
  192. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  193. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  194. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  195. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  196. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  197. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  198. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:233)
  199. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:181)
  200. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:176)
  201. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAdaptableBeans(ServletContextInitializerBeans.java:158)
  202. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:79)
  203. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.getServletContextInitializerBeans(EmbeddedWebApplicationContext.java:237)
  204. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.selfInitialize(EmbeddedWebApplicationContext.java:224)
  205. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.access$000(EmbeddedWebApplicationContext.java:85)
  206. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext$1.onStartup(EmbeddedWebApplicationContext.java:209)
  207. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.createEmbeddedServletContainer(EmbeddedWebApplicationContext.java:164)
  208. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:130)
  209. ... 17 common frames omitted
  210. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.security.api.auth.filter.AuthenticationFilter.filters; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'basicIdmAuthenticationFilter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private eu.bcvsolutions.idm.core.security.api.authentication.AuthenticationManager eu.bcvsolutions.idm.core.security.auth.filter.BasicIdmAuthenticationFilter.authManager; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultAuthenticationManager': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.model.service.impl.DefaultAuthenticationManager.authenticators; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultAccAuthenticator' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/security/authentication/impl/DefaultAccAuthenticator.class]: Unsatisfied dependency expressed through constructor argument with index 1 of type [eu.bcvsolutions.idm.acc.service.api.SysSystemService]: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  211. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
  212. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  213. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  214. ... 35 common frames omitted
  215. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'basicIdmAuthenticationFilter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private eu.bcvsolutions.idm.core.security.api.authentication.AuthenticationManager eu.bcvsolutions.idm.core.security.auth.filter.BasicIdmAuthenticationFilter.authManager; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultAuthenticationManager': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.model.service.impl.DefaultAuthenticationManager.authenticators; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultAccAuthenticator' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/security/authentication/impl/DefaultAccAuthenticator.class]: Unsatisfied dependency expressed through constructor argument with index 1 of type [eu.bcvsolutions.idm.acc.service.api.SysSystemService]: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  216. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  217. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1218)
  218. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  219. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  220. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  221. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  222. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  223. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  224. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1199)
  225. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1075)
  226. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1021)
  227. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
  228. ... 37 common frames omitted
  229. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private eu.bcvsolutions.idm.core.security.api.authentication.AuthenticationManager eu.bcvsolutions.idm.core.security.auth.filter.BasicIdmAuthenticationFilter.authManager; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultAuthenticationManager': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.model.service.impl.DefaultAuthenticationManager.authenticators; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultAccAuthenticator' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/security/authentication/impl/DefaultAccAuthenticator.class]: Unsatisfied dependency expressed through constructor argument with index 1 of type [eu.bcvsolutions.idm.acc.service.api.SysSystemService]: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  230. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
  231. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  232. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  233. ... 48 common frames omitted
  234. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultAuthenticationManager': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.model.service.impl.DefaultAuthenticationManager.authenticators; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultAccAuthenticator' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/security/authentication/impl/DefaultAccAuthenticator.class]: Unsatisfied dependency expressed through constructor argument with index 1 of type [eu.bcvsolutions.idm.acc.service.api.SysSystemService]: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  235. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  236. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1218)
  237. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  238. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  239. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  240. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  241. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  242. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  243. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1199)
  244. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1123)
  245. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1021)
  246. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
  247. ... 50 common frames omitted
  248. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List eu.bcvsolutions.idm.core.model.service.impl.DefaultAuthenticationManager.authenticators; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultAccAuthenticator' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/security/authentication/impl/DefaultAccAuthenticator.class]: Unsatisfied dependency expressed through constructor argument with index 1 of type [eu.bcvsolutions.idm.acc.service.api.SysSystemService]: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  249. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
  250. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  251. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  252. ... 61 common frames omitted
  253. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultAccAuthenticator' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/security/authentication/impl/DefaultAccAuthenticator.class]: Unsatisfied dependency expressed through constructor argument with index 1 of type [eu.bcvsolutions.idm.acc.service.api.SysSystemService]: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  254. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
  255. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:185)
  256. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1147)
  257. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1050)
  258. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  259. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  260. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  261. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  262. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  263. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  264. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1199)
  265. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1075)
  266. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1021)
  267. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
  268. ... 63 common frames omitted
  269. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultSysSystemService' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-acc-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/acc/service/impl/DefaultSysSystemService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [eu.bcvsolutions.idm.ic.service.api.IcConfigurationFacade]: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  270. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
  271. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:185)
  272. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1147)
  273. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1050)
  274. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  275. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  276. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  277. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  278. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  279. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  280. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1199)
  281. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1123)
  282. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1021)
  283. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:814)
  284. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
  285. ... 76 common frames omitted
  286. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultIcConfigurationFacade' defined in URL [jar:file:/usr/local/Cellar/tomcat@8.0/8.0.43/libexec/wtpwebapps/idm-app/WEB-INF/lib/idm-ic-9.1.0-SNAPSHOT.jar!/eu/bcvsolutions/idm/ic/service/impl/DefaultIcConfigurationFacade.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  287. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:275)
  288. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1147)
  289. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1050)
  290. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  291. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  292. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  293. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  294. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  295. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  296. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1199)
  297. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1123)
  298. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1021)
  299. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:814)
  300. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
  301. ... 90 common frames omitted
  302. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade]: Constructor threw exception; nested exception is java.lang.NullPointerException
  303. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:163)
  304. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:122)
  305. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:267)
  306. ... 103 common frames omitted
  307. Caused by: java.lang.NullPointerException: null
  308. at org.identityconnectors.framework.impl.api.local.ConnectorBundleManifestParser.getAttributes(ConnectorBundleManifestParser.java:55)
  309. at org.identityconnectors.framework.impl.api.local.ConnectorBundleManifestParser.<init>(ConnectorBundleManifestParser.java:50)
  310. at org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl.processURL(LocalConnectorInfoManagerImpl.java:200)
  311. at org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl.expandBundles(LocalConnectorInfoManagerImpl.java:99)
  312. at org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl.<init>(LocalConnectorInfoManagerImpl.java:77)
  313. at org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl.getLocalManager(ConnectorInfoManagerFactoryImpl.java:83)
  314. at org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl.getLocalManager(ConnectorInfoManagerFactoryImpl.java:67)
  315. at eu.bcvsolutions.idm.ic.connid.service.impl.ConnIdIcConfigurationService.findAllLocalConnectorManagers(ConnIdIcConfigurationService.java:303)
  316. at eu.bcvsolutions.idm.ic.connid.service.impl.ConnIdIcConfigurationService.getAvailableLocalConnectors(ConnIdIcConfigurationService.java:89)
  317. at eu.bcvsolutions.idm.ic.service.impl.DefaultIcConfigurationFacade.<init>(DefaultIcConfigurationFacade.java:47)
  318. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  319. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  320. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  321. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  322. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
  323. ... 105 common frames omitted
  324.  
  325. 2018-09-14 17:20:56.288 ERROR 36746 --- [ main] org.apache.catalina.core.ContainerBase : A child container failed during start
  326.  
  327. java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost]]
  328. at java.util.concurrent.FutureTask.report(FutureTask.java:122)
  329. at java.util.concurrent.FutureTask.get(FutureTask.java:192)
  330. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:943)
  331. at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
  332. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  333. at org.apache.catalina.core.StandardService.startInternal(StandardService.java:441)
  334. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  335. at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:789)
  336. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  337. at org.apache.catalina.startup.Catalina.start(Catalina.java:629)
  338. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  339. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  340. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  341. at java.lang.reflect.Method.invoke(Method.java:498)
  342. at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:351)
  343. at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:485)
  344. Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost]]
  345. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:162)
  346. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
  347. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
  348. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  349. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  350. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  351. at java.lang.Thread.run(Thread.java:745)
  352. Caused by: org.apache.catalina.LifecycleException: A child container failed during start
  353. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:951)
  354. at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:871)
  355. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  356. ... 6 common frames omitted
  357.  
  358. 2018-09-14 17:20:56.289 ERROR 36746 --- [ main] org.apache.catalina.startup.Catalina : The required Server component failed to start so Tomcat is unable to start.
  359.  
  360. org.apache.catalina.LifecycleException: Failed to start component [StandardServer[8005]]
  361. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:162)
  362. at org.apache.catalina.startup.Catalina.start(Catalina.java:629)
  363. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  364. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  365. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  366. at java.lang.reflect.Method.invoke(Method.java:498)
  367. at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:351)
  368. at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:485)
  369. Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardService[Catalina]]
  370. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:162)
  371. at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:789)
  372. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  373. ... 7 common frames omitted
  374. Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina]]
  375. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:162)
  376. at org.apache.catalina.core.StandardService.startInternal(StandardService.java:441)
  377. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  378. ... 9 common frames omitted
  379. Caused by: org.apache.catalina.LifecycleException: A child container failed during start
  380. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:951)
  381. at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
  382. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  383. ... 11 common frames omitted
  384.  
  385. 2018-09-14 17:20:56.290 INFO 36746 --- [ main] org.apache.coyote.ajp.AjpNioProtocol : Pausing ProtocolHandler ["ajp-nio-8009"]
  386. 2018-09-14 17:20:56.290 INFO 36746 --- [ main] o.apache.catalina.core.StandardService : Stopping service Catalina
  387. 2018-09-14 17:20:56.295 ERROR 36746 --- [ main] o.a.coyote.http11.Http11NioProtocol : Failed to destroy end point associated with ProtocolHandler ["http-nio-8080"]
  388.  
  389. java.lang.NullPointerException: null
  390. at org.apache.tomcat.util.net.NioEndpoint.releaseCaches(NioEndpoint.java:315)
  391. at org.apache.tomcat.util.net.NioEndpoint.unbind(NioEndpoint.java:491)
  392. at org.apache.tomcat.util.net.AbstractEndpoint.destroy(AbstractEndpoint.java:883)
  393. at org.apache.coyote.AbstractProtocol.destroy(AbstractProtocol.java:551)
  394. at org.apache.catalina.connector.Connector.destroyInternal(Connector.java:1023)
  395. at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:292)
  396. at org.apache.catalina.core.StandardService.destroyInternal(StandardService.java:589)
  397. at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:292)
  398. at org.apache.catalina.core.StandardServer.destroyInternal(StandardServer.java:879)
  399. at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:292)
  400. at org.apache.catalina.startup.Catalina.start(Catalina.java:633)
  401. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  402. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  403. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  404. at java.lang.reflect.Method.invoke(Method.java:498)
  405. at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:351)
  406. at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:485)
  407.  
  408. 2018-09-14 17:20:56.296 INFO 36746 --- [ main] org.apache.coyote.ajp.AjpNioProtocol : Destroying ProtocolHandler ["ajp-nio-8009"]
  409. 2018-09-14 17:20:56.296 ERROR 36746 --- [ main] org.apache.coyote.ajp.AjpNioProtocol : Failed to destroy end point associated with ProtocolHandler ["ajp-nio-8009"]
  410.  
  411. java.lang.NullPointerException: null
  412. at org.apache.tomcat.util.net.NioEndpoint.releaseCaches(NioEndpoint.java:315)
  413. at org.apache.tomcat.util.net.NioEndpoint.unbind(NioEndpoint.java:491)
  414. at org.apache.tomcat.util.net.AbstractEndpoint.destroy(AbstractEndpoint.java:883)
  415. at org.apache.coyote.AbstractProtocol.destroy(AbstractProtocol.java:551)
  416. at org.apache.catalina.connector.Connector.destroyInternal(Connector.java:1023)
  417. at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:292)
  418. at org.apache.catalina.core.StandardService.destroyInternal(StandardService.java:589)
  419. at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:292)
  420. at org.apache.catalina.core.StandardServer.destroyInternal(StandardServer.java:879)
  421. at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:292)
  422. at org.apache.catalina.startup.Catalina.start(Catalina.java:633)
  423. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  424. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  425. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  426. at java.lang.reflect.Method.invoke(Method.java:498)
  427. at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:351)
  428. at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:485)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement