Home » Developer & Programmer » Application Express, ORDS & MOD_PLSQL » Apex installation (Make sure the web address http://127.0.0.1:8080 is correct)
Apex installation [message #610804] Mon, 24 March 2014 08:40 Go to next message
ariffcal
Messages: 107
Registered: April 2011
Senior Member
After successfully installing Apex . I have started the database .

Then I click get Stared ,( in Oracle database express edition ) .

I get the following error message below .


•Make sure the web address http://127.0.0.1:8080 is correct.
•Look for the page with your search engine.
•Refresh the page in a few minutes.

How do I start oracle Apex .

Thanks ,

Ariff
Re: Apex installation [message #610824 is a reply to message #610804] Mon, 24 March 2014 16:37 Go to previous messageGo to next message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Apex version? Oracle database version? Operating system?

One would expect that someone - who is a member of this forum for 3 years - knows how to properly ask a question.
Re: Apex installation [message #610831 is a reply to message #610824] Tue, 25 March 2014 00:41 Go to previous messageGo to next message
ariffcal
Messages: 107
Registered: April 2011
Senior Member
The forum is so rude , I hope to leave it .

The question could have been asked without the comment , I would have saved a lot and u would be a better man , that is also a lesson , could have learned it in 55 years , I guess , other than being a egoist.


Anyway , version 4.2 , windows , oracle 11 g
Re: Apex installation [message #610833 is a reply to message #610831] Tue, 25 March 2014 01:05 Go to previous messageGo to next message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Forum isn't rude, it can not be. People can be rude, and yes - they are. It is very rude to ask for help without providing any useful information. Help you could get with what you've written so far is already written in your message ("Make sure ...", "Look for ...", "Refresh ..."). How is anyone supposed to assist if you refuse to provide at least basics?

Believe or not, Windows version also matters. So - which Windows version do you use?
Re: Apex installation [message #610834 is a reply to message #610833] Tue, 25 March 2014 01:20 Go to previous messageGo to next message
ariffcal
Messages: 107
Registered: April 2011
Senior Member
Thanks , boss , the communication can be smooth , even if we make mistakes, and u have to known , that everyone is not a genius like u, and in the world there r many subjects , I may know something in details and not know something , it is natural . anyway thanks

IT is windows 7 , thanks again
Re: Apex installation [message #610839 is a reply to message #610834] Tue, 25 March 2014 01:59 Go to previous messageGo to next message
ariffcal
Messages: 107
Registered: April 2011
Senior Member
Windows 7 . thanks
Re: Apex installation [message #610840 is a reply to message #610834] Tue, 25 March 2014 02:01 Go to previous messageGo to next message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
More information, please:
What are you using as an http listener? On what address and port is it listening?
Re: Apex installation [message #610843 is a reply to message #610834] Tue, 25 March 2014 02:05 Go to previous messageGo to next message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Have a look at "C:\Windows\System32\drivers\etc\hosts" file. Try to uncomment (i.e. remove hash (#) sign) this line:
127.0.0.1       localhost


In Services (here: Start - Control Panel - System and Security - Administrative Tools > Services), check whether Oracle services named OracleServiceXE and OracleXETNSListener are started.

At the Windows Command Prompt, run
lsnrctl status
and see whether it listens port 8080.

Also, check Windows firewall - if it is ON, turn it OFF and then try to run the "Get Started" again.
Re: Apex installation [message #610846 is a reply to message #610843] Tue, 25 March 2014 02:50 Go to previous messageGo to next message
ariffcal
Messages: 107
Registered: April 2011
Senior Member
port 8080
Re: Apex installation [message #610848 is a reply to message #610846] Tue, 25 March 2014 02:58 Go to previous messageGo to next message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
ariffcal wrote on Tue, 25 March 2014 07:50
port 8080
And the other questions? I am having to guess the extent of your knowledge repeatedly. Do you know how to determine the ports and protocols on which the listener is listening? Do you know how to determine what http listener you are using?
If you are using the embedded gateway as a listener (are you?) then
select dbms_xdb_config.gethttpport from dual;
select dbms_xdb_config.gethttpsport from dual;

and
lsnrctl status

Re: Apex installation [message #610850 is a reply to message #610848] Tue, 25 March 2014 03:12 Go to previous messageGo to next message
ariffcal
Messages: 107
Registered: April 2011
Senior Member
I am sorry , I am a project manager , and a bit old too , I am not that technical and since it is not my day to day job , I forget , sorry and thanks .
Re: Apex installation [message #610857 is a reply to message #610850] Tue, 25 March 2014 04:25 Go to previous messageGo to next message
ariffcal
Messages: 107
Registered: April 2011
Senior Member
I am trying to start oracleXETNSlistener , however it does not start , it says it depends on other service , which I have already started . It is starting and stopping saying , since it is not in use by other program , ORACLEXEagent is started , and oracleXEservices are started
Re: Apex installation [message #610865 is a reply to message #610857] Tue, 25 March 2014 04:59 Go to previous messageGo to next message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
If startup type for mentioned two Oracle services is not "automatic", make it so.

Shutdown the computer, then start it up again.

Go to Services and check status of Oracle services. Are they started? OracleServiceXE probably is; what about OracleXETNSListener? If it is NOT started, try to start it manually. If it fails, copy/paste the reason over here.
Re: Apex installation 4.2,windows 7 [message #610925 is a reply to message #610865] Wed, 26 March 2014 00:31 Go to previous messageGo to next message
ariffcal
Messages: 107
Registered: April 2011
Senior Member
when I start the listener Manually ,

The OracleXETNSListener service on Local Computer started and then stopped. Some services stop automatically if they are not in use by

However the other two service are running ( started manually )

From command prompt I tried the following

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\dts3988>lsnrctl

LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 26-MAR-2014 08:19
:02

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

Message 850 not found; No message file for product=NETWORK, facility=NL
LSNRCTL> start
Message 1070 not found; No message file for product=NETWORK, facility=TNSTNS-125
57: Message 12557 not found; No message file for product=NETWORK, facility=TNS
TNS-12560: Message 12560 not found; No message file for product=NETWORK, facili
ty=TNS
TNS-00527: Message 527 not found; No message file for product=NETWORK, facilit
y=TNS

LSNRCTL>
Re: Apex installation 4.2,windows 7 [message #610932 is a reply to message #610925] Wed, 26 March 2014 02:28 Go to previous messageGo to next message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
When you copy/paste from your CMD session, please use [code] tags as described here How to use [code] tags and make your code easier to read to make it more readable.

Those errors are because you have not set your ORACLE_HOME environment variable, which must point to the directory in which the Oracle software is installed. For example,
c:\users\john>
c:\users\john>set ORACLE_HOME=c:\app\oracle\product\12.1.0\dbhome_1

c:\users\john>echo %ORACLE_HOME%
c:\app\oracle\product\12.1.0\dbhome_1

c:\users\john>

Re: Apex installation 4.2,windows 7 [message #610968 is a reply to message #610932] Wed, 26 March 2014 06:32 Go to previous messageGo to next message
ariffcal
Messages: 107
Registered: April 2011
Senior Member
I tried all given below , however the listener does not start




Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\dts3988>set ORACLE_HOME=C:\app\oracle\product\12.1.0\dbhome_1

C:\Users\dts3988>echo %ORACLE_HOME%
C:\app\oracle\product\12.1.0\dbhome_1

C:\Users\dts3988>echo %oracle_home%
C:\app\oracle\product\12.1.0\dbhome_1

C:\Users\dts3988>lsnrctl

LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 26-MAR-2014 14:16
:15

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

Message 850 not found; No message file for product=NETWORK, facility=NL
LSNRCTL> start
Message 1070 not found; No message file for product=NETWORK, facility=TNSTNS-125
57: Message 12557 not found; No message file for product=NETWORK, facility=TNS
TNS-12560: Message 12560 not found; No message file for product=NETWORK, facili
ty=TNS
TNS-00527: Message 527 not found; No message file for product=NETWORK, facilit
y=TNS

LSNRCTL> status
Message 1053 not found; No message file for product=NETWORK, facility=TNSTNS-125
57: Message 12557 not found; No message file for product=NETWORK, facility=TNS
TNS-12560: Message 12560 not found; No message file for product=NETWORK, facili
ty=TNS
TNS-00527: Message 527 not found; No message file for product=NETWORK, facilit
y=TNS

LSNRCTL> ^C
C:\Users\dts3988>

C:\Users\dts3988>lsnrctl

LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 26-MAR-2014 14:17
:24

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

Message 850 not found; No message file for product=NETWORK, facility=NL
LSNRCTL> echo %oracle_home%
NL-00853: Message 853 not found; No message file for product=NETWORK, facility=N
L [] [echo] []
LSNRCTL> set oracle_home=C:\app\oracle\product\12.1.0\dbhome_1
NL-00853: Message 853 not found; No message file for product=NETWORK, facility=N
L [ set] [oracle_home=C:\app\oracle\product\12.1.0\dbhome_1] [ set]
LSNRCTL> echo %oracle_home%
NL-00853: Message 853 not found; No message file for product=NETWORK, facility=N
L [] [echo] []
LSNRCTL> cd
NL-00853: Message 853 not found; No message file for product=NETWORK, facility=N
L [] [cd] []
LSNRCTL> start
Message 1070 not found; No message file for product=NETWORK, facility=TNSTNS-125
57: Message 12557 not found; No message file for product=NETWORK, facility=TNS
TNS-12560: Message 12560 not found; No message file for product=NETWORK, facili
ty=TNS
TNS-00527: Message 527 not found; No message file for product=NETWORK, facilit
y=TNS

LSNRCTL>



Re: Apex installation 4.2,windows 7 [message #610971 is a reply to message #610968] Wed, 26 March 2014 06:39 Go to previous message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Did you just retype, i.e. copy what John posted and paste into your command prompt when you set ORACLE_HOME? Are you sure that this: C:\app\oracle\product\12.1.0\dbhome_1 is really your ORACLE_HOME?
Previous Topic: Encryption help
Next Topic: Oracle Apex
Goto Forum:
  


Current Time: Thu Mar 28 15:48:44 CDT 2024