This is because the running program doesn't have access to specified file.
From the stack trace:
Caused by: java.io.UncheckedIOException: java.nio.file.AccessDeniedException: /home/adam/.gconf/apps/gedit-2
Caused by: java.nio.file.AccessDeniedException: /home/adam/.gconf/apps/gedit-2
See the permission of /home
directory and /home/adam/.gconf/apps/gedit-2
file, whether it is accessible by user running the program.
The other possibilities is there are no such file/directory.