Avatar

Please consider registering
guest

sp_LogInOut Log In sp_Registration Register

Register | Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

sp_Feed Topic RSS sp_TopicIcon
Siemens OPC UA- Prosys OPCUA Client (Evaluation) - Communication Fault
July 17, 2018
15:18, EEST
Avatar
asif.m
Member
Members
Forum Posts: 4
Member Since:
July 17, 2018
sp_UserOfflineSmall Offline

Am trying to connect to Siemens OPCUA server using Prosys OPC UA Client. I see “Communication Fault” . I tried the “SimpleClient” from the Java SDK and i see the following error. From the error its clear that the client is not able to connect to the server. I tried with UAEXPERT and it connects. Am i forgetting something here?

Additional Info:
Security Mode is NONE
Both Server and Client are in the same network and be pinged
Firewalls are disabled.

Thanks in advance !

Exception in thread “main” com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:46)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 6 more

July 17, 2018
16:25, EEST
Avatar
Heikki Tahvanainen
Moderator
Members

Moderators
Forum Posts: 402
Member Since:
April 17, 2013
sp_UserOfflineSmall Offline

Hi,

There’s clearly something going wrong but it’s hard to say what exactly is the problem based on this information alone.

This logging just shows that there’s no valid session created at the time when the client application tries to issue a read request.

Please post the full log file in this case, not just the last error message.

July 18, 2018
15:11, EEST
Avatar
asif.m
Member
Members
Forum Posts: 4
Member Since:
July 17, 2018
sp_UserOfflineSmall Offline

Hi Heikki,
Thanks for the reply. The full log is follows. Sorry for the big log 🙁

07/18/2018 13:17:30.223 WARN [main] com.prosysopc.ua.client.nodes.UaClientReference – Unable to retrieve node from AddressSpace:
com.prosysopc.ua.ServiceException: Bad_EncodingLimitsExceeded (code=0x80080000, description=”MaxStringLength 65535 < 1094349678") ServiceResult=Bad_EncodingLimitsExceeded (0x80080000) "The message encoding/decoding limits imposed by the stack have been exceeded."
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.AddressSpace.readAttributes(SourceFile:1407)
at com.prosysopc.ua.client.AddressSpace.readNode(SourceFile:1461)
at com.prosysopc.ua.client.AddressSpace.getNode(SourceFile:901)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:257)
at com.prosysopc.ua.client.nodes.UaClientReference.getReferenceType(SourceFile:137)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:451)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.encoding.DecodingException: Bad_EncodingLimitsExceeded (code=0x80080000, description=”MaxStringLength 65535 < 1094349678")
at org.opcfoundation.ua.encoding.binary.BinaryDecoder.assertStringLength(BinaryDecoder.java:1654)
at org.opcfoundation.ua.encoding.binary.BinaryDecoder.getString(BinaryDecoder.java:1285)
at org.opcfoundation.ua.encoding.binary.BinaryDecoder.getDiagnosticInfo(BinaryDecoder.java:542)
at org.opcfoundation.ua.encoding.binary.BinaryDecoder.getDiagnosticInfoArray(BinaryDecoder.java:563)
at org.opcfoundation.ua.core.EncodeableSerializer$121.getEncodeable(EncodeableSerializer.java:3409)
at org.opcfoundation.ua.encoding.utils.AbstractSerializer.getEncodeable(AbstractSerializer.java:136)
at org.opcfoundation.ua.encoding.utils.SerializerComposition.getEncodeable(SerializerComposition.java:104)
at org.opcfoundation.ua.encoding.binary.BinaryDecoder.getMessage(BinaryDecoder.java:1062)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection$ReadThread.run(TcpConnection.java:928)
07/18/2018 13:17:30.230 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description="The operation could not complete because the client is not connected to the server.") ServiceResult=Bad_ServerNotConnected (0x800D0000) "The operation could not complete because the client is not connected to the server."
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.232 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.234 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.238 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.241 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.244 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.246 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.250 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.253 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.255 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.257 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.260 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.261 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.263 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.266 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.268 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.270 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.273 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.276 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.278 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.280 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.283 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.285 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.286 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.287 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.289 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.290 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.291 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.292 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.293 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.295 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.297 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.299 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.300 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.302 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.303 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.305 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.306 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.308 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.310 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.311 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.313 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.314 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.317 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.318 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.319 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.335 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.336 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.337 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.338 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.339 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.340 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.341 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.342 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.343 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.344 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.345 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.346 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.347 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.348 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.350 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.351 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.352 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.353 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.354 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.355 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.356 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 20 more
07/18/2018 13:17:30.356 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 20 more
07/18/2018 13:17:30.357 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 20 more
07/18/2018 13:17:30.358 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 20 more
07/18/2018 13:17:30.359 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 20 more
07/18/2018 13:17:30.360 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getSourceNode(SourceFile:172)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:124)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.361 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.362 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.363 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.364 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.366 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.368 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getSourceNode(SourceFile:172)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:124)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.369 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 21 more
07/18/2018 13:17:30.370 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 21 more
07/18/2018 13:17:30.372 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 21 more
07/18/2018 13:17:30.373 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 21 more
07/18/2018 13:17:30.375 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 21 more
07/18/2018 13:17:30.376 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 21 more
07/18/2018 13:17:30.377 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 21 more
07/18/2018 13:17:30.379 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 21 more
07/18/2018 13:17:30.380 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 21 more
07/18/2018 13:17:30.381 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 21 more
07/18/2018 13:17:30.383 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 21 more
07/18/2018 13:17:30.384 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 21 more
07/18/2018 13:17:30.385 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 21 more
07/18/2018 13:17:30.387 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 21 more
07/18/2018 13:17:30.388 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReference(SourceFile:427)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getSuperType(SourceFile:120)
at com.prosysopc.ua.client.nodes.UaTypeImpl.hasSuperType(SourceFile:134)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.inheritsFrom(SourceFile:150)
at com.prosysopc.ua.client.nodes.UaTypeImpl.getJavaClass(SourceFile:98)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2416)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 21 more
07/18/2018 13:17:30.390 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.391 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.392 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.394 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.395 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.397 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.398 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.400 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.401 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.402 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.403 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.405 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.406 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.407 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.408 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.409 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.411 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.412 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.413 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.415 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.552 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.553 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.554 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.556 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.558 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.559 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.560 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.562 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.564 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.567 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.569 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.571 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.573 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.575 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.578 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.580 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.582 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.585 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.587 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.589 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.591 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.593 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.596 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.598 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.601 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 16 more
07/18/2018 13:17:30.604 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.606 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.608 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.610 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.612 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.614 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 18 more
07/18/2018 13:17:30.617 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.618 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.619 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.621 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.622 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.624 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.625 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.627 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.630 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.633 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.634 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.636 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.637 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.639 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.640 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.642 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 19 more
07/18/2018 13:17:30.643 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.645 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.646 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.651 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.655 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.657 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.659 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.661 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.663 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:436)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.665 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.a(SourceFile:244)
at com.prosysopc.ua.client.nodes.UaClientReference.getTargetNode(SourceFile:193)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:437)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 15 more
07/18/2018 13:17:30.666 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:111)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.667 ERROR [main] com.prosysopc.ua.client.UaClient – Could not get namespace table from server
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.client.UaClient.E(SourceFile:5491)
at com.prosysopc.ua.client.UaClient.getNamespaceTable(SourceFile:1208)
at com.prosysopc.ua.client.AddressSpace.getNamespaceTable(SourceFile:784)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:113)
at com.prosysopc.ua.client.nodes.UaClientReference.getIsInverse(SourceFile:127)
at com.prosysopc.ua.client.nodes.UaNodeImpl.getReferences(SourceFile:462)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:435)
at com.prosysopc.ua.DataTypeConverter.a(SourceFile:2427)
at com.prosysopc.ua.DataTypeConverter.(SourceFile:1448)
at com.prosysopc.ua.client.AddressSpace.f(SourceFile:2119)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:796)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:48)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 17 more
07/18/2018 13:17:30.931 ERROR [main] com.prosysopc.ua.samples.client.SimpleClient –
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”
at com.prosysopc.ua.client.UaClient.a(SourceFile:4916)
at com.prosysopc.ua.client.UaClient.read(SourceFile:2660)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2944)
at com.prosysopc.ua.client.UaClient.readAttributes(SourceFile:2910)
at com.prosysopc.ua.client.UaClient.readAttribute(SourceFile:2810)
at com.prosysopc.ua.client.UaClient.readValue(SourceFile:3086)
at com.prosysopc.ua.samples.client.SimpleClient.main(SimpleClient.java:51)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”)
at org.opcfoundation.ua.transport.tcp.io.TcpConnection.sendRequest(TcpConnection.java:1087)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:342)
at org.opcfoundation.ua.transport.tcp.io.SecureChannelTcp.serviceRequest(SecureChannelTcp.java:315)
at org.opcfoundation.ua.application.SessionChannel.serviceRequest(SessionChannel.java:307)
at org.opcfoundation.ua.transport.ChannelService.Read(ChannelService.java:1477)
at com.prosysopc.ua.client.UaClient.a(SourceFile:4908)
… 6 more
07/18/2018 13:17:31.162 INFO [PublishTask-com.prosysopc.ua.client.UaClient@44a5b703] com.prosysopc.ua.client.UaClient – reconnect: Reconnected to server (session reactivated)
07/18/2018 13:17:31.484 INFO [PublishTask-com.prosysopc.ua.client.UaClient@44a5b703] com.prosysopc.ua.client.UaClient – reconnect: Reconnected to server (session reactivated)
07/18/2018 13:17:32.016 INFO [PublishTask-com.prosysopc.ua.client.UaClient@44a5b703] com.prosysopc.ua.client.UaClient – reconnect: Reconnected to server (session reactivated)
07/18/2018 13:17:32.541 INFO [PublishTask-com.prosysopc.ua.client.UaClient@44a5b703] com.prosysopc.ua.client.UaClient – reconnect: Reconnected to server (session reactivated)
07/18/2018 13:17:32.935 INFO [PublishTask-com.prosysopc.ua.client.UaClient@44a5b703] com.prosysopc.ua.client.UaClient – reconnect: Reconnected to server (session reactivated)
07/18/2018 13:17:33.437 INFO [PublishTask-com.prosysopc.ua.client.UaClient@44a5b703] com.prosysopc.ua.client.UaClient – reconnect: Reconnected to server (session reactivated)
07/18/2018 13:17:33.773 INFO [PublishTask-com.prosysopc.ua.client.UaClient@44a5b703] com.prosysopc.ua.client.UaClient – reconnect: Reconnected to server (session reactivated)
07/18/2018 13:17:34.399 INFO [PublishTask-com.prosysopc.ua.client.UaClient@44a5b703] com.prosysopc.ua.client.UaClient – reconnect: Reconnected to server (session reactivated)
07/18/2018 13:17:34.911 INFO [PublishTask-com.prosysopc.ua.client.UaClient@44a5b703] com.prosysopc.ua.client.UaClient – reconnect: Reconnected to server (session reactivated)
07/18/2018 13:17:35.425 INFO [PublishTask-com.prosysopc.ua.client.UaClient@44a5b703] com.prosysopc.ua.client.UaClient – reconnect: Reconnected to server (session reactivated)
07/18/2018 13:17:35.771 INFO [PublishTask-com.prosysopc.ua.client.UaClient@44a5b703] com.prosysopc.ua.client.UaClient – reconnect: Reconnected to server (session reactivated)
07/18/2018 13:17:36.075 INFO [PublishTask-com.prosysopc.ua.client.UaClient@44a5b703] com.prosysopc.ua.client.UaClient – reconnect: Reconnected to server (session reactivated)
07/18/2018 13:17:37.599 INFO [PublishTask-com.prosysopc.ua.client.UaClient@44a5b703] com.prosysopc.ua.client.UaClient – reconnect: Reconnected to server (session reactivated)

July 18, 2018
15:37, EEST
Avatar
asif.m
Member
Members
Forum Posts: 4
Member Since:
July 17, 2018
sp_UserOfflineSmall Offline

Hi ,

I could solve the error related to MaxStringLength using:
client.getEndpointConfiguration().setMaxStringLength(1094349679);

But the following and other errors from the previous post still there..

07/18/2018 13:32:33.298 WARN [main] com.prosysopc.ua.client.nodes.UaClientReference – Unable to retrieve node from AddressSpace:
com.prosysopc.ua.ServiceException: Bad_ServerNotConnected (code=0x800D0000, description=”The operation could not complete because the client is not connected to the server.”) ServiceResult=Bad_ServerNotConnected (0x800D0000) “The operation could not complete because the client is not connected to the server.”

Thanks,
Asif M

July 19, 2018
10:23, EEST
Avatar
Heikki Tahvanainen
Moderator
Members

Moderators
Forum Posts: 402
Member Since:
April 17, 2013
sp_UserOfflineSmall Offline

Hello,

I’m afraid this sounds very similar to a previously known issue with certain Siemens OPC UA servers.

Please see this forum post for some background information: https://forum.prosysopc.com/forum/opc-ua-java-sdk/bad_encodinglimitsexceeded-from-getdiagnosticinfoarray/

The problem is that the Siemens server is encoding OPC UA ExtensionObjects incorrectly. This has been reported to Siemens already in year 2016 and according to our understanding, fixes for this issue should be available. Please contact Siemens for more information about available fixes for the server.

The immediately failing action here is decoding the erroneour read responses from the server. In the Java SDK, the UaClient class monitors server status by issuing periodic read calls. If you would like to test the server functionality a little further, you can set

UaClient.setStatusCheckInterval(0);

Before calling UaClient.connect():

However, the client will fail anyways as soon as the server sends a malformed ExtensionObject. This means that in practice no useful communication is possible between these applications before the server application is fixed.

July 19, 2018
14:10, EEST
Avatar
asif.m
Member
Members
Forum Posts: 4
Member Since:
July 17, 2018
sp_UserOfflineSmall Offline

HI Heikki,

Yes, the problem looks similar to other post. I will check with our Siemens supplier to verify this.

Thanks alot.
Asif M

Forum Timezone: Europe/Helsinki

Most Users Ever Online: 518

Currently Online:
25 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

hbrackel: 135

pramanj: 86

Francesco Zambon: 81

rocket science: 77

ibrahim: 75

Sabari: 62

kapsl: 57

gjevremovic: 49

Xavier: 43

fred: 41

Member Stats:

Guest Posters: 0

Members: 680

Moderators: 16

Admins: 1

Forum Stats:

Groups: 3

Forums: 15

Topics: 1467

Posts: 6259

Newest Members:

sagarchau, elviralangwell4, Donnavek, Eddiefauth, DonaldPooma, fidelduke938316, Jan-Pfizer, DavidROunc, fen.pang@woodside.com, aytule

Moderators: Jouni Aro: 1009, Otso Palonen: 32, Tuomas Hiltunen: 5, Pyry: 1, Petri: 0, Bjarne Boström: 983, Heikki Tahvanainen: 402, Jukka Asikainen: 1, moldzh08: 0, Jimmy Ni: 26, Teppo Uimonen: 21, Markus Johansson: 42, Niklas Nurminen: 0, Matti Siponen: 321, Lusetti: 0, Ari-Pekka Soikkeli: 5

Administrators: admin: 1