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 <
> [email protected] <javascript:>> 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 <
>>> [email protected]> 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.ODatabaseExcepti
>>>> on: Canno
>>>> t create database
>>>>         at com.orientechnologies.orient.core.db.record.ODatabaseRecordA
>>>> bstract.c
>>>> reate(ODatabaseRecordAbstract.java:418)
>>>>         at com.orientechnologies.orient.core.db.ODatabaseWrapperAbstrac
>>>> t.create(
>>>> ODatabaseWrapperAbstract.java:61)
>>>>         at com.orientechnologies.orient.core.db.ODatabaseRecordWrapperA
>>>> bstract.c
>>>> reate(ODatabaseRecordWrapperAbstract.java:70)
>>>>         at com.orientechnologies.orient.core.db.ODatabaseWrapperAbstrac
>>>> t.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.ODatabaseExcepti
>>>> on: Canno
>>>> t create database
>>>>         at com.orientechnologies.orient.core.db.raw.ODatabaseRaw.create
>>>> (ODatabas
>>>> eRaw.java:150)
>>>>         at com.orientechnologies.orient.core.db.ODatabaseWrapperAbstrac
>>>> t.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 such 
>>>> case.
>>>>         at com.orientechnologies.orient.core.storage.impl.local.paginat
>>>> ed.wal.OD
>>>> iskWriteAheadLog.<init>(ODiskWriteAheadLog.java:609)
>>>>         at com.orientechnologies.orient.core.storage.impl.local.paginat
>>>> ed.wal.OD
>>>> iskWriteAheadLog.<init>(ODiskWriteAheadLog.java:585)
>>>>         at com.orientechnologies.orient.core.storage.impl.local.paginat
>>>> ed.OLocal
>>>> PaginatedStorage.initWalAndDiskCache(OLocalPaginatedStorage.java:305)
>>>>         at com.orientechnologies.orient.core.storage.impl.local.OAbstra
>>>> ctPaginat
>>>> edStorage.create(OAbstractPaginatedStorage.java:218)
>>>>         at com.orientechnologies.orient.core.storage.impl.local.paginat
>>>> ed.OLocal
>>>> PaginatedStorage.create(OLocalPaginatedStorage.java:97)
>>>>         at com.orientechnologies.orient.core.db.raw.ODatabaseRaw.create
>>>> (ODatabas
>>>> eRaw.java:146)
>>>>         ... 14 more
>>>>
>>>> I have the "orientdb-etl-0.9.2-SNAPSHOT.jar". What else can I do?
>>>>
>>>>
>>>>  -- 
>>>>
>>>> --- 
>>>> 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] <javascript:>.
>> 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