packetworks / docker-nxfilter

:whale: Run NxFilter in Docker!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Exception

cron410 opened this issue · comments

When running the container either detached or interactive, I get a java exception.

Exception in thread "main" java.lang.NullPointerException
at nxd.Main.(Unknown Source)
at nxd.Main.main(Unknown Source)
Exception in thread "Thread-0" java.lang.NullPointerException
at nxd.o.run(Unknown Source)

Looks like this only happens when using problematic volumes where the application cannot write DB, config, or log files.