orientdb icon indicating copy to clipboard operation
orientdb copied to clipboard

Error using ETL in Docker Container

Open Wu-Li opened this issue 1 year ago • 0 comments

OrientDB Version: 3.2.17

Java Version: 1.8.0_362-b09

OS: Ubuntu

Expected behavior

Running ETL in the docker container to load a CSV file via a JSON configuration file.

Actual behavior

Error: Could not find or load main class com.orientechnologies.orient.etl.OETLProcessor

Steps to reproduce

$ docker exec -it orientdb ./bin/oetl.sh ../data/load.json The error occurs even if the json file parameter is left off.

Wu-Li avatar Apr 12 '23 01:04 Wu-Li