Advertisement
Guest User

Untitled

a guest
Aug 11th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. java -jar spring-cloud-dataflow-server-local-1.2.3.RELEASE.jar
  2. --spring.cloud.dataflow.applicationProperties.stream.spring.cloud.stream.binders.rabbit1.type=rabbit
  3. --spring.cloud.dataflow.applicationProperties.stream.spring.cloud.stream.binders.rabbit1.environment.spring.rabbit.host=172.17.0.2
  4. --spring.cloud.dataflow.applicationProperties.stream.spring.cloud.stream.binders.rabbit1.environment.spring.rabbit.user=guest
  5. --spring.cloud.dataflow.applicationProperties.stream.spring.cloud.stream.binders.rabbit1.environment.spring.rabbit.password=guest
  6.  
  7. {
  8. "timestamp": 1502479027168,
  9. "status": 500,
  10. "error": "Internal Server Error",
  11. "exception": "org.springframework.messaging.MessageHandlingException",
  12. "message": "error occurred in message handler [org.springframework.integration.amqp.outbound.AmqpOutboundEndpoint@45e29e0]; nested exception is org.springframework.amqp.AmqpConnectException: java.net.ConnectException: Connection refused (Connection refused)",
  13. "path": "/"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement