Plugin development issue with jira 10.3.5

I am working on building custom plugin using atlassian sdk.
The plugin I am able to build, but when accessed through web browser jira error page is shown
I have just ran atlas-run command with the plugin that I have built.
I can see the following error
[INFO] [talledLocalContainer] 2025-04-17 16:16:39,590+0530 main INFO [c.a.jira.startup.JiraStartupLogger] Running Jira startup checks.
[INFO] [talledLocalContainer] 2025-04-17 16:16:39,590+0530 main FATAL [c.a.jira.startup.JiraStartupLogger] Startup check failed. Jira will be locked.
[INFO] [talledLocalContainer] 2025-04-17 16:16:39,798+0530 main INFO [c.a.jira.startup.LauncherContextListener] Startup is complete. Jira is ready to serve.


This error page is loaded when accessing jira from browser.

I am not connecting any external database, Jira should be loaded with embedded database.

Jira doesn’t come with an embedded DB since Jira 10 I think