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

Error starting the project #13

Open
henryosorioii opened this issue Dec 28, 2021 · 2 comments
Open

Error starting the project #13

henryosorioii opened this issue Dec 28, 2021 · 2 comments

Comments

@henryosorioii
Copy link

henryosorioii commented Dec 28, 2021

.

@henryosorioii
Copy link
Author

henryosorioii commented Dec 28, 2021

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

@ramazansakin
Copy link

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 ?

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