You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but it throw an error
Error: com.orientechnologies.orient.enterprise.channel.binary.OResponseProcessingException: Exception during response processing
Error: java.lang.ArrayIndexOutOfBoundsException
Steps to reproduce
This query already worked in Orientdb 2.2.X
The text was updated successfully, but these errors were encountered:
Which version of 2.2.x works for you? I've tested 2.2.26, 2.2.30, 2.2.33 and 2.2.35 but only 2.2.26 and 2.2.30 work for me. 2.2.33 and 2.2.35 return an error as I mentioned in #8297.
Even in these versions, traverse doesn't work fine as I expected.
OrientDB Version: <3.0.1>
Java Version: <1.8>
OS: <Linux, Debian>
I have a distributed configuration with 3 servers :
I already used this conf in orientdb 2.2.x and i wanted to test it in Orientdb 3,
I added a new vertex named : customer in the cluster customer_dsc
create vertex customer cluster customer_dsc set identifier ='id_1', name='name_1'
so when i use this query
select from customer
i want to seeExpected behavior
|4 |#16:4|customer|id_1 |name_1 |
Actual behavior
but it throw an error
Error: com.orientechnologies.orient.enterprise.channel.binary.OResponseProcessingException: Exception during response processing
Error: java.lang.ArrayIndexOutOfBoundsException
Steps to reproduce
This query already worked in Orientdb 2.2.X
The text was updated successfully, but these errors were encountered: