[ 
https://issues.apache.org/jira/browse/MAPREDUCE-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13265093#comment-13265093
 ] 

Robert Joseph Evans commented on MAPREDUCE-3173:
------------------------------------------------

I think I set everything up correctly but I am still getting 404 errors for 
some images that I was not getting previously Just by loading 
http://RM:8088/cluster/apps.

{noformat}
http://RM:8088/static/jquery/themes-1.8.16/base/images/ui-bg_glass_95_fef1ec_1x400.png
http://RM:8088/static/jquery/themes-1.8.16/base/images/ui-bg_flat_75_ffffff_40x100.png
http://RM:8088/static/jquery/themes-1.8.16/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
http://RM:8088/static/jquery/themes-1.8.16/base/images/ui-bg_glass_75_e6e6e6_1x400.png
http://RM:8088/static/jquery/themes-1.8.16/base/images/ui-bg_glass_65_ffffff_1x400.png
http://RM:8088/static/jquery/themes-1.8.16/base/images/ui-icons_454545_256x240.png
http://RM:8088/static/jquery/themes-1.8.16/base/images/ui-icons_888888_256x240.png
{noformat}

Like I said before I don't know how critical these are because everything looks 
OK on the web page for the most part.  It looks like they are trying to be 
loaded by some of the css that is tied to ui-state-error, ui-widget-content, 
ui-widget-header and ui-state-default, but I don't know for sure.  Some of them 
are also referenced directly by jquery.min-1.6.4.js.

Also I am rather curious about the changes that you made to 
themeswitcher.js.gz.  Did you just upgrade to a newer one, or is it modified in 
some way.  If it is modified it is important that we document it so that when 
we upgrade we can replicate those changes.
                
> MRV2 UI doesn't work properly without internet
> ----------------------------------------------
>
>                 Key: MAPREDUCE-3173
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3173
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0, 3.0.0
>            Reporter: Devaraj K
>            Assignee: Devaraj K
>            Priority: Critical
>         Attachments: MAPREDUCE-3173.patch, jquery-ui.min-1.8.16.js.gz, 
> jquery.min-1.6.4.js.gz, themeswitcher-images.tgz, themeswitcher.js.gz
>
>
> When we try access the MRV2 UI, it is always giving the below message in the 
> UI even if the java script enabled in the browser.
> {code:xml}
> This page works best with javascript enabled. 
> {code}
> It is trying to download these below css/js files from internet and finally 
> ending up with the above message. For loading the page also it is taking long 
> time.
> {code:title=JQueryUI.java|borderStyle=solid}
>   html.
>       
> link(join("https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/themes/";,
>                 getTheme(), "/jquery-ui.css")).
>       link("/static/dt-1.7.5/css/jui-dt.css").
>       
> script("https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js";).
>       
> script("https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js";).
> {code} 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to