Need help on Wrapper.log entries

Hi all,
sometimes I find the following entries in my wrapper.log:


and
image
At the same time the Vision page objects shows the Uncertain overlay
image
Is it a connectivity problem to the PLC? Pinging the PLC seems good when that happens - I'm running pinginfoview to record ping commands automatically

Are you having garbage collection stalls? I've seen such messages when a long GC stall causes some requests to time out the instant the stall is over, even though the reply was sent from the PLC (still in OS buffers, presumably).

Hi @pturmel and thanks. Garbage collection is working properly, if I look at the memory plot


Is that what you were meaning?

No, you need to enable GC logging so you can see how long your pause-the-world stalls are taking. Tens of milliseconds is fine. Maybe an occassional 100ms is fine. Any more than that and short request timeouts can start falling within the stall, and thereby expiring.

The first messages are indicating a request from an Igntion driver to some device timed out.

The second is from after an OPC UA client connection named “Ground” reconnected.

1 Like

Ok @Kevin.Herron , thanks. Running pinginfoview with a shorter ping period a found that you are right: there are some connection problems with the PLC. I'll ask the network admins.

1 Like