#ABAP_Trial Docker image fails to start HDB

I have pulled the latest docker image but this fails to start HDB. My system is running Windows 11 Home with 32Gb ram and lots of free disk.

How can I diagnose the problem ?

 

docker run –stop-timeout 3600 -i –name a4h -h vhcala4hci -p 3200:3200 -p 3300:3300 -p 8443:8443 -p 30213:30213 -p 50000:50000 -p 50001:50001 sapse/abap-cloud-developer-trial:ABAPTRIAL_2022_SP01 -skip-limits-check

The SAP Developer Center Software Developer License Agreement has been accepted
because the file /agree_to_SAP_license exists
You can read the license text in the file /SAP_COMMUNITY_DEVELOPER_License
in the image.
Hint: docker exec -it a4h less /SAP_COMMUNITY_DEVELOPER_License

The file /agree_to_SAP_license exists because either you restarted a container,
or you created the file manually, or you committed the file to your private image.
If you no longer agree to SAP Developer Center Software Developer License Agreenement,
please remove the file /agree_to_SAP_license from your container or image.
Hint: docker exec -it a4h rm /agree_to_SAP_license

WARNING: the following system limits are below recommended values:
(sysctl kernel.shmmni = 4096) < 32768
(sysctl vm.max_map_count = 262144) < 2147483647
(sysctl fs.file-max = 812097) < 20000000
(sysctl fs.aio-max-nr = 65536) < 18446744073709551615
Hint: consider adding these parameters to your docker run command:
–sysctl kernel.shmmni=32768
Hint: if you are on Linux, consider running the following system commands:
sudo sysctl vm.max_map_count=2147483647
sudo sysctl fs.file-max=20000000
sudo sysctl fs.aio-max-nr=18446744073709551615
sapinit: starting
start hostcontrol using profile /usr/sap/hostctrl/exe/host_profile
Impromptu CCC initialization by ‘rscpCInit’.
See SAP note 1266393.
Impromptu CCC initialization by ‘rscpCInit’.
See SAP note 1266393.
sapinit: started, pid=14

HDB: starting

05.01.2025 22:14:22
Start
OK

05.01.2025 22:16:36
StartWait
FAIL: process hdbindexserver HDB Indexserver-HDB not running
HDB: the start command failed, exit code=2
The service HDB has failed to start and initialization is blocked until the problem is resolved
You can try your luck 10 times until initialization is terminated
Hint: docker containers can be joined by: docker exec -it <name> bash
Hint: Container must have at least 16GB RAM available
Hint: Container must have at least 70GB DISK free
Hit Return to continue

Scroll to Top