Bug 1151932
| Summary: | Fail to direct to https when access aerogear app, "Internal Server Error" or 404 return | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Yan Du <yadu> | ||||||||
| Component: | Image | Assignee: | Michal Fojtik <mfojtik> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | 2.x | CC: | bparees, fjuma, gabrielpassadore, jokerman, matzew, mfojtik, mmccomas | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2015-02-18 16:51:57 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Yan Du
2014-10-13 06:38:50 UTC
Created attachment 946246 [details]
blank page
Created attachment 946247 [details]
not found page
Created attachment 946248 [details]
internal server error page
Yan Du, can you check the quota for the non-scaled app? Hi, Michal
Here is the non-scaled app quota:
[push1-111.dev.rhcloud.com 543cc2f1172828486f00003b]\> quota -s
Disk quotas for user 543cc2f1172828486f00003b (uid 1001):
Filesystem blocks quota limit grace files quota limit grace
/dev/xvda1 487M 0 1024M 6220 0 80000
I just try again with the latest env (devenv_5231), blank page return for both scaling and non-scaling apps when access the apps' http url, still could not direct to https
OK so I did some investigation and this is what I found... The blank page is because it fails to fetch https://aerogear-mfojtik.dev.rhcloud.com:8443/auth/js/keycloak.js file. (when accessing http://aerogear-mfojtik.dev.rhcloud.com/ag-push/)... When I tried curl, I got 503 and I can't see anything in the logs and neither haproxy-status shows a gear is down... The 404 error is due to aerogear takes some time to launch (1-2 minutes in my case) and since it is fully available it shows 404 error. After 1-2 minutes, I can also successfully (in browser) access the https://aerogear-mfojtik.dev.rhcloud.com/ag-push/ and it redirects me to the login screen. Ben, there are 2 issues here: 1) Aerogear is slow to start when scaled. I can't see anything we can do to fix this one. 2) The 'keycloack.js' file fail to load when using http, which I think is an upstream bug. Do you know who is responsible for this quickstart? Farah, fyi ^^ Matthias might know about this. *** Bug 1153051 has been marked as a duplicate of this bug. *** ping? ;-) looking Matthias thanks a lot! Test on devenv_5248, issue have been fixed. Move to verified. |