[
https://issues.apache.org/jira/browse/NIFI-12844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17821156#comment-17821156
]
Beat Fuellemann edited comment on NIFI-12844 at 2/27/24 10:22 AM:
------------------------------------------------------------------
I could activate as well DEBUG for that specific processor:
{code:java}
2024-02-27 11:19:21,531 DEBUG
[org.apache.nifi.processors.standard.ListenTCPRecord
[efa31335-1066-118c-c3f8-c26110d3a785]] o.a.n.p.standard.ListenTCPRecord
ListenTCPRecord[id=efa31335-1066-118c-c3f8-c26110d3a785] Accepted connection
from /<IPADDRESS>:53864
2024-02-27 11:19:21,531 DEBUG [Timer-Driven Process Thread-3]
o.a.n.p.standard.ListenTCPRecord
ListenTCPRecord[id=efa31335-1066-118c-c3f8-c26110d3a785] No records available
from /<IPADDRESS>, closing connection {code}
was (Author: JIRAUSER299087):
I could activate as well DEBUG for that specific processor:
2024-02-27 11:19:21,531 DEBUG
[org.apache.nifi.processors.standard.ListenTCPRecord
[efa31335-1066-118c-c3f8-c26110d3a785]] o.a.n.p.standard.ListenTCPRecord
ListenTCPRecord[id=efa31335-1066-118c-c3f8-c26110d3a785] Accepted connection
from /<IPADDRESS>:53864
2024-02-27 11:19:21,531 DEBUG [Timer-Driven Process Thread-3]
o.a.n.p.standard.ListenTCPRecord
ListenTCPRecord[id=efa31335-1066-118c-c3f8-c26110d3a785] No records available
from /<IPADDRESS>, closing connection
> JASN1Reader does not recognize record
> -------------------------------------
>
> Key: NIFI-12844
> URL: https://issues.apache.org/jira/browse/NIFI-12844
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 1.23.2
> Reporter: Beat Fuellemann
> Priority: Major
> Attachments: Bildschirmfoto 2024-02-26 um 17.52.01.png,
> Bildschirmfoto 2024-02-26 um 17.52.17.png, SingleASN1Packet_Printscreen.png,
> TS33128IdentityAssociation.asn, keepalive.asn
>
>
> We would like to use NIFI 1.23.2 ListenTCPRecord Processor to read ASN1
> stream. Unfortunately NIFI does not recognize any records.
> Is there a bug or do I something wrong ?
> Attached you can find a testfile with 3 Packets I receive via ASN1. Attached
> are also the ASN1 Schema and some printscreens from my configuration.
> [~tpalfy] : Maybe you could help here ?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)