Using the ords listener(s) standalone.
redhat linux 2.6.32-279.el6.x86_64
DB version 11.2.0.4
apex versions 5.0.2 and 5.0.3
ords versions 3.0.3.351.13.24 3.0.2.294.08.40 2.0.10.289.08.09
Database and listeners are all on the same server.
Actually the page is not completely blank. Only the login details are missing (ie somewhere to enter workspace and user and password). Paging down I see "Getting Started" and "More Information" and so on, and these links work fine, but the top of the page is blank.
If I point to an existing application, that works fine; it seems only application 4550 is causing me grief. But I really need to log in and get to see the developer toolbar etc. And cannot do so without having somewhere to do so.
I upgraded from a working 4.1 to 5.0.2; tried the 3 listener versions all with the same result.
I then patched to 5.0.3 but am still getting the same result.
So currently http://localhost:8088/i/apex_version.txt gives me Application Express Version: 5.0.3
In firebug I see ...
<div id="F4550_P1_USERNAME_CONTAINER" class="a-Form-fieldContainer icon-login-username ">
<div class="a-Form-inputContainer">
<label id="F4550_P1_USERNAME_LABEL" class="a-Icon a-Login-iconLabel" for="F4550_P1_USERNAME">Username</label>
<input type="hidden" value="30251012844458645" name="p_arg_names">
<input id="F4550_P1_USERNAME" class="text_field" type="text" maxlength="2000" size="40" value="TMW" required="" placeholder="Username" name="p_t03">
<span class="a-Login-iconValidation a-Icon icon-check"></span>
</div>
</div>
and the input type=hidden line is greyed out so maybe this is where the issue lies.
There seems to have been an issue with 4.2 similar to the one that I see. But the workaround for this does not work for me (ie specifying the page number ...4550:1).
I'm somewhat perplexed. Has anyone any thoughts on whether this is a problem with apex or with the listener or with me? And where I should look?
cheers
~t