Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem with starting extension in WSL

user13016225Jan 8 2025

After Windows Update extension is not working in WSL anymore.

Can't connect to the port 44873 (or any random port that the app wants to start with).

I've tested there is no firewall restriction, I created dummy python app that listens to port X and there was no problem.

Downgrading to other extension version did not help.

2025-01-08 13:10:58.742 [info] ExtensionService#_doActivateExtension Oracle.sql-developer, startup: false, activationEvent: 'onStartupFinished'

2025-01-08 13:11:14.376 [error] Activating extension Oracle.sql-developer failed due to an error:

2025-01-08 13:11:14.376 [error] Error: connect ECONNREFUSED 127.0.0.1:44873

at TCPConnectWrap.afterConnect \[as oncomplete\] (node:net:1611:16)

[1/8/2025, 1:11:14 PM] [dbtools-client ] [INFO ] Server 'Oracle SQL Developer for VS Code' 24.3.1 running at http://localhost:44873/

[1/8/2025, 1:11:14 PM] [dbtools-client ] [INFO ] Language Services connecting at http://localhost:44873/20221610/language-server/socket

[1/8/2025, 1:11:14 PM] [dbtools-client ] [INFO ] Language Services Websocket Created

[1/8/2025, 1:11:14 PM] [language-service] [ERROR] connectServer->error

connect ECONNREFUSED 127.0.0.1:44873

[1/8/2025, 1:11:14 PM] [dbtools-ext ] [ERROR] connect error

connect ECONNREFUSED 127.0.0.1:44873

[1/8/2025, 1:11:14 PM] [language-service] [INFO ] Closing

Comments
Post Details
Added on Jan 8 2025
2 comments
159 views