Advertisement
Guest User

Untitled

a guest
Jan 29th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. Listening for transport dt_socket at address: 1213
  2. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  3. SLF4J: Defaulting to no-operation (NOP) logger implementation
  4. SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  5. Jan 30, 2017 1:43:06 AM org.hibernate.annotations.common.reflection.java.JavaReflectionManager <clinit>
  6. INFO: HCANN000001: Hibernate Commons Annotations {4.0.4.Final}
  7. Jan 30, 2017 1:43:06 AM org.hibernate.Version logVersion
  8. INFO: HHH000412: Hibernate Core {4.3.0.CR1}
  9. Jan 30, 2017 1:43:06 AM org.hibernate.cfg.Environment <clinit>
  10. INFO: HHH000205: Loaded properties from resource hibernate.properties: {hibernate.connection.username=gravity, hibernate.connection.password=****, hibernate.connection.url=jdbc:postgresql://primera.e-sim.org:5432/gravity?useUnicode=true, hibernate.bytecode.use_reflection_optimizer=false, hibernate.connection.driver_class=org.postgresql.Driver}
  11. Jan 30, 2017 1:43:06 AM org.hibernate.cfg.Environment buildBytecodeProvider
  12. INFO: HHH000021: Bytecode provider name : javassist
  13. Jan 30, 2017 1:43:06 AM org.hibernate.cfg.Configuration configure
  14. INFO: HHH000043: Configuring from resource: /hibernate.cfg.xml
  15. Jan 30, 2017 1:43:06 AM org.hibernate.cfg.Configuration getConfigurationInputStream
  16. INFO: HHH000040: Configuration resource: /hibernate.cfg.xml
  17. Jan 30, 2017 1:43:06 AM org.hibernate.internal.util.xml.DTDEntityResolver resolveEntity
  18. WARN: HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  19. Jan 30, 2017 1:43:06 AM org.hibernate.cfg.Configuration doConfigure
  20. INFO: HHH000041: Configured SessionFactory: null
  21. Jan 30, 2017 1:43:06 AM org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator instantiateC3p0Provider
  22. WARN: HHH000022: c3p0 properties were encountered, but the c3p0 provider class was not found on the classpath; these properties are going to be ignored.
  23. Jan 30, 2017 1:43:06 AM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure
  24. INFO: HHH000402: Using Hibernate built-in connection pool (not for production use!)
  25. Jan 30, 2017 1:43:06 AM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
  26. INFO: HHH000401: using driver [org.postgresql.Driver] at URL [jdbc:postgresql://primera.e-sim.org:5432/gravity?useUnicode=true]
  27. Jan 30, 2017 1:43:06 AM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
  28. INFO: HHH000046: Connection properties: {useUnicode=yes, user=gravity, password=****, characterEncoding=UTF-8} Jan 30, 2017 1:43:06 AM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
  29. INFO: HHH000006: Autocommit mode: false
  30. Jan 30, 2017 1:43:06 AM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure
  31. INFO: HHH000115: Hibernate connection pool size: 20 (min=1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement