Nifi 2.0.0 Major release timeline

2024-07-04 Thread Premarajan, Ajay
Hi Team,

We are currently using NiFi version 1.26 in our production environment. Is 
there a scheduled timeline for the major release of NiFi 2.0.0, or an estimate 
of how many milestone releases are planned before the major version is released?


Mit freundlichen Grüßen / Kind regards

Ajay Premarajan



Bug in minifi-2.0.0-M2

2024-04-09 Thread Premarajan, Ajay
Hi Team,

Facing issue with MiNifi 2.0.0.m2 when using HandleHttpRequest processor.

PFB the stacktrace.


ERROR [Timer-Driven Process Thread-1] o.a.n.p.standard.HandleHttpRequest 
HandleHttpRequest[id=c33b6142-018e-1000-0b53-55f4462b58a9] Processing halted: 
yielding [1 sec]
java.lang.NoClassDefFoundError: org/eclipse/jetty/server/handler/ContextHandler
  at java.base/java.lang.ClassLoader.defineClass1(Native Method)
  at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1027)
  at 
java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
  at 
java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:862)
  at 
java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:760)
  at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:681)
  at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
  at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
  at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:580)
  at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:580)
  at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:580)
  at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:580)
  at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
  at 
org.apache.nifi.processors.standard.HandleHttpRequest.initializeServer(HandleHttpRequest.java:487)
  at 
org.apache.nifi.processors.standard.HandleHttpRequest.onTrigger(HandleHttpRequest.java:572)
  at 
org.apache.nifi.processor.AbstractProcessor.onTrigger(AbstractProcessor.java:27)
  at 
org.apache.nifi.controller.StandardProcessorNode.onTrigger(StandardProcessorNode.java:1274)
  at 
org.apache.nifi.controller.tasks.ConnectableTask.invoke(ConnectableTask.java:244)
  at 
org.apache.nifi.controller.scheduling.TimerDrivenSchedulingAgent$1.run(TimerDrivenSchedulingAgent.java:102)
  at org.apache.nifi.engine.FlowEngine$2.run(FlowEngine.java:110)
  at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
  at 
java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358)
  at 
java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
  at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
  at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
  at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.ClassNotFoundException: 
org.eclipse.jetty.server.handler.ContextHandler
  at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
  at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
  at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
  ... 26 common frames omitted
2024-04-10 02:27:49,239 WARN [Timer-Driven Process Thread-1] 
o.a.n.controller.tasks.ConnectableTask Processing halted: uncaught exception in 
Component [HandleHttpRequest[id=c33b6142-018e-1000-0b53-55f4462b58a9]]
java.lang.NoClassDefFoundError: org/eclipse/jetty/server/handler/ContextHandler
  at java.base/java.lang.ClassLoader.defineClass1(Native Method)
  at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1027)
  at 
java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
  at 
java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:862)
  at 
java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:760)
  at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:681)
  at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
  at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
  at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:580)
  at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:580)
  at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:580)
  at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:580)
  at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
  at 
org.apache.nifi.processors.standard.HandleHttpRequest.initializeServer(HandleHttpRequest.java:487)
  at 
org.apache.nifi.processors.standard.HandleHttpRequest.onTrigger(HandleHttpRequest.java:572)
  at 
org.apache.nifi.processor.AbstractProcessor.onTrigger(AbstractProcessor.java:27)
  at 
org.apache.nifi.controller.StandardProcessorNode.onTrigger(StandardProcessorNode.java:1274)
  at 

RE: Nifi flow json to MiNifi flow json 2.0.0.M2 NIFI-12644

2024-03-06 Thread Premarajan, Ajay
Hi Team,

The nifi flow files when downloaded does not contain sensitive property 
information.
https://issues.apache.org/jira/browse/NIFI-12644 was addressed to convert nifi 
flow json to Minifi flow json. Since the sensitive properties are not present 
in the nifi flow files, we have to add it manually before starting MiNifi.

What is the way to handle this scenario, will senstivie properties be added to 
the Nifi flow files when downloaded or is there any approach for this?

I am enquiring this because we are doing an integration of MiNifi for internal 
project. I would be happy to contribute for the solution.

Kind Regard,
Ajay Premarajan


From: Premarajan, Ajay<mailto:ajay.premara...@intelizign.com>
Sent: Friday, March 1, 2024 7:31 AM
To: dev@nifi.apache.org<mailto:dev@nifi.apache.org>
Subject: Nifi flow json to MiNifi flow json 2.0.0.M2

Hi Team,

I have a doubt regarding importing Nifi json flow to MiNifi json flow.
I am using code from https://github.com/apache/nifi/pull/8393 which was used 
resolve https://issues.apache.org/jira/browse/NIFI-12644 issue.

I have noticed that sensitive properties are not present when nifi flow json is 
downloaded. How are these values passed to MiNifi for operation.

For  ex:
I have an InvokeHttp processor which uses SSL controller and has the attribute 
“Request Username” and “Request Password” configured. When I download the Nifi 
Flow json, the “Request Password” field is missing. Plus the SSL controller 
donot have the password information in them.

this is causing problem when I try to convert the Nifi flow json into MiNifi 
flow json using the pull request code.

Please suggest an way forward.


Regards,
Ajay Premarajan




Nifi flow json to MiNifi flow json 2.0.0.M2

2024-03-01 Thread Premarajan, Ajay
Hi Team,

I have a doubt regarding importing Nifi json flow to MiNifi json flow.
I am using code from https://github.com/apache/nifi/pull/8393 which was used 
resolve https://issues.apache.org/jira/browse/NIFI-12644 issue.

I have noticed that sensitive properties are not present when nifi flow json is 
downloaded. How are these values passed to MiNifi for operation.

For  ex:
I have an InvokeHttp processor which uses SSL controller and has the attribute 
“Request Username” and “Request Password” configured. When I download the Nifi 
Flow json, the “Request Password” field is missing. Plus the SSL controller 
donot have the password information in them.

this is causing problem when I try to convert the Nifi flow json into MiNifi 
flow json using the pull request code.

Please suggest an way forward.


Regards,
Ajay Premarajan




Re: Major bug in Apache NiFi 2.0.0-M2/2.0.0-M1

2024-02-13 Thread Premarajan, Ajay
Hi Team,

I have created a pull request to address this issue by adding a new method 
"transform" in minifi toolkit to convert json flow file from Nifi to MiNifi 
flow json file.
I have also updated the issue in JIRA to my name.

https://github.com/apache/nifi/pull/8393
https://issues.apache.org/jira/browse/NIFI-12644

Regards,
Ajay Premarajan
---
Intelizign Lifecycle Services Pvt Ltd
No.9 Murrays Gate Road (1st floor),
Alwarpet, Chennai - 600 018
Mobile: +91-9677916373
website: www.intelizign.com<http://www.intelizign.com>


DISCLAIMER: This Electronic Mail (e-mail) contains confidential and privileged 
information intended only for the use of individual only for the use of the 
individual or entity to which is sent. If the reader of this message is not the 
intended recipient, or the employee or agent responsible for delivery to the 
intended recipient, you are hereby notified that any dissemination, 
distribution, or copying of this communication is STRICTLY PROHIBITED. If you 
have received this communication in error, please immediately notify the sender 
by reply e-mail or telephone
____
From: Premarajan, Ajay
Sent: Wednesday, January 31, 2024 2:54 PM
To: dev@nifi.apache.org 
Subject: Major bug in Apache NiFi 2.0.0-M2/2.0.0-M1

Hi Team,

We aim to integrate the most recent versions, M.2.0-M1 or M.2.0.M2, of Apache 
NiFi and MiNiFi into our production environment. However, we are encountering 
difficulties deploying flow files from NiFi to MiNiFi. A bug has been reported 
for this issue. Please find the link below for more details.
https://issues.apache.org/jira/browse/NIFI-12644

Kindly provide an estimated timeline for this issue to be addressed, or direct 
me to the individual responsible for developing the module so that I can 
contribute to the fixes as well.

Regards,
Ajay Premarajan
---
Intelizign Lifecycle Services Pvt Ltd
No.9 Murrays Gate Road (1st floor),
Alwarpet, Chennai - 600 018
Mobile: +91-9677916373
website: www.intelizign.com<http://www.intelizign.com>


DISCLAIMER: This Electronic Mail (e-mail) contains confidential and privileged 
information intended only for the use of individual only for the use of the 
individual or entity to which is sent. If the reader of this message is not the 
intended recipient, or the employee or agent responsible for delivery to the 
intended recipient, you are hereby notified that any dissemination, 
distribution, or copying of this communication is STRICTLY PROHIBITED. If you 
have received this communication in error, please immediately notify the sender 
by reply e-mail or telephone


Jira contributor access

2024-02-02 Thread Premarajan, Ajay
Hi Team,

My JIRA username is ajaypremarajan
Requesting JIRA contributor access

Regards,
Ajay Premarajan
---
Intelizign Lifecycle Services Pvt Ltd
No.9 Murrays Gate Road (1st floor),
Alwarpet, Chennai - 600 018
Mobile: +91-9677916373
website: www.intelizign.com


DISCLAIMER: This Electronic Mail (e-mail) contains confidential and privileged 
information intended only for the use of individual only for the use of the 
individual or entity to which is sent. If the reader of this message is not the 
intended recipient, or the employee or agent responsible for delivery to the 
intended recipient, you are hereby notified that any dissemination, 
distribution, or copying of this communication is STRICTLY PROHIBITED. If you 
have received this communication in error, please immediately notify the sender 
by reply e-mail or telephone


Major bug in Apache NiFi 2.0.0-M2/2.0.0-M1

2024-01-31 Thread Premarajan, Ajay
Hi Team,

We aim to integrate the most recent versions, M.2.0-M1 or M.2.0.M2, of Apache 
NiFi and MiNiFi into our production environment. However, we are encountering 
difficulties deploying flow files from NiFi to MiNiFi. A bug has been reported 
for this issue. Please find the link below for more details.
https://issues.apache.org/jira/browse/NIFI-12644

Kindly provide an estimated timeline for this issue to be addressed, or direct 
me to the individual responsible for developing the module so that I can 
contribute to the fixes as well.

Regards,
Ajay Premarajan
---
Intelizign Lifecycle Services Pvt Ltd
No.9 Murrays Gate Road (1st floor),
Alwarpet, Chennai - 600 018
Mobile: +91-9677916373
website: www.intelizign.com


DISCLAIMER: This Electronic Mail (e-mail) contains confidential and privileged 
information intended only for the use of individual only for the use of the 
individual or entity to which is sent. If the reader of this message is not the 
intended recipient, or the employee or agent responsible for delivery to the 
intended recipient, you are hereby notified that any dissemination, 
distribution, or copying of this communication is STRICTLY PROHIBITED. If you 
have received this communication in error, please immediately notify the sender 
by reply e-mail or telephone