Sorry, i shoulf have mentioned that this message repeats every second with the last update value increasing. Only way to stop it is restarting the OPC-UA server module.
This only happens when the node has been subscribed on shutdown. The driver adds many other nodes that do not show this message.
There are no errors when removing the node. The sequence used is:
INFO | jvm 1 | 2013/04/01 19:54:28 | DEBUG [StandardNodeManager ] [19:54:28,647]: Adding Node "DriverVariableNode@10ecc06[nodeId=[TCPBin]Msg0/_Timestamp,nodeClass=Variable,dataType=ns=0:i=13]".
INFO | jvm 1 | 2013/04/01 19:54:28 | TRACE [DriverVariableNode ] [19:54:28,647]: Driver setting value value=null, status=StatusCode[0x80320000, Severity=Bad, Subcode=Bad_WaitingForInitialData], source=null, server=Mon Apr 01 19:54:28 CEST 2013 on NodeId [TCPBin]Msg0/_Timestamp
...
INFO | jvm 1 | 2013/04/01 19:54:37 | DEBUG [DriverVariableNode ] [19:54:37,890]: MonitoredItem@2000 added to DriverVariableNode@10ecc06[nodeId=[TCPBin]Msg0/_Timestamp,nodeClass=Variable,dataType=ns=0:i=13].
SHUTDOWN...
INFO | jvm 1 | 2013/04/01 19:56:56 | DEBUG [StandardNodeManager ] [19:56:56,850]: Removed Node "DriverVariableNode@10ecc06[nodeId=[TCPBin]Msg0/_Timestamp,nodeClass=Variable,dataType=ns=0:i=13]".
RESTART...
INFO | jvm 1 | 2013/04/01 19:56:57 | DEBUG [StandardNodeManager ] [19:56:57,561]: Adding Node "DriverVariableNode@78a1e9[nodeId=[TCPBin]Msg0/_Timestamp,nodeClass=Variable,dataType=ns=0:i=13]".
INFO | jvm 1 | 2013/04/01 19:56:57 | TRACE [DriverVariableNode ] [19:56:57,561]: Driver setting value value=null, status=StatusCode[0x80320000, Severity=Bad, Subcode=Bad_WaitingForInitialData], source=null, server=Mon Apr 01 19:56:57 CEST 2013 on NodeId [TCPBin]Msg0/_Timestamp
...
INFO | jvm 1 | 2013/04/01 19:57:09 | TRACE [DriverVariableNode ] [19:57:09,418]: Driver setting value value=1364838786519, status=StatusCode[0x00000000, Severity=Good, Subcode=NotSpecified], source=Mon Apr 01 19:57:07 CEST 2013, server=null on NodeId [TCPBin]Msg0/_Timestamp
INFO | jvm 1 | 2013/04/01 19:57:09 | DEBUG [DriverVariableNode ] [19:57:09,548]: Setting [TCPBin]Msg0/_Timestamp@2000ms to stale. Last update was 12788ms ago. Max age is 10000.0ms.
INFO | jvm 1 | 2013/04/01 19:57:10 | DEBUG [DriverVariableNode ] [19:57:10,560]: Setting [TCPBin]Msg0/_Timestamp@2000ms to stale. Last update was 13800ms ago. Max age is 10000.0ms.
...
The subscription works after the restart, but it seems the MonitoredItem added after the initial start is still there. I wonder why there isn’t a MonotoredItem added to the new node after the restart.