-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlog4j.log
102 lines (102 loc) · 8.75 KB
/
log4j.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
08:45:09,634 INFO Util:28 - ----conectar banco - lendo arquivo de propriedades
08:45:09,640 INFO Util:33 - sgbd => postgresql
08:45:09,640 INFO Util:34 - banco => estacionamento
08:45:09,640 INFO Util:35 - ip => localhost
08:45:09,641 INFO Util:40 - ----configurando postgresql
08:45:09,671 DEBUG logging:38 - Logging Provider: org.jboss.logging.Log4jLoggerProvider
08:45:09,790 INFO LogHelper:31 - HHH000204: Processing PersistenceUnitInfo [name: hibernate-postgresql]
08:45:09,860 INFO Version:44 - HHH000412: Hibernate ORM core version 6.5.2.Final
08:45:09,899 DEBUG RegionFactoryInitiator:122 - Cannot default RegionFactory based on registered strategies as `[]` RegionFactory strategies were registered
08:45:09,900 INFO RegionFactoryInitiator:50 - HHH000026: Second-level cache disabled
08:45:10,161 WARN pooling:81 - HHH10001002: Using built-in connection pool (not intended for production use)
08:45:10,166 INFO pooling:136 - HHH10001005: Loaded JDBC driver class: org.postgresql.Driver
08:45:10,166 INFO pooling:158 - HHH10001012: Connecting with JDBC URL [jdbc:postgresql://localhost:5432/estacionamento]
08:45:10,166 INFO pooling:167 - HHH10001001: Connection properties: {password=****, user=postgres}
08:45:10,167 INFO pooling:171 - HHH10001003: Autocommit mode: false
08:45:10,169 INFO pooling:372 - HHH10001115: Connection pool size: 20 (min=1)
08:45:11,621 INFO JtaPlatformInitiator:59 - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
08:45:11,652 INFO access:52 - HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5cac6eb3] 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.
08:45:14,404 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0
08:45:16,802 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:16,804 TRACE bind:24 - binding parameter (1:VARCHAR) <- [FGH-8901]
08:45:16,812 DEBUG SQL:135 - select r1_0.veiculo_placa,r1_0.id,r1_0.datahora,r1_0.tipo from Registro r1_0 where r1_0.veiculo_placa=?
08:45:16,812 TRACE bind:24 - binding parameter (1:VARCHAR) <- [FGH-8901]
08:45:19,934 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:19,935 TRACE bind:24 - binding parameter (1:VARCHAR) <- [GHI-9012]
08:45:19,936 DEBUG SQL:135 - select r1_0.veiculo_placa,r1_0.id,r1_0.datahora,r1_0.tipo from Registro r1_0 where r1_0.veiculo_placa=?
08:45:19,936 TRACE bind:24 - binding parameter (1:VARCHAR) <- [GHI-9012]
08:45:19,952 DEBUG SQL:135 - delete from Registro where id=?
08:45:19,952 TRACE bind:24 - binding parameter (1:INTEGER) <- [18]
08:45:19,957 DEBUG SQL:135 - delete from Registro where id=?
08:45:19,957 TRACE bind:24 - binding parameter (1:INTEGER) <- [19]
08:45:19,957 DEBUG SQL:135 - delete from Registro where id=?
08:45:19,958 TRACE bind:24 - binding parameter (1:INTEGER) <- [20]
08:45:19,958 DEBUG SQL:135 - delete from Registro where id=?
08:45:19,959 TRACE bind:24 - binding parameter (1:INTEGER) <- [21]
08:45:19,962 DEBUG SQL:135 - delete from Veiculo where placa=?
08:45:19,962 TRACE bind:24 - binding parameter (1:VARCHAR) <- [GHI-9012]
08:45:19,965 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0
08:45:21,817 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0
08:45:23,544 INFO Util:69 - ----desconectar banco
08:45:23,545 INFO pooling:607 - HHH10001008: Cleaning up connection pool [jdbc:postgresql://localhost:5432/estacionamento]
08:45:24,389 INFO Util:28 - ----conectar banco - lendo arquivo de propriedades
08:45:24,390 INFO Util:33 - sgbd => postgresql
08:45:24,390 INFO Util:34 - banco => estacionamento
08:45:24,390 INFO Util:35 - ip => localhost
08:45:24,390 INFO Util:40 - ----configurando postgresql
08:45:24,394 INFO LogHelper:31 - HHH000204: Processing PersistenceUnitInfo [name: hibernate-postgresql]
08:45:24,397 DEBUG RegionFactoryInitiator:122 - Cannot default RegionFactory based on registered strategies as `[]` RegionFactory strategies were registered
08:45:24,397 INFO RegionFactoryInitiator:50 - HHH000026: Second-level cache disabled
08:45:24,440 WARN pooling:81 - HHH10001002: Using built-in connection pool (not intended for production use)
08:45:24,440 INFO pooling:136 - HHH10001005: Loaded JDBC driver class: org.postgresql.Driver
08:45:24,441 INFO pooling:158 - HHH10001012: Connecting with JDBC URL [jdbc:postgresql://localhost:5432/estacionamento]
08:45:24,441 INFO pooling:167 - HHH10001001: Connection properties: {password=****, user=postgres}
08:45:24,441 INFO pooling:171 - HHH10001003: Autocommit mode: false
08:45:24,441 INFO pooling:372 - HHH10001115: Connection pool size: 20 (min=1)
08:45:24,605 INFO JtaPlatformInitiator:59 - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
08:45:24,606 INFO access:52 - HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6bf068f6] 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.
08:45:24,660 DEBUG SQL:135 - select r1_0.id,r1_0.datahora,r1_0.tipo,r1_0.veiculo_placa from Registro r1_0
08:45:24,668 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,669 TRACE bind:24 - binding parameter (1:VARCHAR) <- [BCC-5678]
08:45:24,672 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,672 TRACE bind:24 - binding parameter (1:VARCHAR) <- [CDD-9012]
08:45:24,674 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,675 TRACE bind:24 - binding parameter (1:VARCHAR) <- [ABC-1234]
08:45:24,678 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,678 TRACE bind:24 - binding parameter (1:VARCHAR) <- [DEF-5678]
08:45:24,680 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,680 TRACE bind:24 - binding parameter (1:VARCHAR) <- [JKL-3456]
08:45:24,682 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,683 TRACE bind:24 - binding parameter (1:VARCHAR) <- [MNO-7890]
08:45:24,685 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,685 TRACE bind:24 - binding parameter (1:VARCHAR) <- [PQR-2345]
08:45:24,688 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,688 TRACE bind:24 - binding parameter (1:VARCHAR) <- [STU-6789]
08:45:24,691 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,691 TRACE bind:24 - binding parameter (1:VARCHAR) <- [VWX-0123]
08:45:24,693 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,693 TRACE bind:24 - binding parameter (1:VARCHAR) <- [YZA-4567]
08:45:24,695 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,696 TRACE bind:24 - binding parameter (1:VARCHAR) <- [BCD-8901]
08:45:24,697 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,698 TRACE bind:24 - binding parameter (1:VARCHAR) <- [EFG-2345]
08:45:24,699 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,700 TRACE bind:24 - binding parameter (1:VARCHAR) <- [HIJ-6789]
08:45:24,701 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,701 TRACE bind:24 - binding parameter (1:VARCHAR) <- [KLM-0123]
08:45:24,702 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,702 TRACE bind:24 - binding parameter (1:VARCHAR) <- [NOP-4567]
08:45:24,704 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,704 TRACE bind:24 - binding parameter (1:VARCHAR) <- [QRS-8901]
08:45:24,705 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,705 TRACE bind:24 - binding parameter (1:VARCHAR) <- [TUV-2345]
08:45:24,706 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,707 TRACE bind:24 - binding parameter (1:VARCHAR) <- [WXY-6789]
08:45:24,708 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,708 TRACE bind:24 - binding parameter (1:VARCHAR) <- [ZAB-0123]
08:45:24,709 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,709 TRACE bind:24 - binding parameter (1:VARCHAR) <- [CDE-4567]
08:45:24,711 DEBUG SQL:135 - select v1_0.placa from Veiculo v1_0 where v1_0.placa=?
08:45:24,711 TRACE bind:24 - binding parameter (1:VARCHAR) <- [FGH-8901]
08:45:30,976 INFO Util:69 - ----desconectar banco
08:45:30,977 INFO pooling:607 - HHH10001008: Cleaning up connection pool [jdbc:postgresql://localhost:5432/estacionamento]