-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
Failed to read artifact descriptor for com.alibaba:dubbo:jar:2.6.3 #2326
Comments
I have the same question. Is there any official answer? |
2.6.3 is also on the release way. Lack of dubbo-parent, maybe it's our fault. Pls use 2.6.2 instead. |
I rolled back to version 2.5.10. |
@huadong The Apache community is still voting for v2.6.3, so it's not available at present. I have updated the release note: https://github.com/apache/incubator-dubbo/releases/tag/untagged-24fcb73b05663c44192a |
@chickenlj Thank you! |
I have the same question. |
@chickenlj I had packaged v2.6.3 from the source code. When shutdown tomcat, it logged this WARNING:
So I had to kill the tomcat process instead of executing the shutdown.sh of tomcat. Should I do any more configurations? |
@dslchd According to #1155, the netty blocks shutdown tomcat.
tomcat shutdown normally after exclude netty from curator-framework. |
@huadong Thank you for your answer. |
@huadong Please don't mix up the issues, please file a new issue for the elegant shutdown issue. |
Environment
Step to reproduce this issue
Actual Result
com.alibaba:dubbo-parent:pom:2.6.3 has not been deployed to http://mvnrepository.com/artifact/com.alibaba/dubbo-parent
but all of others have been deployed to http://mvnrepository.com/artifact/com.alibaba/dubbo
The text was updated successfully, but these errors were encountered: