Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.84 KB | None | 0 0
  1. Connected to the target VM, address: '127.0.0.1:0', transport: 'socket'
  2. The Class-Path manifest attribute in C:\Users\Kevin\.m2\repository\com\ibm\dhbcore\7.0.1.7\dhbcore-7.0.1.7.jar referenced one or more files that do not exist: file:/C:/Users/Kevin/.m2/repository/com/ibm/dhbcore/7.0.1.7/dhbcore.jar
  3. The Class-Path manifest attribute in C:\Users\Kevin\.m2\repository\org\glassfish\jaxb\jaxb-runtime\2.3.1\jaxb-runtime-2.3.1.jar referenced one or more files that do not exist: file:/C:/Users/Kevin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.1/jaxb-api-2.3.1.jar,file:/C:/Users/Kevin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.1/txw2-2.3.1.jar,file:/C:/Users/Kevin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.1/istack-commons-runtime-3.0.7.jar,file:/C:/Users/Kevin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.1/stax-ex-1.8.jar,file:/C:/Users/Kevin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.1/FastInfoset-1.2.15.jar,file:/C:/Users/Kevin/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.1/javax.activation-api-1.2.0.jar
  4.  
  5. . ____ _ __ _ _
  6. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  7. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  8. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  9. ' |____| .__|_| |_|_| |_\__, | / / / /
  10. =========|_|==============|___/=/_/_/_/
  11. :: Spring Boot :: (v2.1.9.RELEASE)
  12.  
  13. 2020-02-20 15:10:44.618 INFO 5092 --- [ restartedMain] c.r.rols.admin.RolsAdminApplication : Starting RolsAdminApplication on Laptop-Kevin with PID 5092 (C:\Java\code\rols\cx\rols\rols\rols.admin.parent\rols.admin\target\classes started by Kevin in C:\Java\code\rols\cx\rols\rols\_developers\mp\run-configurations\admin)
  14. 2020-02-20 15:10:44.621 INFO 5092 --- [ restartedMain] c.r.rols.admin.RolsAdminApplication : No active profile set, falling back to default profiles: default
  15. 2020-02-20 15:10:44.682 INFO 5092 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  16. 2020-02-20 15:10:44.682 INFO 5092 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  17. 2020-02-20 15:10:45.908 INFO 5092 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  18. 2020-02-20 15:10:46.206 INFO 5092 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 284ms. Found 3 repository interfaces.
  19. 2020-02-20 15:10:46.995 INFO 5092 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8eed9b8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  20. 2020-02-20 15:10:47.290 INFO 5092 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8188 (http)
  21. 2020-02-20 15:10:47.313 INFO 5092 --- [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  22. 2020-02-20 15:10:47.313 INFO 5092 --- [ restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.26]
  23. 2020-02-20 15:10:47.445 INFO 5092 --- [ restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  24. 2020-02-20 15:10:47.445 INFO 5092 --- [ restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2763 ms
  25. 2020-02-20 15:10:47.912 INFO 5092 --- [ restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
  26. name: defaultPersistenceUnit
  27. ...]
  28. 2020-02-20 15:10:47.984 INFO 5092 --- [ restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.3.12.Final}
  29. 2020-02-20 15:10:47.986 INFO 5092 --- [ restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
  30. 2020-02-20 15:10:48.126 INFO 5092 --- [ restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
  31. 2020-02-20 15:10:48.529 INFO 5092 --- [ restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect
  32. 2020-02-20 15:10:49.427 INFO 5092 --- [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'defaultPersistenceUnit'
  33. 2020-02-20 15:10:49.475 INFO 5092 --- [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
  34. 2020-02-20 15:10:50.253 INFO 5092 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/VAADIN/**'], []
  35. 2020-02-20 15:10:50.253 INFO 5092 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/favicon.ico'], []
  36. 2020-02-20 15:10:50.253 INFO 5092 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/robots.txt'], []
  37. 2020-02-20 15:10:50.253 INFO 5092 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/manifest.webmanifest'], []
  38. 2020-02-20 15:10:50.253 INFO 5092 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/sw.js'], []
  39. 2020-02-20 15:10:50.253 INFO 5092 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/offline-page.html'], []
  40. 2020-02-20 15:10:50.253 INFO 5092 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/icons/**'], []
  41. 2020-02-20 15:10:50.253 INFO 5092 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], []
  42. 2020-02-20 15:10:50.253 INFO 5092 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/frontend/**'], []
  43. 2020-02-20 15:10:50.253 INFO 5092 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/webjars/**'], []
  44. 2020-02-20 15:10:50.253 INFO 5092 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/h2-console/**'], []
  45. 2020-02-20 15:10:50.253 INFO 5092 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/frontend-es5/**'], []
  46. 2020-02-20 15:10:50.253 INFO 5092 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/frontend-es6/**'], []
  47. 2020-02-20 15:10:50.282 INFO 5092 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3dbbda7, org.springframework.security.web.context.SecurityContextPersistenceFilter@4e55242d, org.springframework.security.web.header.HeaderWriterFilter@5b897da, org.springframework.security.web.authentication.logout.LogoutFilter@4166e763, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@304dd2e3, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@58a1f485, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@74af3185, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5d5fbdf5, org.springframework.security.web.session.SessionManagementFilter@2bd992d5, org.springframework.security.web.access.ExceptionTranslationFilter@47107c3, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@678b4e50]
  48. 2020-02-20 15:10:50.598 INFO 5092 --- [ restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  49. 2020-02-20 15:10:50.634 WARN 5092 --- [ restartedMain] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  50. 2020-02-20 15:10:50.875 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereHandler com.vaadin.flow.server.communication.PushAtmosphereHandler mapped to context-path: /*
  51. 2020-02-20 15:10:50.875 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Installed the following AtmosphereInterceptor mapped to AtmosphereHandler com.vaadin.flow.server.communication.PushAtmosphereHandler
  52. 2020-02-20 15:10:50.899 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using org.atmosphere.util.VoidAnnotationProcessor for processing annotation
  53. 2020-02-20 15:10:50.904 INFO 5092 --- [ restartedMain] org.atmosphere.util.ForkJoinPool : Using ForkJoinPool java.util.concurrent.ForkJoinPool. Set the org.atmosphere.cpr.broadcaster.maxAsyncWriteThreads to -1 to fully use its power.
  54. 2020-02-20 15:10:50.908 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol
  55. 2020-02-20 15:10:50.914 INFO 5092 --- [ restartedMain] o.a.container.JSR356AsyncSupport : JSR 356 Mapping path /vaadinServlet
  56. 2020-02-20 15:10:50.925 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Installing Default AtmosphereInterceptors
  57. 2020-02-20 15:10:50.925 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support
  58. 2020-02-20 15:10:50.926 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor
  59. 2020-02-20 15:10:50.926 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support
  60. 2020-02-20 15:10:50.926 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support
  61. 2020-02-20 15:10:50.926 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Dropping Interceptor org.atmosphere.interceptor.HeartbeatInterceptor
  62. 2020-02-20 15:10:50.927 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support
  63. 2020-02-20 15:10:50.927 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support
  64. 2020-02-20 15:10:50.928 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol
  65. 2020-02-20 15:10:50.929 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor
  66. 2020-02-20 15:10:50.929 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection
  67. 2020-02-20 15:10:50.929 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor
  68. 2020-02-20 15:10:50.929 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them.
  69. 2020-02-20 15:10:50.930 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor CORS Interceptor Support with priority FIRST_BEFORE_DEFAULT
  70. 2020-02-20 15:10:50.934 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT
  71. 2020-02-20 15:10:50.935 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Browser Padding Interceptor Support with priority AFTER_DEFAULT
  72. 2020-02-20 15:10:50.935 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT
  73. 2020-02-20 15:10:50.935 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT
  74. 2020-02-20 15:10:50.935 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT
  75. 2020-02-20 15:10:50.935 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT
  76. 2020-02-20 15:10:50.935 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor with priority AFTER_DEFAULT
  77. 2020-02-20 15:10:50.935 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT
  78. 2020-02-20 15:10:50.935 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor org.atmosphere.interceptor.IdleResourceInterceptor with priority BEFORE_DEFAULT
  79. 2020-02-20 15:10:50.935 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper
  80. 2020-02-20 15:10:50.936 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCache
  81. 2020-02-20 15:10:50.936 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcaster
  82. 2020-02-20 15:10:50.936 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Broadcaster Shared List Resources: false
  83. 2020-02-20 15:10:50.936 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Broadcaster Polling Wait Time 100
  84. 2020-02-20 15:10:50.936 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Shared ExecutorService supported: true
  85. 2020-02-20 15:10:50.936 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Messaging ExecutorService Pool Size unavailable - Not instance of ThreadPoolExecutor
  86. 2020-02-20 15:10:50.936 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Async I/O Thread Pool Size: 200
  87. 2020-02-20 15:10:50.936 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
  88. 2020-02-20 15:10:50.936 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Using AtmosphereResurceFactory: org.atmosphere.cpr.DefaultAtmosphereResourceFactory
  89. 2020-02-20 15:10:50.936 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
  90. 2020-02-20 15:10:50.937 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Invoke AtmosphereInterceptor on WebSocket message true
  91. 2020-02-20 15:10:50.937 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : HttpSession supported: true
  92. 2020-02-20 15:10:50.937 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation
  93. 2020-02-20 15:10:50.937 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using async support: org.atmosphere.container.JSR356AsyncSupport running under container: Apache Tomcat/9.0.26 using javax.servlet/3.0 and jsr356/WebSocket API
  94. 2020-02-20 15:10:50.937 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Atmosphere Framework 2.4.30.slf4jvaadin1 started.
  95. 2020-02-20 15:10:50.941 INFO 5092 --- [ restartedMain] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Track Message Size Interceptor using | with priority BEFORE_DEFAULT
  96. 2020-02-20 15:10:50.973 INFO 5092 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8188 (http) with context path ''
  97. 2020-02-20 15:10:50.976 INFO 5092 --- [ restartedMain] c.r.rols.admin.RolsAdminApplication : Started RolsAdminApplication in 6.895 seconds (JVM running for 8.897)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement