It looks like it can't write to the auxdata directory.
Which error indicates that? Is this something that should be changed in the source code?
Comparing mine, there is no write for the group:
Code: Select all
ls -l ~/.seadas9/auxdata
total 36
drwxr-xr-x 2 myuser user 4096 Nov 4 11:04 color_palettes
drwxr-xr-x 2 myuser user 4096 Nov 4 11:00 color_schemes
drwxr-xr-x 3 myuser user 4096 Nov 4 10:47 hdf_natives
drwxr-xr-x 3 myuser user 4096 Nov 4 10:47 meris-operators
drwxr-xr-x 3 myuser user 4096 Nov 4 10:47 netcdf_natives
drwxr-xr-x 3 myuser user 4096 Nov 4 10:47 openjpeg
drwxr-xr-x 4 myuser user 4096 Nov 4 11:00 rgb_profiles
drwxr-xr-x 3 myuser user 4096 Nov 4 10:47 s2tbx
drwxr-xr-x 2 myuser user 4096 Nov 4 10:47 tool-adapters
FWIW the warning does say:
Code: Select all
WARNING: Please consider reporting this to the maintainers of org.netbeans.ProxyURLStreamHandlerFactory
For other cluster users I found a way to work around this error
Code: Select all
unable to create directory '/run/user/####/dconf': Permission denied. dconf will not work properly
In the module file add this:
Code: Select all
prepend-path XDG_RUNTIME_DIR /local/$::env(USER)
I know these errors can be ignored I've never found a true solution:
Code: Select all
libEGL warning: MESA-LOADER: failed to open swrast (search paths /usr/lib64/dri)
libEGL warning: MESA-LOADER: failed to open swrast (search paths /usr/lib64/dri)
MESA-LOADER: failed to open swrast (search paths /usr/lib64/dri)
libGL error: failed to load driver: swrast
libEGL warning: MESA-LOADER: failed to open swrast (search paths /usr/lib64/dri)
libEGL warning: MESA-LOADER: failed to open swrast (search paths /usr/lib64/dri)