Nuxeo not starting

Hello all, I am trying to get a self-compiled nuxeo instance to run on Ubuntu. Once I start it up, I am getting this error message :

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGBUS (0x7) at pc=0x00007ff0d0c2cb23, pid=1667, tid=1668
#
# JRE version: OpenJDK Runtime Environment (11.0.11+9) (build 11.0.11+9-Ubuntu-0ubuntu2.20.04)
# Java VM: OpenJDK 64-Bit Server VM (11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode, sharing, tiered, compressed oops, serial gc, linux-amd64)
# Problematic frame:
# V  [libjvm.so+0xe53b23]
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport %p %s %c %d %P %E" (or dumping to /opt/nuxeo/core.1667)
#
# An error report file with more information is saved as:
# /opt/nuxeo/hs_err_pid1667.log
Compiled method (nm)   11998  815     n 0       jdk.internal.misc.Unsafe::compareAndSetInt (native)
 total in heap  [0x00007ff0b8378a90,0x00007ff0b8378e50] = 960
 relocation     [0x00007ff0b8378c08,0x00007ff0b8378c38] = 48
 main code      [0x00007ff0b8378c40,0x00007ff0b8378e50] = 528
Compiled method (nm)   11998  815     n 0       jdk.internal.misc.Unsafe::compareAndSetInt (native)
 total in heap  [0x00007ff0b8378a90,0x00007ff0b8378e50] = 960
 relocation     [0x00007ff0b8378c08,0x00007ff0b8378c38] = 48
 main code      [0x00007ff0b8378c40,0x00007ff0b8378e50] = 528
#
# If you would like to submit a bug report, please visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-lts
#

I tried both with the ubuntu implementation of the openjdk as well as the Zulu version. Did anyone ever experience such a thing?

0 votes

0 answers

724 views

ANSWER