Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eureka service not running in windows #76

Closed
Muzammil1234 opened this issue Jul 12, 2018 · 2 comments
Closed

Eureka service not running in windows #76

Muzammil1234 opened this issue Jul 12, 2018 · 2 comments
Assignees

Comments

@Muzammil1234
Copy link
Collaborator

Muzammil1234 commented Jul 12, 2018

I tried to run the eureka service first as instructed in readme, its showing the "could not execute java". I have jdk 10 installed and i even tried in running through IDE after importing the project and through git bash but its not running. I am also giving the "mvn clean spring-boot:run -P local,windows".

Here is the link to error log
https://drive.google.com/open?id=1zR7MKzP33VULPrUtF2j5gVZpYelLBXL2
Here is the link to screenshot
https://drive.google.com/open?id=1O_MjpeA2I4r1nR_d3pt-iNuVaH1avV-n
https://drive.google.com/open?id=1O_MjpeA2I4r1nR_d3pt-iNuVaH1avV-n

@KHaack
Copy link
Contributor

KHaack commented Jul 12, 2018

We currently not supporting java10 (see #57)

You can try to change the pom config to java 10 and hope that everything works :p

In the java10 branch travis was able to build and test the application.

@Muzammil1234
Copy link
Collaborator Author

It's Guru here:

Java version is not an issue, apparently our code works with Java10 too, atleast for eureka-server when we tested.

The actual issue was the port 8761 was hogged by another process, but with the logback-spring.xml enabled these errors were not apparent. Once I took away the logback-spring.xml, ran the program, I could figure out the issue.

I have faced similar issues for the past few days wherein the having logging enabled via logback-spring.xml is masking the actual error messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants