Hello world plugin for Jira doesn't start

I follow the instructions in https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-helloworld-plugin-project/ but when I start the plugin it doesn’t start (see attachment).

Hi @infroma,

What does it say in the logs?

Cheers,
Anne Calantog

Hi @acalantog,

Here it is: atlas-run logs (https://community.developer.atlassian.com/t/hello-world-plugin-for-jira-doesnt-start/25558) · GitHub

Hi @infroma,

Oh that’s a lot of exceptions. Can you post your atlas-version and a copy of the plugin that you’re running (post it in a public bitbucket repo) and I’ll try running it on my end.

Cheers,
Anne Calantog

Can you try with java8? (It looks like you’re using Java 11)

Thank you, @danielwester!

It works with Java 8.