[ https://issues.apache.org/jira/browse/HADOOP-5792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12713729#action_12713729 ]
Chris Douglas commented on HADOOP-5792: --------------------------------------- Perhaps I spoke too soon. The ClassNotFoundExceptions from the unit test: {noformat} [junit] Caused by: java.lang.ClassNotFoundException: org.apache.jasper.runtime.JspSourceDependent [junit] at java.net.URLClassLoader$1.run(URLClassLoader.java:200) [junit] at java.security.AccessController.doPrivileged(Native Method) [junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:188) [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:316) [junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:288) [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:251) [junit] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374) [junit] ... 57 more {noformat} and corresponding fetch failures appear to be caused by this patch, but the test still times out after reverting both commits (in the future, please follow the commit message conventions and include the issue ID and- where possible- commit once per issue). > to resolve jsp-2.1 jars through IVY > ----------------------------------- > > Key: HADOOP-5792 > URL: https://issues.apache.org/jira/browse/HADOOP-5792 > Project: Hadoop Core > Issue Type: Sub-task > Reporter: Giridharan Kesavan > Assignee: Giridharan Kesavan > Attachments: Hadoop-5792.patch, Hadoop-5792.patch, Hadoop-5792.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.