Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. 0 asdasd , qweqweqweqwe 0
  2. processRegPage
  3. 2017-12-16 09:57:44.872 INFO 8508 --- [nio-8888-exec-2] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
  4. name: LOCAL_PERSISTENCE
  5. ...]
  6. 2017-12-16 09:57:44.907 WARN 8508 --- [nio-8888-exec-2] org.hibernate.orm.connections : HHH10001002: Using Hibernate built-in connection pool (not for production use!)
  7. 2017-12-16 09:57:44.907 INFO 8508 --- [nio-8888-exec-2] org.hibernate.orm.connections : HHH10001005: using driver [org.postgresql.Driver] at URL [jdbc:postgresql://localhost:5432/postgres?
  8. useUnicode=true&characterEncoding=Cp1251]
  9. 2017-12-16 09:57:44.907 INFO 8508 --- [nio-8888-exec-2] org.hibernate.orm.connections : HHH10001001: Connection properties: {user=postgres, password=****}
  10. 2017-12-16 09:57:44.907 INFO 8508 --- [nio-8888-exec-2] org.hibernate.orm.connections : HHH10001003: Autocommit mode: false
  11. 2017-12-16 09:57:44.907 INFO 8508 --- [nio-8888-exec-2] .c.i.DriverManagerConnectionProviderImpl : HHH000115: Hibernate connection pool size: 20 (min=1)
  12. 2017-12-16 09:57:44.961 INFO 8508 --- [nio-8888-exec-2] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL94Dialect
  13. 2017-12-16 09:57:45.306 INFO 8508 --- [nio-8888-exec-2] o.h.e.j.e.i.LobCreatorBuilderImpl : HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.
  14. InvocationTargetException
  15. 2017-12-16 09:57:45.307 INFO 8508 --- [nio-8888-exec-2] org.hibernate.type.BasicTypeRegistry : HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType
  16. @7046876f
  17. 2017-12-16 09:57:45.334 INFO 8508 --- [nio-8888-exec-2] org.hibernate.tool.hbm2ddl.SchemaUpdate : HHH000228: Running hbm2ddl schema update
  18. 2017-12-16 09:57:45.456 WARN 8508 --- [nio-8888-exec-2] o.h.j.i.EntityManagerFactoryRegistry : HHH000436: Entity manager factory name (LOCAL_PERSISTENCE) is already registered. If entity manager
  19. will be clustered or passivated, specify a unique value for property 'hibernate.ejb.entitymanager_factory_name'
  20. 2017-12-16 09:57:45.463 DEBUG 8508 --- [nio-8888-exec-2] o.s.b.w.f.OrderedRequestContextFilter : Cleared thread-bound request context: org.apache.catalina.connector.RequestFacade@36bb5634
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement