Advertisement
zacmaster

log eclipse

Oct 11th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Oct 11, 2018 12:00:17 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
  2. WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.j2ee.server:RestTP' did not find a matching property.
  3. Oct 11, 2018 12:00:17 PM org.apache.catalina.startup.VersionLoggerListener log
  4. INFO: Server version:        Apache Tomcat/9.0.12
  5. Oct 11, 2018 12:00:17 PM org.apache.catalina.startup.VersionLoggerListener log
  6. INFO: Server built:          Sep 4 2018 22:13:41 UTC
  7. Oct 11, 2018 12:00:17 PM org.apache.catalina.startup.VersionLoggerListener log
  8. INFO: Server number:         9.0.12.0
  9. Oct 11, 2018 12:00:17 PM org.apache.catalina.startup.VersionLoggerListener log
  10. INFO: OS Name:               Linux
  11. Oct 11, 2018 12:00:17 PM org.apache.catalina.startup.VersionLoggerListener log
  12. INFO: OS Version:            4.15.0-36-generic
  13. Oct 11, 2018 12:00:17 PM org.apache.catalina.startup.VersionLoggerListener log
  14. INFO: Architecture:          amd64
  15. Oct 11, 2018 12:00:17 PM org.apache.catalina.startup.VersionLoggerListener log
  16. INFO: Java Home:             /usr/lib/jvm/java-8-openjdk-amd64/jre
  17. Oct 11, 2018 12:00:17 PM org.apache.catalina.startup.VersionLoggerListener log
  18. INFO: JVM Version:           1.8.0_181-8u181-b13-0ubuntu0.18.04.1-b13
  19. Oct 11, 2018 12:00:17 PM org.apache.catalina.startup.VersionLoggerListener log
  20. INFO: JVM Vendor:            Oracle Corporation
  21. Oct 11, 2018 12:00:17 PM org.apache.catalina.startup.VersionLoggerListener log
  22. INFO: CATALINA_BASE:         /home/zacarias/nuevo/.metadata/.plugins/org.eclipse.wst.server.core/tmp0
  23. Oct 11, 2018 12:00:17 PM org.apache.catalina.startup.VersionLoggerListener log
  24. INFO: CATALINA_HOME:         /home/zacarias/Desktop/apache-tomcat-9.0.12
  25. Oct 11, 2018 12:00:17 PM org.apache.catalina.startup.VersionLoggerListener log
  26. INFO: Command line argument: -Dcatalina.base=/home/zacarias/nuevo/.metadata/.plugins/org.eclipse.wst.server.core/tmp0
  27. Oct 11, 2018 12:00:17 PM org.apache.catalina.startup.VersionLoggerListener log
  28. INFO: Command line argument: -Dcatalina.home=/home/zacarias/Desktop/apache-tomcat-9.0.12
  29. Oct 11, 2018 12:00:17 PM org.apache.catalina.startup.VersionLoggerListener log
  30. INFO: Command line argument: -Dwtp.deploy=/home/zacarias/nuevo/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps
  31. Oct 11, 2018 12:00:17 PM org.apache.catalina.startup.VersionLoggerListener log
  32. INFO: Command line argument: -Djava.endorsed.dirs=/home/zacarias/Desktop/apache-tomcat-9.0.12/endorsed
  33. Oct 11, 2018 12:00:17 PM org.apache.catalina.startup.VersionLoggerListener log
  34. INFO: Command line argument: -Dfile.encoding=UTF-8
  35. Oct 11, 2018 12:00:17 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
  36. INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
  37. Oct 11, 2018 12:00:17 PM org.apache.coyote.AbstractProtocol init
  38. INFO: Initializing ProtocolHandler ["http-nio-8080"]
  39. Oct 11, 2018 12:00:17 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  40. INFO: Using a shared selector for servlet write/read
  41. Oct 11, 2018 12:00:17 PM org.apache.coyote.AbstractProtocol init
  42. INFO: Initializing ProtocolHandler ["ajp-nio-8009"]
  43. Oct 11, 2018 12:00:17 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  44. INFO: Using a shared selector for servlet write/read
  45. Oct 11, 2018 12:00:18 PM org.apache.catalina.startup.Catalina load
  46. INFO: Initialization processed in 751 ms
  47. Oct 11, 2018 12:00:18 PM org.apache.catalina.core.StandardService startInternal
  48. INFO: Starting service [Catalina]
  49. Oct 11, 2018 12:00:18 PM org.apache.catalina.core.StandardEngine startInternal
  50. INFO: Starting Servlet Engine: Apache Tomcat/9.0.12
  51. Oct 11, 2018 12:00:20 PM org.apache.jasper.servlet.TldScanner scanJars
  52. INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  53. Oct 11, 2018 12:00:21 PM org.apache.jasper.servlet.TldScanner scanJars
  54. INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  55. Oct 11, 2018 12:00:21 PM com.sun.jersey.api.core.PackagesResourceConfig init
  56. INFO: Scanning for root resource and provider classes in the packages:
  57.   com.grupo3.rest
  58. Oct 11, 2018 12:00:21 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses
  59. INFO: Root resource classes found:
  60.   class com.grupo3.rest.service.ServiceLogin
  61.   class com.grupo3.rest.service.ServiceArea
  62.   class com.grupo3.rest.service.ServiceCurso
  63.   class com.grupo3.rest.service.ServiceContacto
  64.   class com.grupo3.rest.service.ServiceAlumnos
  65. Oct 11, 2018 12:00:21 PM com.sun.jersey.api.core.ScanningResourceConfig init
  66. INFO: No provider classes found.
  67. Oct 11, 2018 12:00:21 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
  68. INFO: Initiating Jersey application, version 'Jersey: 1.19 02/11/2015 03:25 AM'
  69. Oct 11, 2018 12:00:22 PM org.apache.coyote.AbstractProtocol start
  70. INFO: Starting ProtocolHandler ["http-nio-8080"]
  71. Oct 11, 2018 12:00:22 PM org.apache.coyote.AbstractProtocol start
  72. INFO: Starting ProtocolHandler ["ajp-nio-8009"]
  73. Oct 11, 2018 12:00:22 PM org.apache.catalina.startup.Catalina start
  74. INFO: Server startup in 4818 ms
  75. Oct 11, 2018 12:04:07 PM org.hibernate.jpa.internal.util.LogHelper logPersistenceUnitInformation
  76. INFO: HHH000204: Processing PersistenceUnitInfo [
  77.     name: org.hibernate.jpa
  78.     ...]
  79. Oct 11, 2018 12:04:07 PM org.hibernate.Version logVersion
  80. INFO: HHH000412: Hibernate Core {5.2.10.Final}
  81. Oct 11, 2018 12:04:07 PM org.hibernate.cfg.Environment <clinit>
  82. INFO: HHH000206: hibernate.properties not found
  83. Oct 11, 2018 12:04:07 PM org.hibernate.annotations.common.reflection.java.JavaReflectionManager <clinit>
  84. INFO: HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  85. Oct 11, 2018 12:04:07 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure
  86. WARN: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
  87. Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
  88. Oct 11, 2018 12:04:07 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
  89. INFO: HHH10001005: using driver [com.mysql.jdbc.Driver] at URL [jdbc:mysql://localhost:3306/tp]
  90. Oct 11, 2018 12:04:07 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
  91. INFO: HHH10001001: Connection properties: {user=root, password=****}
  92. Oct 11, 2018 12:04:07 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
  93. INFO: HHH10001003: Autocommit mode: false
  94. Oct 11, 2018 12:04:07 PM org.hibernate.engine.jdbc.connections.internal.PooledConnections <init>
  95. INFO: HHH000115: Hibernate connection pool size: 20 (min=1)
  96. Thu Oct 11 12:04:07 ART 2018 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.
  97. Oct 11, 2018 12:04:08 PM org.hibernate.dialect.Dialect <init>
  98. INFO: HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  99. Oct 11, 2018 12:04:08 PM org.hibernate.resource.transaction.backend.jdbc.internal.DdlTransactionIsolatorNonJtaImpl getIsolatedConnection
  100. INFO: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@38fc601a] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
  101. Oct 11, 2018 12:04:09 PM org.hibernate.hql.internal.QueryTranslatorFactoryInitiator initiateService
  102. INFO: HHH000397: Using ASTQueryTranslatorFactory
  103. Hibernate: select alumno0_.id as id1_0_, alumno0_.apellido as apellido2_0_, alumno0_.deshabilitado as deshabil3_0_, alumno0_.dni as dni4_0_, alumno0_.email as email5_0_, alumno0_.fechaNacimiento as fechaNac6_0_, alumno0_.fechaRegistro as fechaReg7_0_, alumno0_.nombre as nombre8_0_, alumno0_.telefono as telefono9_0_, alumno0_.tipo as tipo10_0_ from Alumno alumno0_
  104. Hibernate: select alumno0_.id as id1_0_, alumno0_.apellido as apellido2_0_, alumno0_.deshabilitado as deshabil3_0_, alumno0_.dni as dni4_0_, alumno0_.email as email5_0_, alumno0_.fechaNacimiento as fechaNac6_0_, alumno0_.fechaRegistro as fechaReg7_0_, alumno0_.nombre as nombre8_0_, alumno0_.telefono as telefono9_0_, alumno0_.tipo as tipo10_0_ from Alumno alumno0_
  105. Hibernate: select alumno0_.id as id1_0_, alumno0_.apellido as apellido2_0_, alumno0_.deshabilitado as deshabil3_0_, alumno0_.dni as dni4_0_, alumno0_.email as email5_0_, alumno0_.fechaNacimiento as fechaNac6_0_, alumno0_.fechaRegistro as fechaReg7_0_, alumno0_.nombre as nombre8_0_, alumno0_.telefono as telefono9_0_, alumno0_.tipo as tipo10_0_ from Alumno alumno0_
  106. Hibernate: select alumno0_.id as id1_0_, alumno0_.apellido as apellido2_0_, alumno0_.deshabilitado as deshabil3_0_, alumno0_.dni as dni4_0_, alumno0_.email as email5_0_, alumno0_.fechaNacimiento as fechaNac6_0_, alumno0_.fechaRegistro as fechaReg7_0_, alumno0_.nombre as nombre8_0_, alumno0_.telefono as telefono9_0_, alumno0_.tipo as tipo10_0_ from Alumno alumno0_
  107. Hibernate: select alumno0_.id as id1_0_, alumno0_.apellido as apellido2_0_, alumno0_.deshabilitado as deshabil3_0_, alumno0_.dni as dni4_0_, alumno0_.email as email5_0_, alumno0_.fechaNacimiento as fechaNac6_0_, alumno0_.fechaRegistro as fechaReg7_0_, alumno0_.nombre as nombre8_0_, alumno0_.telefono as telefono9_0_, alumno0_.tipo as tipo10_0_ from Alumno alumno0_
  108. Hibernate: select alumno0_.id as id1_0_, alumno0_.apellido as apellido2_0_, alumno0_.deshabilitado as deshabil3_0_, alumno0_.dni as dni4_0_, alumno0_.email as email5_0_, alumno0_.fechaNacimiento as fechaNac6_0_, alumno0_.fechaRegistro as fechaReg7_0_, alumno0_.nombre as nombre8_0_, alumno0_.telefono as telefono9_0_, alumno0_.tipo as tipo10_0_ from Alumno alumno0_
  109. Hibernate: select alumno0_.id as id1_0_, alumno0_.apellido as apellido2_0_, alumno0_.deshabilitado as deshabil3_0_, alumno0_.dni as dni4_0_, alumno0_.email as email5_0_, alumno0_.fechaNacimiento as fechaNac6_0_, alumno0_.fechaRegistro as fechaReg7_0_, alumno0_.nombre as nombre8_0_, alumno0_.telefono as telefono9_0_, alumno0_.tipo as tipo10_0_ from Alumno alumno0_
  110. Hibernate: select alumno0_.id as id1_0_, alumno0_.apellido as apellido2_0_, alumno0_.deshabilitado as deshabil3_0_, alumno0_.dni as dni4_0_, alumno0_.email as email5_0_, alumno0_.fechaNacimiento as fechaNac6_0_, alumno0_.fechaRegistro as fechaReg7_0_, alumno0_.nombre as nombre8_0_, alumno0_.telefono as telefono9_0_, alumno0_.tipo as tipo10_0_ from Alumno alumno0_
  111. Hibernate: select alumno0_.id as id1_0_, alumno0_.apellido as apellido2_0_, alumno0_.deshabilitado as deshabil3_0_, alumno0_.dni as dni4_0_, alumno0_.email as email5_0_, alumno0_.fechaNacimiento as fechaNac6_0_, alumno0_.fechaRegistro as fechaReg7_0_, alumno0_.nombre as nombre8_0_, alumno0_.telefono as telefono9_0_, alumno0_.tipo as tipo10_0_ from Alumno alumno0_
  112. Hibernate: select alumno0_.id as id1_0_, alumno0_.apellido as apellido2_0_, alumno0_.deshabilitado as deshabil3_0_, alumno0_.dni as dni4_0_, alumno0_.email as email5_0_, alumno0_.fechaNacimiento as fechaNac6_0_, alumno0_.fechaRegistro as fechaReg7_0_, alumno0_.nombre as nombre8_0_, alumno0_.telefono as telefono9_0_, alumno0_.tipo as tipo10_0_ from Alumno alumno0_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement