redhat-developer / vscode-server-connector

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

Show Output Channel server option not working #482

Closed Ridiculon closed 3 years ago

Ridiculon commented 3 years ago

Hi, in the last week or so the right-click option to show the output channel for a specific server seems to have stopped working. I am running a Wildfly 18 server and so far I've tried: -restarting the server -completely redeploying the server -restarting the RSP provider -recreating the server -reloading VSCode -restarting VSCode -restarting my computer

Any help would be appreciated!

robstryker commented 3 years ago

I'm not able to replicate this. @odockal are you able to?

Ridiculon commented 3 years ago

This is the stderr i'm seeing, but i don't know if its related image

robstryker commented 3 years ago

This error is very common throughout the web (tomcat, felix, jira, and others) when using java 11. This output is just a warning and should not affect behavior at all. In future releases, java intends to error when this occurs, and we all expect that apache felix will fix their implementation to be complying by that time.

odockal commented 3 years ago

@Ridiculon Thanks for reporting, If you start server, Output view just do not automatically pop ups, right? If so, have you tried to choose different output channel in drop down list on the right (referring to your image)? Server wildfly-18 should be there. Also, if there is a bug, it should show up in developers console (Help -> toggle developer tools -> Console) after the action is performed. Is there any error?

Ridiculon commented 3 years ago

@odockal Correct, the Output shows like this on server start: image

From there if I use the 'Show Output Channel' option nothing happens in either the Output or the dev tools console. So no bugs but also no console messages at all (even if i switch the console to 'verbose').

I am able to get to the output through the dropdown still so this isn't a major issue, just thought you guys should know about it

robstryker commented 3 years ago

@odockal can you just verify if this is replicatable or not? Thanks.

odockal commented 3 years ago

I tried today with vscode-server-connector 0.23.11 and vscode-rsp-ui 0.23.9 on VScode 1.56.0. I was able to call Show output channel on multiple occasion and it always showed the Output Tab and server output. All seems in a good shape. I cannot reproduce.

P.S. I tried WF 18 and 22.

robstryker commented 3 years ago

Closing as cannot replicate, sadly