cannot access http://127.0.0.1:8080/apex

Asked by AbuStaif

Hi all,
i face a problem during installtion Oracle XE in ubuntu , the problem is i cant access http://127.0.0.1:8080/apex , notice that the listner start what solution plz

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Matt Darcy (matt-darcy) said :
#1

first of all keep in mind that Oracle on ubuntu is not supported by Oracle or ubuntu, so problem and incompatabilities maybe quite common.

Are you using the Oracle internal web server to bind to 127.0.0.1 ? or an external one like apache. Are you sure the webserver is bound to 127.0.0.1 and listening on 8080 - "netstat -a | grep LIST" will show you what is listening.

Check that the apex directory appears in the document root of your websever.

Revision history for this message
AbuStaif (mqtaishat) said :
#2

hi thanx a lot for your fast reply...
Yes I have apache...
Well is there a kind of configuration that I need to do on apache?
actually when do a port scan from administrtion network monitor I can see port 80, 1521 but I can not see 8080?
you help is highly appreciated..

Revision history for this message
Ralph Janke (txwikinger) said :
#3

If there is no listener on 8080, the browser cannot bind to it. You probably need to start the oracle application that services port 8080. You should find the information in the oracle documentation. It might be that the particular service does not run properly on ubuntu. As previously mentioned this is not supported by either oracle nor ubuntu, therefore not tested.

Revision history for this message
bagheera (neostead) said :
#4

start database
launch SQL command line
type: connect / as sysdba
then type: exec dbms_xdb.sethttpport(8181);

and finally try: http://127.0.0.1:8181/apex

Revision history for this message
psychok7 (nunok7) said :
#5

bagheera - i tried what you said, but still doesnt work

Can you help with this problem?

Provide an answer of your own, or ask AbuStaif for more information if necessary.

To post a message you must log in.