Created
April 2, 2017 11:10
-
-
Save TadahTech/fa28e407c1ad473d2a9cd5341fae9bdc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exception in thread "main" java.lang.reflect.InvocationTargetException | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | |
at java.lang.reflect.Method.invoke(Unknown Source) | |
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) | |
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) | |
at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) | |
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) | |
Caused by: java.lang.ClassCastException: org.springframework.boot.context.event.ApplicationStartedEvent cannot be cast to org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent | |
at org.springframework.boot.context.config.AnsiOutputApplicationListener.onApplicationEvent(AnsiOutputApplicationListener.java:34) | |
at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:78) | |
at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) | |
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:76) | |
at org.springframework.boot.context.event.EventPublishingRunListener.starting(EventPublishingRunListener.java:68) | |
at org.springframework.boot.SpringApplicationRunListeners.starting(SpringApplicationRunListeners.java:48) | |
at org.springframework.boot.SpringApplication.run(SpringApplication.java:303) | |
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1162) | |
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1151) | |
at io.playalong.server.PlayAlongServer.main(PlayAlongServer.java:49) | |
... 8 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment