[jira] [Updated] (NIFI-1125) ERROR [NiFi Web Server-22655] o.a.nifi.web.api.config.ThrowableMapper An unexpected error has occurred: java.lang.NullPointerException

2017-05-11 Thread Michael Moser (JIRA)

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

Michael Moser updated NIFI-1125:

Fix Version/s: 0.7.3

> ERROR [NiFi Web Server-22655] o.a.nifi.web.api.config.ThrowableMapper An 
> unexpected error has occurred: java.lang.NullPointerException
> --
>
> Key: NIFI-1125
> URL: https://issues.apache.org/jira/browse/NIFI-1125
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Configuration
>Affects Versions: 0.4.0
> Environment: Centos 6.7
>Reporter: Mark Petronic
>Assignee: Koji Kawamura
>Priority: Minor
> Fix For: 0.8.0, 1.2.0, 0.7.3
>
> Attachments: StatsIngestFlow.xml
>
>
> Running with a latest master branch build off commit
> dbf0c7893fef964bfbb3a4c039c756396587ce12.
> Steps to recreate:
> 1. All processors stopped
> 2. Add uuid to "Attributes to Send" in the InvokeHttp Processor
> 3. Save and close config dialog
> 4. Open same config dialog and remove uuid field so that is is "No value set"
> 5. Apply changes and web UI will crash and indicate error has occurred
> and below will seen in user log
> 6. Hit F5 and browser reloads UI just fine
> See attached template.
> 2015-11-07 19:42:58,369 ERROR [NiFi Web Server-22655]
> o.a.nifi.web.api.config.ThrowableMapper An unexpected error has
> occurred: java.lang.NullPointerException. Returning Internal Server
> Error response.
> java.lang.NullPointerException: null
> at 
> org.apache.nifi.processors.standard.InvokeHTTP.onPropertyModified(InvokeHTTP.java:121)
> ~[na:na]
> at 
> org.apache.nifi.controller.AbstractConfiguredComponent.removeProperty(AbstractConfiguredComponent.java:163)
> ~[nifi-framework-core-api-0.3.1-SNAPSHOT.jar:0.3.1-SNAPSHOT]
> at 
> org.apache.nifi.web.dao.impl.StandardProcessorDAO.configureProcessor(StandardProcessorDAO.java:174)
> ~[classes/:na]
> at 
> org.apache.nifi.web.dao.impl.StandardProcessorDAO.updateProcessor(StandardProcessorDAO.java:391)
> ~[classes/:na]
> at 
> org.apache.nifi.web.dao.impl.StandardProcessorDAO$$FastClassBySpringCGLIB$$779e089b.invoke()
> ~[spring-core-4.1.6.RELEASE.jar:na]
> at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
> ~[spring-core-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.apache.nifi.audit.ProcessorAuditor.updateProcessorAdvice(ProcessorAuditor.java:120)
> ~[classes/:na]
> at sun.reflect.GeneratedMethodAccessor176.invoke(Unknown Source) ~[na:na]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> ~[na:1.8.0_51]
> at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_51]
> at 
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:68)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:168)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.apache.nifi.web.dao.impl.StandardProcessorDAO$$EnhancerBySpringCGLIB$$f8bfa279.updateProcessor()
> ~[spring-core-4.1.6.RELEASE.jar:na]
> at 
> org.apache.nifi.web.StandardNiFiServiceFacade$2.execute(StandardNiFiServiceFacade.java:412)
> ~[classes/:0.3.1-SNAPSHOT]
> at 
> org.apache.nifi.web.StandardOptimisticLockingManager.configureFlow(StandardOptimisticLockingManager.java:83)
> ~[nifi-web-optimistic-locking-0.3.1-SNAPSHOT.jar:0.3.1-SNAPSHOT]
> at 
> 

[jira] [Updated] (NIFI-1125) ERROR [NiFi Web Server-22655] o.a.nifi.web.api.config.ThrowableMapper An unexpected error has occurred: java.lang.NullPointerException

2017-02-10 Thread Michael Moser (JIRA)

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

Michael Moser updated NIFI-1125:

Fix Version/s: 0.8.0

> ERROR [NiFi Web Server-22655] o.a.nifi.web.api.config.ThrowableMapper An 
> unexpected error has occurred: java.lang.NullPointerException
> --
>
> Key: NIFI-1125
> URL: https://issues.apache.org/jira/browse/NIFI-1125
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Configuration
>Affects Versions: 0.4.0
> Environment: Centos 6.7
>Reporter: Mark Petronic
>Assignee: Koji Kawamura
>Priority: Minor
> Fix For: 0.8.0, 1.2.0
>
> Attachments: StatsIngestFlow.xml
>
>
> Running with a latest master branch build off commit
> dbf0c7893fef964bfbb3a4c039c756396587ce12.
> Steps to recreate:
> 1. All processors stopped
> 2. Add uuid to "Attributes to Send" in the InvokeHttp Processor
> 3. Save and close config dialog
> 4. Open same config dialog and remove uuid field so that is is "No value set"
> 5. Apply changes and web UI will crash and indicate error has occurred
> and below will seen in user log
> 6. Hit F5 and browser reloads UI just fine
> See attached template.
> 2015-11-07 19:42:58,369 ERROR [NiFi Web Server-22655]
> o.a.nifi.web.api.config.ThrowableMapper An unexpected error has
> occurred: java.lang.NullPointerException. Returning Internal Server
> Error response.
> java.lang.NullPointerException: null
> at 
> org.apache.nifi.processors.standard.InvokeHTTP.onPropertyModified(InvokeHTTP.java:121)
> ~[na:na]
> at 
> org.apache.nifi.controller.AbstractConfiguredComponent.removeProperty(AbstractConfiguredComponent.java:163)
> ~[nifi-framework-core-api-0.3.1-SNAPSHOT.jar:0.3.1-SNAPSHOT]
> at 
> org.apache.nifi.web.dao.impl.StandardProcessorDAO.configureProcessor(StandardProcessorDAO.java:174)
> ~[classes/:na]
> at 
> org.apache.nifi.web.dao.impl.StandardProcessorDAO.updateProcessor(StandardProcessorDAO.java:391)
> ~[classes/:na]
> at 
> org.apache.nifi.web.dao.impl.StandardProcessorDAO$$FastClassBySpringCGLIB$$779e089b.invoke()
> ~[spring-core-4.1.6.RELEASE.jar:na]
> at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
> ~[spring-core-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.apache.nifi.audit.ProcessorAuditor.updateProcessorAdvice(ProcessorAuditor.java:120)
> ~[classes/:na]
> at sun.reflect.GeneratedMethodAccessor176.invoke(Unknown Source) ~[na:na]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> ~[na:1.8.0_51]
> at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_51]
> at 
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:68)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:168)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.apache.nifi.web.dao.impl.StandardProcessorDAO$$EnhancerBySpringCGLIB$$f8bfa279.updateProcessor()
> ~[spring-core-4.1.6.RELEASE.jar:na]
> at 
> org.apache.nifi.web.StandardNiFiServiceFacade$2.execute(StandardNiFiServiceFacade.java:412)
> ~[classes/:0.3.1-SNAPSHOT]
> at 
> org.apache.nifi.web.StandardOptimisticLockingManager.configureFlow(StandardOptimisticLockingManager.java:83)
> ~[nifi-web-optimistic-locking-0.3.1-SNAPSHOT.jar:0.3.1-SNAPSHOT]
> at 
> 

[jira] [Updated] (NIFI-1125) ERROR [NiFi Web Server-22655] o.a.nifi.web.api.config.ThrowableMapper An unexpected error has occurred: java.lang.NullPointerException

2017-02-07 Thread Pierre Villard (JIRA)

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

Pierre Villard updated NIFI-1125:
-
   Resolution: Fixed
Fix Version/s: 1.2.0
   Status: Resolved  (was: Patch Available)

> ERROR [NiFi Web Server-22655] o.a.nifi.web.api.config.ThrowableMapper An 
> unexpected error has occurred: java.lang.NullPointerException
> --
>
> Key: NIFI-1125
> URL: https://issues.apache.org/jira/browse/NIFI-1125
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Configuration
>Affects Versions: 0.4.0
> Environment: Centos 6.7
>Reporter: Mark Petronic
>Assignee: Koji Kawamura
>Priority: Minor
> Fix For: 1.2.0
>
> Attachments: StatsIngestFlow.xml
>
>
> Running with a latest master branch build off commit
> dbf0c7893fef964bfbb3a4c039c756396587ce12.
> Steps to recreate:
> 1. All processors stopped
> 2. Add uuid to "Attributes to Send" in the InvokeHttp Processor
> 3. Save and close config dialog
> 4. Open same config dialog and remove uuid field so that is is "No value set"
> 5. Apply changes and web UI will crash and indicate error has occurred
> and below will seen in user log
> 6. Hit F5 and browser reloads UI just fine
> See attached template.
> 2015-11-07 19:42:58,369 ERROR [NiFi Web Server-22655]
> o.a.nifi.web.api.config.ThrowableMapper An unexpected error has
> occurred: java.lang.NullPointerException. Returning Internal Server
> Error response.
> java.lang.NullPointerException: null
> at 
> org.apache.nifi.processors.standard.InvokeHTTP.onPropertyModified(InvokeHTTP.java:121)
> ~[na:na]
> at 
> org.apache.nifi.controller.AbstractConfiguredComponent.removeProperty(AbstractConfiguredComponent.java:163)
> ~[nifi-framework-core-api-0.3.1-SNAPSHOT.jar:0.3.1-SNAPSHOT]
> at 
> org.apache.nifi.web.dao.impl.StandardProcessorDAO.configureProcessor(StandardProcessorDAO.java:174)
> ~[classes/:na]
> at 
> org.apache.nifi.web.dao.impl.StandardProcessorDAO.updateProcessor(StandardProcessorDAO.java:391)
> ~[classes/:na]
> at 
> org.apache.nifi.web.dao.impl.StandardProcessorDAO$$FastClassBySpringCGLIB$$779e089b.invoke()
> ~[spring-core-4.1.6.RELEASE.jar:na]
> at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
> ~[spring-core-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.apache.nifi.audit.ProcessorAuditor.updateProcessorAdvice(ProcessorAuditor.java:120)
> ~[classes/:na]
> at sun.reflect.GeneratedMethodAccessor176.invoke(Unknown Source) ~[na:na]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> ~[na:1.8.0_51]
> at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_51]
> at 
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:68)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:168)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.apache.nifi.web.dao.impl.StandardProcessorDAO$$EnhancerBySpringCGLIB$$f8bfa279.updateProcessor()
> ~[spring-core-4.1.6.RELEASE.jar:na]
> at 
> org.apache.nifi.web.StandardNiFiServiceFacade$2.execute(StandardNiFiServiceFacade.java:412)
> ~[classes/:0.3.1-SNAPSHOT]
> at 
> org.apache.nifi.web.StandardOptimisticLockingManager.configureFlow(StandardOptimisticLockingManager.java:83)
> 

[jira] [Updated] (NIFI-1125) ERROR [NiFi Web Server-22655] o.a.nifi.web.api.config.ThrowableMapper An unexpected error has occurred: java.lang.NullPointerException

2017-02-06 Thread Koji Kawamura (JIRA)

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

Koji Kawamura updated NIFI-1125:

Status: Patch Available  (was: Open)

Thank you [~mpetronic] for reporting this issue with detailed description. I 
confirmed this issue still exists in the latest 1.2.0-SNAPSHOT as of this 
writing.

I've submitted a PR to fix this and hopefully it will be merged soon.

> ERROR [NiFi Web Server-22655] o.a.nifi.web.api.config.ThrowableMapper An 
> unexpected error has occurred: java.lang.NullPointerException
> --
>
> Key: NIFI-1125
> URL: https://issues.apache.org/jira/browse/NIFI-1125
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Configuration
>Affects Versions: 0.4.0
> Environment: Centos 6.7
>Reporter: Mark Petronic
>Assignee: Koji Kawamura
>Priority: Minor
> Attachments: StatsIngestFlow.xml
>
>
> Running with a latest master branch build off commit
> dbf0c7893fef964bfbb3a4c039c756396587ce12.
> Steps to recreate:
> 1. All processors stopped
> 2. Add uuid to "Attributes to Send" in the InvokeHttp Processor
> 3. Save and close config dialog
> 4. Open same config dialog and remove uuid field so that is is "No value set"
> 5. Apply changes and web UI will crash and indicate error has occurred
> and below will seen in user log
> 6. Hit F5 and browser reloads UI just fine
> See attached template.
> 2015-11-07 19:42:58,369 ERROR [NiFi Web Server-22655]
> o.a.nifi.web.api.config.ThrowableMapper An unexpected error has
> occurred: java.lang.NullPointerException. Returning Internal Server
> Error response.
> java.lang.NullPointerException: null
> at 
> org.apache.nifi.processors.standard.InvokeHTTP.onPropertyModified(InvokeHTTP.java:121)
> ~[na:na]
> at 
> org.apache.nifi.controller.AbstractConfiguredComponent.removeProperty(AbstractConfiguredComponent.java:163)
> ~[nifi-framework-core-api-0.3.1-SNAPSHOT.jar:0.3.1-SNAPSHOT]
> at 
> org.apache.nifi.web.dao.impl.StandardProcessorDAO.configureProcessor(StandardProcessorDAO.java:174)
> ~[classes/:na]
> at 
> org.apache.nifi.web.dao.impl.StandardProcessorDAO.updateProcessor(StandardProcessorDAO.java:391)
> ~[classes/:na]
> at 
> org.apache.nifi.web.dao.impl.StandardProcessorDAO$$FastClassBySpringCGLIB$$779e089b.invoke()
> ~[spring-core-4.1.6.RELEASE.jar:na]
> at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
> ~[spring-core-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.apache.nifi.audit.ProcessorAuditor.updateProcessorAdvice(ProcessorAuditor.java:120)
> ~[classes/:na]
> at sun.reflect.GeneratedMethodAccessor176.invoke(Unknown Source) ~[na:na]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> ~[na:1.8.0_51]
> at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_51]
> at 
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:68)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:168)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653)
> ~[spring-aop-4.1.6.RELEASE.jar:4.1.6.RELEASE]
> at 
> org.apache.nifi.web.dao.impl.StandardProcessorDAO$$EnhancerBySpringCGLIB$$f8bfa279.updateProcessor()
> ~[spring-core-4.1.6.RELEASE.jar:na]
> at 
> org.apache.nifi.web.StandardNiFiServiceFacade$2.execute(StandardNiFiServiceFacade.java:412)
> ~[classes/:0.3.1-SNAPSHOT]
>