[
https://issues.jboss.org/browse/WFLY-4892?page=com.atlassian.jira.plugin....
]
Tomaz Cerar commented on WFLY-4892:
-----------------------------------
Looks like jvm crash inside crypto engine, when processing SSL request.
{noformat}
Current thread (0x096cf000): JavaThread "default I/O-3" [_thread_in_Java,
id=2293, stack(0x1cc4e000,0x1cc9f000)]
Stack: [0x1cc4e000,0x1cc9f000], sp=0x1cc9c9a0, free space=314k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x8c1ecf] VMError::report_and_die()+0x16f
V [libjvm.so+0x3862dc] report_fatal(char const*, int, char const*)+0x4c
V [libjvm.so+0x7d6ff8] SharedRuntime::continuation_for_implicit_exception(JavaThread*,
unsigned char*, SharedRuntime::ImplicitExceptionKind)+0x348
V [libjvm.so+0x74d5a8] JVM_handle_linux_signal+0x648
V [libjvm.so+0x743301] signalHandler(int, siginfo*, void*)+0x31
C [+0x40c] __kernel_rt_sigreturn+0x0
J 11854 C2 com.sun.crypto.provider.GCTR.update([BII[BI)I (158 bytes) @ 0xa7851c7e
[0xa7851ac0+0x1be]
{noformat}
you can either try updating JVM to latest version and/or upgrade to latest version of
WildFly.
wildfly-9.0.0.Final stops automatically on linux fedora
3.14.8-200.fc20. java version "1.8.0_45"
-------------------------------------------------------------------------------------------------
Key: WFLY-4892
URL:
https://issues.jboss.org/browse/WFLY-4892
Project: WildFly
Issue Type: Bug
Components: Build System, EE, EJB
Affects Versions: 9.0.0.Final
Environment: RAM: 4GB
OS: Fedora 3.14.8-200.fc20.i686+PAE #1 SMP Mon Jun 16 22:20:16 UTC 2014 i686 i686 i386
GNU/Linux
JAVA VERSION: 1.8.0_45
Reporter: vako beridze
Attachments: hs_err_pid2211.log
wildfly-9.0.0.Final stops working on linux machine.
I have no idea why.
*Server Log:*
[CodeBlob (0xa752af48)]
Framesize: 0
BufferBlob (0xa752af48) used for StubRoutines (2)
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (sharedRuntime.cpp:834), pid=2211, tid=482995008
# fatal error: exception happened outside interpreter, nmethods and vtable stubs at pc
0xa752c8d4
#
# JRE version: Java(TM) SE Runtime Environment (8.0_45-b14) (build 1.8.0_45-b14)
# Java VM: Java HotSpot(TM) Server VM (25.45-b02 mixed mode linux-x86 )
# 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:
# /opt/wildfly-9.0.0.Final/bin/hs_err_pid2211.log
#
# If you would like to submit a bug report, please visit:
#
http://bugreport.java.com/bugreport/crash.jsp
#
./standalone.sh: line 346: 2211 Aborted
"/opt/java/jdk1.8.0_45/bin/java" -D"[Standalone]" -server -server
-Xms512m -Xmx2048m -XX:MaxPermSize=2048m -Djava.net.preferIPv4Stack=true
-Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
"-Dorg.jboss.boot.log.file=/opt/wildfly-9.0.0.Final/standalone/log/server.log"
"-Dlogging.configuration=file:/opt/wildfly-9.0.0.Final/standalone/configuration/logging.properties"
-jar "/opt/wildfly-9.0.0.Final/jboss-modules.jar" -mp
"/opt/wildfly-9.0.0.Final/modules" org.jboss.as.standalone
-Djboss.home.dir="/opt/wildfly-9.0.0.Final"
-Djboss.server.base.dir="/opt/wildfly-9.0.0.Final/standalone"
*standalone.conf:*
#
# Specify options to pass to the Java VM.
#
if [ "x$JAVA_OPTS" = "x" ]; then
JAVA_OPTS="-Xms512m -Xmx2048m -XX:MaxPermSize=2048m
-Djava.net.preferIPv4Stack=true"
JAVA_OPTS="$JAVA_OPTS -Djboss.modules.system.pkgs=$JBOSS_MODULES_SYSTEM_PKGS
-Djava.awt.headless=true"
else
echo "JAVA_OPTS already set in environment; overriding default settings with
values: $JAVA_OPTS"
fi
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)