Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Platform Trial with docker

ChristianSass
Participant
0 Kudos
704

Hi,

I get the follwing error when I start my docker container:

>>>>

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

<<<

I do have enough RAM and Disk space on my machine.

Thank you for any hint

2 REPLIES 2

axrosenthal
Newcomer
0 Kudos
483
Make sure kubernetes is not running at the docker!!! Otherwise it will not start due to resource starvation.

Parueda
Newcomer
0 Kudos
182

I just encountered the same issue. @ChristianSass Can you help share your situation now?

This issue is quite strange for me because the 1909 version works very well but the 2022 doesn't work in the same machine.