Skip to content

Instantly share code, notes, and snippets.

@ptahchiev
Created April 22, 2018 15:49
Show Gist options
  • Save ptahchiev/1e31facbbffea20493c1c7f3107ceeaf to your computer and use it in GitHub Desktop.
Save ptahchiev/1e31facbbffea20493c1c7f3107ceeaf to your computer and use it in GitHub Desktop.
boot-not-starting
petar@petar-XPS-15-9550:~/workspace/demo$ mvn spring-boot:run
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building demo 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> spring-boot-maven-plugin:2.1.0.BUILD-SNAPSHOT:run (default-cli) > test-compile @ demo >>>
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ demo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ demo ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ demo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/petar/workspace/demo/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ demo ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] <<< spring-boot-maven-plugin:2.1.0.BUILD-SNAPSHOT:run (default-cli) < test-compile @ demo <<<
[INFO]
[INFO]
[INFO] --- spring-boot-maven-plugin:2.1.0.BUILD-SNAPSHOT:run (default-cli) @ demo ---
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.0.BUILD-SNAPSHOT)
2018-04-22 18:48:25.466 INFO 21420 --- [ main] com.example.demo.DemoApplication : Starting DemoApplication on petar-XPS-15-9550 with PID 21420 (/home/petar/workspace/demo/target/classes started by petar in /home/petar/workspace/demo)
2018-04-22 18:48:25.470 INFO 21420 --- [ main] com.example.demo.DemoApplication : No active profile set, falling back to default profiles: default
2018-04-22 18:48:25.514 INFO 21420 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7a7a9635: startup date [Sun Apr 22 18:48:25 EEST 2018]; root of context hierarchy
2018-04-22 18:48:26.342 INFO 21420 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2018-04-22 18:48:26.580 INFO 21420 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2018-04-22 18:48:26.629 INFO 21420 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2018-04-22 18:48:26.649 INFO 21420 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2018-04-22 18:48:26.722 INFO 21420 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.16.Final}
2018-04-22 18:48:26.723 INFO 21420 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2018-04-22 18:48:26.762 INFO 21420 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2018-04-22 18:48:26.871 INFO 21420 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2018-04-22 18:48:27.071 INFO 21420 --- [ main] o.h.t.schema.internal.SchemaCreatorImpl : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@17836fc3'
2018-04-22 18:48:27.073 INFO 21420 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2018-04-22 18:48:27.314 INFO 21420 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2018-04-22 18:48:27.315 INFO 21420 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2018-04-22 18:48:27.319 INFO 21420 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource]
2018-04-22 18:48:27.333 INFO 21420 --- [ main] com.example.demo.DemoApplication : Started DemoApplication in 2.143 seconds (JVM running for 4.799)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.884 s
[INFO] Finished at: 2018-04-22T18:48:27+03:00
[INFO] Final Memory: 42M/549M
[INFO] ------------------------------------------------------------------------
2018-04-22 18:48:27.515 INFO 21420 --- [ Thread-2] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@7a7a9635: startup date [Sun Apr 22 18:48:25 EEST 2018]; root of context hierarchy
2018-04-22 18:48:27.517 INFO 21420 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown
2018-04-22 18:48:27.518 INFO 21420 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans
2018-04-22 18:48:27.518 INFO 21420 --- [ Thread-2] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2018-04-22 18:48:27.519 INFO 21420 --- [ Thread-2] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed drop of schema as part of SessionFactory shut-down'
2018-04-22 18:48:27.520 INFO 21420 --- [ Thread-2] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2018-04-22 18:48:27.523 INFO 21420 --- [ Thread-2] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment