Exception in initAndListen: NonExistentPath

The message clearly indicate that the

The simplest solution is to create the directory as hinted by the rest of the error message

You may create the missing directory using the command mkdir.

1 Like