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.

OCommandExecutorNotFoundException on simple record copy

See original GitHub issue

Hi,

I am using Orient 2.0.5 and trying to make the copy example work. Here’s my command:

insert into User from ( select from Tenant where @rid = #12:0 )

This produces the following error:

Error: com.orientechnologies.orient.core.command.OCommandExecutorNotFoundException: Cannot find a command executor for the command request: sql.( select from Tenant where @rid = #12:0 )

Record #12:0 is in database. User class is a simple class without any properties defined or restricted (i.e. just a shell).

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
luigidellaquilacommented, May 25, 2015

Hi @andreyvk

have you tried this?

insert into ActionLog return @this from select from Tenant where @rid = #12:0

0reactions
andreyvkcommented, May 27, 2015

Hi @luigidellaquila,

That works well actually. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Making a copy of record without edges - Stack Overflow
Is there a way to make a copy of an arbitrary OrientDB record ... OCommandExecutorNotFoundException: Cannot find a command executor for the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

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