Suddenly stopped working #19366
Unanswered
JayBaywatch
asked this question in
Q&A
Replies: 1 comment 7 replies
-
@JayBaywatch the problem appears to be the path to the SQL Tools Service is incorrect. It says Can you provide more specific details on your version of mac OS? Thanks! |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Azure Data Studio on OSX suddenly stopped working for me today (2022/05/12) after a reboot of my macbook.
I tried installing the latest insiders build but get the same error, "Failed to start SQL Tools Service"".
Reviewing the console in devtools, I see the following which looks like it could be the issue.
common.css:1 Failed to load resource: net::ERR_FILE_NOT_FOUND
console.ts:137 [Extension Host] (node:3692) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.(Use
Azure Data Studio Helper (Renderer) --trace-deprecation ...
to show where the warning was created) (at writeOut (internal/process/warning.js:43:3))g @ console.ts:137
console.ts:137 [Extension Host] Initialized Azure account extension storage. (at /private/var/folders/_4/bnnlv5qx61nc7b7z2w0_26_0l403lw/T/AppTranslocation/064FEB48-3A28-4E4F-862C-7BF51565AFAC/d/Azure Data Studio - Insiders.app/Contents/Resources/app/extensions/azurecore/dist/extension.js:2:674542)
log.ts:301 ERR An unknown error occurred. Please consult the log for more details.
log.ts:301 ERR Cannot read property 'length' of undefined: TypeError: Cannot read property 'length' of undefined
at Object.getChildren (vscode-file://vscode-app/private/var/folders/_4/bnnlv5qx61nc7b7z2w0_26_0l403lw/T/AppTranslocation/064FEB48-3A28-4E4F-862C-7BF51565AFAC/d/Azure%20Data%20Studio%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2537:21492)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
notificationsAlerts.ts:40 Failed to start SQL Tools Service
onDidChangeNotification @ notificationsAlerts.ts:40
mainThreadExtensionService.ts:95 Activating extension 'Microsoft.mssql' failed: EROFS: read-only file system, mkdir '/private/var/folders/_4/bnnlv5qx61nc7b7z2w0_26_0l403lw/T/AppTranslocation/064FEB48-3A28-4E4F-862C-7BF51565AFAC/d/Azure Data Studio - Insiders.app/Contents/Resources/app/extensions/mssql/sqltoolsservice/Unknown/3.0.0-release.247'.
$onExtensionActivationError @ mainThreadExtensionService.ts:95
vscode-app-1652403552141.log
Any ideas on what's going on here and maybe a push in the right direction?
Beta Was this translation helpful? Give feedback.
All reactions