I just tried to upgrade my production system on a linux server under Hyper-V to 8.10. The upgrade failed with the following error:
Error running /usr/local/bin/ignition/lib/runtime/jre-nix/bin/java -classpath
"lib/core/common/*" com.inductiveautomation.ignition.common.upgrader.Upgrader
"/usr/local/bin/ignition" "/var/lib/ignition/data" "/var/log/ignition"
file=ignition.conf: Aborted
Press [Enter] to continue:
#
----------------------------------------------------------------------------
Setup has finished installing Ignition on your computer.
Start Ignition now [Y/n]: Y
Error: There has been an error.
Error running su root -c '"/usr/local/bin/ignition/ignition.sh" start': child
process exited abnormally
Press [Enter] to continue:
Trying to manually start Ignition also does not work:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGILL (0x4) at pc=0x00007f66379137f2, pid=1891, tid=1892
#
# JRE version: (11.0.6+10) (build )
# Java VM: OpenJDK 64-Bit Server VM (11.0.6+10-LTS, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# v ~StubRoutines::call_stub
Upgrading on a similar test system worked without problems.
Any ideas what could be the problem?