Did someone try to run the zeppelin-server in debug? I am running JUnit within the IDE (intelliJ) but for some reason fsManager.resolveFile resolves path differently?
FileObject rootDir = fsManager.resolveFile(getPath("/")); getPath("/") returns the right path /home/cto/Download/..notebook but fsManager.resolveFile resolves it to /home/cto/Download/notebook which does not exist? Any idea?