What does error 1047 mean in the Secure Tunelling component mean?

0

So I deployed a device with the Secure Tunnelling component, and I get a few errors (I have posted said errors in another question), right now the error I can't figure out it's meaning is :

2024-07-17T18:46:36.402Z [INFO] (Copier) aws.greengrass.SecureTunneling: stdout. [ERROR] 2024-07-17 18:46:36.401 [pool-3-thread-1] SubscribeResponseHandler - Secure Tunneling Process: 2024-07-17T18:46:36.401Z [ERROR] {TcpForward.cpp}: TcpForward::OnConnectionResult error_code=1047. {scriptName=services.aws.greengrass.SecureTunneling.lifecycle.run.script, serviceName=aws.greengrass.SecureTunneling, currentState=RUNNING}

I cannot find any information about this specific error for secure tunnelling, therefore I cannot debug it. Any help is well received.

asked 3 months ago134 views
1 Answer
3

Hi. It's AWS_IO_SOCKET_CONNECTION_REFUSED: https://github.com/awslabs/aws-c-io/blob/9678fcec01c21bb98e86c957367448d4e3695880/include/aws/io/io.h#L115. AWS_ERROR_ENUM_BEGIN_RANGE(AWS_C_IO_PACKAGE_ID) evaluates to 1024.

profile pictureAWS
EXPERT
Greg_B
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions