Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed: Unconvertible input: nulljava.lang.IllegalArgumentException: Unconvertible input: null #1408

Open
go-ad opened this issue Jul 11, 2022 · 0 comments

Comments

@go-ad
Copy link

go-ad commented Jul 11, 2022

Expected Behavior

My source from the microNaut sample source ,When i use my source to Deploy by .jar file to AWS ,is no problem

When i try to Deploy it to GraalVM Native file to lambda custum runtime linux2 ,it give me error like this ,how should i do
failed: Unconvertible input: nulljava.lang.IllegalArgumentException: Unconvertible input: null

Deployment with GraalVM

./gradlew buildNativeLambda -Pmicronaut.runtime=lambda
aws lambda  delete-function  --function-name pac-batch
aws lambda create-function --function-name pac-batch--zip-file fileb://build/libs/pac-batch-0.1-lambda.zip --handler com.cainz.FunctionRequestHandler --runtime provided.al2 --role arn:aws:iam::536824749084:role/spring-native-PACFunctionRole-1538SC6AM9GDN

Handler: com.cainz.FunctionRequestHandler

Actual Behaviour

No response

Steps To Reproduce

No response

Environment Information

Ubuntu20

Example Application

https://github.com/go-ad/pac-batch.git

Version

1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant