On Wed, Oct 6, 2010 at 10:14 PM, Stack <[email protected]> wrote:

> I wonder what JVM that build box is using?  Complaint is:
>
> Failed to set setXIncludeAware(true) for parser
>
> Its like the XML parser being used by the JVM to readin the hdfs
> configuration files has no support for setXIncludeAware where normally
> -- the sun java6 we all know and love -- that feature is present.
>
>
Hi Imran,

As St.Ack describes, it's a problem with the XML parser being loaded.  I
believe I've run into this problem in the past when an old version of xerces
was being included in the classpath.  If the JDK checks out, look for xerces
or another XML parser lib in your classpath and try excluding it.


Gary

Reply via email to