Sybase

[IQ] dbisql 접속 에러

산소썬 2016. 9. 7. 15:27

[에러 발생] dbisql를 통해 접속 시도 시 fetal error 발생

 

 

 

 

 

 
iq160@lx07dws:/home/iq160] dbisql -c dsn=iq160 -nogui
#
# A fatal error has been detected by the SAP Java Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0x0000000000000000, pid=21584, tid=139990271256320
# accessing faulting address: 0x0000000000000000
#
# JRE version:  (7.0_51) (build )
# Java VM: SAP Java Server VM (7.1.015 24.51-b03 Feb  9 2014 00:32:04 - 71_REL - optU - linux amd64 - 6 - bas2:211127 (mixed mode) compressed oops)
# Problematic frame:
# C  0x0000000000000000 (sp=0x00007f520663c638) (pc=0x0000000000000000)
#
# No core dump will be written (Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again)
#
# An error report file with more information is saved as:
# /home/iq160/hs_err_pid21584.log
#
# If you would like to submit a bug report, please visit:
#   http://service.sap.com/message
# Please save the hs_err file(s) and the written core dump for further error analysis
# See SAP note 1500116 for further information on collecting core dumps after SAPJVM crashes
#
Abort(coredump)

 

 

 

 

[원인] 사용자가 사용가능한 프로세스가 부족해서 발생하는 Error로 보여짐

 

[해결방안] ulimit -a 로 nproc 값 확인 후 값을 늘려줌. (User process 개수를 늘려줌)