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
[ERROR] 2023-11-02T16:11:50.266Z 1f5d2fe4-ed9f-402e-acb6-4993c9982cbe [Errno 2] No such file or directory: '/usr/lib/java-1.8.0-openjdk-1.8.0.382.b05-1.amzn2.0.2.x86_64/bin/java'
The text was updated successfully, but these errors were encountered:
Based on the error message above, can you double check if the path /usr/lib/java-1.8.0-openjdk-1.8.0.382.b05-1.amzn2.0.2.x86_64 exists within your docker? pypmml depends on py4j to invoke java code from python, it always looks up the java command from $JAVA_HOME/bin/java
I am writing the below docker code:
I am also defining the JAVA_HOME path also in lambda function, but i still am facing error when i use pypmml. Below is the error which i get:
[DEBUG] 2023-11-02T16:11:50.262Z 1f5d2fe4-ed9f-402e-acb6-4993c9982cbe Launching gateway with command ['/usr/lib/java-1.8.0-openjdk-1.8.0.382.b05-1.amzn2.0.2.x86_64/bin/java', '-classpath', '/var/task/py4j/../share/py4j/py4j0.10.9.7.jar:/var/task/pypmml/jars/*', 'py4j.GatewayServer', '--die-on-broken-pipe', '0']
[ERROR] 2023-11-02T16:11:50.266Z 1f5d2fe4-ed9f-402e-acb6-4993c9982cbe [Errno 2] No such file or directory: '/usr/lib/java-1.8.0-openjdk-1.8.0.382.b05-1.amzn2.0.2.x86_64/bin/java'
The text was updated successfully, but these errors were encountered: