spring-boot-microservices-series icon indicating copy to clipboard operation
spring-boot-microservices-series copied to clipboard

Error starting the project

Open henryosorioii opened this issue 3 years ago • 2 comments
trafficstars

.

henryosorioii avatar Dec 28 '21 06:12 henryosorioii

HI Siva,

Im trying to start the project and did exactly what is written in the readme. It went accordingly from compilation to running the docker.

Further checking suggest, Eureka is OK with the services registered UP and running. I can also access Hystix, RabbitMq as a matter of fact. However, checking the other services, by accsing localhost:8888 -> config service it giving me this error. ====================================================== Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback.

Tue Dec 28 06:42:57 GMT 2021 There was an unexpected error (type=Not Found, status=404). No message available

Im using Java 8 java version "1.8.0_311" Java(TM) SE Runtime Environment (build 1.8.0_311-b11) Java HotSpot(TM) 64-Bit Server VM (build 25.311-b11, mixed mode)

Apache Maven 3.6.3 Maven home: /usr/share/maven Java version: 1.8.0_311, vendor: Oracle Corporation, runtime: /usr/lib/jvm/jdk1.8.0_311/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.11.0-43-generic", arch: "amd64", family: "unix"

Same is true for the rest of the services (catalog, inventory, etc.) Upon checking the command line.

Not sure which specific ports its looking for or needs to connect to. I see this numerous times in my logs error 1

henryosorioii avatar Dec 28 '21 06:12 henryosorioii

Hi @henryosorioii,

That's normal to see whitable pages on nost of the services because they have no active pages for the base urls and if you look at the service-registry page, you can see: (http://localhost:8761/) image All services up and running and when you go to home page for UI: (http://localhost:8080/ui/) image I think there looks no specific problem here. Can you check the urls ?

ramazansakin avatar Jan 10 '22 04:01 ramazansakin