I assume this happens due to parallel executions of some jnlps and/or javaws -Xclearcache
Unfortunately I have no idea when this happens but the result is
root@qc_1:/home/scp_devel/.config/icedtea-web/security# ls -lh
insgesamt 4,0K
-rw-r--r-- 1 scp_devel users 1,7K 2. Dez 08:32 trusted.certs
-rw------- 1 scp_devel users 0 2. Dez 04:15 trusted.clientcerts
After deleteing the empty file all works as expected.
Maybe someone has an idea when this happens or could at least handle an empty trusted.clientcerts like a non-existing trusted.clientcerts and create a new one.
I assume this happens due to parallel executions of some jnlps and/or
javaws -XclearcacheUnfortunately I have no idea when this happens but the result is
After deleteing the empty file all works as expected.
Maybe someone has an idea when this happens or could at least handle an empty trusted.clientcerts like a non-existing trusted.clientcerts and create a new one.