uaexception:status = bad_sessessclosed,消息=会话由客户关闭

发布于 2025-01-18 11:59:19 字数 443 浏览 0 评论 0原文

当我使用米洛时,发生了一些事情,我不知道为什么会发生:

uaexception:status = bad_sessessclosed,消息=会话已关闭 由客户。在 org.eclipse.milo.opcua.sdk.client.session.sessionfsmfactory.lambda $ null $ 1(sessionfsmfactory.java:159) 在 java.util.concurrent.threadpoolexecutor.runworker(threadpoolexecutor.java:1142) 在 java.util.concurrent.threadpoolexecutor $ worker.run(threadpoolexecutor.java:617) 在java.lang.thread.run(thread.java:745)

Something happened when I used Milo,I do not know why it happened:

UaException: status=Bad_SessionClosed, message=The session was closed
by the client. at
org.eclipse.milo.opcua.sdk.client.session.SessionFsmFactory.lambda$null$1(SessionFsmFactory.java:159)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

幸福还没到 2025-01-25 11:59:19

看来您正在尝试获得会话,但是没有什么叫做sessionfsm :: Opensession。您必须共享一些代码,因为如果您使用opcuaclient,通常是由SDK完成的。

您是否调用opcuaclient ::连接在使用之前?

It looks like you’re trying to get the Session but nothing has called SessionFsm::openSession. You’ll have to share some code, because this is normally done by the SDK if you are using OpcUaClient.

Did you call OpcUaClient::connect before using it?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文