We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I run build-microservices.sh and got the following error:
build-microservices.sh
eduardos-mbp:refarch-cloudnative-netflix-zuul edu$ ./build-microservice.sh :clean :compileJava :processResources :classes :findMainClass :jar :bootRepackage :assemble :compileTestJava :processTestResources UP-TO-DATE :testClasses :test 2017-06-05 08:47:48.720 INFO 50931 --- [ Thread-8] o.s.w.c.s.GenericWebApplicationContext : Closing org.springframework.web.context.support.GenericWebApplicationContext@2638362e: startup date [Mon Jun 05 08:47:44 EDT 2017]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@7a814153 2017-06-05 08:47:48.723 INFO 50931 --- [ Thread-8] c.n.e.EurekaDiscoveryClientConfiguration : Unregistering application zuul-proxy with eureka with status DOWN 2017-06-05 08:47:48.724 WARN 50931 --- [ Thread-8] com.netflix.discovery.DiscoveryClient : Saw local status change event StatusChangeEvent [timestamp=1496666868724, current=DOWN, previous=STARTING] 2017-06-05 08:47:48.725 INFO 50931 --- [ Thread-8] com.netflix.discovery.DiscoveryClient : Shutting down DiscoveryClient ... 2017-06-05 08:47:48.725 INFO 50931 --- [ Thread-8] com.netflix.discovery.DiscoveryClient : Unregistering ... 2017-06-05 08:47:48.725 INFO 50931 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_ZUUL-PROXY/eduardos-mbp:zuul-proxy:-1: registering service... 2017-06-05 08:47:48.734 ERROR 50931 --- [ Thread-8] c.n.d.s.t.d.RedirectingEurekaHttpClient : Request execution error com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Connection refused (Connection refused)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I run
build-microservices.sh
and got the following error:The text was updated successfully, but these errors were encountered: