You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
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.
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
The text was updated successfully, but these errors were encountered: