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!

Not able to see login page now, earlier all was working fine

anand_gpAug 12 2014 — edited Sep 1 2014

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 29 2014
Added on Aug 12 2014
14 comments
5,081 views