-
Notifications
You must be signed in to change notification settings - Fork 871
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
error upgrading from 2.X to 3.X: java.lang.UnsupportedOperationException: Cannot convert #8565
Comments
Hi @adepase Thank you for reporting, I'm checking it. Thanks Luigi |
HI @adepase I don't seem to be able to reproduce the problem, any chance to have a DB to reproduce it? Thanks Luigi |
Hi @luigidellaquila
Same error. Thank you |
Hi @adepase Thank you very much, I'm checking it. Thanks Luigi |
Hi @adepase I just pushed a fix, it will be released with v 3.0.9 Thanks Luigi |
Thank you, I'm waiting for it :) |
I just read the release notes for v 3.0.9 and I cannot find this issue in the list: is this correct in that version or not? If not, when will it be the release version and date? |
Hi @adepase Sorry, my fault, I forgot to flag the issue for the release, I'm updating the release notes now. Thanks Luigi |
Done |
Thank you, I'll try it immediately |
Well, not exactly immediately, but it works. ;-) |
OrientDB Version: 3.0.7
Java Version: java version "1.8.0_171"
Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode)
OS: Windows 10 Home
Expected behavior
Until (at least) version 2.2.23
Directly from Studio->Browse, execute the following query:
Result:
Actual behavior
exactly same query, from Studio->Browse (db exported and imported, apparently without any issue):
Error:
java.lang.UnsupportedOperationException: Cannot convert {Synset_lemmas_totalHits=5, a=[{ son: null parent: #17:25795 } , { son: null parent: #20:39457 } ], current={ } , b=[{ son: #17:1520 parent: null } , { son: #20:14296 parent: null } , { son: #19:27075 parent: null } , { son: #17:841 parent: null } , { son: #20:39859 parent: null } ], totalHits=5} - class com.orientechnologies.orient.core.command.OBasicCommandContext to JSON
Steps to reproduce
See above.
I cannot find any upgrade instruction about changes in the sql that could be impacted in the above query.
Please, help, I cannot upgrade in these conditions
The text was updated successfully, but these errors were encountered: