Guest User

Untitled

a guest
Aug 9th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Config file generation failed 10:50:18.141 [error] You've tried to
  2. set rabbitmq_event_exchange.vhost, but there is no setting with
  3. that name.
  4. 10:50:18.141 [error] Did you mean one of these?
  5. 10:50:18.176 [error] mqtt.exchange
  6. 10:50:18.176 [error] log.exchange.level
  7. 10:50:18.176 [error] management.listener.port
  8. 10:50:18.176 [error] Error generating configuration in phase
  9. transform_datatypes
  10. 10:50:18.176 [error] Conf file attempted to set unknown variable:
  11. rabbitmq_event_exchange.vhost
  12.  
  13. management.load_definitions= /opt/definitions.json
  14. #MQTT config
  15. mqtt.default_user= test_publisher
  16. mqtt.default_pass= a2m21234
  17. mqtt.allow_anonymous= false
  18. mqtt.exchange= MQTT
  19. mqtt.vhost= test
  20.  
  21. #RabbitMQ event exchange config
  22. rabbitmq_event_exchange.vhost= test
Add Comment
Please, Sign In to add comment