Discussions
Categories
- 196.8K All Categories
- 2.2K Data
- 238 Big Data Appliance
- 1.9K Data Science
- 450.2K Databases
- 221.7K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 550 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 544 SQLcl
- 4K SQL Developer Data Modeler
- 187K SQL & PL/SQL
- 21.3K SQL Developer
- 295.8K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.5K Development Tools
- 107 DevOps
- 3.1K QA/Testing
- 646K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 154 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 18 Java Essentials
- 160 Java 8 Questions
- 86K Java Programming
- 80 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 437 LiveLabs
- 38 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 232 Portuguese
Encountering Error When Running on Remote Server

Seeing this persistently when starting language server:
Looked for incorrect parameter to look at correcting the issue but none of the settings contain this parameter.
Any help advice very much appreciated.
Comments
-
I assume you are talking about a server based VS Code fork?
If so, what exactly are you using? Is it:
Also, what version of our extension are you using?
-
Thank you for the reply.
The extention is installed via the VSC market place.
Once installed, I can then use (install remotely) via the Microsoft remote SSH extention onto a given server.
The version installed is 21.4.0.
-
Hi,
Is this what you are using?
1) https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh
2) https://code.visualstudio.com/docs/remote/remote-overview
3) https://code.visualstudio.com/docs/remote/ssh-tutorial
Have you ever installed any other extension remotely in this way? If so, which one and how did you do it exactly? Please provide the exact steps.
Finally please tell me as much as you can about the remote VM. Is it in Azure? What flavor and version of Linux is it running? Is the .NET Runtime installed on it? If so what version?
Our extension requires the .NET Runtime. Normally when you install it, if you do not have the runtime installed it will open a dialog and tell you how to install it. But I have a feeling this can't happen in remote installs so you should make sure that the .NET Runtime is installed on the server where you are trying to install this.
For example, if it is linux:
-
Thanks Christian for digging into this...
Answers are...
1) Yes
2) No
3) Some of the detail appears to apply but not all.
It is a pretty simple setup really.
I have an AWS based VM (EC2 Instance) running RHEL 7.9 that I have installed dotnet 6.0 (personal info obscured).
I use the remote SSH extension to install the Oracle Developer Tools remotely once I have instaniated the connection.
To achieve this the extensions tab offers an install in SSH session as below (IP obscured).
I have to say this used to work floorlessly (21.4.0) but since I was prompted to up the Dotnet version to 6.0 it has started to display the error stack reported above.
Thanks
John