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

ASF GitHub Bot commented on NIFI-3051:
--------------------------------------

Github user alopresto commented on the issue:

    https://github.com/apache/nifi/pull/1238
  
    @jtstorck and I resolved the logging issue. Because the Zookeeper migrator 
has an explicit dependency on `log4j` instead of `slf4j`, `log4j` was competing 
with the existing `logback` implementation that was already present in the 
`lib/`. I switched the `TestAppender` implementation in 
`ConfigEncryptionToolTest` to extend `log4j`'s `AppenderSkeleton` instead of 
`logback`'s `AppenderBase<LoggingEvent>` and updated a couple tests. Now the 
tests run properly in both an IDE and Maven, and all the tools (TLS, ZK, and 
EC) run properly (print expected output to console and do not warn about 
multiple available logging implementations). 


> Encrypt Config - XML Parse Exception Occurs on Login Identity Providers File
> ----------------------------------------------------------------------------
>
>                 Key: NIFI-3051
>                 URL: https://issues.apache.org/jira/browse/NIFI-3051
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Tools and Build
>    Affects Versions: 1.1.0
>            Reporter: Yolanda M. Davis
>            Assignee: Andy LoPresto
>
> I encountered an error when attempting to run encrypt config on a 
> login-identity-provider.xml file where the provider with "ldap-provider" 
> identity was commented out. The exception received is below:
> org.xml.sax.SAXParseException; lineNumber: 2; columnNumber: 1; Premature end 
> of file.
>       at groovy.xml.XmlUtil.serialize(XmlUtil.java:454)
>       at groovy.xml.XmlUtil.serialize(XmlUtil.java:440)
>       at groovy.xml.XmlUtil.serialize(XmlUtil.java:182)
>       at groovy.xml.XmlUtil.serialize(XmlUtil.java:151)
>       at groovy.xml.XmlUtil$serialize.call(Unknown Source)
>       at 
> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
>       at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
>       at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
>       at 
> org.apache.nifi.properties.ConfigEncryptionTool.serializeLoginIdentityProvidersAndPreserveFormat(ConfigEncryptionTool.groovy:693)
>       at 
> org.apache.nifi.properties.ConfigEncryptionTool$serializeLoginIdentityProvidersAndPreserveFormat$0.call(Unknown
>  Source)
>       at 
> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
>       at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
>       at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:133)
> I've discussed this directly with [~alopresto] and he has agreed to 
> investigate.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to