On Mit 14.10.2009 10:43, boB Gage wrote:
I've been seeing a lot of these Lock file error messages. I don't know that they are causing any real problems, but they certainly may be related to some issues we are seeing.RXTX fhs_lock() Error: creating lock file: /var/lock/LCK..ttyUSB0: File exists
You must close the session from the SerialConnector().
e.g.: in Handler.java
public void exceptionCaught(IoSession session, Throwable cause) throws
Exception{
.
.
.
session.close(true);
}
Hth
Aleks
