Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

oozie ui through knox gateway not rendering properly

avatar
Expert Contributor

Hello,

I am using HDP 2.5 and knox 0.9. After adding :

<service>

<role>OOZIEUI</role>

<url>http://{{oozie_server_host}}:{{oozie_server_port}}/oozie</url>

</service>

to the advanced topology and restarting servicies, the oozie url is coming up like the attached:

screen-shot-2016-09-21-at-50902-pm.png

I can access the URL but all the css and other stuff do not get loaded. In the knox log i see the below. Other Hadoop UI's like YARN are working okay

2016-09-21 21:02:43,231 INFO hadoop.gateway (AclsAuthorizationFilter.java:doFilter(85)) - Access Granted: true 2016-09-21 21:02:58,456 WARN hadoop.gateway (GatewayFilter.java:doFilter(162)) - Failed to match path /ext-2.2/resources/css/ext-all.css 2016-09-21 21:02:58,486 WARN hadoop.gateway (GatewayFilter.java:doFilter(162)) - Failed to match path /ext-2.2/resources/css/xtheme-default.css 2016-09-21 21:02:58,518 WARN hadoop.gateway (GatewayFilter.java:doFilter(162)) - Failed to match path /oozie-console.css 2016-09-21 21:02:58,548 WARN hadoop.gateway (GatewayFilter.java:doFilter(162)) - Failed to match path /console/sla/css/jquery.dataTables.css

1 ACCEPTED SOLUTION

avatar
Expert Contributor

https://issues.apache.org/jira/browse/KNOX-628

temp fix is to add a trailing / at the end. This is similar to an open jira for ambari. ex:

https://<knox_gateway>:8443/gateway/default/oozie/

the last "/" is required.

View solution in original post

3 REPLIES 3

avatar
Expert Contributor

https://issues.apache.org/jira/browse/KNOX-628

temp fix is to add a trailing / at the end. This is similar to an open jira for ambari. ex:

https://<knox_gateway>:8443/gateway/default/oozie/

the last "/" is required.

avatar
New Contributor

Thank you for your help.

avatar
Explorer

Even I m getting the same error and I added trailing at the end " https://<knox_gateway>:8443/gateway/default/oozie/" still I am facing the same issue.How to resolve it ?