vscode-server-connector icon indicating copy to clipboard operation
vscode-server-connector copied to clipboard

Cannot add deployment to server

Open jfrantzius opened this issue 2 years ago • 1 comments

Server Connector v0.26.1 Remote Server Protocol UI v0.23.17

When I add a deployment to a server, it doesn't show up below that server.

To reproduce:

  1. Right-click "Red Hat Server Connector", choose e.g. "wildfly-27.0.1 final"
  2. Choose "download", confirm license, wait for download
  3. Right-click "wildfly-27.0.1.Final", choose "Add deployment"
  4. Select an exploded war file from file system, confirm
  5. Answer "Do you want to edit optional deployment parameters?" with "No"

Observed behaviour No deployment visible below server "wildfly-27.0.Final"

Expected behaviour: Deployment should turn up below server

Workaround: With the Tomcat server 9.0.41, the following once worked as a workaround, but it didn't when I tried with Wildfly:

  1. Right-click "apache-tomcat-9.0.41", choose "Add deployment"
  2. Select an exploded war file from file system, confirm
  3. Answer "Do you want to edit optional deployment parameters?" with "Yes"
  4. Confirm following questions with Return key

Afterwards, the deployment became visible below the Tomcat server.

jfrantzius avatar Mar 07 '23 13:03 jfrantzius

I'm not able to replicate currently on either linux or windows. Currently everything seems working fine for me =/ I'll keep my eyes open. Have you tried restarting the vscode instance?

robstryker avatar Mar 07 '23 17:03 robstryker