Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[milo-dev] Unable to connect to opc-ua server
  • From: "RB, Pramod Kumar" <pramodkumar.rb@xxxxxxxxxxxxxxxx>
  • Date: Thu, 15 Apr 2021 10:24:49 +0000
  • Accept-language: en-IN, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=thermofisher.com; dmarc=pass action=none header.from=thermofisher.com; dkim=pass header.d=thermofisher.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=hUuu0H7WCi1i1g5tdVGqjv2sOZEA+TXAiFxEPo89tME=; b=MCeYqyz5dbqlOKqxWvg4Df46fWqZFYT84KwUSCOgM0YV4WUZKxUONSyArdWsfS8Qyp7HdYGi2RPq5K4d12Qj/hcz36nqjsD+IbwVTSCkqycikzSLUrwmJyFhoVjkwauhvDAEQSsIxTXq+bLJTVVWVT78Kyb/grv/LOEvvfgQk2gr/UcpX7PBrb1c7ALXUfa7jdnaeuWv16ANmvxVBqFFKDUZshJgFlq+cDYV/qyipboggiVdW1gH6M3fuOGXgp0K6xLiRwwyHyRUcOgQCavnWHmYKO+l5ks5Ardi5CCU2bBlf2KG5LxQaQUK3xW7bAZLqFNLOYdKO6erU0xArJWaTw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Hb0e1eBhvK4T03LTPewz1SGxES2Y/nDxCi43yu+PRlapsqpP86kdxiQrA0IkmiHdtk5+UMSOr1L84nMBYwRujRETwM6b7pCK9kEQw20OYp74SD2s5ipoubQJKr9qVy8bZcOS0JCbvSjifE3/IfJrB/p+scKZumiFV3WkcdhonaFTpZNwopQr23jzGuIuYL7+LleZvfEg9YzLykK21Ng2Pdxnbyq7STntucmyApgIXc9mUx0HPY3r3vtdAzCAJ9q4xg9DmRVaybnw0DEETnihRlI8Kpba/n+fA8so1krGMM07J+frUSTGMCMtcWWNPh6D01q4rjDPwW2WiTu42LKQuQ==
  • Delivered-to: milo-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/milo-dev/>
  • List-help: <mailto:milo-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/milo-dev>, <mailto:milo-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/milo-dev>, <mailto:milo-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Adcx3sNlHew+l/kpTmyvgImIkrT3oA==
  • Thread-topic: [milo-dev] Unable to connect to opc-ua server

CAUTION: This email originated from outside of Thermo Fisher Scientific. If you believe it to be suspicious, report using the Report Phish button in Outlook or send to SOC@xxxxxxxxxxxxxxxx.

 

Hi Team,

 

I am facing some issue while connecting to OPC-UA server from OPC-UA client written using Eclipse milo library. Sometimes I will get the error as mentioned below and communication will not establish until I restart my pc and then launch opc-ua server software again and also whenever I see this error even other opc-ua clients like prosys browser & UaExpert tools are also unable to connect to OPC-UA server software until I restart the machine.

 

This is blocker for my work, please help me to fix this issue.

 

Regards,
Pramod

 

15:53:36.613 [milo-netty-event-loop-1] DEBUG org.eclipse.milo.opcua.stack.client.transport.uasc.UascClientAcknowledgeHandler - Sent Hello message on channel=[id: 0x53c60c97, L:/192.168.56.1:3161 - R:/192.168.56.1:48010].

15:53:36.613 [milo-netty-event-loop-0] DEBUG org.eclipse.milo.opcua.stack.client.transport.uasc.UascClientAcknowledgeHandler - Sent Hello message on channel=[id: 0x04675ea5, L:/192.168.56.1:3159 - R:/192.168.56.1:48010].

15:53:36.643 [milo-netty-event-loop-0] WARN io.netty.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.

java.io.IOException: An established connection was aborted by the software in your host machine

       at sun.nio.ch.SocketDispatcher.read0(Native Method)

       at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)

       at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)

       at sun.nio.ch.IOUtil.read(IOUtil.java:192)

       at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)

       at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:253)

       at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1134)

       at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:350)

       at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)

       at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:719)

       at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)

       at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)

       at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)

       at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)

       at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)

       at java.lang.Thread.run(Thread.java:748)




This e-mail and any attachments thereto may contain confidential information and/or information protected by intellectual property rights for the exclusive attention of the intended addressees named above. If you have received this transmission in error, please immediately notify the sender by return e-mail and delete this message and its attachments permanently from your system/server, if stored. Unauthorized use, copying or further full or partial distribution of this e-mail or its contents is prohibited and will be subject to prosecution.
_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://urldefense.proofpoint.com/v2/url?u=https-3A__www.eclipse.org_mailman_listinfo_milo-2Ddev&d=DwICAg&c=q6k2DsTcEGCcCb_WtVSz6hhIl8hvYssy7sH8ZwfbbKU&r=Kp1rLiuIdeAJsAoiJSaKwBNCcVaXhQtb0KqTYn0wGiU&m=VANBJiUpXyVylP5crLWD0U4B122_fnpWYa6pXXP90Z0&s=Z-61VU6YHXRZ1ry87cPScqKAGGmckCPJPnxJVy_iA3c&e= 

Back to the top