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
Thank you very much for your detailed information about graalvm on lambda and the code with cdk using docker to build a native image. When I run cdk deploy for graalvm-on-lambda/walkthrough/serverless-graalvm-arm64/infrastructure
I get this error in the lambda console when trying to call product route... the function build with graalvm.
START RequestId: ad65dc9b-f6d0-49d5-bd93-6ff92dd7b86e Version: $LATEST
Failed to load the native runtime interface client library /aws-lambda-runtime-interface-client.glibc.so. Exception: Can't load library: /tmp/.aws-lambda-runtime-interface-client
Failed to load the native runtime interface client library /aws-lambda-runtime-interface-client.musl.so. Exception: Can't load library: /tmp/.aws-lambda-runtime-interface-client
Failed to load the native runtime interface client library /aws-lambda-runtime-interface-client.glibc.so. Exception: Can't load library: /tmp/.aws-lambda-runtime-interface-client
Failed to load the native runtime interface client library /aws-lambda-runtime-interface-client.musl.so. Exception: Can't load library: /tmp/.aws-lambda-runtime-interface-client
END RequestId: ad65dc9b-f6d0-49d5-bd93-6ff92dd7b86e
REPORT RequestId: ad65dc9b-f6d0-49d5-bd93-6ff92dd7b86e Duration: 1144.37 ms Billed Duration: 1145 ms Memory Size: 256 MB Max Memory Used: 43 MB
RequestId: ad65dc9b-f6d0-49d5-bd93-6ff92dd7b86e Error: Runtime exited with error: exit status 255
Runtime.ExitError
I think I have tried almost everything possible, can you perhaps spot the issue?
Kind regards and thanx in advance!
Steffen Egelund Jensen
The text was updated successfully, but these errors were encountered:
Hi Mark
Thank you very much for your detailed information about graalvm on lambda and the code with cdk using docker to build a native image. When I run cdk deploy for graalvm-on-lambda/walkthrough/serverless-graalvm-arm64/infrastructure
I get this error in the lambda console when trying to call product route... the function build with graalvm.
START RequestId: ad65dc9b-f6d0-49d5-bd93-6ff92dd7b86e Version: $LATEST
Failed to load the native runtime interface client library /aws-lambda-runtime-interface-client.glibc.so. Exception: Can't load library: /tmp/.aws-lambda-runtime-interface-client
Failed to load the native runtime interface client library /aws-lambda-runtime-interface-client.musl.so. Exception: Can't load library: /tmp/.aws-lambda-runtime-interface-client
Failed to load the native runtime interface client library /aws-lambda-runtime-interface-client.glibc.so. Exception: Can't load library: /tmp/.aws-lambda-runtime-interface-client
Failed to load the native runtime interface client library /aws-lambda-runtime-interface-client.musl.so. Exception: Can't load library: /tmp/.aws-lambda-runtime-interface-client
END RequestId: ad65dc9b-f6d0-49d5-bd93-6ff92dd7b86e
REPORT RequestId: ad65dc9b-f6d0-49d5-bd93-6ff92dd7b86e Duration: 1144.37 ms Billed Duration: 1145 ms Memory Size: 256 MB Max Memory Used: 43 MB
RequestId: ad65dc9b-f6d0-49d5-bd93-6ff92dd7b86e Error: Runtime exited with error: exit status 255
Runtime.ExitError
I think I have tried almost everything possible, can you perhaps spot the issue?
Kind regards and thanx in advance!
Steffen Egelund Jensen
The text was updated successfully, but these errors were encountered: