简体   繁体   English

OPC UA 连接被拒绝

[英]OPC UA Connection refused

I am trying to connect my application to the Opc ua Server我正在尝试将我的应用程序连接到 Opc ua 服务器

but I get the following error:但我收到以下错误:

Unable to connect because of error: Connection refused  
com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: java.util.concurrent.ExecutionException: UaException: status=Bad_ConnectionRejected, message=io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused:

it's my first time to deal with opc ua,so I don't know what is the foucs of this problem.这是我第一次处理opc ua,所以我不知道这个问题的重点是什么。

fire wall checking and kepserver checking防火墙检查和 kepserver 检查

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: io.netty.channel.AbstractChannel$AnnotatedConnectException:连接被拒绝:

You omitted part of the exception message, but this is a networking problem, it doesn't have anything to do with OPC UA yet.您省略了部分异常消息,但这是一个网络问题,它与 OPC UA 没有任何关系。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM