Open rozhok opened 9 years ago
+1
I am having the same problem, how you solved?
@ghzatomic I used Docker containers with Beanstalk so Spring Boot runs in embedded server and all works pretty fine except of proper hostname resolving problem described here: #30 So I created my own EurekaInstanceConfiguration with some AWS-specific stuff inside it and it worked fine.
@rozhok what were the errors?
@spencergibb as far as I remember, there wasn't any errors, client just was unable to connect to peer.
Have application
When running using gradle bootRun everything works fine and Eureka client initializes properly. But when I'm try to deploy war into standalone Tomcat server, Eureka client did not initializes. Tried all the combinations of annotations with no luck.
Gradle config:
Think there is some issues with classpath but don't know where to start looking.
Same app but with EurekaServer works fine somehow.
This issue was moved from spring-projects/spring-boot#3161
Thanks,