11.2.5 Troubleshooting (AWS Lambda linkage tool (JP1 event register command support version)
- Organization of this subsection
(1) Troubleshooting JP1 event-sending function
The following tables explain how to remedy errors in JP1 event-sending functionality.
|
No. |
Error message#1 that was output |
Meaning |
Corrective action |
|---|---|---|---|
|
1 |
invalid logging conf file. |
The "logging.conf" #2 is invalid. |
Check the content of the "logging.conf" #2, take appropriate action, and then execute the "sendevent_aws_lambda" #2 again. |
|
2 |
failed to get jevsend options queue. |
Accessing SQS failed. |
Check setup of SQS created in 11.2.2(1)(d) Preparing SQS, resolve the issue, and execute the "sendevent_aws_lambda" #2 again. |
|
3 |
failed to regist jp1 event. |
JP1 event registration. failed. |
Execute the sendevent_aws_lambda.py#2 again, confirm 11.2.1 Prerequisites (AWS Lambda linkage tool (JP1 event register command compatible version)) JP1/Base has been installed correctly, and that the parameters in JP1/Base of 11.2.2(3)(a) JP1 Event Send Function (sendevent_aws_lambda.py) are correct. |
|
4 |
failed to delete sqs message. |
Delete of SQS queue failed. |
Check setup of SQS created in 11.2.2(1)(d) Preparing SQS, resolve the issue, and Execute the "sendevent_aws_lambda" #2 again. |
- #1
-
Error messages (log level: ERROR) that are output to.log under sendevent_aws_lambda that was Copy in 11.2.2(2)(a) JP1 Event-Send Function Arrangement; and messages that are output to normal error output.
- #2
-
File under sendevent_aws_lambda that was copied in 11.2.2(2)(a) JP1 Event-Send Function Arrangement.
(2) Troubleshooting of a Lambda error
The following tables explain how to handle Lambda errors.
|
No. |
Error message #1 that was output |
Meaning |
Corrective action |
|---|---|---|---|
|
1 |
invalid eventignore csv file.(%s) |
The "eventignore.csv" #2 is invalid. |
Check the content of the "eventignore.csv" #2. |
|
2 |
invalid eventconf csv file.(%s) |
The "eventconf.csv" #2 is invalid. |
Check the content of the "eventconf.csv" #2. |
|
3 |
failed to get log data.(%s) |
The event data passed to Lambda is invalid. |
Check the "Lambda" and "CloundWatch Logs" Setup. |
|
4 |
failed to regist SQS.(%s) |
JP1 event info registration to SQS failed. |
Confirm setup of SQS created in 11.2.2(1)(d) Preparing SQS. |
- #1
-
CloudWatch Logs log group: error message printed in/aws/lambda/sendevent_sqs (log level: ERROR)
- #2
-
File stored in S3 bucket created in 11.2.2(1)(c) Preparing S3