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

ASF subversion and git services commented on NIFI-13464:
--------------------------------------------------------

Commit 3e1824264cc08c7bc996e4d6c178f3e0e5f5ff15 in nifi's branch 
refs/heads/support/nifi-1.x from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=3e1824264c ]

NIFI-13464 Replaced nifi-deprecation-log with logger in Registry

This closes #9019

Signed-off-by: David Handermann <[email protected]>


> NiFi Registry - DeprecationLoggerFactory NoClassDefFoundError
> -------------------------------------------------------------
>
>                 Key: NIFI-13464
>                 URL: https://issues.apache.org/jira/browse/NIFI-13464
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: NiFi Registry
>    Affects Versions: 1.27.0
>            Reporter: Pierre Villard
>            Assignee: Pierre Villard
>            Priority: Blocker
>             Fix For: 1.27.0
>
>
> {code:java}
> 2024-06-28 17:12:19,614 INFO [main] o.apache.nifi.registry.bootstrap.Command 
> Launched Apache NiFi Registry with Process ID 13116
> 2024-06-28 17:12:20,382 ERROR [NiFi logging handler] 
> org.apache.nifi.registry.StdErr Exception in thread "main" 
> java.lang.NoClassDefFoundError: 
> org/apache/nifi/deprecation/log/DeprecationLoggerFactory
> 2024-06-28 17:12:20,382 ERROR [NiFi logging handler] 
> org.apache.nifi.registry.StdErr     at 
> org.apache.nifi.registry.properties.NiFiRegistryPropertiesLoader.<clinit>(NiFiRegistryPropertiesLoader.java:38)
> 2024-06-28 17:12:20,382 ERROR [NiFi logging handler] 
> org.apache.nifi.registry.StdErr     at java.lang.Class.forName0(Native Method)
> 2024-06-28 17:12:20,382 ERROR [NiFi logging handler] 
> org.apache.nifi.registry.StdErr     at java.lang.Class.forName(Class.java:348)
> 2024-06-28 17:12:20,382 ERROR [NiFi logging handler] 
> org.apache.nifi.registry.StdErr     at 
> org.apache.nifi.registry.NiFiRegistry.initializeProperties(NiFiRegistry.java:189)
> 2024-06-28 17:12:20,382 ERROR [NiFi logging handler] 
> org.apache.nifi.registry.StdErr     at 
> org.apache.nifi.registry.NiFiRegistry.main(NiFiRegistry.java:153)
> 2024-06-28 17:12:20,382 ERROR [NiFi logging handler] 
> org.apache.nifi.registry.StdErr Caused by: java.lang.ClassNotFoundException: 
> org.apache.nifi.deprecation.log.DeprecationLoggerFactory
> 2024-06-28 17:12:20,383 ERROR [NiFi logging handler] 
> org.apache.nifi.registry.StdErr     at 
> java.net.URLClassLoader.findClass(URLClassLoader.java:382)
> 2024-06-28 17:12:20,383 ERROR [NiFi logging handler] 
> org.apache.nifi.registry.StdErr     at 
> java.lang.ClassLoader.loadClass(ClassLoader.java:419)
> 2024-06-28 17:12:20,383 ERROR [NiFi logging handler] 
> org.apache.nifi.registry.StdErr     at 
> java.lang.ClassLoader.loadClass(ClassLoader.java:352)
> 2024-06-28 17:12:20,383 ERROR [NiFi logging handler] 
> org.apache.nifi.registry.StdErr     ... 5 more
> 2024-06-28 17:12:20,625 INFO [main] o.a.n.registry.bootstrap.RunNiFiRegistry 
> NiFi Registry never started. Will not restart NiFi Registry {code}
> Likely introduced with:
> [https://github.com/apache/nifi/commit/e99344fadab4af67b86b03d130bc196c9b9715eb]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to