-
We have a service that returns 503 responses when some dependencies are not available. We are observing that in this situation zuul retry one time.
The problem is that the request is a POST with json…
-
when i create the sample project try to use springboot admin follow:
http://codecentric.github.io/spring-boot-admin/1.4.1/
kickoff gradle bootRun,
i got a `java.lang.ClassNotFoundException: org.sprin…
-
The existing `--auto-export-maven-dependencies` flag has the effect of exporting every dependency Y of a maven module X to other maven modules that depend on X, but, confusingly for most people, it do…
-
We just upgraded spring cloud to Dalston SR3 and Spring boot to 1.5.6.RELEASE. When trying to send a PUT request with form data we get an exception:
```
java.lang.IllegalStateException: Cannot conve…
-
## **I follow the spring cloud official document,and write a demo about spring cloud zuul. I can access the other microservice through the zuul. but when I can access /routes,I get the following resul…
-
I am using `Dalston.SR3` for my Zuul server. The requests are routed using a `Ribbon Client` with `Hystrix`. Noticed that a server is allocated in `LoadBalancerContext` class for a given request. Is …
-
This bug is similar to the classnotfound error with TraceProxyRequestHelper: https://stackoverflow.com/questions/39268604/could-not-start-springboot-admin-java-lang-noclassdeffounderror-org-springfram…
Pytry updated
7 years ago
-
I followed below, and error occured when registrying the webapp to Service-Center.
BTW, it works in No loadbalance mode.
service-center-0.1.1-windows-amd64, and I run start.bat in windows.
…
-
Hi.
I'm using eureka with Netflix OSS such as zuul, ribbon etc in spring cloud.
I will use zuul for API Gateway.
So, need to store API info such as url, header, payload..
I understood that eureka …
-
If I undeploy spring-boot-admin in a `tomcat8`, the following warnings for memoryleaks are displayed in the logs.
```
Sep 08, 2017 9:00:03 AM org.apache.catalina.loader.WebappClassLoaderBase clear…