I keep getting this error when trying to start the service on my raspberry pi, below are the write permissions for the folder and the error I'm receiving when trying to start the service.
drwxr-xr-x 2 root root 4096 Sep 4 17:03 backup
drwxr-xr-x 2 pi pi 4096 Sep 4 16:58 bin
drwxr-xr-x 3 pi pi 4096 Sep 4 17:03 conf
drwxr-xr-x 2 root root 4096 Sep 4 16:57 db
drwxr-xr-x 3 pi pi 4096 Sep 4 16:58 guipack
drwxr-xr-x 2 pi pi 4096 Sep 4 16:58 jahaslist
drwxr-xr-x 2 pi pi 4096 Sep 4 16:58 lib
-rw-r--r-- 1 pi pi 2627 Aug 27 18:23 license.txt
drwxr-xr-x 2 root root 4096 Sep 4 17:03 log
drwxr-xr-x 3 pi pi 4096 Sep 4 16:58 modified
-rw-r--r-- 1 pi pi 15086 Aug 27 18:23 nxd.ico
-rw-r--r-- 1 pi pi 512563 Aug 27 18:23 nxd.jar
-rw-r--r-- 1 pi pi 1042772 Aug 27 18:23 nxwrapper.exe
-rw-r--r-- 1 pi pi 80896 Aug 27 18:23 prunsrv.exe
-rw-r--r-- 1 pi pi 70510 Aug 27 18:23 readme.txt
-rw-r--r-- 1 pi pi 113770 Aug 27 18:23 third-party-license.txt
drwxr-xr-x 5 root root 4096 Sep 4 17:03 tmp
-rw-r--r-- 1 pi pi 592 Aug 27 18:23 tutorial.html
drwxr-xr-x 8 pi pi 4096 Sep 4 16:58 webapps
● nxfilter.service - NxFilter
Loaded: loaded (/etc/systemd/system/nxfilter.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2021-09-04 17:03:30 MDT; 8s ago
Process: 1155 ExecStart=/nxfilter/bin/startup.sh (code=exited, status=255/EXCEPTION)
Main PID: 1155 (code=exited, status=255/EXCEPTION)
Sep 04 17:03:27 raspberrypi startup.sh[1155]: Homepage : http://www.nxfilter.org
Sep 04 17:03:27 raspberrypi startup.sh[1155]: Email : support@nxfilter.org
Sep 04 17:03:27 raspberrypi startup.sh[1155]: ************************************************** *******************
Sep 04 17:03:27 raspberrypi startup.sh[1155]: INFO [09-04 17:03:27] - MM, Starting NxFilter v4.5.2.3
Sep 04 17:03:27 raspberrypi startup.sh[1155]: INFO [09-04 17:03:27] - MM, It's running stand alone.
Sep 04 17:03:27 raspberrypi startup.sh[1155]: INFO [09-04 17:03:27] - DUcDC, Creating config DB.
Sep 04 17:03:30 raspberrypi startup.sh[1155]: ERROR [09-04 17:03:30] - MiS, Couldn't create config DB!
Sep 04 17:03:30 raspberrypi startup.sh[1155]: INFO [09-04 17:03:30] - ShutdownHook.run, Shutting down on 2021-09-04
Sep 04 17:03:30 raspberrypi systemd[1]: nxfilter.service: Main process exited, code=exited, status=255/EXCEPTION
Sep 04 17:03:30 raspberrypi systemd[1]: nxfilter.service: Failed with result 'exit-code'.
drwxr-xr-x 2 root root 4096 Sep 4 17:03 backup
drwxr-xr-x 2 pi pi 4096 Sep 4 16:58 bin
drwxr-xr-x 3 pi pi 4096 Sep 4 17:03 conf
drwxr-xr-x 2 root root 4096 Sep 4 16:57 db
drwxr-xr-x 3 pi pi 4096 Sep 4 16:58 guipack
drwxr-xr-x 2 pi pi 4096 Sep 4 16:58 jahaslist
drwxr-xr-x 2 pi pi 4096 Sep 4 16:58 lib
-rw-r--r-- 1 pi pi 2627 Aug 27 18:23 license.txt
drwxr-xr-x 2 root root 4096 Sep 4 17:03 log
drwxr-xr-x 3 pi pi 4096 Sep 4 16:58 modified
-rw-r--r-- 1 pi pi 15086 Aug 27 18:23 nxd.ico
-rw-r--r-- 1 pi pi 512563 Aug 27 18:23 nxd.jar
-rw-r--r-- 1 pi pi 1042772 Aug 27 18:23 nxwrapper.exe
-rw-r--r-- 1 pi pi 80896 Aug 27 18:23 prunsrv.exe
-rw-r--r-- 1 pi pi 70510 Aug 27 18:23 readme.txt
-rw-r--r-- 1 pi pi 113770 Aug 27 18:23 third-party-license.txt
drwxr-xr-x 5 root root 4096 Sep 4 17:03 tmp
-rw-r--r-- 1 pi pi 592 Aug 27 18:23 tutorial.html
drwxr-xr-x 8 pi pi 4096 Sep 4 16:58 webapps
● nxfilter.service - NxFilter
Loaded: loaded (/etc/systemd/system/nxfilter.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2021-09-04 17:03:30 MDT; 8s ago
Process: 1155 ExecStart=/nxfilter/bin/startup.sh (code=exited, status=255/EXCEPTION)
Main PID: 1155 (code=exited, status=255/EXCEPTION)
Sep 04 17:03:27 raspberrypi startup.sh[1155]: Homepage : http://www.nxfilter.org
Sep 04 17:03:27 raspberrypi startup.sh[1155]: Email : support@nxfilter.org
Sep 04 17:03:27 raspberrypi startup.sh[1155]: ************************************************** *******************
Sep 04 17:03:27 raspberrypi startup.sh[1155]: INFO [09-04 17:03:27] - MM, Starting NxFilter v4.5.2.3
Sep 04 17:03:27 raspberrypi startup.sh[1155]: INFO [09-04 17:03:27] - MM, It's running stand alone.
Sep 04 17:03:27 raspberrypi startup.sh[1155]: INFO [09-04 17:03:27] - DUcDC, Creating config DB.
Sep 04 17:03:30 raspberrypi startup.sh[1155]: ERROR [09-04 17:03:30] - MiS, Couldn't create config DB!
Sep 04 17:03:30 raspberrypi startup.sh[1155]: INFO [09-04 17:03:30] - ShutdownHook.run, Shutting down on 2021-09-04
Sep 04 17:03:30 raspberrypi systemd[1]: nxfilter.service: Main process exited, code=exited, status=255/EXCEPTION
Sep 04 17:03:30 raspberrypi systemd[1]: nxfilter.service: Failed with result 'exit-code'.
Comment