Re: NullPointerException in DefaultMergeStrategy

2019-05-27 Thread Gaurav
> > > > > > Ralph > > > > > > > On May 24, 2019, at 10:34 AM, Gaurav wrote: > > > > > > > > Hi, > > > > > > > > Getting NullPointerException in DefaultMergeStrategy class. > > > > > > > > code

Re: NullPointerException in DefaultMergeStrategy

2019-05-27 Thread Gary Gregory
ld appear that the configuration being > merged has one node with no configuration under it. > > > > If you only have a single configuration this shouldn’t happen. > > > > Ralph > > > > > On May 24, 2019, at 10:34 AM, Gaurav wrote: > > > > > &

Re: NullPointerException in DefaultMergeStrategy

2019-05-27 Thread Gaurav
figuration this shouldn’t happen. > > Ralph > > > On May 24, 2019, at 10:34 AM, Gaurav wrote: > > > > Hi, > > > > Getting NullPointerException in DefaultMergeStrategy class. > > > > codeblock - > > "if > > (targetNode.getAttr

Re: NullPointerException in DefaultMergeStrategy

2019-05-24 Thread Ralph Goers
rav wrote: > > Hi, > > Getting NullPointerException in DefaultMergeStrategy class. > > codeblock - > "if > (targetNode.getAttributes().get(NAME).equals(node.getAttributes().get(NAME))) > " > > Probable suspect is that I've developed an appe

NullPointerException in DefaultMergeStrategy

2019-05-24 Thread Gaurav
Hi, Getting NullPointerException in DefaultMergeStrategy class. codeblock - "if (targetNode.getAttributes().get(NAME).equals(node.getAttributes().get(NAME))) " Probable suspect is that I've developed an appender similar to failoverappender and it does not contain any c