-
Notifications
You must be signed in to change notification settings - Fork 35
Error running command databricks.connection.configureWorkspace: spawn UNKNOWN #947
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I installed Databricks extension for VS Code. When I click on "Configure Databricks", it shows an error: Error running command databricks.connection.configureWorkspace: spawn UNKNOWN. From sdk-and-extension-logs.json I found following:
{
"error": {
"code": "UNKNOWN",
"errno": -4094,
"message": "spawn UNKNOWN",
"stack": "Error: spawn UNKNOWN\n\tat ChildProcess.spawn (node:internal/child_process:413:11)\n\tat spawn (node:child_process:817:9)\n\tat execFile (node:child_process:360:17)\n\tat node:child_process:253:21\n\tat node:electron/js2c/asar_bundle:2:3177\n\tat CliWrapper.getBundleSchema (c:\\Users\\{user}\\.vscode\\extensions\\databricks.databricks-1.2.3-win32-x64\\out\\extension.js:70680:30)\n\tat generateBundleSchema (c:\\Users\\{user}\\.vscode\\extensions\\databricks.databricks-1.2.3-win32-x64\\out\\extension.js:77151:34)\n\tat activate (c:\\Users\\{user}\\.vscode\\extensions\\databricks.databricks-1.2.3-win32-x64\\out\\extension.js:85708:3)\n\tat process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n\tat async v.n (c:\\Users\\{user}\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\out\\vs\\workbench\\api\\node\\extensionHostProcess.js:124:6205)\n\tat async v.m (c:\\Users\\{user}\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\out\\vs\\workbench\\api\\node\\extensionHostProcess.js:124:6168)\n\tat async v.l (c:\\Users\\{user}\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\out\\vs\\workbench\\api\\node\\extensionHostProcess.js:124:5625)",
"syscall": "spawn"
},
"level": "error",
"logger": "Extension",
"message": "Failed to load bundle schema: ",
"timestamp": 1700640182385
}
I have tried:
- Reinstalling VS Code
- Reinstalling the extension
- Reinstalling portable version of VS Code and installing the extension on it
But no luck, problem stays the same. I'm running Windows 11 x64.
Any tips with this one?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working