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

Issue when adding WildFly server #575

Closed worksofliam closed 1 year ago

worksofliam commented 1 year ago

Hi

I am getting this after selecting my Wildfly installation directory when adding a server.

image

I have this in my configuration also:

    "rsp-ui.rsp.java.home": "/Library/Java/JavaVirtualMachines/temurin-11.jdk/Contents/Home"
worksofliam commented 1 year ago

Tried to downgrade to 0.25.6 and also removed the custom Java home with no luck.

Also, it would be useful if you folks had an output channel with more specific errors.

Edit: output channel only shows up after the server connector is started I think?

image
worksofliam commented 1 year ago

Got it working! Seems server connector needs to be running.

robstryker commented 1 year ago

Did you have to stay downgraded for it to work? Or does the newest version work for you?

worksofliam commented 1 year ago

@robstryker Had to stay downgraded.

When I try to start the RHSC, I get this error on the latest version (0.26.1):

image
robstryker commented 1 year ago

I'll be pushing updated error messaging and logic today. Let's see if this helps. Third time's a charm, right?

worksofliam commented 1 year ago

@robstryker Awesome - thank you!

I am very much enjoying this extension. Really streamlines my development.

robstryker commented 1 year ago

Seems this was fixed here, but i referenced the wrong issue.

robstryker commented 1 year ago

Again, try the newest version and let me know if this fixes anything. It's clear that the last part of the call wasn't doing what I thought it was, but now it is.

Hope this helps.