Created 11-22-2016 10:24 AM
Hi Guys, I just upgraded my atlas from 0.6 to 0.7, it went all good except after starting the atlas-server.
I tried to open the web UI of atlas, the login page shows, yet after logging in, the page keep loading and nothing actually shows, does anyone also met this problem, I checked the log but there is no error or warning reported in the logs/application.log, so I wonder what causes this problem?
Qinglin
Created 11-22-2016 04:40 PM
I have replaced web folder from Sandbox(HDP 2.5 with Atlas 0.7) and it worked fine.
Created 11-22-2016 10:26 AM
Couple of things to try :
1. Can you clear browser cache and reload the page ? Or you can open the same page in Chrome's Incognito mode . Reason is .js files might have got loaded from the previous versions.
If the above doesn't work :
2.Can you check the Network tab in developer tools in your browser and check if there are any errors ?
Created 11-22-2016 10:28 AM
Thanks for your reply, it just says there is a css file missing, but would it cause the loading problem?
Created 11-22-2016 10:33 AM
Are you seeing issue similar to the one in the JIRA ? https://issues.apache.org/jira/browse/ATLAS-1199
Created 11-22-2016 10:40 AM
yes, exactly the same issue. I got this error
Overrides.js:22 Uncaught TypeError: Cannot set property 'generateChildrenInfo' of undefined
GET http://localhost:21000/js/libs/jquery-asBreadcrumbs/css/asBreadcrumbs.css 404
Created 11-22-2016 11:17 AM
Please apply the patch in the JIRA .That should fix it.
Created 11-22-2016 04:40 PM
I have replaced web folder from Sandbox(HDP 2.5 with Atlas 0.7) and it worked fine.
Created 11-24-2016 08:13 AM
did you replace the /server/webapp/atlas folder? I also replace this folder but there are errors reported
Created 11-24-2016 08:30 AM
Nevermind, I got it worked, thank you so much!!