[
https://issues.apache.org/jira/browse/OOZIE-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13990202#comment-13990202
]
Ravi Prakash commented on OOZIE-1824:
-------------------------------------
Without httpcore I don't see the Tomcat exception but only an empty web console
(without a table)
> Oozie web console needs httpclient in WEB-INF
> ---------------------------------------------
>
> Key: OOZIE-1824
> URL: https://issues.apache.org/jira/browse/OOZIE-1824
> Project: Oozie
> Issue Type: Bug
> Affects Versions: 4.0.1
> Reporter: Ravi Prakash
>
> I see
> {code}
> java.lang.ClassNotFoundException: org.apache.http.client.utils.URLEncodedUtils
>
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1680)
>
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1526)
>
> org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler.getUserName(PseudoAuthenticationHandler.java:124)
>
> org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler.authenticate(PseudoAuthenticationHandler.java:160)
>
> org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:357)
> org.apache.oozie.servlet.AuthFilter.doFilter(AuthFilter.java:131)
> org.apache.oozie.servlet.HostnameFilter.doFilter(HostnameFilter.java:84)
> {code}
> Copying the httpclient and httpcore jars into the lib folder inside WEB-INF
> fixes the issue
--
This message was sent by Atlassian JIRA
(v6.2#6252)