-
Notifications
You must be signed in to change notification settings - Fork 872
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
select max(localdate) from sitedata #5786
Comments
hi @Uditmittal Do you have a full stack trace ? |
Hi @Uditmittal even better, do you have a simple test case or sequence of commands to reproduce the problem? Thanks Luigi |
@tglman Here is my Stack Trace @luigidellaquila command is -- select max(localdate) from sitedata ; Thanks |
Hi @Uditmittal it seems to be a problem in the binary serialization, please wait @tglman comments Thanks Luigi |
hi @Uditmittal, unfortunatly i need the full data for investigate the problem, it seems a serialization issue, is there any way that you can share that data ? you can send it only to us to support@orientdb.com. the actual data i need is just the record that give the error and the database schema. Thanks Emanuele |
Hi, Waiting for a reply since a while, we fixed few issue on that part since this report, so i'm closing this, add more info if is still reproducible, we will reopen in case. Regards |
Error: com.orientechnologies.orient.core.exception.OCommandExecutionException: Error on execution of command: sql.select max(localdate) from sitedata
Error: java.lang.ArrayIndexOutOfBoundsException
When i Upgrade my Orientdb from 2.0 to 2.1.11 then is will shown error Why
when i execute this command on 2.0 it will work Fine !!!
The text was updated successfully, but these errors were encountered: