Re: Exception in hadoop and java

2014-08-04 Thread Ekta Agrawal
I tried removing gnujaxp jar from my project .It worked. Thanks..:) On Mon, Aug 4, 2014 at 4:44 PM, Wellington Chevreuil < wellington.chevre...@gmail.com> wrote: > These indicates some lib versions conflicts -> > *UnsupportedOperationException:** setXIncludeAware is not supported on > this JAXP

Re: Exception in hadoop and java

2014-08-04 Thread Wellington Chevreuil
These indicates some lib versions conflicts -> UnsupportedOperationException: setXIncludeAware is not supported on this JAXP implementation or earlier: class gnu.xml.dom.JAXPFactory That classe is in gnujaxp jar. This chart api probably brought different version for this lib, from the version

Exception in hadoop and java

2014-08-02 Thread Ekta Agrawal
Hi, I am writing a code in java that connects to hadoop. Earlier it was running fine. I wanted to add some charts and I used jfree api,it started giving this error.chart is not using hadoop. I removed the chart ,but it keeps coming.If anybody can look into it and help me in understanding that why