Skip to content

Demo doesn't work anymore #1

@marco76

Description

@marco76

Error received via mail:

\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot ::             (v0.5.0.M5)
 
2017-10-20 16:37:36.273  INFO 12984 --- [           main] ch.javaee.springBootBatch.Application    : Starting Application on Arif-Baig with PID 12984 (C:\Users\Shafiq\git\springBootBatch\target\classes started by Shafiq)
2017-10-20 16:37:36.295  INFO 12984 --- [           main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@59906517: startup date [Fri Oct 20 16:37:36 PKT 2017]; root of context hierarchy
Exception in thread "main" java.lang.NoClassDefFoundError: org/springframework/expression/ExpressionParser
       at org.springframework.context.support.AbstractApplicationContext.prepareBeanFactory(AbstractApplicationContext.java:556)
       at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:457)
       at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122)
       at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:509)
       at org.springframework.boot.SpringApplication.run(SpringApplication.java:278)
       at org.springframework.boot.SpringApplication.run(SpringApplication.java:687)
       at org.springframework.boot.SpringApplication.run(SpringApplication.java:676)
       at ch.javaee.springBootBatch.Application.main(Application.java:9)
Caused by: java.lang.ClassNotFoundException: org.springframework.expression.ExpressionParser
       at java.net.URLClassLoader.findClass(Unknown Source)
       at java.lang.ClassLoader.loadClass(Unknown Source)
       at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
       at java.lang.ClassLoader.loadClass(Unknown Source)
       ... 8 more
2017-10-20 16:37:36.300  INFO 12984 --- [       Thread-1] ationConfigEmbeddedWebApplicationContext : Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@59906517: startup date [Fri Oct 20 16:37:36 PKT 2017]; root of context hierarchy
2017-10-20 16:37:36.304  WARN 12984 --- [       Thread-1] ationConfigEmbeddedWebApplicationContext : Exception thrown from ApplicationListener handling ContextClosedEvent
 
java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@59906517: startup date [Fri Oct 20 16:37:36 PKT 2017]; root of context hierarchy
       at org.springframework.context.support.AbstractApplicationContext.getApplicationEventMulticaster(AbstractApplicationContext.java:346)
       at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:333)
       at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:880)
       at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.doClose(EmbeddedWebApplicationContext.java:145)
       at org.springframework.context.support.AbstractApplicationContext$1.run(AbstractApplicationContext.java:809)
 
2017-10-20 16:37:36.305  WARN 12984 --- [       Thread-1] ationConfigEmbeddedWebApplicationContext : Exception thrown from LifecycleProcessor on context close
 
java.lang.IllegalStateException: LifecycleProcessor not initialized - call 'refresh' before invoking lifecycle methods via the context: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@59906517: startup date [Fri Oct 20 16:37:36 PKT 2017]; root of context hierarchy
       at org.springframework.context.support.AbstractApplicationContext.getLifecycleProcessor(AbstractApplicationContext.java:359)
       at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:888)
       at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.doClose(EmbeddedWebApplicationContext.java:145)
       at org.springframework.context.support.AbstractApplicationContext$1.run(AbstractApplicationContext.java:809)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions