JAXB / Guice errors

2011-12-20 Thread Ravi Prakash
Hi, Is anyone seeing these errors when they try to access the RM Web UI? HTTP ERROR 500 Problem accessing /. Reason: Guice provision errors: 1) Error injecting constructor, java.lang.LinkageError: JAXB 2.1 API is being loaded from the bootstrap classloader, but this RI (from

Re: JAXB / Guice errors

2011-12-20 Thread Vinod Kumar Vavilapalli
Can you please open a ticket? It must be related to MAPREDUCE-2863 . Thomas can help with this. Thanks, +Vinod On Tue, Dec 20, 2011 at 10:09 AM, Ravi Prakash ravihad...@gmail.com wrote: Hi, Is anyone seeing these errors when they try to access the RM Web UI? HTTP ERROR 500 Problem

Re: JAXB / Guice errors

2011-12-20 Thread Ravi Prakash
Hi Vinod, I solved my issue. I had a stale version of java pointed to by JAVA_HOME. $ ./jdk1.6.0_01/bin/java -version java version 1.6.0_01 Java(TM) SE Runtime Environment (build 1.6.0_01-b06) Java HotSpot(TM) Server VM (build 1.6.0_01-b06, mixed mode) Updating to $ ./jdk1.6.0_30/bin/java

Re: JAXB / Guice errors

2011-12-20 Thread Vinod Kumar Vavilapalli
We should definitely add this to README/INSTALL/wiki. Can you please do that? Thanks, +Vinod On Tue, Dec 20, 2011 at 11:57 AM, Ravi Prakash ravihad...@gmail.com wrote: Hi Vinod, I solved my issue. I had a stale version of java pointed to by JAVA_HOME. $ ./jdk1.6.0_01/bin/java -version java