Hi Luca, it seem to work now.

But just tested with leightweight edges.

http://i.imgur.com/K18qTWm.png

Am Freitag, 26. September 2014 02:32:19 UTC+2 schrieb Lvc@:
>
> Hey Curtis,
> I've just fixed a bug on edge creation. Please could you retry with last 
> ETL version from github? (1.1-SNAPSHOT)
>
> Lvc@
>
>
> On 28 August 2014 18:44, 'Curtis Mosters' via OrientDB <
> [email protected] <javascript:>> wrote:
>
> D:\Eclipse LaTeX\DB - orientdb\orientdb-community-2.0-SNAPSHOT\bin>oetl.bat 
> back
> up\luca\Author.json
> OrientDB etl v.2.0-SNAPSHOT (build @BUILD@) www.orientechnologies.com
> BEGIN ETL PROCESSOR
> [orientdb] DEBUG - OrientDBLoader: created vertex class 'Author'
> [orientdb] DEBUG - OrientDBLoader: created property 'Author.id' of type: 
> string
> + extracted 0 records (0 records/sec) - 0 records -> loaded 0 vertices (0 
> vertic
> es/sec) Total time: 1000ms [0 warnings, 0 errors]
> [orientdb] DEBUG - OrientDocumentLoader: created index 'Author.id' type 
> 'UNIQUE_
> HASH_INDEX' against Class 'Author', fields [id:string]
> BEFORE->{id:1,name:asdd}
> AFTER->v(Author)[#11:0]
> BEFORE->{id:2,name:aasdasd}
> AFTER->v(Author)[#11:1]
> END ETL PROCESSOR
> + extracted 5 records (8 records/sec) - 5 records -> loaded 2 vertices (3 
> vertic
> es/sec) Total time: 1565ms [0 warnings, 0 errors]
> D:\Eclipse LaTeX\DB - orientdb\orientdb-community-2.0-SNAPSHOT\bin>oetl.bat 
> back
> up\luca\Post.json
> OrientDB etl v.2.0-SNAPSHOT (build @BUILD@) www.orientechnologies.com
> BEGIN ETL PROCESSOR
> [orientdb] DEBUG - OrientDBLoader: created vertex class 'Post'
> [orientdb] DEBUG - OrientDBLoader: created property 'Post.id' of type: 
> string
> + extracted 0 records (0 records/sec) - 0 records -> loaded 0 vertices (0 
> vertic
> es/sec) Total time: 1000ms [0 warnings, 0 errors]
> [orientdb] DEBUG - OrientDocumentLoader: created index 'Post.id' type 
> 'UNIQUE_HA
> SH_INDEX' against Class 'Post', fields [id:string]
> + extracted 0 records (0 records/sec) - 0 records -> loaded 0 vertices (0 
> vertic
> es/sec) Total time: 2s [0 warnings, 0 errors]
> BEFORE->{title:jop es klappt,author_id:1,text:wdwd}
> MIDDLE->v(Post)[#12:0]
> [1:edge] DEBUG joinValue=1, lookupResult=Author#11:0{id:1,name:asdd} v1
> AFTER->v(Post)[#12:0]
> BEFORE->{title:aaaa,author_id:2,text:awfwaf}
> MIDDLE->v(Post)[#12:1]
> [3:edge] DEBUG joinValue=2, lookupResult=Author#11:1{id:2,name:aasdasd} v1
> AFTER->v(Post)[#12:1]
> END ETL PROCESSOR
> + extracted 5 records (68 records/sec) - 5 records -> loaded 2 vertices (
> 27 vert
> ices/sec) Total time: 2073ms [0 warnings, 0 errors]
>
>
>
> Am Donnerstag, 28. August 2014 18:03:03 UTC+2 schrieb Lvc@:
>
> Curtis,
> Please update the ETL project, I've just pushed 2 fixes.
>
> Please drop the database and restart from scratch.
>
> Lvc@
>
> ᐧ
>
>
> On 28 August 2014 17:50, 'Curtis Mosters' via OrientDB <
> [email protected]> wrote:
>
> Totally forgot that it is a complete other config. For sure. Now it's 
> working in the studio.
>
> I again tried the ETL script but still having this here:
>
> D:\Eclipse LaTeX\DB - orientdb\orientdb-community-2.0-SNAPSHOT\bin>oetl.bat 
> back
> up\luca\Author.json
> OrientDB etl v.2.0-SNAPSHOT (build @BUILD@) www.orientechnologies.com
> Exception in thread "main" com.orientechnologies.orient.core.exception.
> OConfigur
> ationException: Error on creating ETL processor
>         at com.orientechnologies.orient.etl.OETLProcessor.<init>(OETLPr
> ocessor.j
> ava:163)
>         at com.orientechnologies.orient.etl.OETLProcessor.main(OETLProc
> essor.jav
> a:220)
> Caused by: com.orientechnologies.orient.core.exception.ODatabaseException: 
> Canno
> t create database
>         at com.orientechnologies.orient.core.db.record.ODatabaseRecordA
> bstract.c
> reate(ODatabaseRecordAbstract.java:418)
>         at com.orientechnologies.orient.core.db.ODatabaseWrapperAbstract.
> create(
> ODatabaseWrapperAbstract.java:61)
>         at com.orientechnologies.orient.core.db.ODatabaseRecordWrapperA
> bstract.c
> reate(ODatabaseRecordWrapperAbstract.java:70)
>         at com.orientechnologies.orient.core.db.ODatabaseWrapperAbstract.
> create(
> ODatabaseWrapperAbstract.java:56)
>         at com.orientechnologies.orient.core.db.ODatabaseRecordWrapperA
> bstract.c
> reate(ODatabaseRecordWrapperAbstract.java:64)
>         at com.tinkerpop.blueprints.impls.orient.OrientGraphFactory.get
> Database(
> OrientGraphFactory.java:139)
>         at com.tinkerpop.blueprints.impls.orient.OrientGraphFactory.get
> Database(
> OrientGraphFactory.java:118)
>         at com.tinkerpop.blueprints.impls.orient.OrientGraphFactory.get
> NoTx(Orie
> ntGraphFactory.java:102)
>         at com.tinkerpop.blueprints.impls.orient.OrientGraphFactory.get(
> OrientGr
> aphFactory.java:78)
>         at com.orientechnologies.orient.etl.loader.OOrientDBLoader.conf
> igure(OOr
> ientDBLoader.java:185)
>         at com.orientechnologies.orient.etl.OETLProcessor.configureComp
> onent(OET
> LProcessor.java:470)
>         at com.orientechnologies.orient.etl.OETLProcessor.<init>(OETLPr
> ocessor.j
> ava:136)
>         ... 1 more
> Caused by: com.orientechnologies.orient.core.exception.ODatabaseException: 
> Canno
> t create database
>         at com.orientechnologies.orient.core.db.raw.ODatabaseRaw.create(
> ODatabas
> eRaw.java:150)
>         at com.orientechnologies.orient.core.db.ODatabaseWrapperAbstract.
> create(
> ODatabaseWrapperAbstract.java:61)
>         at com.orientechnologies.orient.core.db.record.ODatabaseRecordA
> bstract.c
> reate(ODatabaseRecordAbstract.java:369)
>         ... 12 more
> Caused by: java.lang.IllegalStateException: Location passed in WAL does 
> not exis
> t, or IO error was happened. DB can not work in durable mode in<s
>
> ...

-- 

--- 
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