You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Sridhar (Jira)" <ji...@apache.org> on 2019/09/13 09:09:00 UTC

[jira] [Updated] (NIFI-6665) NiFi toolkit bind issue with cli.bat file

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

Sridhar updated NIFI-6665:
--------------------------
    Priority: Critical  (was: Major)

> NiFi toolkit bind issue with cli.bat file
> -----------------------------------------
>
>                 Key: NIFI-6665
>                 URL: https://issues.apache.org/jira/browse/NIFI-6665
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Tools and Build
>    Affects Versions: 1.8.0
>            Reporter: Sridhar
>            Priority: Critical
>
> When any cli command executed with cli.bat file ( like list bucket in registry etc..) Exception comes with like " class not found"
> Issue is with line : 
> *SET JAVA_PARAMS=-cp %LIB_DIR%\* %JAVA_OPTS% org.apache.nifi.toolkit.cli.CLIMain*
> please make change above  in cli.bat file as below.
> *SET JAVA_PARAMS=-cp %LIB_DIR%\* %JAVA_OPTS% --add-modules=java.xml.bind org.apache.nifi.toolkit.cli.CLIMain*



--
This message was sent by Atlassian Jira
(v8.3.2#803003)