Hi all,
I am trying to create hyper files using tableauhyperapi library on Java. I am able to create the hyper files on my local Mac using the hyperd file for Mac, but when I deploy the code and run it inside a docker container based on Red Hat Enterprise Linux version 8.7, I am getting the following error (I am using the hyperd file for Linux):
com.tableau.hyperapi.HyperException: Failed to start a new Hyper instance.
Context: 0x86a93465
CAUSED BY:
The Hyper server process exited during startup with exit code: 11
Command-line: "/mnt/app/lib/hyper/hyperd run --date-style=MDY --date-style-lenient=false --init-user=tableau_internal_user --language=en_US --log-config=file,json,all,hyperd,0 --log-dir=/mnt/app --no-password=true --skip-license=true --listen-connection tab.domain:///tmp/domain/auto --callback-connection tab.domain:///tmp/domain/6ca9ec6bbdfb4fcd95cfd5eb3a20e655"
Check the hyperd log for more information
Context: 0x13cead20
When I run the hyperd/run command using the terminal inside the container I get "Segmentation Error". Can anyone please help me resolve this?
JDK version: 11
OS:
NAME="Red Hat Enterprise Linux"
VERSION="8.7 (Ootpa)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="8.7"
Hello,
can you share the hyperd.log file of the crashing instance?