Member since
09-27-2017
6
Posts
0
Kudos Received
0
Solutions
12-15-2017
01:06 PM
java.util.ServiceConfigurationError: org.apache.nifi.authorization.Authorizer: Provider org.apache.nifi.authorization.FileAuthorizer could not be instantiated
at java.util.ServiceLoader.fail(ServiceLoader.java:232)
at java.util.ServiceLoader.access$100(ServiceLoader.java:185)
at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:384)
at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
at org.apache.nifi.nar.ExtensionManager.a(ExtensionManager.java:142)
at org.apache.nifi.nar.ExtensionManager.a(ExtensionManager.java:117)
at org.apache.nifi.web.server.JettyServer.a(JettyServer.java:702)
at org.apache.nifi.NiFi.<init>(NiFi.java:160)
at org.apache.nifi.NiFi.main(NiFi.java:268)
Caused by: java.lang.ExceptionInInitializerError: null
at org.apache.nifi.authorization.FileAuthorizer.<init>(FileAuthorizer.java:43)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:380)
... 7 common frames omitted
Caused by: java.lang.RuntimeException: Unable to create JAXBContext.
at org.apache.nifi.authorization.FileUserGroupProvider.initializeJaxbContext(FileUserGroupProvider.java:95)
at org.apache.nifi.authorization.FileUserGroupProvider.<clinit>(FileUserGroupProvider.java:85)
... 14 common frames omitted
... View more
- Tags:
- jar
10-30-2017
10:08 AM
I need to implement a functionality where I need to send those email which are failed and need to send maximum 5 time in case of failure but without using any processor, I just need a way in nifi where i can execute my code for sending emaila in a schedule way with some kind of background services. What technique i can use to do this .
... View more
- Tags:
- nifi-processor
Labels:
09-27-2017
01:37 PM
Yes node 1 is reachable
... View more
09-27-2017
12:28 PM
I have to get multiple files remotely and than need to distribute these on my cluster for every node.The data must be inconsistent. The Picture currently running in fiveMinuteDataProcessor :- The single file getting processed on every node so there is multiple entry created in mysql. Please guide me to go through right path to get my work done. Thank you in advance
... View more
Labels:
09-27-2017
11:23 AM
Remote Process Group to distribute the listings to all the NiFi nodes -> how to distribute these files you have not mention any process to do this. We need configuration to do this.please mention.
... View more
09-27-2017
11:22 AM
Remote Process Group to distribute the listings to all the NiFi nodes -> how to distribute these files you have not mention any process to do this. We need configuration to do this.please mention.
... View more