Hi,
OrientDB crashed with below message on CMD prompt:
2014-03-18 17:43:26:366 WARN ->0:0:0:0:0:0:0:1: Command not found: GET.rest/User
()/profileImage [ONetworkProtocolHttpDb]
2014-03-18 17:43:26:797 WARN ->0:0:0:0:0:0:0:1: Command not found: GET.rest/User
(5:0)/profileImage [ONetworkProtocolHttpDb]
2014-03-18 17:44:15:250 SEVE Internal server error:
java.lang.ArrayIndexOutOfBoundsException: -2 [ONetworkProtocolHttpDb]
2014-03-18 17:44:37:785 SEVE Internal server error:
java.lang.ArrayIndexOutOfBoundsException: -2 [ONetworkProtocolHttpDb]
2014-03-18 17:44:38:703 SEVE Internal server error:
java.lang.ArrayIndexOutOfBoundsException: -2 [ONetworkProtocolHttpDb]
Steps that I follows:
1. Added few more properties to OUser class. Added properties like firstName, lastName etc.
2. From Studio, I ran command "Select firstName from OUser" and server crashed.
Imp to note:
Even after defining my own properties and giving them value, if I run Select * from OUser, records returned do not have properties defined by me.
Regards,
Gaurav