[
https://issues.apache.org/jira/browse/NIFI-12091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17767165#comment-17767165
]
Joe Witt commented on NIFI-12091:
---------------------------------
{noformat}
[pool-3-thread-1] ERROR org.apache.nifi.processors.standard.ListenTCPRecord -
[ListenTCPRecord[id=bdfe1185-e215-4383-944e-35b84f6da28d]] Error processing
records: An established connection was aborted by the software in your host
machine
java.io.IOException: An established connection was aborted by the software in
your host machine
at java.base/sun.nio.ch.SocketDispatcher.read0(Native Method)
at java.base/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:46)
at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:340)
at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:306)
at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:269)
at
java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:425)
at
org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel.readChannel(SSLSocketChannel.java:527)
at
org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel.unwrapBufferReadChannel(SSLSocketChannel.java:498)
at
org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel.read(SSLSocketChannel.java:347)
at
org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream.read(SSLSocketChannelInputStream.java:46)
at
java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:291)
at
java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:347)
at
java.base/java.io.BufferedInputStream.implRead(BufferedInputStream.java:420)
at
java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:399)
at
com.fasterxml.jackson.core.json.ByteSourceJsonBootstrapper.ensureLoaded(ByteSourceJsonBootstrapper.java:539)
at
com.fasterxml.jackson.core.json.ByteSourceJsonBootstrapper.detectEncoding(ByteSourceJsonBootstrapper.java:133)
at
com.fasterxml.jackson.core.json.ByteSourceJsonBootstrapper.constructParser(ByteSourceJsonBootstrapper.java:256)
at
com.fasterxml.jackson.core.JsonFactory._createParser(JsonFactory.java:1744)
at
com.fasterxml.jackson.core.JsonFactory.createParser(JsonFactory.java:1143)
at
org.apache.nifi.json.AbstractJsonRowRecordReader.<init>(AbstractJsonRowRecordReader.java:122)
at
org.apache.nifi.json.JsonTreeRowRecordReader.<init>(JsonTreeRowRecordReader.java:65)
at
org.apache.nifi.json.JsonTreeReader.createRecordReader(JsonTreeReader.java:167)
at
org.apache.nifi.record.listen.SSLSocketChannelRecordReader.createRecordReader(SSLSocketChannelRecordReader.java:69)
at
org.apache.nifi.processors.standard.ListenTCPRecord.onTrigger(ListenTCPRecord.java:364)
at
org.apache.nifi.processor.AbstractProcessor.onTrigger(AbstractProcessor.java:27)
at
org.apache.nifi.util.StandardProcessorTestRunner$RunProcessor.call(StandardProcessorTestRunner.java:287)
at
org.apache.nifi.util.StandardProcessorTestRunner$RunProcessor.call(StandardProcessorTestRunner.java:281)
at
java.base/java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:317)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java)
at
java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
{noformat}
> TestListenTCPRecord hangs on Windows frequently
> ------------------------------------------------
>
> Key: NIFI-12091
> URL: https://issues.apache.org/jira/browse/NIFI-12091
> Project: Apache NiFi
> Issue Type: Test
> Environment: Apache Maven 3.9.4
> (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
> Maven home: C:\development\tools\apache-maven-3.9.4
> Java version: 21, vendor: Azul Systems, Inc., runtime: C:\Program
> Files\Zulu\zulu-21
> Default locale: en_US, platform encoding: UTF-8
> OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows"
> Reporter: Joe Witt
> Priority: Major
> Attachments: jstack.out
>
>
> attaching a stack dump
--
This message was sent by Atlassian Jira
(v8.20.10#820010)