[
https://issues.apache.org/jira/browse/RANGER-4874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869457#comment-17869457
]
Abhishek Kumar edited comment on RANGER-4874 at 7/29/24 9:45 PM:
-----------------------------------------------------------------
Hi [~madhan],
I'm working on the ranger-2.5 branch, tried bringing up ranger container after
the docker build, the container comes up fine however when I login to the
Ranger UI, I see the same error reported in the logs attached. When looking for
the Response class occurrences, this time however the 3rd jar
(/opt/ranger/admin/ews/webapp/WEB-INF/lib/jsr311-api-1.1.1.jar) was not found
since it was built including this
[change|https://github.com/apache/ranger/commit/6025a29].
{code:java}
ranger@ranger:/var/log/ranger$ find /opt/ranger/admin/ -name "*.jar" -exec
fgrep -l javax/ws/rs/core/Response {} \;
/opt/ranger/admin/ews/webapp/WEB-INF/lib/javax.ws.rs-api-2.1.1.jar
/opt/ranger/admin/ews/webapp/WEB-INF/lib/jersey-bundle-1.19.3.jar
ranger@ranger:/var/log/ranger$ {code}
Thanks!
was (Author: abhi_2110):
Hi [~madhan],
I'm working on the ranger-2.5 branch, tried bringing up ranger container after
the docker build, the container comes up fine however when I login to the
Ranger UI, I see the same error reported in the logs attached. When looking for
the Response class occurrences, this time however the 3rd jar (
/opt/ranger/admin/ews/webapp/WEB-INF/lib/jsr311-api-1.1.1.jar
)was not found since it was built including this
[change|https://github.com/apache/ranger/commit/6025a29].
{code:java}
ranger@ranger:/var/log/ranger$ find /opt/ranger/admin/ -name "*.jar" -exec
fgrep -l javax/ws/rs/core/Response {} \;
/opt/ranger/admin/ews/webapp/WEB-INF/lib/javax.ws.rs-api-2.1.1.jar
/opt/ranger/admin/ews/webapp/WEB-INF/lib/jersey-bundle-1.19.3.jar
ranger@ranger:/var/log/ranger$ {code}
Thanks!
> Ranger UI inaccessible after login
> -----------------------------------
>
> Key: RANGER-4874
> URL: https://issues.apache.org/jira/browse/RANGER-4874
> Project: Ranger
> Issue Type: Bug
> Components: Ranger
> Affects Versions: 2.5.0
> Reporter: Abhishek Kumar
> Assignee: Madhan Neethiraj
> Priority: Critical
> Fix For: 3.0.0, 2.5.0
>
> Attachments: RANGER-4874-ranger-2.5.patch, RANGER-4874.patch,
> Screenshot 2024-07-26 at 7.52.48 PM.png, Screenshot 2024-07-26 at 9.22.44
> PM.png, catalina_error.out, ranger_error.log
>
>
> Ranger UI is not accessible after login although login is successful. Errors
> seen in catalina.out and ranger.log.
> This is observed in docker env for ranger.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)