cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

TWX GOAWAY RESPONSE DOING POST REQUEST

LuisCabello
12-Amethyst

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Rocko
17-Peridot
(To:LuisCabello)

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
Rocko
17-Peridot
(To:LuisCabello)

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.

Top Tags