You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.
after installing oracle-xe container, apex and ords-container I receive the following message, when I open the apex-page:
There is a problem with your environment because the Application Express 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 /i/ (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.
I have mage Step by step tutorial, to install Oracle 18c XE, using this repo - this will surely help. How To Install Oracle Database 18c XE on Docker Container on Mac OS
Can you please try changing this parameter in your docker run command from: --volume /Users/my_name/docker/apex/18.2/apex/images:/usr/local/tomcat/webapps/i
To: --volume /Users/my_name/docker/apex/18.2/apex/images:/ords/apex-images
Hi,
after installing oracle-xe container, apex and ords-container I receive the following message, when I open the apex-page:
There is a problem with your environment because the Application Express 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 /i/ (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.
The docker run for the ords-container is:
docker run -t -i \ --name ords \ --network=oracle_network \ -e DB_HOSTNAME=oracle-xe \ -e DB_PORT=1521 \ -e DB_SERVICENAME=XEPDB1 \ -e APEX_PUBLIC_USER_PASS=oracle \ -e APEX_LISTENER_PASS=oracle \ -e APEX_REST_PASS=oracle \ -e ORDS_PASS=oracle \ -e SYS_PASS=Oracle18 \ --volume /Users/my_name/docker/apex/18.2/apex/images:/usr/local/tomcat/webapps/i \ -p 32713:8080 \ ords:18.3.0
And when I connect with the bash and look in the folder
/usr/local/tomcat/webapps/i
I see all apex-images-files.Whats wrong?
The text was updated successfully, but these errors were encountered: