-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2310/#review2543
-----------------------------------------------------------



http://svn.apache.org/repos/asf/incubator/oozie/trunk/distro/src/main/bin/oozie-setup.sh
<https://reviews.apache.org/r/2310/#comment5712>

    The reason for this exception is addtowar.sh is not copying enough jars 
from hadoop home to catalina path due to different hadoop version. Probably the 
vaild solution is to fix in addtowar.sh.


- Angelo K.


On 2011-10-08 12:12:23, Prashant Sharma wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/2310/
> -----------------------------------------------------------
> 
> (Updated 2011-10-08 12:12:23)
> 
> 
> Review request for oozie.
> 
> 
> Summary
> -------
> 
> Fix for setup. Some jars were missing on the catalina classpath. Which were 
> causing Class not found exception for variety of classes.
> 
> 
> This addresses bugs Setup and bug.
>     https://issues.apache.org/jira/browse/Setup
>     https://issues.apache.org/jira/browse/bug
> 
> 
> Diffs
> -----
> 
>   
> http://svn.apache.org/repos/asf/incubator/oozie/trunk/distro/src/main/bin/oozie-setup.sh
>  1180199 
> 
> Diff: https://reviews.apache.org/r/2310/diff
> 
> 
> Testing
> -------
> 
> .....skipping a few lines..........
> 
>         ... 16 more
> Exception in thread "pool-2-thread-25" java.lang.NoClassDefFoundError: 
> org/codehaus/jackson/map/JsonMappingException
>         at 
> org.apache.oozie.service.KerberosHadoopAccessorService$1.run(KerberosHadoopAccessorService.java:129)
>         at 
> org.apache.oozie.service.KerberosHadoopAccessorService$1.run(KerberosHadoopAccessorService.java:127)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at javax.security.auth.Subject.doAs(Subject.java:396)
>         at 
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1127)
>         at 
> org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:127)
>         at 
> org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:789)
>         at 
> org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:534)
>         at 
> org.apache.oozie.action.hadoop.JavaActionExecutor.start(JavaActionExecutor.java:746)
>         at 
> org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:193)
>         at 
> org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:53)
>         at org.apache.oozie.command.XCommand.call(XCommand.java:257)
>         at 
> org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:163)
>         at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>         at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>         at java.lang.Thread.run(Thread.java:662)
> Caused by: java.lang.ClassNotFoundException: 
> org.codehaus.jackson.map.JsonMappingException
>         at 
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1680)
>         at 
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1526)
>         ... 16 more
> Oct 8, 2011 3:33:20 AM org.apache.coyote.http11.Http11Protocol pause
> INFO: Pausing Coyote HTTP/1.1 on http-11000
> 
> 
> Thanks,
> 
> Prashant
> 
>

Reply via email to