Skip to content

APEX Not Working Offline in Oracle Autonomous Database Free on Dockerย #40

@alshamynet

Description

@alshamynet

I think the Oracle documentation is definitely wrong about this part:

The Autonomous Database Free Container Image provides an alternative to run Autonomous Database in a container in your own environment, without requiring access to Oracle Cloud Infrastructure Console or to the internet.

seeing that the image requires access to https://static.oracle.com/cdn/apex/24.1.4/


I installed Oracle Autonomous Database Free Container Image following the instructions in this link:

๐Ÿ”— https://github.com/oracle/adb-free

I set it up on Docker, and my APEX application works fine when I am connected to the internet. I can access it at:

๐Ÿ‘‰ https://localhost:8443/ords

However, when I disconnect from the internet, I get the following error:

There is a problem with your environment because the Oracle APEX files have not been loaded. Please verify that you have copied the images directory to your application server as instructed in the Installation Guide. In addition, please verify that your image prefix path is correct. Your current path is https://static.oracle.com/cdn/apex/24.1.4/ (it should contain both starting and ending forward slashes, such as the default /i/). Use the SQL script reset_image_prefix.sql if you need to change it.

๐Ÿ”น How can I make APEX work offline in this setup?
๐Ÿ”น What steps should I take to fix this issue?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions