cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Hana express starting problem

Valentinn
Associate
Associate
0 Kudos
251

I'm trying to start the saplabs/hanaexpress:latest container on macOS(M3 processor and Sequoia 15.1.1). The container is stuck at the message: Waiting for HANA to finish start up ... .

 

I have read the description of the image https://hub.docker.com/r/saplabs/hanaexpress but two things to mention.

Firstly the provided description is for linux OS and secondly there are configs like step: Edit the host sysctl.conf file where such directory does not exist on mac. DBeaver can connect to it but is this message okey or how can i do it to work properly. Because the next step is to be used with TestContainers library.


This is the command which I have used to start it.

sudo docker run -d -p 39013:39013 -p 39017:39017 -p 39041-39045:39041-39045 -p 1128-1129:1128-1129 -p 59013-59014:59013-59014 -v /Users/{IUSER}/Downloads/hana_express:/hana/mounts \

--ulimit nofile=1048576:1048576 \

--sysctl kernel.shmmax=1073741824 \

--sysctl net.ipv4.ip_local_port_range='40000 60999' \

--sysctl kernel.shmall=8388608 \

--name hana \

saplabs/hanaexpress:latest \

--passwords-url file:///hana/mounts/pass.json \

--agree-to-sap-license

View Entire Topic
lxiang
Associate
Associate
0 Kudos

Hi
If you still have this issue, please collect the logs which showed while starting the docker image, in the screen shot you posted, there are 2 log links which may tell the reason.

thanks