-
Notifications
You must be signed in to change notification settings - Fork 26
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
Unable to create the server: Extension backend error - failed to download runtime in time #526
Comments
I have the same error. |
Same |
Are you all using java 17? I'll try to get a release out ASAP with java 17 support. The new extension should be backwards compatible with previous java versions too, if everything goes as expected. |
I have tried using both openjdk11 and 17 and they both don't work. What doesn't work is downloading a server through the extension. Although I can download the server binaries separately and then use it normally. CleanShot.2022-04-02.at.11.25.26.mp4Using downlaoded binaries: CleanShot.2022-04-02.at.11.31.33.mp4 |
Are you guys using M1 mac as well? I have tried to create a server on a Windows pc, it works but not on my M1 Mac. |
Yeah M1 on MBPro 2020. But i have the same problem on my Ryzen desktop |
Is this issue still replicatable with newer runtimes? There was an issue in the past where some download urls changed. |
Same Problem on windows 11 (64 Bit), JDK17, Paraya 6.2022.2 and Wildfly 27.0.1 final. The packaged ones install fine, but do not seem to ne able to deploy my war files. Unable to create the server: Extension backend error - could not detect any server at c:\users\someuser\downloads\wildfly-27.0.1.final\wildfly-27.0.1.final! |
I have a solution to the problem |
It's really strange. We don't expect the download to complete quickly, but we do expect the RSP server to respond that a download has been initiated within 7.5 seconds. Then there should be job / progress report on the download. |
Has this issue been fixed? |
I've still been unable to replicate the issue sadly. |
I used this guide to solve this problem : https://code.visualstudio.com/docs/java/java-tomcat-jetty.
|
I receive that error when trying to download Tomcat servers, is it possibly caused by an incompatible Java version?
The text was updated successfully, but these errors were encountered: