Hi i got an error:
*Connecting to database [plocal:/databases/xhg] with user 'admin'...*
*Error: com.orientechnologies.orient.core.exception.OStorageException:
Cannot open local storage '/databases/xhg' with mode=rw*
*Error:
com.orientechnologies.orient.core.exception.OSerializationException: Cannot
load database's configuration. The database seems to be corrupted.*
*Error: java.io.FileNotFoundException: /databases/xhg/database.ocf*
I created this database using etl, and the etl config is:
*{*
* "source": { "file": { "path":
"/Users/apple/code/python/testXlrc/test.json" } },*
* "extractor": { "row": {} },*
* "transformers": [*
* ],*
* "loader": {*
* "orientdb": {*
* "dbURL": "plocal:/databases/xhg",*
* "dbUser":"admin",*
* "dbPassword":"admin",*
* "dbAutoCreate": true,*
* "dbType":"document"*
* }*
* }*
*}*
Does anyone know how to fix this?
--
---
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.