Guest User

Untitled

a guest
Feb 18th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. spring:
  2. zipkin:
  3. enabled: true
  4. base-url: http://myZipkinServer
  5. sender:
  6. type: web
  7.  
  8. ***************************
  9. APPLICATION FAILED TO START
  10. ***************************
  11.  
  12. Description:
  13.  
  14. Failed to bind properties under 'spring.zipkin.sender.type' to org.springframework.cloud.sleuth.zipkin2.sender.ZipkinSenderProperties$SenderType:
  15.  
  16. Property: spring.zipkin.sender.type
  17. Value: web
  18. Origin: class path resource [application.yml]:68:13
  19. Reason: 0
  20.  
  21. Action:
  22.  
  23. Update your application's configuration
  24.  
  25. Exception encountered during context initialization - cancelling refresh attempt: org.springframework.boot.context.properties.ConfigurationPropertiesBindException: Error creating bean with name 'spring.zipkin.sender-org.springframework.cloud.sleuth.zipkin2.sender.ZipkinSenderProperties': Could not bind properties to 'ZipkinSenderProperties' : prefix=spring.zipkin.sender, ignoreInvalidFields=false, ignoreUnknownFields=true; nested exception is org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'spring.zipkin.sender.type' to org.springframework.cloud.sleuth.zipkin2.sender.ZipkinSenderProperties$SenderType
Add Comment
Please, Sign In to add comment