OPCFoundation / UA-Java-Legacy

This repository is provided by OPC Foundation as legacy support for an Java version for OPC UA.
https://github.com/OPCFoundation/UA-.NETStandard
Other
355 stars 227 forks source link

Bad_CommunicationError (code=0x80050000, description="2147811328, Read timed out") #217

Closed gnraju20411 closed 3 years ago

gnraju20411 commented 3 years ago

if i run client and server on same machine both are communicate good. when i publish the server on AWS instance (Ubuntu server) getting the issue from client side? what is the reason, please give me the information on the issue. Exception in thread "main" org.opcfoundation.ua.common.ServiceResultException: Bad_CommunicationError (code=0x80050000, description="2147811328, Read timed out")

jouniaro commented 3 years ago

This is some kind of a communication problem between the client and server.