Tomcat trava ao lançar um erro fatal no JRE

1

Estou executando o Tomcat 9 com jdk 1.8.0_162-b12 no servidor% 64% do Ubuntu 16.04 . O desenvolvimento é feito em Java.

O erro em catalina.out mostra isso -

A fatal error has been detected by the Java Runtime Environment:
#

SIGSEGV (0xb) at pc=0x00007f017456eded, pid=6838, tid=0x00007f00bb0f2700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_162-b12) (build 1.8.0_162-b12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.162-b12 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libssl.so.1.0.0+0x25ded]
#
# Failed to write core dump. 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:
# /root/hs_err_pid6838.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.

Alguém pode sugerir quais são as possibilidades de ter esse erro e como resolvê-lo? A versão openssl é 1.0.2g.

    
por Jay Saini 13.04.2018 / 09:17

1 resposta

0

Um problema muito semelhante, rodando no Debian Jessie com um libssl.so.1.0.0 de backport, Java 1.8.0_181 e Tomcat 8.5.4 rodando com SSL na porta 8443:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007ff86bdd6e70, pid=16967, tid=0x00007ff7edb87700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libssl.so.1.0.0+0x40e70]  SSL_get_current_cipher+0x0
#

Alguma idéia?

    
por 12.10.2018 / 03:15