Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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.
Solved! Go to Solution.
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.
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.