You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ubuntu@ip-10-0-0-5:~/reproducibility/sigmod2021-exdra-p523/experiments$ ./code/generateData.sh
parameters.sh: line 75: /opt/intel/bin/compilervars.sh: No such file or directory
Traceback (most recent call last):
File "/home/ubuntu/reproducibility/sigmod2021-exdra-p523/experiments/python_venv/lib/python3.8/site-packages/systemds/context/systemds_context.py", line 142, in __try_startup
self.__verify_startup(process)
File "/home/ubuntu/reproducibility/sigmod2021-exdra-p523/experiments/python_venv/lib/python3.8/site-packages/systemds/context/systemds_context.py", line 161, in __verify_startup
raise Exception(
Exception: Exception in startup of GatewayServer: Error: Could not find or load main class org.apache.sysds.api.PythonDMLScript
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "code/dataGen/generate_mnist.py", line 27, in
with SystemDSContext() as sds:
File "/home/ubuntu/reproducibility/sigmod2021-exdra-p523/experiments/python_venv/lib/python3.8/site-packages/systemds/context/systemds_context.py", line 66, in init
process, port = self.__try_startup(command, port)
File "/home/ubuntu/reproducibility/sigmod2021-exdra-p523/experiments/python_venv/lib/python3.8/site-packages/systemds/context/systemds_context.py", line 146, in __try_startup
self.close()
File "/home/ubuntu/reproducibility/sigmod2021-exdra-p523/experiments/python_venv/lib/python3.8/site-packages/systemds/context/systemds_context.py", line 224, in close
if(self.__stdout_thread.is_alive()):
AttributeError: 'SystemDSContext' object has no attribute '_SystemDSContext__stdout_thread'
Error: Could not find or load main class org.apache.sysds.api.DMLScript
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
ubuntu@ip-10-0-0-5:~/reproducibility/sigmod2021-exdra-p523/experiments$ ./code/generateData.sh
parameters.sh: line 75: /opt/intel/bin/compilervars.sh: No such file or directory
Traceback (most recent call last):
File "/home/ubuntu/reproducibility/sigmod2021-exdra-p523/experiments/python_venv/lib/python3.8/site-packages/systemds/context/systemds_context.py", line 142, in __try_startup
self.__verify_startup(process)
File "/home/ubuntu/reproducibility/sigmod2021-exdra-p523/experiments/python_venv/lib/python3.8/site-packages/systemds/context/systemds_context.py", line 161, in __verify_startup
raise Exception(
Exception: Exception in startup of GatewayServer: Error: Could not find or load main class org.apache.sysds.api.PythonDMLScript
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "code/dataGen/generate_mnist.py", line 27, in
with SystemDSContext() as sds:
File "/home/ubuntu/reproducibility/sigmod2021-exdra-p523/experiments/python_venv/lib/python3.8/site-packages/systemds/context/systemds_context.py", line 66, in init
process, port = self.__try_startup(command, port)
File "/home/ubuntu/reproducibility/sigmod2021-exdra-p523/experiments/python_venv/lib/python3.8/site-packages/systemds/context/systemds_context.py", line 146, in __try_startup
self.close()
File "/home/ubuntu/reproducibility/sigmod2021-exdra-p523/experiments/python_venv/lib/python3.8/site-packages/systemds/context/systemds_context.py", line 224, in close
if(self.__stdout_thread.is_alive()):
AttributeError: 'SystemDSContext' object has no attribute '_SystemDSContext__stdout_thread'
Error: Could not find or load main class org.apache.sysds.api.DMLScript
Beta Was this translation helpful? Give feedback.
All reactions