-
Notifications
You must be signed in to change notification settings - Fork 6
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
RDT does not work with Java 13.0.1 #90
Comments
Yes, this is a known pathology that we don't really know the cause of. Out of curiosity, is the RDT working for you using the "guest" login with blank password? We are having troubles with the Jenkins validation server and RDT, and one theory is that it was some sort of firewall problem. But if it is working for you from China, that theory is not very good. |
piPBRTList gave me errors as below when I logged in as "guest":
|
So, it works when you use an actual account on the archiva server (with a password) but not when you try to read as "guest"? |
Yes. |
RDT does not work with Java 13.0.1, which is the default version if people just run
brew cask install java
Instead, I used the following command to install Java 8.0, which makes the RDT worked for me.
brew tap adoptopenjdk/openjdk
brew cask install adoptopenjdk8
The text was updated successfully, but these errors were encountered: