Привет.
Создаю браузеры через селенойд; Тесты проходят нормально, но в консоле вот такие ошибки:
2020-08-07 18:44:47 INFO CreateDriverCommand:52 - Create webdriver in current thread 1: RemoteWebDriver -> RemoteWebDriver: chrome on LINUX (7bcce541c6bba9d9f740e43173a29517)
java.io.IOException: Connection reset by peer
at sun.nio.ch.FileDispatcherImpl.read0(Native Method)
at
sun.nio.ch.SocketDispatcher.read(
SocketDispatcher.java:39)
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:377)
at io.netty.buffer.PooledByteBuf.setBytes(
PooledByteBuf.java:253)
at io.netty.buffer.AbstractByteBuf.writeBytes(
AbstractByteBuf.java:1133)
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(
NioSocketChannel.java:350)
at io.netty.channel.nio.AbstractNioByteChannel$
NioByteUnsafe.read(
AbstractNioByteChannel.java:148)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(
NioEventLoop.java:714)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(
NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(
NioEventLoop.java:576)
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)