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!

Static file configurations with APEX in a Docker container

user13439223Oct 13 2022

I'm running APEX 19.1 in a docker container and I'm receiving the following error at login:
"There are issues with the configuration of the Static Files in your environment. Please consult the "Configuring Static File Support" section in the Application Express Installation Guide."
I follow the instructions to move the static files to a CDN from the instructions at https://blogs.oracle.com/apex/post/announcing-oracle-apex-static-resources-on-content-delivery-network.
Locate your APEX distribution
Navigate to the apex/utilities subdirectory
Connect to your database as user SYS
Run: @reset_image_prefix.sql
and when prompted for the image prefix, enter the correct path, like: https://static.oracle.com/cdn/apex/19.1.0.00.15/
execute @reset_image_prefix.sql and get
08:53:11 SQL> select '&IMGPRE' as new_image_prefix from sys.dual;
NEW_IMAGE_PREFIX
------------------------------------------------
https://static.oracle.com/cdn/apex/19.1.0.00.15/
and all the SQL statements complete with PL/SQL procedure successfully completed.
When I start the instance after the update, I still get the error. Any ideas? Thanks!

Comments
Post Details
Added on Oct 13 2022
0 comments
270 views