jamesnetherton opened a new issue, #7773:
URL: https://github.com/apache/camel-quarkus/issues/7773

   ### Bug description
   
   The container startup seems to hang periodically on GitHub CI. I tried 
increasing the startup wait timeout to 10 minutes but it didn't help.
   
   The container is supposed to output `DATABASE IS READY TO USE!` but it stops 
at `Grant succeeded`.
   
   <details>
   <summary>Container logs</summary>
   
   ```
   CONTAINER: starting up...
   CONTAINER: first database startup, initializing...
   CONTAINER: starting up Oracle Database...
   
   LSNRCTL for Linux: Version 23.0.0.0.0 - Production on 24-SEP-2025 14:16:06
   
   Copyright (c) 1991, 2025, Oracle.  All rights reserved.
   
   Starting /opt/oracle/product/23ai/dbhomeFree/bin/tnslsnr: please wait...
   
   TNSLSNR for Linux: Version 23.0.0.0.0 - Production
   System parameter file is 
/opt/oracle/product/23ai/dbhomeFree/network/admin/listener.ora
   Log messages written to 
/opt/oracle/diag/tnslsnr/b3d23514ec0c/listener/alert/log.xml
   Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_FREE)))
   Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=0.0.0.0)(PORT=1521)))
   
   Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_FREE)))
   STATUS of the LISTENER
   ------------------------
   Alias                     LISTENER
   Version                   TNSLSNR for Linux: Version 23.0.0.0.0 - Production
   Start Date                24-SEP-2025 14:16:06
   Uptime                    0 days 0 hr. 0 min. 0 sec
   Trace Level               off
   Security                  ON: Local OS Authentication
   SNMP                      OFF
   Default Service           FREE
   Listener Parameter File   
/opt/oracle/product/23ai/dbhomeFree/network/admin/listener.ora
   Listener Log File         
/opt/oracle/diag/tnslsnr/b3d23514ec0c/listener/alert/log.xml
   Listening Endpoints Summary...
     (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_FREE)))
     (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=0.0.0.0)(PORT=1521)))
   The listener supports no services
   The command completed successfully
   ORACLE instance started.
   
   Total System Global Area 1603293992 bytes
   Fixed Size               4928296 bytes
   Variable Size                  637534208 bytes
   Database Buffers       956301312 bytes
   Redo Buffers             4530176 bytes
   Database mounted.
   Database opened.
   
   CONTAINER: Resetting SYS and SYSTEM passwords.
   
   User altered.
   
   
   User altered.
   
   CONTAINER: Creating new pluggable database 'oracle'.
   
   Pluggable database created.
   
   
   Pluggable database altered.
   
   
   Pluggable database altered.
   
   
   System altered.
   
   CONTAINER: DONE: Pluggable database 'oracle' available, duration: 6 seconds.
   CONTAINER: Creating app user for default pluggable database.
   
   Session altered.
   
   
   User created.
   
   
   Grant succeeded.
   
   CONTAINER: DONE: Creating app user for default pluggable database.
   CONTAINER: Creating app user for pluggable database 'oracle'.
   
   Session altered.
   
   
   User created.
   
   
   Grant succeeded.
   
   CONTAINER: DONE: Creating app user for pluggable database 'oracle'.
   
   CONTAINER: Executing user-defined scripts...
   
   CONTAINER: running /docker-entrypoint-initdb.d/init.sql ...
   
   System altered.
   
   
   System altered.
   
   Database closed.
   Database dismounted.
   ORACLE instance shut down.
   ORACLE instance started.
   
   Total System Global Area 1603293992 bytes
   Fixed Size               4928296 bytes
   Variable Size                  637534208 bytes
   Database Buffers       956301312 bytes
   Redo Buffers             4530176 bytes
   Database mounted.
   
   Database altered.
   
   
   Database altered.
   
   Database log mode           Archive Mode
   Automatic archival          Enabled
   Archive destination         USE_DB_RECOVERY_FILE_DEST
   Oldest online log sequence     17
   Next log sequence to archive   17
   Current log sequence        16
   
   Database altered.
   
   
   Tablespace created.
   
   
   Session altered.
   
   
   Tablespace created.
   
   
   Session altered.
   
   
   Tablespace created.
   
   
   Session altered.
   
   
   User created.
   
   
   Grant succeeded.
   
   
   Grant succeeded.
   ```
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to