Hello, I tried to reproduce these instructions on a MacBook with Apple Silicone (I chose the ARM version of the DB). Unfortunately, the installation of the ORDS-DEVELOPER container aborts every time. After some research on the Internet, I could not find any clues as to what the problem might be. Even the demonstration within the documentation of the container ultimately led to the same error.
Do you have any other idea what the problem could be?
conn_string.txt: CONN_STRING="sys/pwd@database:1521/FREEPDB1"
I hope the formatting of the following will work:
db-1 | Completed: ALTER DATABASE OPEN db-1 | 2024-11-22T08:31:30.289726+00:00 db-1 | =========================================================== db-1 | Dumping current patch information db-1 | =========================================================== db-1 | No patches have been applied db-1 | =========================================================== db-1 | 2024-11-22T08:31:30.473700+00:00 db-1 | FREEPDB1(3):TABLE SYS.ACTIVITY_TABLE$: ADDED INTERVAL PARTITION SYS_P333 (2) VALUES LESS THAN (202) apex-1 | INFO : This container will start a service running ORDS 24.3.1 and APEX 24.1.0. apex-1 | INFO : CONN_STRING has been found in the container variables file. apex-1 | INFO : Database connection established. apex-1 | INFO : Apex is not installed on your database. apex-1 | INFO : Installing APEX on your DB please be patient. apex-1 | INFO : You can check the logs by running the command below in a new terminal window: apex-1 | docker exec -it 8a33b49c57b0 tail -f /tmp/install_container.log apex-1 | WARN : APEX can be installed remotely on PDBs, If you want to install it on a CDB, apex-1 | install it directly on the Database and not remotely. apex-1 | ERROR: APEX installation failed apex-1 exited with code 1
Thanks for this post, waiting for a long time, I followed exactly, but in the console I noticed this error apex-1 | INFO : APEX has been installed. apex-1 | INFO : Configuring APEX. apex-1 | INFO : APEX_PUBLIC_USER has been configured as oracle. apex-1 | INFO : APEX ADMIN password has configured as 'Welcome_1'. apex-1 | INFO : Use below login credentials to first time login to APEX service: apex-1 | Workspace: internal apex-1 | User: ADMIN apex-1 | Password: Welcome_1 apex-1 | INFO : Preparing ORDS. apex-1 | apex-1 | Error: ORDS requires Java 17 and above to run. apex-1 | Found Java version 11.0.16.1. apex-1 | Please set JAVA_HOME to appropriate version and update PATH if necessary. apex-1 | apex-1 | grep: /etc/ords/config/global/settings.xml: No such file or directory apex-1 | grep: /etc/ords/config/global/settings.xml: No such file or directory apex-1 | grep: /etc/ords/config/databases/default/pool.xml: No such file or directory apex-1 | grep: /etc/ords/config/databases/default/pool.xml: No such file or directory apex-1 | grep: /etc/ords/config/databases/default/pool.xml: No such file or directory apex-1 | grep: /etc/ords/config/databases/default/pool.xml: No such file or directory apex-1 | INFO : Starting the ORDS services. apex-1 | apex-1 | Error: ORDS requires Java 17 and above to run. apex-1 | Found Java version 11.0.16.1. apex-1 | Please set JAVA_HOME to appropriate version and update PATH if necessary. apex-1 | apex-1 exited with code 1 db-1 | 2024-12-17T06:40:17.673803+00:00