-
Notifications
You must be signed in to change notification settings - Fork 540
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
Proxies fail to start "bind: can't assign requested address" #7317
Comments
@davidfowl thank you for the pointer, I am indeed new to Aspire and trying out the starter app template to figure out what's what and what Aspire can do for me. I've updated the description to better show the problem I'm running into, which are (apparently) the proxies that fail to start. |
cc @danegsta |
@Bouke I assume you are sure there is no more than one instance of the application running. What is the networking stack configuration of your machine? Is it IPv6-only? Dual IPv4 and IPv6? Do you have any proxy/VPN software running on the machine? Does the errors disappear if you sed |
@karolz-ms Indeed, there's no other instance running. There's nothing bound to those ports either: I have quite a few interfaces defined, amongst which a vpn (ipsec tunnel). With the vpn off, the error remains. My primary interface (en0) is dual IPv4 and IPv6. Using
|
I've seen that error a lot too, usually when stopping and restarting the host. My current workaround is waiting for a minute or two. Not ideal but it seems to work for me. |
Is there an existing issue for this?
Describe the bug
When I run the starter app template, the proxies aren't started. The webfrontend and apiservice are started and running just fine, but the proxies aren't listening. The logs show an error about not being able to assign the requested address. As a result, the service reference to apiservice in webfrontend is not working, and the 'Weather' page fails.
Expected Behavior
The proxies to be working.
Steps To Reproduce
Exceptions (if any)
.NET Version info
Anything else?
I found another bug report about port binding, which is reportedly fixed (#6693), so I also tried with the latest preview build (9.1.0-preview.1.25079.2), but that doesn't fix it.
The text was updated successfully, but these errors were encountered: