You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make RDT work on a virtual machine at Stanford, I needed to set up a proxy server this way. Perhaps this issue will arise for other people or us at a later point.
The text was updated successfully, but these errors were encountered:
After doing this the 'listArtifacts' method works, but the 'readArtifact' method still does not work. It stops on line 91, gradleFetchArtifact(). Freezes.
We noticed (on stack overflow) the need to set these parameters.
-Dhttp.proxyHost=*** -Dhttp.proxyPort=***
So, we did that and then we ran into a download problem. Message the IT team. Progress, but not yet solved.
To make RDT work on a virtual machine at Stanford, I needed to set up a proxy server this way. Perhaps this issue will arise for other people or us at a later point.
The text was updated successfully, but these errors were encountered: