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

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

TWX 9.4 some performance problems - Timeouts/Connection refused/404

LuisCabello
12-Amethyst

TWX 9.4 some performance problems - Timeouts/Connection refused/404

Hello community,

 

I would like to learn when thingworx return a timeout or connection refused or 404. I put to you in context, we have a simulated device that send data to one thingworx endpoint each 15 seconds, and sometimes we receive the next errors:

    • timeout errors (Appear in our log as "Task cancelled" as a connection attempt will timeout after 5 seconds.)
    • Connection refused error (Connection refused only occurred 3 times, the others more often)
    • 404 error

Here I can put some logs:

timeout error - reference to TaskCanceledException

LuisCabello_0-1706610622500.png

Connection refused

LuisCabello_1-1706610758411.png

 

Can you help me to discover which is the problem and when happen each error? 

 

Thank you in advance,

Luis.

 

1 REPLY 1

For all those errors I would try monitoring ThingWorx to understand what's really happening with it. Either it's experiencing high load - therefore generating the connection timeout or it's completely down (in process of restarting). And always make sure infrastructure works fine, for example you can run a curl script that attempts to connect to external websites to see if there's a connectivity issue somewhere.

Top Tags