jva70 opened a new issue, #1250: URL: https://github.com/apache/camel-karavan/issues/1250
### Describe the bug After installation of new version of Karavan in Docker and an attempt to create new project I got: <img width="466" alt="image" src="https://github.com/apache/camel-karavan/assets/162105086/ea6935cd-4582-439d-a2f9-894ce9bac7c6"> The error can be found also in logs "karavan | 2024-04-26 19:30:23,081 ERROR [org.apa.cam.kar.api.DevModeResource] (executor-thread-5) java.lang.NullPointerException: Cannot invoke "org.apache.camel.karavan.model.DockerComposeService.getPortsMap()" because "dcs" is null", this time when I try to run a route in Developer mode ### Steps to reproduce the behavior 1. localhost:8080 2. Projects 3. [+] Create 4. Fill in the form and submit ### Variant Web Application ### Container Management (if applicable) Docker ### Operating System (if applicable) Linux ### Version 4.5.0 ### Relevant log output ```shell karavan | 2024-04-26 19:53:33,019 ERROR [org.apa.cam.kar.api.DevModeResource] (executor-thread-30) java.lang.NullPointerException: Cannot invoke "org.apache.camel.karavan.model.DockerComposeService.getPortsMap()" because "dcs" is null ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org