AWS IoT Device Tester for AWS IoT Greengrass V2 Test failed with error: failed to validate lambda publish: timed out

0

I am using IDT v4.5.3 with test suite GGV2Q_2.3.1 with Greengrass nucleus v2.5.5. When running the lambdadeployment test I am getting the following error, "Test failed with error: failed to validate lambda publish: timed out". Any suggestions for debugging this issue?

preguntada hace 2 años293 visualizaciones
2 Respuestas
1

If you set up folder permission as recommended in above comment sudo chmod 755 folder-name, you can also try with --timeout-multiplier command, which also can be found in the troubleshooting page.

AWS
respondido hace 2 años
0

I've seen this error reported before for older GG nucleus versions. Besides the error you reported, I think you may also have a Error: Could not find or load main class in your idt-ggv2-lambda-function-idt.log file. If so, I think the root cause may be folder permissions.

https://docs.aws.amazon.com/greengrass/v2/developerguide/idt-troubleshooting.html#test-timeout

If the MQTT or Lambda component logs contain Access denied errors, your Greengrass installation folder might not have the correct file permissions. Run the following command for each folder in the installation path that you defined in your userdata.json file. sudo chmod 755 folder-name

profile pictureAWS
EXPERTO
Greg_B
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas