APEX error no permission to access /pls/apex/f
189952Apr 9 2009 — edited Apr 9 2009Hi,
I installed Application Express version 3.0.1 (like I have several times before) but this time for some reason I cannot access the APEX login screen.
I get a 403 error:
You do not have permission to access /pls/apex/f
This is for url:
http://hostname:7777/pls/apex/f?p=4550:10
also get that error for :1
I've put hostname so as not to reveal private information.
http://hostname:7777/pls/apex/f?p=4550:10
also get that error for :1
I've put hostname so as not to reveal private information.
I've checked all of the accounts (anonymous, apex_public_user, etc) and all are open and I can login via sqlplus. I've also made sure the port is set in the database.
SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;
HTML version in the db is above the minimum release.
Anything else that can cause this error??
Thanks in advance.
Richard.
SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;
HTML version in the db is above the minimum release.
I've check the app server logs and find:
192.168.120.32 - - [09/Apr/2009:15:20:47 -0400] "GET /pls/apex/f?p=4550:10 HTTP/
1.1" 403 342
What the heck is a 342??
Anything else that can cause this error??
Thanks in advance.
Richard.