Re: source build issue - Nifi 1.23.0

2023-08-07 Thread Gregory M. Foreman
Thanks for confirming Joe. Created a ticket: https://issues.apache.org/jira/browse/NIFI-11917 Greg > On Aug 7, 2023, at 12:17 PM, Joe Witt wrote: > > Greg > > Yeah seems likely there is a build issue with the RPM profile. I think we >

Re: source build issue - Nifi 1.23.0

2023-08-07 Thread Joe Witt
Greg Yeah seems likely there is a build issue with the RPM profile. I think we just dont have enough people exercising that thing often enough anymore and so when it breaks it is silent. The only thing we meant to have an RPM for as far as I recall was the nifi assembly itself but perhaps we had

source build issue - Nifi 1.23.0

2023-08-07 Thread Gregory M. Foreman
Hello: I am trying to build Nifi 1.23.0 from source using: JAVA_OPTS="-Xms128m -Xmx4g" MAVEN_OPTS="-Dorg.slf4j.simpleLogger.defaultLogLevel=ERROR -Xms1024m -Xmx3076m -XX:MaxPermSize=256m" mvn -T C2.0 --batch-mode -Prpm -DskipTests clean install but the following error is thrown: [ERROR]