Hi,
I have installed APEX some 9 to 10 months back into my laptop (even the DB). Everything was working fine without any issues. I created some sample test application as well. I have successfully logged in around 2 months back. After that I have not tried to login. Now when I tried to login using same url -
http://localhost:8080/apex/apex_admin
I am getting message as -
No data received
Unable to load the webpage because the server sent no data.
Error code: ERR_EMPTY_RESPONSE
Not sure what went wrong! I have not done any kind of setting changes either in apex or in oracle. The database and listner are working fine.
When I checked DB, I saw that APEX_040200 and APEX_PUBLIC_USER and few more schema password were expired and locked. I reset the password and unlocked (setting password as schema name).
However, that did not help me. After looking at forum I also ran below from DB -
sqlplus /nolog
connect sys as sysdba
ALTER SESSION SET CURRENT_SCHEMA = APEX_040200;
BEGIN
APEX_INSTANCE_ADMIN.SET_PARAMETER('DISABLE_ADMIN_LOGIN', 'N');
commit;
END;
/
But nothing helped me Can somebody help me to get back my login page please?
I use -
APEX version: 4.2.3
DB version: 11g Release 11.2.0.1.0
Web server: EPG
System O/S: Windows 7 Enterprises 64-bit
server platform: Intel Core i5-3437U CPU @ 1.90GHz 2.40 GHz RAM: 8GB
Browser(s)/version(s): Google Chrome: Version 36.0.1985.125 m
IE version: 10.0.9200
Thanks in advance.
-Anand