Monday, 7 December 2015

When Requester run the Label reports in QA all are error out and there is no error message in Log file.

When user  run the Label reports in QA all are error out and there is no error message in Log file. Also for Receipt Traveler report got below java error message.

Error:
===================================================
--------------------------------------------------------------------
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0xfba9f854, pid=24296, tid=13
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_14-b05 mixed mode)
# Problematic frame:
# C  [libc.so.1+0xaf854]  fwrite+0x8
#
# An error report file with more information is saved as hs_err_pid24296.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#


Solution
==========================================
Change parameter java_jit_enabled to=False  from TRUE bounced complete application and DB


The connectivity errors are due to the below cause:

The error is most often related to an inconsistency that has been detected between the java shared object loaded in memory and the backing store image stored on disk as a result of calling java code and having the JIT compiler enabled.

I.E. parameter java_jit_enabled=true (this is the default).  We have to change it to False.

No comments:

Post a Comment