Java side is empty

I got this error when I performed hl.linear_regression_rows or mt_prune.

/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.181-7.b13.el7.x86_64/jre/bin/java: symbol lookup error: /tmp/jniloader820279705693238297netlib-native_system-linux-x86_64.so: undefined symbol: cblas_dgemm
ERROR:root:Exception while sending command.
Traceback (most recent call last):
File “/home/ps20/anaconda3/envs/gwas/lib/python3.9/site-packages/py4j/clientserver.py”, line 516, in send_command
raise Py4JNetworkError(“Answer from Java side is empty”)
py4j.protocol.Py4JNetworkError: Answer from Java side is empty

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/home/ps20/anaconda3/envs/gwas/lib/python3.9/site-packages/py4j/java_gateway.py”, line 1038, in send_command
response = connection.send_command(command)
File “/home/ps20/anaconda3/envs/gwas/lib/python3.9/site-packages/py4j/clientserver.py”, line 539, in send_command
raise Py4JNetworkError(
py4j.protocol.Py4JNetworkError: Error while sending or receiving

After this error, all code didnot work with ConnectionRefusedError: [Errno 111] Connection refused.

What can I do … T.T…