We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if i didn't write <dubbo:provider server="netty4"></dubbo:provider> in dubbo-demo-provider.xml, this program will report an error
<dubbo:provider server="netty4"></dubbo:provider>
dubbo-demo-provider.xml
https://github.com/apache/incubator-dubbo/tree/master/dubbo-demo/
If there is an exception, please attach the exception trace:
The text was updated successfully, but these errors were encountered:
In my local env, it works only with adding -Djava.net.preferIPv4Stack=true to vm args.
-Djava.net.preferIPv4Stack=true
@yejunyu u can check it again. Make sure your local repo is clean.
Sorry, something went wrong.
Pls. feel free to reopen if necessary.
No branches or pull requests
Environment
Step to reproduce this issue
if i didn't write
<dubbo:provider server="netty4"></dubbo:provider>
indubbo-demo-provider.xml
,this program will report an error
If there is an exception, please attach the exception trace:
The text was updated successfully, but these errors were encountered: