question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find a command executor for the command request error on Windows

See original GitHub issue

I 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:closed
  • Created 8 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
tarkalcommented, Oct 14, 2015

@maggiolo00 Yes it did thanks. I specifically had to add:

<transformer
                                    implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
                                    <resource>META-INF/services/com.orientechnologies.orient.core.sql.functions.OSQLFunctionFactory</resource>
                                </transformer>
                                <transformer
                                    implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
                                    <resource>META-INF/services/com.orientechnologies.orient.core.sql.OCommandExecutorSQLFactory</resource>
                                </transformer>

You can go ahead and close this issue. Thanks for your help.

0reactions
wolf4oodcommented, Oct 14, 2015

Cool @tarkal 😄

Read more comments on GitHub >

github_iconTop 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: &#34 ......
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 >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found