Skip to main content
13-Aquamarine
January 10, 2024
Solved

TWX GOAWAY RESPONSE DOING POST REQUEST

  • January 10, 2024
  • 1 reply
  • 873 views

Hello Community,

 

We have a rest server that acs like proxy between the iot devices and twx. When our sever sometimes try to do post with the device data we receive from Thingworx this error:

 

2024-01-09 02:54:06,943 34670452 ERROR c.a.c.client.ThingworxClient - An exception occurred during the request: /ip GOAWAY received

When happen this error in thingworx?

 

Thank you in advance,

Luis.

Best answer by Rocko

This is an HTTP/2 error. https://stackoverflow.com/questions/46398964/what-is-a-goaway-frame-in-http2-and-how-is-it-linked-to-redirects

You might want to look into the tomcat access/error logs.

Also, you could try to switch to "classic" HTTP for debugging.

Maybe your proxy uses an expired session or so.

1 reply

Rocko
Rocko19-TanzaniteAnswer
19-Tanzanite
January 11, 2024

This is an HTTP/2 error. https://stackoverflow.com/questions/46398964/what-is-a-goaway-frame-in-http2-and-how-is-it-linked-to-redirects

You might want to look into the tomcat access/error logs.

Also, you could try to switch to "classic" HTTP for debugging.

Maybe your proxy uses an expired session or so.