You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joe Witt (Jira)" <ji...@apache.org> on 2022/05/12 14:57:00 UTC

[jira] [Updated] (NIFI-10003) NiFi build fails in UTC+ time zones

     [ https://issues.apache.org/jira/browse/NIFI-10003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Witt updated NIFI-10003:
----------------------------
    Fix Version/s: 1.17.0
                   1.16.2

> 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
>             Fix For: 1.17.0, 1.16.2
>
>
> 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)