de.dentrassi.kura.addons.milo in Kura RaspPi [message #1758676] |
Fri, 31 March 2017 10:46  |
Eclipse User |
|
|
|
Hi,
I am testing kura features. I am interesting in running an opcua server witih kura in my raspberry PI B. I have installed from kura web ui the next to packages
de.dentrassi.kura.addons.example.publisher and de.dentrassi.kura.addons.milo .
Looking at the kura logs I can see these traces:
o.e.m.o.s.s.OpcUaServer - Binding endpoint opc.tcp://170.20.8.141:12685 to 0.0.0.0 [None/None]
o.e.m.o.s.s.t.UaTcpStackServer - opc.tcp://170.20.8.141:12685 bound to 0.0.0.0:12685 [None/None]
I assume the opcus server is succesfully running, so I try to connect with it from my opuaclient running on a w7 pc.
I use as endpoint opc.tcp://170.20.8.14:12685 but i get the next error from the server
Error received form remote host: unrecognized endpoint url: opc.tcp://170.20.8.14:12685/
I have checked the tcp port 12685 is open on my raspb. Looking at the kura log file i can see the next traces:
2016-04-11 22:39:47,026 [ua-netty-event-loop-0] ERROR o.e.m.o.s.s.h.UaTcpServerHelloHandler - [remote=/172.16.8.13:63449] Exception caught; sent ErrorMessage{error=StatusCode{name=Bad_TcpEndpointUrlInvalid, value=0x80830000, quality=bad}, reason=unrecognized endpoint url: opc.tcp://172.16.8.141:12685/}
io.netty.handler.codec.DecoderException: UaException: status=Bad_TcpEndpointUrlInvalid, message=unrecognized endpoint url: opc.tcp://172.16.8.141:12685/
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:442)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:248)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:373)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:351)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:373)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:129)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:651)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:574)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:488)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:450)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:873)
at java.lang.Thread.run(Thread.java:745)
Caused by: UaException: status=Bad_TcpEndpointUrlInvalid, message=unrecognized endpoint url: opc.tcp://172.16.8.141:12685/
at org.eclipse.milo.opcua.stack.server.handlers.UaTcpServerHelloHandler.lambda$onHello$0(UaTcpServerHelloHandler.java:86)
at java.util.Optional.orElseThrow(Optional.java:290)
at org.eclipse.milo.opcua.stack.server.handlers.UaTcpServerHelloHandler.onHello(UaTcpServerHelloHandler.java:83)
at org.eclipse.milo.opcua.stack.server.handlers.UaTcpServerHelloHandler.decode(UaTcpServerHelloHandler.java:68)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:411)
... 15 more
Any suggestions,
Thanks
|
|
|
|
Powered by
FUDForum. Page generated in 0.03443 seconds