tested .. no more exceptions ..

continuing my tests now with performance ..

On Monday, April 14, 2014 2:18:15 PM UTC-4, Dodong Juan wrote:
>
> I will download the latest SNAPSHOT and retest ..
>
>
> On Monday, April 14, 2014 1:34:38 PM UTC-4, Lvc@ wrote:
>>
>> Hi Fixed. The problem relied on the lightweight edges that weren't 
>> properly serialized.
>>
>> May you try it again?
>>
>> Lvc@
>>
>>
>>
>> On 11 April 2014 17:02, Dodong Juan <[email protected]> wrote:
>>
>>> Any assistance on this ..?
>>>
>>>
>>> On Thursday, April 10, 2014 9:33:41 AM UTC-4, Dodong Juan wrote:
>>>>
>>>> help ..?
>>>>
>>>> On Wednesday, April 9, 2014 4:24:49 PM UTC-4, Dodong Juan wrote:
>>>>>
>>>>>
>>>>> Here is the issue :
>>>>>
>>>>> https://github.com/orientechnologies/orientdb/issues/2203
>>>>>
>>>>>
>>>>> create db on one node.
>>>>> start node1 and node2
>>>>>
>>>>>  
>>>>>
>>>>> create class Owns extends E
>>>>>
>>>>>  
>>>>>
>>>>> create class Person extends V
>>>>>
>>>>> create class Car extends V
>>>>>
>>>>>  
>>>>>
>>>>> create vertex Person content {"UUID":"1","type":"Person", "first": 
>>>>> "Dodong", "last":"Juan"}
>>>>>
>>>>> create vertex Car content {"UUID":"2","type":"Car", "year": "2014", 
>>>>> "Make":"Audi"}
>>>>>
>>>>>  
>>>>>
>>>>>  
>>>>>
>>>>> orientdb {inventorydb}> select from Car
>>>>>
>>>>>  
>>>>>
>>>>> ----+-----+----+----+----+----
>>>>>
>>>>> #   |@RID |UUID|type|year|Make
>>>>>
>>>>> ----+-----+----+----+----+----
>>>>>
>>>>> 0   |#13:0|2   |Car |2014|Audi
>>>>>
>>>>> ----+-----+----+----+----+----
>>>>>
>>>>>  
>>>>>
>>>>> 1 item(s) found. Query executed in 0.0040 sec(s).
>>>>>
>>>>> orientdb {inventorydb}> select from Person
>>>>>
>>>>>  
>>>>>
>>>>> ----+-----+----+------+------+----
>>>>>
>>>>> #   |@RID |UUID|type  |first |last
>>>>>
>>>>> ----+-----+----+------+------+----
>>>>>
>>>>> 0   |#12:0|1   |Person|Dodong|Juan
>>>>>
>>>>> ----+-----+----+------+------+----
>>>>>
>>>>>  
>>>>>
>>>>> 1 item(s) found. Query executed in 0.0010 sec(s).
>>>>>
>>>>> orientdb {inventorydb}> create edge Owns from #12:0 to #13:0
>>>>>
>>>>>  
>>>>>
>>>>> Error: com.orientechnologies.orient.core.exception.OStorageException: 
>>>>> Error on executing command: sql.create edge Owns from #12:0 to #13:0
>>>>>
>>>>>  
>>>>>
>>>>> Error: java.lang.IllegalArgumentException: Unsupported record type: 0
>>>>>
>>>>>  
>>>>>
>>>>> Error: java.lang.IllegalArgumentException: Record type '0' is not 
>>>>> supported
>>>>>
>>>>>  -- 
>>>
>>> --- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "OrientDB" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to [email protected].
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to