EVerest / everest-framework

Apache License 2.0
21 stars 19 forks source link

Encountered in `everest-demo` project: Getting caught exception "stoi" when trying to deploy everest-demo to Kubernetes #191

Open volkert-fastned opened 5 months ago

volkert-fastned commented 5 months ago

Hi! 👋

I reported this this in the everest-demo project yesterday, since I encountered this issue while trying out the container images published by that project, but the problem appears to occur in the source code of the everest-framework project (specifically in manager.cpp), and this project also appears to be a bit more active than that one. So that's why I'm raising the issue here as well.

Long story short, when I try to deploy the three container images to a Kubernetes cluster (specifically Amazon EKS), the manager pod fails to start and logs the following error:

[2024-06-05 13:53:18.883199] [0x00007f730994bb48] [info]    Main manager process exits because of caught exception:
stoi

For more details, also on how to reproduce this, with step-by-step conversion-and-deployment instructions, see the other issue at the everest-demo project.

I'd really like to deploy EVerest to one of our test clusters, so we can evaluate it as a potential charger simulator and/or testing tool.

Thanks for any help you can provide here. 🙏