Discussions
Categories
- 196.7K All Categories
- 2.2K Data
- 235 Big Data Appliance
- 1.9K Data Science
- 449.9K Databases
- 221.6K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 549 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 532 SQLcl
- 4K SQL Developer Data Modeler
- 186.9K SQL & PL/SQL
- 21.3K SQL Developer
- 295.4K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.1K Development Tools
- 104 DevOps
- 3.1K QA/Testing
- 645.9K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 154 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 17 Java Essentials
- 158 Java 8 Questions
- 85.9K Java Programming
- 79 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.2K Java SE
- 13.8K Java Security
- 203 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 400 LiveLabs
- 37 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.6K Other Languages
- 2.3K Chinese
- 170 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 230 Portuguese
Oracle Apex 20.1 Page Designer not working Showing blank Page

Hi All,
Oracle DB :12.2.0.1.0
Oracle Apex : 20.1.0
I installed Oracle apex with ORDS 19.2.0 and imported the application as well. I can able to view the login page but I tried to enter in Page designer I can't able to view properties (All pages same issue). I did not get any error messages.
Thanks in Advances
M.bro
Best Answer
-
Can you locate and post your ORDS config file "standalone.properties" content here?
Answers
-
Have you check is there any error in browser console or web server logs?
Btw, there is more recent ORDS and APEX version available
-
Hi @jariola
I checked the browser console I am getting below error
<script scr="/i/apex/ui/js/minified/builder_all.min.js?v=20.1.0.00.13"></script>
and many error coming same as I mentioned above. I hope there is lot of .js 404 error getting.
-
Hi @jariola
\apex\Images\apex_ui\js\ - Not loading properly .
I hope the image folder not loading properly. So that only I am facing this issue.
i installed using this script
apxsilentins.sql
and java -jar ords.war install advanced.Can anyone solve the issue. I am new to Oracle apex Installation?
-
You have problem with APEX static files. It seems you have not placed files to correct web server folder, or there isn't permission to serve those.
See documentation Copying the Images Directory
-
Hi @jariola
I installed Oracle apex - E:\Oracle\apex\
Ords source - E:\ords\ords.war
Ords configuration - E:\ORDS_CONFIG\config\ords\standalone\
I loaded my image from both places like E:\Oracle\apex\images and I copied my apex image folder and pasted inside the E:\ords\images (pasted in ords folders)
Still facing the same issue. I restarted DB and my ords services and reinstalled ORDS newly as well
-
Can you locate and post your ORDS config file "standalone.properties" content here?
-
hi @jariola
this is my standalone.properties file data :
jetty.port=8082
standalone.context.path=/ords
standalone.doc.root=E\:\\ords_config\\config\\ords\\standalone\\doc_root
standalone.scheme.do.not.prompt=true
standalone.static.context.path=/i
standalone.static.path=E\:\\ords\\images
Thanks in Advance.
-
Mistakenly clicked the Accepted answer, still find my solution. Let me know if I did anything wrong.
-
Do you have all files from APEX install zip folder images in folder E:\ords\images?
From your config, I understand you should copy from APEX install files images folder to E:\ords.
When you open URL http(s)://<host>:<port>/ords/apex , do you get any alert popup?
What is result if you open URL http(s)://<host>:<port>/i/apex_version.txt ?
-
Do you have all files from APEX install zip folder images in folder E:\ords\images? - Yes I did the same
From your config, I understand you should copy from APEX install files images folder to E:\ords. - yes
When you open URL http(s)://<host>:<port>/ords/apex , do you get any alert popup? -
my URL is http://host:port/ords/f?p=4550
What is result if you open URL http(s)://<host>:<port>/i/apex_version.txt ?
if I entered http://host:port/i/ then result should be "Application Express version: 20.1 displaying in the browser.
In my apex environment, I can't find app_builder, SQL workshop (Menu bar), and even sign out I can't able to find.