The other day (June 21) my system updated the kernel and some other packages such as glibc which were listed as security updates. Since that time, I have an application, SAS Statistical software, which cannot start its private Java module. It spawns an error message:
ERROR: The Java child process terminated unexpectedly: status 267.ERROR: WIFSIGNALED 1 WIFEXITED 0 WEXITSTATUS 1 WTERMSIG 11.
ERROR: The Java proxy is not responding.
. The private java version the app runs is
java version "1.7.0_141"
Java(TM) SE Runtime Environment (build 1.7.0_141-b31)
Java HotSpot(TM) 64-Bit Server VM (build 24.141-b31, mixed mode)
I’m wondering if something in one of the updates could be responsible for this, perhaps some security setting? The application itself is unchanged and, before the updates, ran perfectly. I’m a bit at a loss as to what’s happening as the application is unchanged and its setup shows as correct (which it should since nothing changed). I’m wondering if anyone has any ideas?