Apex installation [message #610804] |
Mon, 24 March 2014 08:40 |
|
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 #610831 is a reply to message #610824] |
Tue, 25 March 2014 00:41 |
|
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 #610834 is a reply to message #610833] |
Tue, 25 March 2014 01:20 |
|
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 #610848 is a reply to message #610846] |
Tue, 25 March 2014 02:58 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
ariffcal wrote on Tue, 25 March 2014 07:50port 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
|
|
|
|
|
|
Re: Apex installation 4.2,windows 7 [message #610925 is a reply to message #610865] |
Wed, 26 March 2014 00:31 |
|
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 |
John Watson
Messages: 8960 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 |
|
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 |
|
Littlefoot
Messages: 21823 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?
|
|
|