You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Nixon Rodrigues (JIRA)" <ji...@apache.org> on 2017/04/05 09:08:41 UTC

[jira] [Commented] (ATLAS-1707) Atlas WUI on continues loading behind FireWall

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

Nixon Rodrigues commented on ATLAS-1707:
----------------------------------------

[~emattosHWX]

You are right Atlas should run in Self contain env without making request to external js/css resources. Will fix this in coming release.

You can download the css from https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700,700italic 
and copy the css in webapp/css directory of Atlas Server and change the link  to downloaded css file in index.html which you have referred. This is should solve the issue you are facing.



> Atlas WUI on continues loading behind FireWall
> ----------------------------------------------
>
>                 Key: ATLAS-1707
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1707
>             Project: Atlas
>          Issue Type: Bug
>          Components: atlas-webui
>    Affects Versions: 0.7-incubating
>         Environment: Atlas: Version":"0.7.0.2.5.3
> JDK 1.8
> Linux
>            Reporter: Ernani Pereira de Mattos Junior
>            Assignee: Nixon Rodrigues
>              Labels: patch, test
>         Attachments: index.html, index.html.original
>
>
> Atlas is behind a FW in which does return a response. We Identify index.html was loading googleapis css does not have a timeout and proceed with the WUI;
> ref:http://tinyurl.com/lan4by9 
> By removing the bellow line from the html file, there were no problem. 
> <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700,700italic" rel="stylesheet" type="text/css">
> 1. Shouldn't be applications self-contain in case of such situation?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)