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

Trying to run zuul 2 sample but always got "Missing Endpoint filter, name = NO_ENDPOINT_NAME" #1054

Closed
YumiSuki opened this issue May 11, 2021 · 4 comments
Labels

Comments

@YumiSuki
Copy link

Problems

I am trying to learn zuul 2 by running zuul2-sample and then got [Salamander-ClientToZuulWorker-6] ERROR com.netflix.zuul.filters.endpoint.MissingEndpointHandlingFilter - Missing Endpoint filter, name = NO_ENDPOINT_NAME when perform HTTP GET request to zuul (http://localhost:9090).

What have I done?

I have clone and build zuul master without any problems and then I have disable eureka because it is always giving an error using these two properties configration:

eureka.validateInstanceId=false
eureka.shouldFetchRegistry=false

And then change zuul port to 9090 so I can access it easily using:

zuul.server.port.main=9090

Questions

  1. What have I done wrong and how can I fix it?
  2. How can I use zuul 2 for reverse proxy? Sample, tutorial or document would be helpful.

Any help would be appreciated. Thanks.

@rab4u
Copy link

rab4u commented May 19, 2021

I'm also facing the similar issue :
Error Information [Salamander-ClientToZuulWorker-0] com.netflix.zuul.filters.endpoint.MissingEndpointHandlingFilter.apply(MissingEndpointHandlingFilter.java:46)evel com.netflix.zuul.filters.endpoint.MissingEndpointHandlingFilter.apply(MissingEndpointHandlingFilter.java:46)ogger{36} - Missing Endpoint filter, name = com.netflix.sample.zuul.filters.outbound.ResponseFilter

There is no other logs or stack-trace. couldn't figure out how to fix the issue - Any help is much appreciated

@YumiSuki
Copy link
Author

Anyone help please? @SMakhrov @carl-mastrangelo @@artgon

Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Aug 22, 2024
Copy link

This issue was closed because it has been stalled for 7 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants