Oracle Application Express Missing Images And Javascript Error
I am reviewing some error brought to my attention by Zarbarey and Gan regarding Installing Oracle Application Express 3.0.
Good moring.nice info. :)im new to oracle and i tried installing it in my laptop. I follow the instruction above and successfully see the last message below. when I load the oracle home again. I get js errors and pictures are missing. I use the ff. statement to install the upgrade. “@apexins secret SYSAUX SYSAUX TEMP /images/”.
do i get this right? or something missing:)
thanks.
zabarey
and
Hi all
I installed APEX on HTTP application server.
When to connected to APEX as
http://localhost:7778/pls/apex/apex_admin.
when i write admin and admin password it doesn’t work. (Always “Error on page” message bottom of browser)Help me
Gnz
Those comments have prompted me to review the installation procedure. I was surprised that the steps outlined did not work for Application Express 3.1 with Oracle Database Express Edition Release 10.2.0.1.0 out of the box. True that everything went fine during the installation, but when opening up the admin or developers page the APEX logo is missing. Further more, I could not login due to a Javascript error.
Cause of Application Express Missing Images and Login Failure
A quick check on the properties of the missing Application Express logo shows the error. The working installation should show like http://127.0.0.1:8080/i/htmldb/apex_logo.gif but the missing image is showing http://127.0.0.1:8080/apex/TEMPhtmldb/apex_logo.gif. There is definitely something wrong with the image prefix having “/apex/TEMP” instead of “/i/”.
I tried to check more on the error using Mozilla Firefox browser with some Firebug add-on.
The following are the list of the missing links which returns a 404 error:
- http://127.0.0.1:8080/apex/TEMPjavascript/apex_ns_3_1.js
- http://127.0.0.1:8080/apex/TEMPjavascript/apex_get_3_1.js
- http://127.0.0.1:8080/apex/TEMPjavascript/apex_get_3_1.js
- http://127.0.0.1:8080/apex/TEMPjavascript/apex_builder.js
- http://127.0.0.1:8080/apex/TEMPcss/apex_3_1.css
- http://127.0.0.1:8080/apex/TEMPcss/apex_builder_3_1.css
- http://127.0.0.1:8080/apex/TEMPhtmldb/apex_logo.gif
Thus, all the images and login functionality are not working.
Here is the Application Express 3.1 Upgrade Missing Image And Javascript Error Solution. I hope this is a help.





Posted
on
Friday, March 7th, 2008 at 7:09 am under

I also have this same issue with ApEx after upgrading from 3.0 to 3.1. I do not see the images and none of the page functionalities work. (java commands, urls, etc).
March 12th, 2008 at 3:00 amHi Steven,
I hope using the reset_image_prefix.sql script corrects the issue.
March 12th, 2008 at 4:15 pmAfter a new install of Oracle 11g and App Exp 3.1 I am unable to login to Enterprize Manager or App Exp. On the App Exp Administration Services web page I donot see the correct images and when I type the user name (ADMIN) and pass word I get Error on page at the bottom of IE. I tryed runing reset_image_prefix.sql but this did not help. Do you have any idea what is happing? I am desprate to get this working.
April 1st, 2008 at 2:23 amHi Ralph,
I think this is similar to what I’ve experienced with Oracle XE installation. For Apex 3.1 the installation should be @apexins SYSAUX SYSAUX TEMP /i/ without the password parameter. Kindly read if this helps:
April 2nd, 2008 at 10:11 amhttp://www.techxplore.net/2008/03/18/oracle-application-express-31-with-oracle-xe/
Did anyone get to fix this issue? I’m having similar issues. Even with the image reset script, i cannot find images or javascript files…
May 17th, 2008 at 1:48 am