Bug#917279: Netbeans 8.2 crashes at startup with 'library initialization failed...'

2018-12-27 Thread Peter Habcak
It seems to be related to #917374 Workaround from https://github.com/systemd/systemd/issues/10921#issuecomment-450009082 fixed the issue for me: # echo >/etc/security/limits.d/systemd.conf "* hard nofile 1048576" and reboot -- Peter Habčák

Bug#917279: Netbeans 8.2 crashes at startup with 'library initialization failed...'

2018-12-27 Thread Peter Habcak
There is something strange going on with Java + ulimit: $ ulimit -n 1024 $ keytool -list -keystore /usr/lib/jvm/default-java/lib/security/cacerts library initialization failed - unable to allocate file descriptor table - out of memory (SIGABRT) $ ulimit -n 1024 $ ulimit -n 1024 $ keytool -list

Bug#917279: Netbeans 8.2 crashes at startup with 'library initialization failed...'

2018-12-27 Thread Peter Habcak
Hello, I basically cannot run any Java application today. Everything was working 2 days ago. Even keytool is not able to work correctly... $ keytool -list -keystore cacerts library initialization failed - unable to allocate file descriptor table - out of memory However, this seems to be aff