[Bug] Blank page on some machines after upgrade to 4.2.2
MoritzApr 29 2013 — edited May 9 2013Hi all,
I'm getting a totally blank page when opening the standard page http://server:port/apex on some machines.
It looks like a redirect is missing on machines that show empty page.
Setup:
Oracle GlassFish Server Open Source Edition 3.1.2.2
APEX Listener 2.0.0
APEX 4.2.2
Using Chrome to debug what's going on I have following results:
Working machine:
Step | Path | Method | Status
1. | apex | GET | 301 Moved Permanently
2. | apex/ | GET | 302 Moved Temporarily
3. | apex/f?p=4550:1:8468626825484 | GET | 200 OK
Non-Working Machine:
Step | Path | Method | Status
1. | apex | GET | 301 Moved Permanently
2. | apex/ | GET | 200 OK
Even the Content-Length of the response is 0.
Next test was to directly go to the application builder logon by using http://server:port/apex/f?p=4050.
Working machine opens the page fine, but non-working displays error "ORA-06502: PL/SQL: numeric or value error".
Another difference I noticed is that for working machine I see the cookie for username and workspace being used, this does not show up on the non-working machine.
Edit:
I checked out an idea that this is really related to cookies.
Deleted the cookie to remember workspace and user on the working machine and easily turned it into a non-working machine...
Does anybody have a clue what's going on?
Regards,
Moritz
Edited by: commi235 on 29.04.2013 18:06