/opt/digitalarchive/das_storage_cell_catalog/java/das_storage_cell_catalog: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
this meant “you scp’ed a symlink to the java binary, but in reality that copied over the real binary, not the symlink, which ends up meaning that when java starts, it can’t find its typical dependencies, because it only has the very basic binary” (and no supporting libs)