Daveboggi opened a new issue, #3805:
URL: https://github.com/apache/streampipes/issues/3805
### Apache StreamPipes version
0.97.0
### Affected StreamPipes components
Connect
### What happened?
I have issues with secure connection to opc ua server. I did the steps from
the documentation, but still facing:
org.eclipse.milo.opcua.stack.core.UaException: no KeyPair configured
at
org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel.lambda$fromConfig$0(ClientSecureChannel.java:183)
at java.base/java.util.Optional.orElseThrow(Unknown Source)
at
org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel.fromConfig(ClientSecureChannel.java:182)
at
org.eclipse.milo.opcua.stack.client.transport.uasc.UascClientAcknowledgeHandler.<init>(UascClientAcknowledgeHandler.java:70)
at
org.eclipse.milo.opcua.stack.client.transport.tcp.OpcClientTcpChannelInitializer.initChannel(OpcClientTcpChannelInitializer.java:36)
at
org.eclipse.milo.opcua.stack.client.transport.tcp.OpcClientTcpChannelInitializer.initChannel(OpcClientTcpChannelInitializer.java:21)
at
io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129)
at
io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:112)
at
io.netty.channel.AbstractChannelHandlerContext.callHandlerAdded(AbstractChannelHandlerContext.java:938)
at
io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:609)
at
io.netty.channel.DefaultChannelPipeline.access$100(DefaultChannelPipeline.java:46)
at
io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1463)
at
io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1115)
at
io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:650)
at
io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:514)
at
io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:429)
at
io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:486)
at
io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at
io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:503)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at
io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base/java.lang.Thread.run(Unknown Source)
### How to reproduce?
_No response_
### Expected behavior
_No response_
### Additional technical information
_No response_
### Are you willing to submit a PR?
None
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]