Advertisement
Guest User

error consola

a guest
Aug 8th, 2017
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.25 KB | None | 0 0
  1. [main] INFO com.abner.springpostgresql.SpringPostgresqlApplication - Starting SpringPostgresqlApplication on DESKTOP-71QFG54 with PID 12596 (C:\Users\Admin\Documents\workspace-sts-3.9.0.RELEASE\spring-postgresql\target\classes started by Admin in C:\Users\Admin\Documents\workspace-sts-3.9.0.RELEASE\spring-postgresql)
  2. [main] INFO com.abner.springpostgresql.SpringPostgresqlApplication - No active profile set, falling back to default profiles: default
  3. [main] INFO org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7a187f14: startup date [Tue Aug 08 16:33:37 CDT 2017]; root of context hierarchy
  4. [main] INFO org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 8080 (http)
  5. ago 08, 2017 4:33:38 PM org.apache.catalina.core.StandardService startInternal
  6. INFO: Starting service [Tomcat]
  7. ago 08, 2017 4:33:38 PM org.apache.catalina.core.StandardEngine startInternal
  8. INFO: Starting Servlet Engine: Apache Tomcat/8.5.16
  9. ago 08, 2017 4:33:38 PM org.apache.catalina.core.ApplicationContext log
  10. INFO: Initializing Spring embedded WebApplicationContext
  11. [localhost-startStop-1] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 658 ms
  12. [localhost-startStop-1] INFO org.springframework.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*]
  13. [main] INFO org.springframework.aop.framework.CglibAopProxy - Final method [protected final java.sql.Connection org.springframework.jdbc.core.support.JdbcDaoSupport.getConnection() throws org.springframework.jdbc.CannotGetJdbcConnectionException] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
  14. [main] INFO org.springframework.aop.framework.CglibAopProxy - Final method [protected final org.springframework.jdbc.support.SQLExceptionTranslator org.springframework.jdbc.core.support.JdbcDaoSupport.getExceptionTranslator()] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
  15. [main] INFO org.springframework.aop.framework.CglibAopProxy - Final method [protected final void org.springframework.jdbc.core.support.JdbcDaoSupport.releaseConnection(java.sql.Connection)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
  16. [main] INFO org.springframework.aop.framework.CglibAopProxy - Final method [public final javax.sql.DataSource org.springframework.jdbc.core.support.JdbcDaoSupport.getDataSource()] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
  17. [main] INFO org.springframework.aop.framework.CglibAopProxy - Final method [public final void org.springframework.jdbc.core.support.JdbcDaoSupport.setDataSource(javax.sql.DataSource)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
  18. [main] INFO org.springframework.aop.framework.CglibAopProxy - Final method [public final org.springframework.jdbc.core.JdbcTemplate org.springframework.jdbc.core.support.JdbcDaoSupport.getJdbcTemplate()] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
  19. [main] INFO org.springframework.aop.framework.CglibAopProxy - Final method [public final void org.springframework.jdbc.core.support.JdbcDaoSupport.setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
  20. [main] WARN org.springframework.aop.framework.CglibAopProxy - Unable to proxy interface-implementing method [public final void org.springframework.dao.support.DaoSupport.afterPropertiesSet() throws java.lang.IllegalArgumentException,org.springframework.beans.factory.BeanInitializationException] because it is marked as final: Consider using interface-based JDK proxies instead!
  21. [main] INFO org.springframework.aop.framework.CglibAopProxy - Final method [public final void org.springframework.dao.support.DaoSupport.afterPropertiesSet() throws java.lang.IllegalArgumentException,org.springframework.beans.factory.BeanInitializationException] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
  22. [main] INFO org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
  23. [main] INFO org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer - Tomcat started on port(s): 8080 (http)
  24. [main] INFO com.abner.springpostgresql.SpringPostgresqlApplication - Started SpringPostgresqlApplication in 1.182 seconds (JVM running for 1.557)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement