redhat-developer / vscode-server-connector

📦 Connects Visual Studio Code to your server adapters and run, deploy apps !!
Eclipse Public License 2.0
56 stars 26 forks source link

Unable to add WildFly Server 31.0.1 #610

Open jcimino opened 3 months ago

jcimino commented 3 months ago

I have recently upgraded my application to WildFly Server 31.0.1. When trying to add a new from file, I am getting an error "Unable to create the server: Extension backend error - could not detect any server".

Are you planning on adding support for the latest WildFly version?

libnoon commented 1 month ago

Hello, I have the exact same error. I have a Wildfly 31.0.1 untarred. Install the extension, add server, select the wildfly directory: it fails with

Unable to create the server: Extension backend error - could not detect any server at .../downloads/wildfly-31.0.1.final!

I realize that the path has been downcased in the error message. Since I'm on Linux, my filesystem is case-sensitive, it is a bad practice to downcase paths in messages. Oh, could that be the actual bug?

robstryker commented 3 weeks ago

I'm not currently able to replicate this issue. A recent commit has added wfly 30.0.1, 31.0.1, and 32.0.1 to the list of downloadable runtimes over at https://github.com/jboss-developer/jboss-stacks but I don't think that should have changed anything.

I am also on linux.

@libnoon can you tell me more about your exact process, with specific URLs? Thanks in advance.