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

Receiving Origin Connection Exception in Certain Scenarios #976

Closed
agx5109 opened this issue Jan 17, 2021 · 2 comments
Closed

Receiving Origin Connection Exception in Certain Scenarios #976

agx5109 opened this issue Jan 17, 2021 · 2 comments
Labels

Comments

@agx5109
Copy link

agx5109 commented Jan 17, 2021

I create a simple forwarding rule which redirects /debug/** -> www.google.com/search

If I hit the URL directly through curl/browser it works fine but through zuul I am receiving the error com.netflix.zuul.netty.connectionpool.OriginConnectException: Origin server inactive

Properties:

eureka.preferSameZone=false
eureka.validateInstanceId=false
eureka.shouldFetchRegistry=false
eureka.registration.enabled=false
eureka.shouldUseDns=false

zuul.server.port.main=9500

debug.ribbon.listOfServers=https://www.google.com
debug.ribbon.client.NIWSServerListClassName=com.netflix.loadbalancer.ConfigurationBasedServerList
2021-01-17 21:22:40 WARN  [Salamander-ClientToZuulWorker-15] [fqdn:] [tId:] [rId:2a98190d-1d26-4f5b-8faa-c2e064b5cc7c] com.netflix.zuul.filters.endpoint.ProxyEndpoint: FAILURE_ORIGIN_RESET_CONNECTION, origin = E5OAM0U29J3XK248H67JOFHZDO6Z59, origin channel info = Channel: [id: 0x77d533fa, L:/192.168.0.117:65185 ! R:www.google.com/216.58.200.132:443], active=false, open=false, registered=true, writable=false, id=77d533fa, Passport: CurrentPassport {start_ms=1610898760678, [+0=SERVER_CH_ACTIVE, +12722310=IN_REQ_HEADERS_RECEIVED, +13131065=FILTERS_INBOUND_START, +13416607=IN_REQ_LAST_CONTENT_RECEIVED, +14274315=FILTERS_INBOUND_END, +14932415=ORIGIN_CH_CONNECTING, +15526092=ORIGIN_CONN_ACQUIRE_START, +30948938=ORIGIN_CH_CONNECTED, +31021389=ORIGIN_CONN_ACQUIRE_END, +31246435=OUT_REQ_HEADERS_SENDING, +31622363=OUT_REQ_LAST_CONTENT_SENDING, +31715295=OUT_REQ_HEADERS_SENT, +31772330=OUT_REQ_LAST_CONTENT_SENT, +31815858=ORIGIN_CH_ACTIVE, +46996526=ORIGIN_CH_EXCEPTION, +47003722=ORIGIN_CH_EXCEPTION, +48320465=ORIGIN_CH_IO_EX, +49047269=ORIGIN_RETRY_START, +49396004=ORIGIN_CH_CONNECTING, +50867593=ORIGIN_CONN_ACQUIRE_START, +51184775=ORIGIN_CH_CLOSE, +51754982=ORIGIN_CH_INACTIVE, +51981519=ORIGIN_CH_CLOSE, +66975226=ORIGIN_CH_CONNECTED, +67091767=ORIGIN_CONN_ACQUIRE_END, +67445162=OUT_REQ_HEADERS_SENDING, +67902135=OUT_REQ_LAST_CONTENT_SENDING, +68040590=OUT_REQ_HEADERS_SENT, +68097995=OUT_REQ_LAST_CONTENT_SENT, +68136012=ORIGIN_CH_ACTIVE, +83343041=ORIGIN_CH_INACTIVE, +83478549=NOW]}
com.netflix.zuul.netty.connectionpool.OriginConnectException: Origin server inactive
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 23, 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

1 participant