Skip to Main Content

ORDS, SODA & JSON in the Database

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!

Apex 4.2 displays blank screen upon login (using standalone server)

sbing52Oct 1 2013 — edited Oct 7 2013

I have installed the Oracle 12c Apex 4.2 on Windows 7.

Upon logging in using Windows explorer, apex displays a blank screen/page.  The URL on the page looks okay.  It just looks as though it connot find my images,

This is the URL as it appears at the top of the Apex login page:

http://localhost:8080/apex/f?p=4550:1:12555235714917

everything else on the page is blank

Here is my *.war configuration output.  It looks normal:

java -jar apex.war static C:\app\oracle\product\12.1.0\dbhome_1\apex\images

WAR Generation complete

WAR location     : C:\app\oracle\product\12.1.0\dbhome_1\apex\i.war

Context path     : /i

Static resources : C:\app\oracle\product\12.1.0\dbhome_1\apex\images

The context path is set correctly to an /'i'

The resources point to my images folder

I am using the standalone mechanism to inovke Apex

java -jar apex.war standalone -apex-images C:\app\oracle\product\12.1.0\dbhome_1\apex\images

Here is the screen ouput:
Oct 01, 2013 9:47:26 AM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
INFO: Using configuration folder: C:\Users\dsvbing\AppData\Local\Temp\apex
Oct 01, 2013 9:47:26 AM oracle.dbtools.standalone.Standalone execute
INFO: NOTE:

Standalone mode is designed for use in development and test environments. It is not supported for use in production environments.

Oct 01, 2013 9:47:26 AM oracle.dbtools.standalone.Standalone execute
INFO: Starting standalone Web Container in:  C:\Users\dsvbing\AppData\Local\Temp\apex
Oct 01, 2013 9:47:26 AM oracle.dbtools.standalone.Deployer deploy
INFO: Will deploy application path = C:\Users\dsvbing\AppData\Local\Temp\apex\apex\WEB-INF\web.xml
Oct 01, 2013 9:47:27 AM oracle.dbtools.standalone.Deployer deploy
INFO: Deployed application path = C:\Users\dsvbing\AppData\Local\Temp\apex\apex\WEB-INF\web.xml
Oct 01, 2013 9:47:27 AM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
INFO: Using configuration folder: C:\Users\dsvbing\AppData\Local\Temp\apex
Configuration properties for: apex
cache.caching=false
cache.directory=/tmp/apex/cache
cache.duration=days
cache.expiration=7
cache.maxEntries=500
cache.monitorInterval=60
cache.procedureNameList=
cache.type=lru
db.hostname=localhost
db.password=******
db.port=1521
db.sid=orcl
debug.debugger=false
debug.printDebugToScreen=false
error.keepErrorMessages=true
error.maxEntries=50
jdbc.DriverType=thin
jdbc.InactivityTimeout=1800
jdbc.InitialLimit=3
jdbc.MaxConnectionReuseCount=1000
jdbc.MaxLimit=10
jdbc.MaxStatementsLimit=10
jdbc.MinLimit=1
jdbc.statementTimeout=900
log.logging=false
log.maxEntries=50
misc.compress=
misc.defaultPage=apex
security.disableDefaultExclusionList=false
security.maxEntries=2000
db.username=APEX_PUBLIC_USER
Using JDBC driver: Oracle JDBC driver version: 11.2.0.3.0
Oct 01, 2013 9:47:28 AM oracle.dbtools.rt.web.SCListener contextInitialized
INFO: Oracle Application Express Listener initialized
Application Express Listener version : 2.0.4.259.08.57
Application Express Listener server info: Grizzly/1.9.49

Oct 01, 2013 9:47:28 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.49 - 10/1/13 9:47 AM
Oct 01, 2013 9:47:28 AM oracle.dbtools.standalone.Standalone execute
INFO: http://localhost:8080/apex started.

Everything appears normal... no apparent error messages

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 4 2013
Added on Oct 1 2013
3 comments
3,282 views