Below is the output from the Console window in Eclipse after we started the tomcat server and typed in the command line:

 

cd C:\Users\nadya\Webcomponenten\brass-db-one

mvn clean package cargo:deploy

 

 

 .   ____          _            __ _ _

 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \

( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \

 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )

  '  |____| .__|_| |_|_| |_\__, | / / / /

 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::        (v1.3.5.RELEASE)

 

2017-04-14 11:51:45.982  INFO 12072 --- [ost-startStop-2] be.intecBrussel.app.WebApplication       : Starting WebApplication v4.2 on DESKTOP-JO7P0B5 with PID 12072 (C:\apache-tomcat-8.0.38\apache-tomcat-8.0.38\webapps\SpringClient\WEB-INF\classes started by nadya in C:\WINDOWS\system32)

2017-04-14 11:51:46.003  INFO 12072 --- [ost-startStop-2] be.intecBrussel.app.WebApplication       : No active profile set, falling back to default profiles: default

2017-04-14 11:51:46.143  INFO 12072 --- [ost-startStop-2] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4b9f550b: startup date [Fri Apr 14 11:51:46 CEST 2017]; root of context hierarchy

2017-04-14 11:51:48.822  INFO 12072 --- [ost-startStop-2] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2c6a8ac6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

2017-04-14 11:51:48.948  INFO 12072 --- [ost-startStop-2] o.a.c.c.C.[.[localhost].[/SpringClient]  : Initializing Spring embedded WebApplicationContext

2017-04-14 11:51:48.948  INFO 12072 --- [ost-startStop-2] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 2805 ms

2017-04-14 11:51:49.659  INFO 12072 --- [ost-startStop-2] b.a.w.TomcatWebSocketContainerCustomizer : NonEmbeddedServletContainerFactory detected. Websockets support should be native so this normally is not a problem.

2017-04-14 11:51:50.114  INFO 12072 --- [ost-startStop-2] o.s.b.c.e.ServletRegistrationBean        : Mapping servlet: 'dispatcherServlet' to [/]

2017-04-14 11:51:50.115  INFO 12072 --- [ost-startStop-2] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'errorPageFilter' to: [/*]

2017-04-14 11:51:50.116  INFO 12072 --- [ost-startStop-2] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'characterEncodingFilter' to: [/*]

2017-04-14 11:51:50.116  INFO 12072 --- [ost-startStop-2] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]

2017-04-14 11:51:50.116  INFO 12072 --- [ost-startStop-2] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'httpPutFormContentFilter' to: [/*]

2017-04-14 11:51:50.116  INFO 12072 --- [ost-startStop-2] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'requestContextFilter' to: [/*]

Fri Apr 14 11:51:51 CEST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

Fri Apr 14 11:51:51 CEST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

Fri Apr 14 11:51:51 CEST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

Fri Apr 14 11:51:51 CEST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

Fri Apr 14 11:51:51 CEST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

Fri Apr 14 11:51:51 CEST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

Fri Apr 14 11:51:51 CEST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

Fri Apr 14 11:51:51 CEST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

Fri Apr 14 11:51:51 CEST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

Fri Apr 14 11:51:51 CEST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

2017-04-14 11:51:51.404  INFO 12072 --- [ost-startStop-2] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'

2017-04-14 11:51:51.436  INFO 12072 --- [ost-startStop-2] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [

 name: default

 ...]

2017-04-14 11:51:51.648  INFO 12072 --- [ost-startStop-2] org.hibernate.Version                    : HHH000412: Hibernate Core {4.3.11.Final}

2017-04-14 11:51:51.652  INFO 12072 --- [ost-startStop-2] org.hibernate.cfg.Environment            : HHH000206: hibernate.properties not found

2017-04-14 11:51:51.656  INFO 12072 --- [ost-startStop-2] org.hibernate.cfg.Environment            : HHH000021: Bytecode provider name : javassist

2017-04-14 11:51:52.101  INFO 12072 --- [ost-startStop-2] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {4.0.5.Final}

2017-04-14 11:51:52.231  INFO 12072 --- [ost-startStop-2] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect

2017-04-14 11:51:52.476  INFO 12072 --- [ost-startStop-2] o.h.h.i.ast.ASTQueryTranslatorFactory    : HHH000397: Using ASTQueryTranslatorFactory

2017-04-14 11:51:54.115  INFO 12072 --- [ost-startStop-2] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4b9f550b: startup date [Fri Apr 14 11:51:46 CEST 2017]; root of context hierarchy

2017-04-14 11:51:54.341  INFO 12072 --- [ost-startStop-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/linesavecontrol],methods=[POST],produces=[text/plain]}" onto public java.lang.String be.intecBrussel.controllers.LineSaveController.handleSaveLinesRequest(be.intecBrussel.controllers.SearchParams,javax.servlet.http.HttpServletResponse)

2017-04-14 11:51:54.348  INFO 12072 --- [ost-startStop-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/brass-db-one],methods=[GET]}" onto public java.lang.String be.intecBrussel.controllers.SearchController.handleGet(be.intecBrussel.controllers.SearchParams)

2017-04-14 11:51:54.348  INFO 12072 --- [ost-startStop-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/brass-db-one],methods=[POST],params=[elementSearchButton]}" onto public java.lang.String be.intecBrussel.controllers.SearchController.handleSearchRequest(org.springframework.ui.Model,be.intecBrussel.controllers.SearchParams,org.springframework.validation.BindingResult)

2017-04-14 11:51:54.349  INFO 12072 --- [ost-startStop-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/stat],methods=[GET]}" onto public java.lang.String be.intecBrussel.controllers.StatController.handleShowStatRequest(org.springframework.ui.Model)

2017-04-14 11:51:54.357  INFO 12072 --- [ost-startStop-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)

2017-04-14 11:51:54.357  INFO 12072 --- [ost-startStop-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)

2017-04-14 11:51:54.362  INFO 12072 --- [ost-startStop-2] o.s.w.s.c.a.WebMvcConfigurerAdapter      : Adding welcome page: ServletContext resource [/index.html]

2017-04-14 11:51:54.387  INFO 12072 --- [ost-startStop-2] o.s.w.s.handler.SimpleUrlHandlerMapping  : Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]

2017-04-14 11:51:54.406  INFO 12072 --- [ost-startStop-2] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]

2017-04-14 11:51:54.406  INFO 12072 --- [ost-startStop-2] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]

2017-04-14 11:51:54.497  INFO 12072 --- [ost-startStop-2] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]

2017-04-14 11:51:55.034  INFO 12072 --- [ost-startStop-2] o.s.j.e.a.AnnotationMBeanExporter        : Registering beans for JMX exposure on startup

2017-04-14 11:51:55.061  INFO 12072 --- [ost-startStop-2] be.intecBrussel.app.WebApplication       : Started WebApplication in 9.908 seconds (JVM running for 97.433)

2017-04-14 11:51:55.125  INFO 12072 --- [ost-startStop-2] org.apache.catalina.startup.HostConfig   : Deployment of web application archive C:\apache-tomcat-8.0.38\apache-tomcat-8.0.38\webapps\SpringClient.war has finished in 15,543 ms