Advertisement
aonomike

Untitled

Sep 23rd, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. [ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin
  2. :1.2.3.RELEASE:run (default-cli) on project online: An exception occured while r
  3. unning. null: InvocationTargetException: Unable to start embedded container; nes
  4. ted exception is org.springframework.boot.context.embedded.EmbeddedServletContai
  5. nerException: Unable to start embedded Tomcat: Error creating bean with name 'or
  6. g.springframework.security.config.annotation.web.configuration.WebSecurityConfig
  7. uration': Injection of autowired dependencies failed; nested exception is org.sp
  8. ringframework.beans.factory.BeanCreationException: Could not autowire method: pu
  9. blic void org.springframework.security.config.annotation.web.configuration.WebSe
  10. curityConfiguration.setFilterChainProxySecurityConfigurer(org.springframework.se
  11. curity.config.annotation.ObjectPostProcessor,java.util.List) throws java.lang.Ex
  12. ception; nested exception is org.springframework.beans.factory.BeanExpressionExc
  13. eption: Expression parsing failed; nested exception is org.springframework.beans
  14. .factory.BeanCreationException: Error creating bean with name 'webSecurityConfig
  15. ': Injection of autowired dependencies failed; nested exception is org.springfra
  16. mework.beans.factory.BeanCreationException: Could not autowire method: public vo
  17. id org.drip.config.WebSecurityConfig.configureGlobal(org.springframework.securit
  18. y.config.annotation.authentication.builders.AuthenticationManagerBuilder,org.spr
  19. ingframework.security.core.userdetails.UserDetailsService) throws java.lang.Exce
  20. ption; nested exception is org.springframework.beans.factory.BeanCreationExcepti
  21. on: Error creating bean with name 'userDetailsServiceImpl': Injection of autowir
  22. ed dependencies failed; nested exception is org.springframework.beans.factory.Be
  23. anCreationException: Could not autowire field: private org.drip.repository.Custo
  24. merRepository org.drip.services.impl.UserDetailsServiceImpl.customerRepository;
  25. nested exception is org.springframework.beans.factory.BeanCreationException: Err
  26. or creating bean with name 'customerRepository': Cannot create inner bean '(inne
  27. r bean)#54baac43' of type [org.springframework.orm.jpa.SharedEntityManagerCreato
  28. r] while setting bean property 'entityManager'; nested exception is org.springfr
  29. amework.beans.factory.BeanCreationException: Error creating bean with name '(inn
  30. er bean)#54baac43': Cannot resolve reference to bean 'entityManagerFactory' whil
  31. e setting constructor argument; nested exception is org.springframework.beans.fa
  32. ctory.BeanCreationException: Error creating bean with name 'entityManagerFactory
  33. ' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa
  34. /HibernateJpaAutoConfiguration.class]: Invocation of init method failed; nested
  35. exception is org.hibernate.HibernateException: Access to DialectResolutionInfo c
  36. annot be null when 'hibernate.dialect' not set -> [Help 1]
  37. [ERROR]
  38. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
  39. ch.
  40. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  41. [ERROR]
  42. [ERROR] For more information about the errors and possible solutions, please rea
  43. d the following articles:
  44. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionE
  45. xception
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement