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 <
> orient-...@googlegroups.com <javascript:>> 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>(
> OETLProcessor.j
> ava:163)
>         at com.orientechnologies.orient.etl.OETLProcessor.main(
> OETLProcessor.jav
> a:220)
> Caused by: com.orientechnologies.orient.core.exception.ODatabaseException: 
> Canno
> t create database
>         at com.orientechnologies.orient.core.db.record.
> ODatabaseRecordAbstract.c
> reate(ODatabaseRecordAbstract.java:418)
>         at com.orientechnologies.orient.core.db.ODatabaseWrapperAbstract.
> create(
> ODatabaseWrapperAbstract.java:61)
>         at com.orientechnologies.orient.core.db.
> ODatabaseRecordWrapperAbstract.c
> reate(ODatabaseRecordWrapperAbstract.java:70)
>         at com.orientechnologies.orient.core.db.ODatabaseWrapperAbstract.
> create(
> ODatabaseWrapperAbstract.java:56)
>         at com.orientechnologies.orient.core.db.
> ODatabaseRecordWrapperAbstract.c
> reate(ODatabaseRecordWrapperAbstract.java:64)
>         at com.tinkerpop.blueprints.impls.orient.OrientGraphFactory.
> getDatabase(
> OrientGraphFactory.java:139)
>         at com.tinkerpop.blueprints.impls.orient.OrientGraphFactory.
> getDatabase(
> OrientGraphFactory.java:118)
>         at com.tinkerpop.blueprints.impls.orient.OrientGraphFactory.
> getNoTx(Orie
> ntGraphFactory.java:102)
>         at com.tinkerpop.blueprints.impls.orient.OrientGraphFactory.get(
> OrientGr
> aphFactory.java:78)
>         at com.orientechnologies.orient.etl.loader.OOrientDBLoader.
> configure(OOr
> ientDBLoader.java:185)
>         at com.orientechnologies.orient.etl.OETLProcessor.
> configureComponent(OET
> LProcessor.java:470)
>         at com.orientechnologies.orient.etl.OETLProcessor.<init>(
> OETLProcessor.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.
> ODatabaseRecordAbstract.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 such case.
>         at com.orientechnologies.orient.core.storage.impl.local.paginated.
> wal.OD
> iskWriteAheadLog.<init>(ODiskWriteAheadLog.java:609)
>         at com.orientechnologies.orient.core.storage.impl.local.paginated.
> wal.OD
> iskWriteAheadLog.<init>(ODiskWriteAheadLog.java:585)
>         at com.orientechnologies.orient.core.storage.impl.local.paginated.
> OLocal
> PaginatedStorage.initWalAndDiskCache(OLocalPaginatedStorage.java:305)
>         at com.orientechnologies.orient.core.storage.impl.local.
> OAbstractPaginat
> edStorage.create(OAbstractPaginatedStorage.java:218)
>         at com.orientechnologies.orient.core.storage.impl.local.paginated.
> OLocal
> PaginatedStorage.create(OLocalPaginatedStorage.java:97)
>         at com.orientechnologies.orient.core.db.raw.ODatabaseRaw.create(
> ODatabas
> eRaw.java:146)
>         ... 14 more
>
>
>
> Am Donnerstag, 28. August 2014 16:59:58 UTC+2 schrieb Lvc@:
>
>  Is that the root's password?
> ᐧ
>
>
> On 28 August 2014 16:16, 'Curtis Mosters' via OrientDB <
> orient-...@googlegroups.com> wrote:
>
> No the folder is completely empty.
>
> But somehow I can't even create a database in the Studio.
>
> http://i.imgur.com/Yacjoj7.png
>
> 401 Unauthorized.
>
> Am Donnerstag, 28. August 2014 15:56:33 UTC+2 schrieb Lvc@:
>
> Seems the database can't be created. Please check the db path, in case 
> there is a previous database drop it (from FS)
>
> Lvc@
> ᐧ
>
>
> On 28 August 2014 14:03, 'Curtis Mosters' via OrientDB <
> orient-...@googlegroups.com> wrote:
>
> Ok so I have now 2.0 and getting this here:
>
> C:\Users\Mr. Kox\Desktop\orientdb-develop\releases\orientdb-community-2.0-
> SNAPSH
> OT\bin>oetl.bat backup\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)
>  
>
> ...

-- 

--- 
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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to