[
https://issues.apache.org/jira/browse/NIFI-9021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17396868#comment-17396868
]
ASF subversion and git services commented on NIFI-9021:
-------------------------------------------------------
Commit 9a56d233115f725822828b2790b8c3eda4d79b53 in nifi's branch
refs/heads/main from Matt Burgess
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=9a56d23 ]
NIFI-9021: Add javax.servlet-api to MiNiFi assembly
This closes #5292
Signed-off-by: David Handermann <[email protected]>
> MiNiFi Java flows can't use ListenHttp
> --------------------------------------
>
> Key: NIFI-9021
> URL: https://issues.apache.org/jira/browse/NIFI-9021
> Project: Apache NiFi
> Issue Type: Bug
> Components: MiNiFi
> Reporter: Matt Burgess
> Assignee: Matt Burgess
> Priority: Major
> Fix For: 1.15.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When running a config.yml flow that contains a ListenHttp processor, the
> following error is logged:
> 2021-08-06 13:35:45,492 WARN [Timer-Driven Process Thread-6]
> o.a.n.controller.tasks.ConnectableTask Administratively Yielding
> ListenHTTP[id=5d98e274-a6ae-367b-0000-000000000000] due to uncaught
> Exception: java.lang.NoClassDefFoundError:
> javax/servlet/http/HttpServletResponse
> java.lang.NoClassDefFoundError: javax/servlet/http/HttpServletResponse
> The javax.servlet-api dependency is missing from minifi-assembly and should
> be added.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)