K2InformaticsGmbH / oranif

Oracle OCI driver using dirty NIF
Apache License 2.0
4 stars 2 forks source link

Start clean boot not found #28

Open KarlKeiser opened 5 years ago

KarlKeiser commented 5 years ago

There is a configuration issue where a start_clean.boot file is being searched in the wrong place. This happens in dpi.erl, function start_slave(), where filelib:is_regular(StartClean ++ ".boot") is being called with an argument of start_clean.boot, resulting in false.

c-bik commented 5 years ago

Try rebar3 as prod release in host app _build/prod/rel/APP/bin/APP-X.Y.Z.cmd console

KarlKeiser commented 5 years ago

only happens in eunit

c-bik commented 5 years ago

This log should be removed https://github.com/K2InformaticsGmbH/oranif/blob/77a57ad203120ca6b3baecdddebf3e8646440fde/src/dpi.erl#L90