Cannot find a command executor for the command request error on Windows
See original GitHub issueI have an embedded version of OrientDB 2.1.2. When I execute the following SQL command on a Linux or OSX OS it works great:
DELETE VERTEX Team WHERE @rid=16:1
I also tried the following variations just in case all with the same outcome:
DELETE VERTEX Team WHERE @rid='16:1'
DELETE VERTEX Team WHERE @rid=#16:1
DELETE VERTEX Team WHERE @rid='#16:1'
However, if I run the exact same command(s) on a Windows OS I get the following error:
Cannot find a command executor for the command request: sql.DELETE VERTEX Team WHERE @rid=16:1
All the other SQL queries seem to work on all the OS.
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
OrientDB: Cannot find a command executor for the command ...
I am using orientdb community edition 1.7.9 on mac osx. Database Info: DISTRIBUTED CONFIGURATION: none (OrientDB is running in standalone mode).
Read more >Azure Databricks ADLS gen2 mount fails - Microsoft Q&A
Hi all,. We have some problems when trying to mount ADLS gen2 storage. The error when we run "dbutils.fs.mount" is: Operation failed: " ......
Read more >AWSITA - Job management messages - IBM
AWSITA004E Cannot find the executor for the job with ID "job_id". ... There was an internal error while setting the process command type...
Read more >WIP: Provide initial support for windows in docker executor
Our windows helper was unable to do git clone -type commands due to this. As a workaround, when the docker executor is used...
Read more >How To Fix “The System Cannot find the File Specified” Error
In this video, I will show you guys how to fix “The System Cannot find the File Specified” error in your windows computer....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@maggiolo00 Yes it did thanks. I specifically had to add:
You can go ahead and close this issue. Thanks for your help.
Cool @tarkal 😄