Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by datdatyul

  1. datdatyul

    Java Spring Cloud API Gateway JWT Issue java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter

    I have a problem about sending any request to a defined service through api gateway with the usage of bearer token coming from login. After login, I tried to send a request to a defined service but I got this issue in JWTAuthenticationFilter of api gateway shown below. I think there can be...
  2. datdatyul

    Java Spring Cloud - Cannot send a request from one service to another one through Api Gateway

    I have an issue not sending a request from one service to another one through api gateway in my spring cloud example, Api gateway port number is 8600. I try to send a request from management service to advertisement service through api gateway, I get the issue in Postman shown below. {...
  3. datdatyul

    Java Spring Cloud Docker - Cannot access any service through api gateway and Cannot access any service itself

    Spring Cloud Docker - Cannot access any service through api gateway and Cannot access any service itself I have a problem about accessing any service through api gateway. Here is the properties file of api-gateway ``` ``` For instance, I tried to access user service through api gateway, I...
  4. datdatyul

    Java Cannot fetch all properties from Config Server in Spring Cloud

    I have a problem in my Spring Cloud Example running in Docker. I cannot fetch all properties file from config server. How can I do that? I only fetched 4 properties file (advertisement service, user service, api gateway and report service) while other properties file(eureka server and...
  5. datdatyul

    Java Spring Cloud Cannot register any service to Eureka Server in Docker through docker-compose.yml

    I'm trying to implement an example of **Spring Cloud** with its all services running in **Docker**. I cannot register any service to **eureka server** as **eureka server** throws a connection issue in **Docker**. When I show the **logs** of **eureka server** through this command (**docker...
  6. datdatyul

    Java Spring Cloud Docker Issues (Connection Refused)

    I have problem on Docker side. When I run docker-compose, 1) Keycloak,rabbitmq,mysql and config server are running. 2) Here is my error in Eureka Server ```Connect Timeout Exception on Url - http://configserver:9191/. Will be trying the next u rl if available 2022-08-17 11:39:08.699 WARN 1...
  7. datdatyul

    Docker compose com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server

    You said can you please post the screenshot of them here rather than providing a link. How can I share nearly 60 images here? I already shared all information about my issues with you. I was nearly one week that you cannot answer my questions. Now, is it possible to look through my...
  8. datdatyul

    Docker compose com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server

    Here is the diagram of my project : Diagram Here are some screenshots to show logs : Images I'm trying to implement an example of Spring Cloud running in docker. I can run all services in local but I cannot do that in docker.
  9. datdatyul

    Docker compose com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server

    @Antero360 Is it possible to test my example if you don't mind? I couldn't get any feedback from you in nearly 4 days.
  10. datdatyul

    Docker compose com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server

    I try to solve some issues not running all services flawlessly in docker.
  11. datdatyul

    Docker compose com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server

    I tried to share logs with you. All these are listed. Here are **errors** coming from **eureka server** and **api gateway** Fetching config from server at : http://localhost:9191/ Connect Timeout Exception on Url - http://localhost:9191/. Will be trying the next url if available...
  12. datdatyul

    Docker compose com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server

    All these are not suitable for here as there are a lot of logs for each service. Is it possible to look through screenshots if you don't mind
Back
Top Bottom