Signal
|
Use
|
SIGBUS, SIGSEGV, SIGILL
|
Must be handled by JVM. ServiceCatchException must be set to false.
|
SIGPIPE
|
Ignored. SIGPIPE must be always blocked or ignored. Not doing this may cause the server process to exit, for example, when a client has exited its application abnormally.
|
SIGUSR1, SIGUSR2
|
Must be handled by the JVM. OpenAccess SDK Server is aware of this and takes the required action.
|
SIGINT, SIGTERM, SIGHUP
|
By default, the signal is handled by the VM. To disable this, use the -Xrs option.
|
Signal
|
Document location
|
IBM Java
|
|
Oracle Java
|