- Notifications
You must be signed in to change notification settings - Fork33
Open
Description
Hi there,
I'm trying to run the project on my windows 10 machine using wsl2 with ubuntu distribution.
I'm using wsl2 terminal to run the script quickstart.sh. I've already downloaded and copiedjre-8u321-linux-x64.tar.gz
into the folderfiles
and adjusted thesettings.env
file as follow:
FILES_DIR=filesORACLE_SID=XEORACLE_PDB=XEPDB1ORACLE_PWD=Oracle21APEX_ADMIN_EMAIL=mrdn-47@gmx.netAPEX_ADMIN_PWD=Oracle__21APEX_PUBLIC_USER_PWD=Oracle21_1APEX_LISTENER_PWD=Oracle21_2APEX_REST_PUBLIC_USER_PWD=Oracle21_3ORDS_PUBLIC_USER_PWD=Oracle21_4INSTALL_FILE_APEX=apex-latest.zipINSTALL_FILE_ORDS=ords-latest.zipINSTALL_FILE_JAVA=jre-8u321-linux-x64.tar.gzDOCKER_ORDS_PORT=50080DOCKER_EM_PORT=55500DOCKER_DB_PORT=51521DB_VERSION=18.4.0DB_EDITION=xeDOCKER_NETWORK_NAME=das_networkALLOW_DB_PATCHING=NOML4R_SUPPORT=NREST_ENABLED_SQL=YRTU_ENABLED=NSQLDEVWEB=YDATABASEAPI=YXE_USE_LOCAL_COPY=N
I got the following error at the end of the execution after installing a lot of stuffs:
The Oracle base remains unchanged with value /opt/oracle#########################DATABASE IS READY TO USE!#########################Executing user defined scripts/opt/oracle/runUserScripts.sh: running /opt/oracle/scripts/startup/01-run.sh##### Install dependencies if required #####tar (child): /tmp/files/java17: Cannot open: No such file or directorytar (child): Error is not recoverable: exiting nowtar: Child returned status 2tar: Error is not recoverable: exiting nowtar (child): /tmp/files/java17: Cannot open: No such file or directorytar (child): Error is not recoverable: exiting nowtar: Child returned status 2tar: Error is not recoverable: exiting now##### Extracting files if required ######### Starting ORDS #####The Oracle base remains unchanged with value /opt/oracle/opt/oracle/scripts/startup/package/runOrds.sh: line 15: java: command not found/opt/oracle/scripts/startup/package/runOrds.sh: line 17: java: command not found/opt/oracle/runUserScripts.sh: ignoring /opt/oracle/scripts/startup/packageDONE: Executing user defined scriptsThe following output is now a tail of the alert.log:XEPDB1(3):Resize operation completed for file# 10, fname /opt/oracle/oradata/XE/XEPDB1/sysaux01.dbf, old size 573440K, new size 593920K2022-03-01T13:20:43.946332+00:00Thread 1 cannot allocate new log, sequence 6Private strand flush not complete Current log# 2 seq# 5 mem# 0: /opt/oracle/oradata/XE/redo02.log2022-03-01T13:20:46.953894+00:00Thread 1 advanced to log sequence 6 (LGWR switch), current SCN: 2736350 Current log# 3 seq# 6 mem# 0: /opt/oracle/oradata/XE/redo03.log2022-03-01T13:20:52.597313+00:00XEPDB1(3):Resize operation completed for file# 11, fname /opt/oracle/oradata/XE/XEPDB1/undotbs01.dbf, old size 194560K, new size 199680K2022-03-01T13:25:11.336862+00:00Resize operation completed for file# 4, fname /opt/oracle/oradata/XE/undotbs01.dbf, old size 117760K, new size 122880K2022-03-01T13:30:20.970638+00:00XEPDB1(3):Resize operation completed for file# 10, fname /opt/oracle/oradata/XE/XEPDB1/sysaux01.dbf, old size 593920K, new size 614400K
what I can understand is, that Java istn't installed in on the container.
Here are the files:
01-build.log
02-run.log
)
Can anyone tell me, what's the problem is?