Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.ClassCastException: java.lang.String cannot be cast to com.orientechnologies.orient.core.db.record.OIdentifiable #8054

Closed
User124125 opened this issue Feb 2, 2018 · 3 comments
Assignees

Comments

@User124125
Copy link

User124125 commented Feb 2, 2018

OrientDB Version: v2.2.31

Java Version: version8 update45 (Build 1.8.0_45-b15)

OS: WIN10 64bit

Expected behavior

after executing the query in the bottom the graph view should continue beeing able to show "select * from Konto"

Actual behavior

after executing the query in the bottom the graph view in orientdb studio throws the error in the title when quering "select * from Konto"

Steps to reproduce

SCHEMA---------------------
vertex Konto
every: STRING, mandatory, not null
incby:DOUBLE, mandatory, not null
kontostand:DOUBLE, mandatory, not null
lastUpdated:DOUBLE, mandatory, not null
name: STRING, mandatory, not null
showDetails:BOOLEAN, mandatory, not null
vertexyEdge:STRING, mandatory, not null

edge listSuccesor
vertexEdge:STRING, mandatory, not null

---query------------------------
db.query(
"UPDATE #26:1 SET kontostand = 100, name = 'Freuden des Lebens', every = 'month', incby = 100, showDetails = false, vertexEdge = 'vertex', in_listSuccessor = ['#61:0'], out_listSuccessor = ['#62:0'], lastUpdated = '2018-02-02T05:31:24.584Z'"
)

@User124125 User124125 reopened this Feb 2, 2018
@luigidellaquila
Copy link
Member

Duplicate, please see orientechnologies/orientdb-studio#505

@User124125
Copy link
Author

is there a way to delete this dublicate ?

@luigidellaquila
Copy link
Member

Hi @AlexPGithub

No problem, you can leave it as it is

Thanks

Luigi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants