[
https://issues.apache.org/jira/browse/NIFI-10003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17535084#comment-17535084
]
Peter Turcsanyi commented on NIFI-10003:
----------------------------------------
It also affects {{ExecuteScript}} processor with Python at runtime.
Workaround is the same: use {{-Duser.timezone=UTC}} when running NiFi.
> NiFi build fails in UTC+ time zones
> -----------------------------------
>
> Key: NIFI-10003
> URL: https://issues.apache.org/jira/browse/NIFI-10003
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Peter Turcsanyi
> Priority: Major
>
> nifi-scripting-nar build fails when no user.timezone system property is
> specified (I'm in UTC+2) or a UTC+ timezone is specified (e.g.
> {{{}-Duser.timezone=Europe/Budapest{}}} or {{-Duser.timezone=Asia/Tokyo}})
> for the maven build.
> {code:java}
> [ERROR] Failed to execute goal
> org.apache.nifi:nifi-nar-maven-plugin:1.3.3:nar (default-nar) on project
> nifi-scripting-nar: Failed to create Extension Documentation:
> InvocationTargetException: java.lang.TypeNotPresentException:
> java.lang.TypeNotPresentException: Type org/python/core/PyObject not present:
> org.python.core.PyObject -> [Help 1]
> {code}
> It works properly with {{-Duser.timezone=UTC}} or
> {{-Duser.timezone=America/New_York}}
> The culprit is NIFI-8533, though the root cause is not clear. Nevertheless,
> if I revert that commit, everything works fine in all time zones.
> Workaround: use {{-Duser.timezone=UTC}}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)