ThingWorx Navigate is now Windchill Navigate Learn More

Translate the entire conversation x

TWX GOAWAY RESPONSE DOING POST REQUEST

LuisCabello
13-Aquamarine

TWX GOAWAY RESPONSE DOING POST REQUEST

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.

ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

1 REPLY 1

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.

Announcements




Top Tags