Skip to Main Content

APEX

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!

Application express Page can't be displayed

gl32546848Mar 17 2009 — edited Apr 9 2009
Hi

I am very new to Apex. I am just trying to install apex.

os : i686 i386 GNU/Linux
oralce : 10.2.0.4.0

I installed all prerequests

SQL> select COMP_NAME,VERSION from dba_registry;

COMP_NAME VERSION
---------------------------------------- ------------------------------
Oracle Application Express 3.2.0.00.27
Oracle Text 10.2.0.4.0
Oracle XML Database 10.2.0.4.0
Oracle Enterprise Manager 10.2.0.4.0
Oracle Database Catalog Views 10.2.0.4.0
Oracle Database Packages and Types 10.2.0.4.0
JServer JAVA Virtual Machine 10.2.0.4.0
Oracle XDK 10.2.0.4.0
Oracle Database Java Packages 10.2.0.4.0

9 rows selected.

I have installed apex_3.2.zip

Logfile shows installation successful

[oracle@radiant apex]$ tail -n 100 install2009-03-16_12-04-59.log

PL/SQL procedure successfully completed.

No errors.

Commit complete.

...done load verification images
timing for: Verification Images Load
Elapsed: 00:00:00.54

PL/SQL procedure successfully completed.


PL/SQL procedure successfully completed.


PL/SQL procedure successfully completed.




Thank you for installing Oracle Application Express.

Oracle Application Express is installed in the APEX_030200 schema.

The structure of the link to the Application Express administration services is as follows:
http://host:port/pls/apex/apex_admin (Oracle HTTP Server with mod_plsql)
http://host:port/apex/apex_admin (Oracle XML DB HTTP listener with the embedded PL/SQL gateway)

The structure of the link to the Application Express development interface is as follows:
http://host:port/pls/apex (Oracle HTTP Server with mod_plsql)
http://host:port/apex (Oracle XML DB HTTP listener with the embedded PL/SQL gateway)

JOB_QUEUE_PROCESSES: 20

PL/SQL procedure successfully completed.


Session altered.


Performing Application Express component validation - please wait...

Completing registration process.
Validating installation.

PL/SQL procedure successfully completed.

timing for: Validate Installation
Elapsed: 00:03:16.72

Session altered.

...Adjust flow owner to install owner

10 rows updated.


Commit complete.

...Adjust flow version

FLOW_VERSION
--------------------------------------------------------------------------------
3.2.0.00.27

1 row selected.


9 rows updated.


1 row updated.


Commit complete.

VII. L O A D E N G L I S H D I C T I O N A R Y

Trigger altered.

...10000 rows
...20000 rows
...30000 rows
...40000 rows
...50000 rows
...60000 rows
...70000 rows
timing for: English Dictionary
Elapsed: 00:03:20.41
timing for: Upgrade
Elapsed: 00:00:00.84
...End of install if runtime install



...create null.sql
timing for: Development Installation
Elapsed: 00:16:28.69

But when I am trying to access the page

http://192.168.1.252:8080/apex/apex_admin

I got login screen where I have given username : admin and pwd admin
The server 192.168.1.252 at XDB requires a username and password.

Warning: This server is requesting that your username and password be sent in an insecure manner (basic authentication without a secure connection).

once I gave the user and pwd

The webpage cannot be found
HTTP 404
Most likely causes:
There might be a typing error in the address.
If you clicked on a link, it may be out of date.

What you can try:

page can't be displayed

Listner status

[oracle@radiant ~]$ lsnrctl status LISTENER_INDCTRAK

LSNRCTL for Linux: Version 10.2.0.4.0 - Production on 17-MAR-2009 13:44:05

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

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=radiant)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER_INDCTRAK
Version TNSLSNR for Linux: Version 10.2.0.4.0 - Production
Start Date 14-MAR-2009 07:26:12
Uptime 3 days 6 hr. 17 min. 53 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
Listener Log File /u01/app/oracle/product/10.2.0/db_1/network/log/listener_indctrak.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=radiant)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=radiant)(PORT=8080))(Presentation=HTTP)(Session=RAW))
Services Summary...
Service "INDCTRAK" has 2 instance(s).
Instance "INDCTRAK", status UNKNOWN, has 1 handler(s) for this service...
Instance "INDCTRAK", status READY, has 1 handler(s) for this service...
Service "INDCTRAKXDB" has 1 instance(s).
Instance "INDCTRAK", status READY, has 1 handler(s) for this service...
Service "INDCTRAK_XPT" has 1 instance(s).
Instance "INDCTRAK", status READY, has 1 handler(s) for this service...


how to diagnose the problem now

thanks in advace
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 7 2009
Added on Mar 17 2009
1 comment
659 views