-
Notifications
You must be signed in to change notification settings - Fork 42
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
Error occurred during parameter parsing #15
Comments
Thanks for reporting this issue. So far we have not been able to reproduce the issue. There is probably some difference between your machine and mine as far as libraries and other environment factors go. I suggest you try the following.
See this issue related to your error message: aws/aws-lambda-go#340 You can try running these commands to get the required libraries built and deployed into the go lambda.
Please let us know if either of these suggestions resolves the issue, so we can update the deployment steps as needed. |
HI, I have checked the go version and confirmed that we are using the latest version. I have also tried the second commands and now I am getting a different error while trying to launch the product.
Lambda "ServiceCatalogTerraformOSParameterParser" log
|
Hello, I'm sorry those suggestions did not help. Would you please provide the following, which will help us reproduce the problem?
|
Hi, Sorry for the delay in response. I am using Ubuntu 22.04, please see the out put of the
Please let me know if you any suggestions. |
I had the same problem as @Adarsh505-cloud when trying to launch a product: Executed these commands to get my lambda updated as suggested:
And now it´s working. Tks! |
Could you please let me know the operating system and version you are using. Also please let me know whether the installation was done manually or automatic installation method? |
Hi Adarsh505-cloud, We have seen other occasions where the same error has occurred that you saw after setting CGO_ENABLED=0. The cause was an invalid zip file being uploaded for the ParameterParser lambda. The solution in those cases was to delete the SAM_TRE stack and recreate it. Could you please try deleting the SAM_TRE stack? Then try running these commands:
We will work on updating the automated deploy script and the manual installation instructions so this issue doesn't happen in the future. I did try installing the engine from Ubuntu 22.04 but was not able to reproduce the problem. I apologize for the inconvenience with this issue. |
Hello, smaly-amazon I appreciate your support. After deleting the SAM TRE stack and installing it again, I still had the issue, but after using the above command, the everything is now functioning as expected. Also, I believe I discovered a jd: command not found error while the automated script running. If necessary, please give jd installation instructions. Issue has been fixed after installing jd using the steps below.
Thank you so much for your help. |
Hi,
I am getting the following error while trying to launch a product, I have followed all the steps mentioned in the documentation.
Error occurred during parameter parsing: RequestId: feaf0bad-fb24-4dee-8dbf-0d624b7eb800 Error: Runtime exited with error: exit status 1
While checking the lambda function "ServiceCatalogTerraformOSParameterParser" logs I saw the following error.
/var/task/terraform_open_source_parameter_parser: /lib64/libc.so.6: version ``GLIBC_2.32' not found (required by /var/task/terraform_open_source_parameter_parser)
Could you please let me know how can I fix this issue.
Thank you.
The text was updated successfully, but these errors were encountered: