Xstore Wrapper logs growing abruptly
Hi,
We got the following error in one of the Production registers in the Wrapper logs and it is generating in a large manner. Due to this, The size of the wrapper logs is increasing in GBs.
Earlier the same issue came, and we got the reason for the issue as follows:
1. \src/termios.c Access Denied means the Java Machine cannot talk to a com port, usually cause the device it is trying to connect to is in use or is refusing access.
2. Once System is restarted or a proper shutdown is made and started, it would kill the existing connections and new driver connections will be established. Hence it will resolve the issue.