Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can't login apex 22.2

user-j4xdqApr 14 2023 — edited Apr 17 2023

I am unable to login to any of these urls for a fresh APEX installation. I have made multiple attempts (I am new to CDB and PDB concepts so first I installed without changing container to XEPDB1. Uninstalled, changed to XEPDB1 and installed again) on installing APEX and ORDS but no success on login. After entering credentials (right and wrong both), login window re-appears without any error message.

Need Help

URLs: http://localhost:8082/, http://localhost:8082/apex, http://localhost:8082/apex/apex_admin

APEX ver: 22.2

ORDS ver: 23.1

Database ver: 21c XE

OS: Windows 10

Edit 1

I came to know that APEX's login window comes with another field for Workspace which is supposed to be INTERNAL by default (means APEX is running and asking for authentication). I am not seeing that, I am having browser's default login window with usersname and password fields only (looks like webserver is asking for authentication instead of APEX application).

Further, ORDS is required to be started with following command as it won't be up and running by default. After starting ORDS, it is now responding (without login) with 404. Still trying...

ords --config ${ORDS_CONFIG} serve
Comments
Post Details
Added on Apr 14 2023
0 comments
570 views