Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reporting-service is not started on Mac #2296

Closed
ghost opened this issue Jun 15, 2021 · 1 comment
Closed

Reporting-service is not started on Mac #2296

ghost opened this issue Jun 15, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 15, 2021

Precondition
Install docker
Git is installed

Steps to reproduce

  1. git clone --recurse-submodule --branch develop https://github.com/zebrunner/zebrunner.git
  2. ./zebrunner.sh setup and start

Actual behavior
reporting-service is not started

Expected behavior (if known)
reporting-service is started

Environment
zebrunner ce from develop branch

Attachments
Снимок экрана 2021-06-15 в 12 50 06

Additional context
Exception in thread "main" java.lang.reflect.InvocationTargetException

at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.base/java.lang.reflect.Method.invoke(Unknown Source)

at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)

at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)

at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)

at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)

Caused by: java.lang.NoClassDefFoundError: org/springframework/core/env/PropertySource

at com.zebrunner.reporting.ApplicationInitializer.main(ApplicationInitializer.java:13)

... 8 more

Caused by: java.lang.ClassNotFoundException: org.springframework.core.env.PropertySource

at java.base/java.net.URLClassLoader.findClass(Unknown Source)

at java.base/java.lang.ClassLoader.loadClass(Unknown Source)

at org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(LaunchedURLClassLoader.java:151)

at java.base/java.lang.ClassLoader.loadClass(Unknown Source)

... 9 more

@ghost ghost added the bug label Jun 15, 2021
@vdelendik
Copy link
Contributor

closed as dupe of #2250

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant