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

2019-09-24 Thread Sridhar (Jira)


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

Sridhar edited comment on NIFI-6665 at 9/24/19 8:10 AM:


Ok, So we need to use toolkit version 1.10.0 and above to get this fix? If so I 
need to change my jenkins file

And I believe its not yet release for end user


was (Author: sridharnifi):
Ok, So we need to use toolkit version 1.10.0 and above to get this fix? If so I 
need to change my jenkins file

> 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, 1.9.2
>Reporter: Sridhar
>Priority: Critical
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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.4#803005)


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

2019-09-19 Thread Bryan Bende (Jira)


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

Bryan Bende edited comment on NIFI-6665 at 9/19/19 5:53 PM:


You would have to build NiFi from the master branch and then get the result 
toolkit assembly from nifi-toolkit/nifi-toolkit-assembly/target


was (Author: bende):
You would to build NiFi from the master branch and then get the result toolkit 
assembly from nifi-toolkit/nifi-toolkit-assembly/target

> 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, 1.9.2
>Reporter: Sridhar
>Priority: Critical
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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.4#803005)