Skip to Main Content

Oracle Database Express Edition (XE)

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!

Cannot Access http://127.0.0.1:8080/apex

141436Jul 17 2006 — edited Jul 21 2006
I cannot access http://127.0.0.1:8080/apex after restarting the oracle-ex services without changing any settings.

This appears to be a common symptom based upon the searches I have done. However, I am unable to find the root cause and solution.

I have uninstalled XE and reinstalled and everything works fine. I can access the homepage at http://127.0.0.1:8080/apex/. After I restart XE (/etc/init.d/oracle-xe restart) the database is mounted fine but I can no longer access http://127.0.0.1:8080/apex. I receive a "Not found
The requested URL /apex/f was not found on this server error".

Here is the outcome of lsnrctl status.

LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 17-JUL-2006 14:00:34

Copyright (c) 1991, 2005, Oracle. All rights reserved.

Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
Start Date 17-JUL-2006 13:52:13
Uptime 0 days 0 hr. 8 min. 21 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Message 1422 not found; product=network; facility=TNS
Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=jlincoln.photomask.com)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation=HTTP)(Session=RAW))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "XE" has 1 instance(s).
Instance "XE", status READY, has 1 handler(s) for this service...
Service "XEXDB" has 1 instance(s).
Instance "XE", status READY, has 1 handler(s) for this service...
Service "XE_XPT" has 1 instance(s).
Instance "XE", status READY, has 1 handler(s) for this service...
The command completed successfully

And, like I said before, the database is up and running.

I did not change any settings after I initally ran through the configuration steps and connected using port 8080.

"netstat -lnp|grep 8080" returns

tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN 17030/tnslsnr

So it appears the process is listening on the expected port.

Does anyone have any suggestions given this information?

Also, if I can get past this issue I really want to see if I can install Oracle Application XE on Oracle 10G XE. Does anyone have any information on the best way to do this?

Thanks,
Jason
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 18 2006
Added on Jul 17 2006
6 comments
4,902 views