Skip to content

Instantly share code, notes, and snippets.

@AndreyKurilo
Created October 7, 2021 09:55
Show Gist options
  • Save AndreyKurilo/47040262fdce8d4da848c2f00a4ba84a to your computer and use it in GitHub Desktop.
Save AndreyKurilo/47040262fdce8d4da848c2f00a4ba84a to your computer and use it in GitHub Desktop.
Лог файл по 5.10 ContactFeateresTestNew
12:52:55.104 [main] DEBUG org.jboss.logging - Logging Provider: org.jboss.logging.Slf4jLoggerProvider
12:52:55.154 [main] DEBUG o.h.i.i.IntegratorServiceImpl - Adding Integrator [org.hibernate.cfg.beanvalidation.BeanValidationIntegrator].
12:52:55.160 [main] DEBUG o.h.i.i.IntegratorServiceImpl - Adding Integrator [org.hibernate.secure.spi.JaccIntegrator].
12:52:55.171 [main] DEBUG o.h.i.i.IntegratorServiceImpl - Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator].
12:52:55.249 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.5.6.Final
12:52:55.252 [main] DEBUG org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found
12:52:55.734 [main] DEBUG o.h.b.j.i.s.LocalXmlResourceResolver - Interpreting public/system identifier : [-//Hibernate/Hibernate Configuration DTD 3.0//EN] - [http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd]
12:52:55.735 [main] DEBUG o.h.b.j.i.s.LocalXmlResourceResolver - Recognized hibernate-configuration identifier; attempting to resolve on classpath under org/hibernate/
12:52:56.101 [main] DEBUG o.h.b.c.internal.JaxbCfgProcessor - cfg.xml document did not define namespaces; wrapping in custom event reader to introduce namespace information
12:52:56.452 [main] DEBUG o.h.service.spi.ServiceBinding - Overriding existing service binding [org.hibernate.secure.spi.JaccService]
12:52:56.472 [main] DEBUG o.h.c.i.RegionFactoryInitiator - Cannot default RegionFactory based on registered strategies as `[]` RegionFactory strategies were registered
12:52:56.474 [main] DEBUG o.h.c.i.RegionFactoryInitiator - Cache region factory : org.hibernate.cache.internal.NoCachingRegionFactory
12:52:56.509 [main] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
12:52:56.561 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BooleanType@4f25b795
12:52:56.562 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BooleanType@4f25b795
12:52:56.562 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@4f25b795
12:52:56.563 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@74bada02
12:52:56.564 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.TrueFalseType@5a709816
12:52:56.564 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.YesNoType@53dbe163
12:52:56.566 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.ByteType@6d1ef78d
12:52:56.566 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.ByteType@6d1ef78d
12:52:56.566 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@6d1ef78d
12:52:56.567 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.CharacterType@176b3f44
12:52:56.567 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.CharacterType@176b3f44
12:52:56.568 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@176b3f44
12:52:56.569 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.ShortType@66ac5762
12:52:56.569 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.ShortType@66ac5762
12:52:56.569 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.ShortType@66ac5762
12:52:56.571 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.IntegerType@517d4a0d
12:52:56.571 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.IntegerType@517d4a0d
12:52:56.571 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@517d4a0d
12:52:56.572 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.LongType@149dd36b
12:52:56.572 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.LongType@149dd36b
12:52:56.573 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.LongType@149dd36b
12:52:56.574 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.FloatType@691939c9
12:52:56.574 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.FloatType@691939c9
12:52:56.574 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.FloatType@691939c9
12:52:56.575 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.DoubleType@61a88b8c
12:52:56.575 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.DoubleType@61a88b8c
12:52:56.575 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@61a88b8c
12:52:56.577 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@7241a47d
12:52:56.577 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@7241a47d
12:52:56.578 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BigIntegerType@7e3181aa
12:52:56.578 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@7e3181aa
12:52:56.579 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.StringType@8dbfffb
12:52:56.579 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.StringType@8dbfffb
12:52:56.580 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.StringNVarcharType@a22cb6a
12:52:56.581 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@2e2ff723
12:52:56.621 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.UrlType@17aad511
12:52:56.622 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.UrlType@17aad511
12:52:56.623 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.DurationType@4612b856
12:52:56.623 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.DurationType@4612b856
12:52:56.636 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Instant -> org.hibernate.type.InstantType@146587a2
12:52:56.636 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.InstantType@146587a2
12:52:56.638 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@16c63f5
12:52:56.639 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@16c63f5
12:52:56.640 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.LocalDateType@4879dfad
12:52:56.640 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@4879dfad
12:52:56.642 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@2da59753
12:52:56.642 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@2da59753
12:52:56.644 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@2826f61
12:52:56.644 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@2826f61
12:52:56.646 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@737a135b
12:52:56.646 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@737a135b
12:52:56.650 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@3212a8d7
12:52:56.650 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@3212a8d7
12:52:56.653 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.DateType@7203c7ff
12:52:56.653 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.DateType@7203c7ff
12:52:56.654 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.TimeType@71454b9d
12:52:56.655 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.TimeType@71454b9d
12:52:56.657 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.TimestampType@66565121
12:52:56.657 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@66565121
12:52:56.657 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.TimestampType@66565121
12:52:56.659 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@6179e425
12:52:56.661 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.CalendarType@6fe1b4fb
12:52:56.661 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@6fe1b4fb
12:52:56.661 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@6fe1b4fb
12:52:56.662 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@6399551e
12:52:56.664 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@1e0f9063
12:52:56.665 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.LocaleType@63a270c9
12:52:56.665 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@63a270c9
12:52:56.666 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.CurrencyType@1fdf1c5
12:52:56.666 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@1fdf1c5
12:52:56.668 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.TimeZoneType@cd1d761
12:52:56.668 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@cd1d761
12:52:56.669 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.ClassType@758705fa
12:52:56.669 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.ClassType@758705fa
12:52:56.670 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@5fe1ce85
12:52:56.670 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@5fe1ce85
12:52:56.671 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@66fdec9
12:52:56.672 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BinaryType@584f54e6
12:52:56.672 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BinaryType@584f54e6
12:52:56.672 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BinaryType@584f54e6
12:52:56.673 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@ff684e1
12:52:56.674 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@ff684e1
12:52:56.674 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@ff684e1
12:52:56.675 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.RowVersionType@1cdc4c27
12:52:56.676 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.ImageType@1e8ce150
12:52:56.677 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.CharArrayType@7b84fcf8
12:52:56.677 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.CharArrayType@7b84fcf8
12:52:56.677 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.CharArrayType@7b84fcf8
12:52:56.678 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@56f0cc85
12:52:56.678 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@56f0cc85
12:52:56.679 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@56f0cc85
12:52:56.679 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.TextType@44b3606b
12:52:56.680 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.NTextType@63dd899
12:52:56.681 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BlobType@34cdeda2
12:52:56.682 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@34cdeda2
12:52:56.682 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@4535b6d5
12:52:56.684 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.ClobType@42721fe
12:52:56.684 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@42721fe
12:52:56.686 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.NClobType@28e8dde3
12:52:56.686 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@28e8dde3
12:52:56.687 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@1817f1eb
12:52:56.687 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@301ec38b
12:52:56.689 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.SerializableType@56113384
12:52:56.693 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.ObjectType@542e560f
12:52:56.694 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@542e560f
12:52:56.694 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@1d730606
12:52:56.694 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@3bcbb589
12:52:56.694 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@3b00856b
12:52:56.694 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@3016fd5e
12:52:56.695 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@35d08e6c
12:52:56.695 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@53d102a2
12:52:56.695 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@6c45ee6e
12:52:56.695 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@6b3e12b5
12:52:56.733 [main] DEBUG o.h.i.f.i.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid2] -> [org.hibernate.id.UUIDGenerator]
12:52:56.734 [main] DEBUG o.h.i.f.i.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [guid] -> [org.hibernate.id.GUIDGenerator]
12:52:56.735 [main] DEBUG o.h.i.f.i.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid] -> [org.hibernate.id.UUIDHexGenerator]
12:52:56.735 [main] DEBUG o.h.i.f.i.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid.hex] -> [org.hibernate.id.UUIDHexGenerator]
12:52:56.735 [main] DEBUG o.h.i.f.i.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [assigned] -> [org.hibernate.id.Assigned]
12:52:56.737 [main] DEBUG o.h.i.f.i.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [identity] -> [org.hibernate.id.IdentityGenerator]
12:52:56.737 [main] DEBUG o.h.i.f.i.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [select] -> [org.hibernate.id.SelectGenerator]
12:52:56.739 [main] DEBUG o.h.i.f.i.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
12:52:56.740 [main] DEBUG o.h.i.f.i.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [seqhilo] -> [org.hibernate.id.SequenceHiLoGenerator]
12:52:56.741 [main] DEBUG o.h.i.f.i.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [increment] -> [org.hibernate.id.IncrementGenerator]
12:52:56.741 [main] DEBUG o.h.i.f.i.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [foreign] -> [org.hibernate.id.ForeignGenerator]
12:52:56.742 [main] DEBUG o.h.i.f.i.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence-identity] -> [org.hibernate.id.SequenceIdentityGenerator]
12:52:56.742 [main] DEBUG o.h.i.f.i.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
12:52:56.743 [main] DEBUG o.h.i.f.i.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.TableGenerator]
12:52:56.750 [main] WARN o.hibernate.orm.connections.pooling - HHH10001002: Using Hibernate built-in connection pool (not for production use!)
12:52:56.759 [main] INFO o.hibernate.orm.connections.pooling - HHH10001005: using driver [com.mysql.cj.jdbc.Driver] at URL [jdbc:mysql://localhost:3306/addressbook]
12:52:56.759 [main] INFO o.hibernate.orm.connections.pooling - HHH10001001: Connection properties: {user=root, password=}
12:52:56.759 [main] INFO o.hibernate.orm.connections.pooling - HHH10001003: Autocommit mode: false
12:52:56.764 [main] DEBUG o.h.e.j.c.i.DriverManagerConnectionProviderImpl - Initializing Connection pool with 1 Connections
12:52:56.764 [main] INFO o.h.e.j.c.i.DriverManagerConnectionProviderImpl - HHH000115: Hibernate connection pool size: 1 (min=1)
12:52:57.024 [main] DEBUG o.h.e.j.e.i.JdbcEnvironmentInitiator - Database ->
name : MySQL
version : 5.5.5-10.3.16-MariaDB
major : 5
minor : 5
12:52:57.024 [main] DEBUG o.h.e.j.e.i.JdbcEnvironmentInitiator - Driver ->
name : MySQL Connector/J
version : mysql-connector-java-8.0.25 (Revision: 08be9e9b4cba6aa115f9b27b215887af40b159e0)
major : 8
minor : 0
12:52:57.024 [main] DEBUG o.h.e.j.e.i.JdbcEnvironmentInitiator - JDBC version : 4.2
12:52:57.043 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
12:52:57.065 [main] DEBUG o.h.e.j.e.s.IdentifierHelperBuilder - JDBC driver metadata reported database stores quoted identifiers in more than one case
12:52:57.067 [main] DEBUG o.h.e.j.e.s.IdentifierHelperBuilder - IdentifierCaseStrategy for both quoted and unquoted identifiers was set to the same strategy [LOWER]; that will likely lead to problems in schema update and validation if using quoted identifiers
12:52:57.090 [main] DEBUG o.h.boot.model.relational.Namespace - Created database namespace [logicalName=Name{catalog=null, schema=null}, physicalName=Name{catalog=null, schema=null}]
12:52:57.094 [main] DEBUG o.h.t.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@314b8f2d] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@664a9613]
12:52:57.163 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: ru.stqa.pft.addressbook.model.GroupData
12:52:57.191 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
12:52:57.199 [main] DEBUG o.h.cfg.annotations.EntityBinder - Import with entity name GroupData
12:52:57.202 [main] DEBUG o.h.cfg.annotations.EntityBinder - Bind entity ru.stqa.pft.addressbook.model.GroupData on table group_list
12:52:57.235 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(group_list), mappingColumn=group_id, insertable=true, updatable=true, unique=false}
12:52:57.239 [main] DEBUG o.h.b.i.ClassLoaderAccessImpl - Not known whether passed class name [ru.stqa.pft.addressbook.model.GroupData] is safe
12:52:57.240 [main] DEBUG o.h.b.i.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : ru.stqa.pft.addressbook.model.GroupData
12:52:57.240 [main] DEBUG o.h.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false
12:52:57.242 [main] DEBUG o.h.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [ru.stqa.pft.addressbook.model.GroupData:id]
12:52:57.245 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for id
12:52:57.247 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property id
12:52:57.251 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(group_id)]), id, assigned, , ...)
12:52:57.253 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(group_list), mappingColumn=null, insertable=true, updatable=true, unique=false}
12:52:57.268 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(group_list), mappingColumn=element, insertable=true, updatable=true, unique=false}
12:52:57.269 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(group_list), mappingColumn=contacts_KEY, insertable=true, updatable=true, unique=false}
12:52:57.271 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='contacts_KEY', referencedColumn='null', mappedBy='null'}
12:52:57.273 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='groups'}
12:52:57.273 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='groups'}
12:52:57.274 [main] DEBUG o.h.c.annotations.CollectionBinder - Collection role: ru.stqa.pft.addressbook.model.GroupData.contacts
12:52:57.277 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property contacts
12:52:57.278 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(group_list), mappingColumn=group_footer, insertable=true, updatable=true, unique=false}
12:52:57.278 [main] DEBUG o.h.cfg.annotations.PropertyBinder - MetadataSourceProcessor property footer with lazy=false
12:52:57.278 [main] DEBUG o.h.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [ru.stqa.pft.addressbook.model.GroupData:footer]
12:52:57.278 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for footer
12:52:57.278 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property footer
12:52:57.279 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(group_list), mappingColumn=group_name, insertable=true, updatable=true, unique=false}
12:52:57.279 [main] DEBUG o.h.cfg.annotations.PropertyBinder - MetadataSourceProcessor property group_name with lazy=false
12:52:57.280 [main] DEBUG o.h.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [ru.stqa.pft.addressbook.model.GroupData:group_name]
12:52:57.280 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for group_name
12:52:57.280 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property group_name
12:52:57.280 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(group_list), mappingColumn=group_header, insertable=true, updatable=true, unique=false}
12:52:57.280 [main] DEBUG o.h.cfg.annotations.PropertyBinder - MetadataSourceProcessor property header with lazy=false
12:52:57.280 [main] DEBUG o.h.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [ru.stqa.pft.addressbook.model.GroupData:header]
12:52:57.280 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for header
12:52:57.280 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property header
12:52:57.283 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: ru.stqa.pft.addressbook.model.ContactData
12:52:57.283 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
12:52:57.283 [main] DEBUG o.h.cfg.annotations.EntityBinder - Import with entity name ContactData
12:52:57.283 [main] DEBUG o.h.cfg.annotations.EntityBinder - Bind entity ru.stqa.pft.addressbook.model.ContactData on table addressbook
12:52:57.295 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(addressbook), mappingColumn=id, insertable=true, updatable=true, unique=false}
12:52:57.295 [main] DEBUG o.h.b.i.ClassLoaderAccessImpl - Not known whether passed class name [ru.stqa.pft.addressbook.model.ContactData] is safe
12:52:57.295 [main] DEBUG o.h.b.i.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : ru.stqa.pft.addressbook.model.ContactData
12:52:57.296 [main] DEBUG o.h.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false
12:52:57.296 [main] DEBUG o.h.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [ru.stqa.pft.addressbook.model.ContactData:id]
12:52:57.296 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for id
12:52:57.296 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property id
12:52:57.296 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, assigned, , ...)
12:52:57.296 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(addressbook), mappingColumn=address, insertable=true, updatable=true, unique=false}
12:52:57.296 [main] DEBUG o.h.cfg.annotations.PropertyBinder - MetadataSourceProcessor property address with lazy=false
12:52:57.297 [main] DEBUG o.h.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [ru.stqa.pft.addressbook.model.ContactData:address]
12:52:57.297 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for address
12:52:57.297 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property address
12:52:57.297 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(addressbook), mappingColumn=email, insertable=true, updatable=true, unique=false}
12:52:57.297 [main] DEBUG o.h.cfg.annotations.PropertyBinder - MetadataSourceProcessor property allEmail with lazy=false
12:52:57.297 [main] DEBUG o.h.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [ru.stqa.pft.addressbook.model.ContactData:allEmail]
12:52:57.297 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for allEmail
12:52:57.297 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property allEmail
12:52:57.297 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(addressbook), mappingColumn=company, insertable=true, updatable=true, unique=false}
12:52:57.298 [main] DEBUG o.h.cfg.annotations.PropertyBinder - MetadataSourceProcessor property company with lazy=false
12:52:57.298 [main] DEBUG o.h.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [ru.stqa.pft.addressbook.model.ContactData:company]
12:52:57.298 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for company
12:52:57.298 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property company
12:52:57.298 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(addressbook), mappingColumn=fax, insertable=true, updatable=true, unique=false}
12:52:57.298 [main] DEBUG o.h.cfg.annotations.PropertyBinder - MetadataSourceProcessor property faxNumber with lazy=false
12:52:57.298 [main] DEBUG o.h.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [ru.stqa.pft.addressbook.model.ContactData:faxNumber]
12:52:57.298 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for faxNumber
12:52:57.299 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property faxNumber
12:52:57.299 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(addressbook), mappingColumn=firstName, insertable=true, updatable=true, unique=false}
12:52:57.299 [main] DEBUG o.h.cfg.annotations.PropertyBinder - MetadataSourceProcessor property firstname with lazy=false
12:52:57.299 [main] DEBUG o.h.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [ru.stqa.pft.addressbook.model.ContactData:firstname]
12:52:57.299 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for firstname
12:52:57.299 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property firstname
12:52:57.299 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(addressbook), mappingColumn=null, insertable=true, updatable=true, unique=false}
12:52:57.300 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(addressbook), mappingColumn=element, insertable=true, updatable=true, unique=false}
12:52:57.300 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(addressbook), mappingColumn=groups_KEY, insertable=true, updatable=true, unique=false}
12:52:57.300 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='groups_KEY', referencedColumn='null', mappedBy='null'}
12:52:57.300 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='id', referencedColumn='', mappedBy=''}
12:52:57.300 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='group_id', referencedColumn='', mappedBy=''}
12:52:57.300 [main] DEBUG o.h.c.annotations.CollectionBinder - Collection role: ru.stqa.pft.addressbook.model.ContactData.groups
12:52:57.301 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property groups
12:52:57.301 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(addressbook), mappingColumn=home, insertable=true, updatable=true, unique=false}
12:52:57.301 [main] DEBUG o.h.cfg.annotations.PropertyBinder - MetadataSourceProcessor property homePhone with lazy=false
12:52:57.301 [main] DEBUG o.h.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [ru.stqa.pft.addressbook.model.ContactData:homePhone]
12:52:57.301 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for homePhone
12:52:57.301 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property homePhone
12:52:57.301 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(addressbook), mappingColumn=homepage, insertable=true, updatable=true, unique=false}
12:52:57.302 [main] DEBUG o.h.cfg.annotations.PropertyBinder - MetadataSourceProcessor property homepage with lazy=false
12:52:57.302 [main] DEBUG o.h.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [ru.stqa.pft.addressbook.model.ContactData:homepage]
12:52:57.302 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for homepage
12:52:57.302 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property homepage
12:52:57.302 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(addressbook), mappingColumn=lastName, insertable=true, updatable=true, unique=false}
12:52:57.302 [main] DEBUG o.h.cfg.annotations.PropertyBinder - MetadataSourceProcessor property lastname with lazy=false
12:52:57.302 [main] DEBUG o.h.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [ru.stqa.pft.addressbook.model.ContactData:lastname]
12:52:57.303 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for lastname
12:52:57.303 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property lastname
12:52:57.303 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(addressbook), mappingColumn=middlename, insertable=true, updatable=true, unique=false}
12:52:57.303 [main] DEBUG o.h.cfg.annotations.PropertyBinder - MetadataSourceProcessor property middlename with lazy=false
12:52:57.303 [main] DEBUG o.h.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [ru.stqa.pft.addressbook.model.ContactData:middlename]
12:52:57.303 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for middlename
12:52:57.303 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property middlename
12:52:57.304 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(addressbook), mappingColumn=mobile, insertable=true, updatable=true, unique=false}
12:52:57.304 [main] DEBUG o.h.cfg.annotations.PropertyBinder - MetadataSourceProcessor property mobilePhone with lazy=false
12:52:57.304 [main] DEBUG o.h.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [ru.stqa.pft.addressbook.model.ContactData:mobilePhone]
12:52:57.304 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for mobilePhone
12:52:57.304 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property mobilePhone
12:52:57.304 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(addressbook), mappingColumn=nickname, insertable=true, updatable=true, unique=false}
12:52:57.304 [main] DEBUG o.h.cfg.annotations.PropertyBinder - MetadataSourceProcessor property nickname with lazy=false
12:52:57.304 [main] DEBUG o.h.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [ru.stqa.pft.addressbook.model.ContactData:nickname]
12:52:57.305 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for nickname
12:52:57.305 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property nickname
12:52:57.305 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(addressbook), mappingColumn=photo, insertable=true, updatable=true, unique=false}
12:52:57.305 [main] DEBUG o.h.cfg.annotations.PropertyBinder - MetadataSourceProcessor property photoPath with lazy=false
12:52:57.305 [main] DEBUG o.h.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [ru.stqa.pft.addressbook.model.ContactData:photoPath]
12:52:57.305 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for photoPath
12:52:57.305 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property photoPath
12:52:57.305 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(addressbook), mappingColumn=work, insertable=true, updatable=true, unique=false}
12:52:57.306 [main] DEBUG o.h.cfg.annotations.PropertyBinder - MetadataSourceProcessor property workPhone with lazy=false
12:52:57.306 [main] DEBUG o.h.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [ru.stqa.pft.addressbook.model.ContactData:workPhone]
12:52:57.306 [main] DEBUG o.h.c.annotations.SimpleValueBinder - building SimpleValue for workPhone
12:52:57.306 [main] DEBUG o.h.cfg.annotations.PropertyBinder - Building property workPhone
12:52:57.308 [main] DEBUG o.h.c.annotations.SimpleValueBinder - Starting fillSimpleValue for id
12:52:57.308 [main] DEBUG o.h.c.annotations.SimpleValueBinder - Starting fillSimpleValue for footer
12:52:57.308 [main] DEBUG o.h.c.annotations.SimpleValueBinder - Starting fillSimpleValue for group_name
12:52:57.308 [main] DEBUG o.h.c.annotations.SimpleValueBinder - Starting fillSimpleValue for header
12:52:57.308 [main] DEBUG o.h.c.annotations.SimpleValueBinder - Starting fillSimpleValue for id
12:52:57.309 [main] DEBUG o.h.c.annotations.SimpleValueBinder - Starting fillSimpleValue for address
12:52:57.309 [main] DEBUG o.h.c.annotations.SimpleValueBinder - Starting fillSimpleValue for allEmail
12:52:57.309 [main] DEBUG o.h.c.annotations.SimpleValueBinder - Starting fillSimpleValue for company
12:52:57.309 [main] DEBUG o.h.c.annotations.SimpleValueBinder - Starting fillSimpleValue for faxNumber
12:52:57.309 [main] DEBUG o.h.c.annotations.SimpleValueBinder - Starting fillSimpleValue for firstname
12:52:57.309 [main] DEBUG o.h.c.annotations.SimpleValueBinder - Starting fillSimpleValue for homePhone
12:52:57.309 [main] DEBUG o.h.c.annotations.SimpleValueBinder - Starting fillSimpleValue for homepage
12:52:57.309 [main] DEBUG o.h.c.annotations.SimpleValueBinder - Starting fillSimpleValue for lastname
12:52:57.309 [main] DEBUG o.h.c.annotations.SimpleValueBinder - Starting fillSimpleValue for middlename
12:52:57.309 [main] DEBUG o.h.c.annotations.SimpleValueBinder - Starting fillSimpleValue for mobilePhone
12:52:57.309 [main] DEBUG o.h.c.annotations.SimpleValueBinder - Starting fillSimpleValue for nickname
12:52:57.310 [main] DEBUG o.h.c.annotations.SimpleValueBinder - Starting fillSimpleValue for photoPath
12:52:57.310 [main] DEBUG o.h.c.annotations.SimpleValueBinder - Starting fillSimpleValue for workPhone
12:52:57.312 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [group_id] to be non-null as it is part of the primary key for table [group_list]
12:52:57.312 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [addressbook]
12:52:57.312 [main] DEBUG o.h.cfg.CollectionSecondPass - Second pass for collection: ru.stqa.pft.addressbook.model.ContactData.groups
12:52:57.312 [main] DEBUG o.h.c.annotations.CollectionBinder - Binding as ManyToMany: ru.stqa.pft.addressbook.model.ContactData.groups
12:52:57.318 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [address_in_groups]
12:52:57.319 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [group_id] to be non-null as it is part of the primary key for table [address_in_groups]
12:52:57.319 [main] DEBUG o.h.cfg.CollectionSecondPass - Mapped collection key: id, element: group_id
12:52:57.319 [main] DEBUG o.h.cfg.CollectionSecondPass - Second pass for collection: ru.stqa.pft.addressbook.model.GroupData.contacts
12:52:57.320 [main] DEBUG o.h.c.annotations.CollectionBinder - Binding as ManyToMany: ru.stqa.pft.addressbook.model.GroupData.contacts
12:52:57.320 [main] DEBUG o.h.cfg.annotations.TableBinder - Retrieving property ru.stqa.pft.addressbook.model.ContactData.groups
12:52:57.320 [main] DEBUG o.h.cfg.CollectionSecondPass - Mapped collection key: group_id, element: id
12:52:57.320 [main] DEBUG o.h.b.i.InFlightMetadataCollectorImpl - Resolving reference to class: ru.stqa.pft.addressbook.model.GroupData
12:52:57.323 [main] DEBUG o.h.b.i.InFlightMetadataCollectorImpl - Resolving reference to class: ru.stqa.pft.addressbook.model.ContactData
12:52:57.325 [main] DEBUG o.h.b.i.InFlightMetadataCollectorImpl - Resolving reference to class: ru.stqa.pft.addressbook.model.GroupData
12:52:57.325 [main] DEBUG o.h.b.i.InFlightMetadataCollectorImpl - Resolving reference to class: ru.stqa.pft.addressbook.model.ContactData
12:52:57.375 [main] DEBUG o.h.internal.SessionFactoryImpl - Building session factory
12:52:57.376 [main] DEBUG org.hibernate.cfg.Settings - SessionFactory name : null
12:52:57.376 [main] DEBUG org.hibernate.cfg.Settings - Automatic flush during beforeCompletion(): enabled
12:52:57.377 [main] DEBUG org.hibernate.cfg.Settings - Automatic session close at end of transaction: disabled
12:52:57.377 [main] DEBUG org.hibernate.cfg.Settings - Statistics: disabled
12:52:57.377 [main] DEBUG org.hibernate.cfg.Settings - Deleted entity synthetic identifier rollback: disabled
12:52:57.377 [main] DEBUG org.hibernate.cfg.Settings - Default entity-mode: pojo
12:52:57.377 [main] DEBUG org.hibernate.cfg.Settings - Check Nullability in Core (should be disabled when Bean Validation is on): enabled
12:52:57.377 [main] DEBUG org.hibernate.cfg.Settings - Allow initialization of lazy state outside session : disabled
12:52:57.377 [main] DEBUG org.hibernate.cfg.Settings - Using BatchFetchStyle : LEGACY
12:52:57.377 [main] DEBUG org.hibernate.cfg.Settings - Default batch fetch size: -1
12:52:57.377 [main] DEBUG org.hibernate.cfg.Settings - Maximum outer join fetch depth: 2
12:52:57.377 [main] DEBUG org.hibernate.cfg.Settings - Default null ordering: NONE
12:52:57.377 [main] DEBUG org.hibernate.cfg.Settings - Order SQL updates by primary key: disabled
12:52:57.377 [main] DEBUG org.hibernate.cfg.Settings - Order SQL inserts for batching: disabled
12:52:57.378 [main] DEBUG org.hibernate.cfg.Settings - multi-tenancy strategy : NONE
12:52:57.378 [main] DEBUG org.hibernate.cfg.Settings - JTA Track by Thread: enabled
12:52:57.378 [main] DEBUG org.hibernate.cfg.Settings - Query language substitutions: {}
12:52:57.378 [main] DEBUG org.hibernate.cfg.Settings - Named query checking : enabled
12:52:57.378 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache: disabled
12:52:57.378 [main] DEBUG org.hibernate.cfg.Settings - Second-level query cache: disabled
12:52:57.378 [main] DEBUG org.hibernate.cfg.Settings - Second-level query cache factory: null
12:52:57.378 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache region prefix: null
12:52:57.378 [main] DEBUG org.hibernate.cfg.Settings - Optimize second-level cache for minimal puts: disabled
12:52:57.378 [main] DEBUG org.hibernate.cfg.Settings - Structured second-level cache entries: disabled
12:52:57.379 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache direct-reference entries: disabled
12:52:57.379 [main] DEBUG org.hibernate.cfg.Settings - Automatic eviction of collection cache: disabled
12:52:57.379 [main] DEBUG org.hibernate.cfg.Settings - JDBC batch size: 15
12:52:57.379 [main] DEBUG org.hibernate.cfg.Settings - JDBC batch updates for versioned data: enabled
12:52:57.379 [main] DEBUG org.hibernate.cfg.Settings - Scrollable result sets: enabled
12:52:57.379 [main] DEBUG org.hibernate.cfg.Settings - Wrap result sets: disabled
12:52:57.379 [main] DEBUG org.hibernate.cfg.Settings - JDBC3 getGeneratedKeys(): enabled
12:52:57.379 [main] DEBUG org.hibernate.cfg.Settings - JDBC result set fetch size: null
12:52:57.379 [main] DEBUG org.hibernate.cfg.Settings - Connection release mode: AFTER_TRANSACTION
12:52:57.379 [main] DEBUG org.hibernate.cfg.Settings - Generate SQL with comments: disabled
12:52:57.379 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - query : disabled
12:52:57.379 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - closed-handling : disabled
12:52:57.380 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - lists : disabled
12:52:57.380 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - transactions : disabled
12:52:57.468 [main] DEBUG o.h.s.i.SessionFactoryServiceRegistryImpl - EventListenerRegistry access via ServiceRegistry is deprecated. Use `sessionFactory.getEventEngine().getListenerRegistry()` instead
12:52:57.468 [main] DEBUG o.h.s.i.SessionFactoryServiceRegistryImpl - EventListenerRegistry access via ServiceRegistry is deprecated. Use `sessionFactory.getEventEngine().getListenerRegistry()` instead
12:52:57.490 [main] DEBUG o.h.internal.SessionFactoryImpl - Session factory constructed with filter configurations : {}
12:52:57.491 [main] DEBUG o.h.internal.SessionFactoryImpl - Instantiating session factory with properties: {sun.desktop=windows, awt.toolkit=sun.awt.windows.WToolkit, dialect=org.hibernate.dialect.MySQL5Dialect, file.encoding.pkg=sun.io, java.specification.version=1.8, sun.cpu.isalist=amd64, sun.jnu.encoding=Cp1251, hibernate.dialect=org.hibernate.dialect.MySQL5Dialect, java.class.path=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.1.3\lib\idea_rt.jar;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.1.3\plugins\testng\lib\testng-rt.jar;C:\Program Files\Zulu\zulu-8\jre\lib\charsets.jar;C:\Program Files\Zulu\zulu-8\jre\lib\crs-agent.jar;C:\Program Files\Zulu\zulu-8\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Zulu\zulu-8\jre\lib\ext\cldrdata.jar;C:\Program Files\Zulu\zulu-8\jre\lib\ext\dnsns.jar;C:\Program Files\Zulu\zulu-8\jre\lib\ext\jaccess.jar;C:\Program Files\Zulu\zulu-8\jre\lib\ext\legacy8ujsse.jar;C:\Program Files\Zulu\zulu-8\jre\lib\ext\localedata.jar;C:\Program Files\Zulu\zulu-8\jre\lib\ext\nashorn.jar;C:\Program Files\Zulu\zulu-8\jre\lib\ext\openjsse.jar;C:\Program Files\Zulu\zulu-8\jre\lib\ext\sunec.jar;C:\Program Files\Zulu\zulu-8\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Zulu\zulu-8\jre\lib\ext\sunmscapi.jar;C:\Program Files\Zulu\zulu-8\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Zulu\zulu-8\jre\lib\ext\zipfs.jar;C:\Program Files\Zulu\zulu-8\jre\lib\jce.jar;C:\Program Files\Zulu\zulu-8\jre\lib\jfr.jar;C:\Program Files\Zulu\zulu-8\jre\lib\jsse.jar;C:\Program Files\Zulu\zulu-8\jre\lib\management-agent.jar;C:\Program Files\Zulu\zulu-8\jre\lib\resources.jar;C:\Program Files\Zulu\zulu-8\jre\lib\rt.jar;D:\Test\AFT\Dev\AFT_Java_New\addressbook-web-tests\out\test\classes;D:\Test\AFT\Dev\AFT_Java_New\addressbook-web-tests\out\test\resources;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.testng\testng\7.4.0\b6becc0a058e272473ac3ba983966ff507ca0300\testng-7.4.0.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-java\4.0.0-beta-4\fd6b0bc92d6801e8ec48d98133d68d769b15ac27\selenium-java-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.hamcrest\hamcrest\2.2\1820c0968dba3a11a1b30669bb1f01978a91dedc\hamcrest-2.2.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.beust\jcommander\1.81\9ca9dd27bb28e5990ad01aec5bb2989f50b6ff3e\jcommander-1.81.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.thoughtworks.xstream\xstream-jmh\1.4.17\24b5180f68c828d575a893e66686b7a57c1a48d3\xstream-jmh-1.4.17.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.8.8\431fc3cbc0ff81abdbfde070062741089c3ba874\gson-2.8.8.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\ch.qos.logback\logback-classic\1.2.5\30e0c3932f24fb10e7851dd308a3ad14e570d60\logback-classic-1.2.5.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\mysql\mysql-connector-java\8.0.25\f8b9123acd13058c941aff25f308c9ed8000bb73\mysql-connector-java-8.0.25.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.hibernate\hibernate-core\5.5.6.Final\a59cf0a3ad6b1580326a594169664f867e9ce18e\hibernate-core-5.5.6.Final.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.webjars\jquery\3.5.1\2392938e374f561c27c53872bdc9b6b351b6ba34\jquery-3.5.1.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-chrome-driver\4.0.0-beta-4\c7065136dcc3e7a2bc58e5decfd652a23b37f96\selenium-chrome-driver-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-edge-driver\4.0.0-beta-4\a49c4537286e7bb02b807f3e4892fd9641c5d3d4\selenium-edge-driver-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-firefox-xpi-driver\4.0.0-beta-4\b4f7d355fa3ca462802683ebb39c205b769ddd8e\selenium-firefox-xpi-driver-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-firefox-driver\4.0.0-beta-4\aa447f9fa815088cac2b6d2ebc7e86aad987757c\selenium-firefox-driver-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-ie-driver\4.0.0-beta-4\884af036699f0b00228414a6efe01d705aaf2210\selenium-ie-driver-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-opera-driver\4.0.0-beta-4\4bff4bcf493b3923f7e776bbef4116673ed766be\selenium-opera-driver-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-safari-driver\4.0.0-beta-4\bcb1a2197688c81635475e1ceb4a05c531ffdd9d\selenium-safari-driver-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-support\4.0.0-beta-4\f33e9916483f75f237f085af935ad7cd0707d613\selenium-support-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-devtools-v85\4.0.0-beta-4\4934c98c2c6647f5e6679c5f1dc1516dd004658d\selenium-devtools-v85-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-devtools-v88\4.0.0-beta-4\d573aa7b21ae8afaa1d332223e556e5f1bfed9bb\selenium-devtools-v88-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-devtools-v89\4.0.0-beta-4\af4ef6595dd63436a36a430a5135fdfae7640ba6\selenium-devtools-v89-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-devtools-v90\4.0.0-beta-4\a7ec1fbce9b46a1c74c429107422a12c8a854a13\selenium-devtools-v90-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-devtools-v91\4.0.0-beta-4\74e1e8baa4f85723ad8ce41f5fd79c0a9cbbb723\selenium-devtools-v91-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-remote-driver\4.0.0-beta-4\dcf08610a7e689d16da64c7e7372e687eb5c5b32\selenium-remote-driver-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-api\4.0.0-beta-4\b8cd0579e1f196b8f5b79f6a41dd7c8b11abbd21\selenium-api-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.thoughtworks.xstream\xstream\1.4.17\646da0e0fa6c56ff2f1b81601fb8934393718217\xstream-1.4.17.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.openjdk.jmh\jmh-core\1.21\442447101f63074c61063858033fbfde8a076873\jmh-core-1.21.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\commons-codec\commons-codec\1.10\4b95f4897fa13f2cd904aee711aeafc0c5295cd8\commons-codec-1.10.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.brsanthu\migbase64\2.2\bcc14967d516e93c527897a6c531ba76b5751faa\migbase64-2.2.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\javax.xml.bind\jaxb-api\2.3.1\8531ad5ac454cc2deb9d4d32c40c4d7451939b5d\jaxb-api-2.3.1.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\ch.qos.logback\logback-core\1.2.5\3e149d9c476be313030faf12d76a82c8a0e97f04\logback-core-1.2.5.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.slf4j\slf4j-api\1.7.31\9545c9cb71de4c18d97a91e32ef0be6f3f6661b7\slf4j-api-1.7.31.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.google.protobuf\protobuf-java\3.11.4\7ec0925cc3aef0335bbc7d57edfd42b0f86f8267\protobuf-java-3.11.4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.glassfish.jaxb\jaxb-runtime\2.3.1\dd6dda9da676a54c5b36ca2806ff95ee017d8738\jaxb-runtime-2.3.1.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.hibernate.common\hibernate-commons-annotations\5.1.2.Final\e59ffdbc6ad09eeb33507b39ffcf287679a498c8\hibernate-commons-annotations-5.1.2.Final.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.jboss.logging\jboss-logging\3.4.2.Final\e517b8a93dd9962ed5481345e4d262fdd47c4217\jboss-logging-3.4.2.Final.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\javax.persistence\javax.persistence-api\2.2\25665ac8c0b62f50e6488173233239120fc52c96\javax.persistence-api-2.2.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.javassist\javassist\3.27.0-GA\f63e6aa899e15eca8fdaa402a79af4c417252213\javassist-3.27.0-GA.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\net.bytebuddy\byte-buddy\1.11.8\d2d201bb0744dcb19f2f06564fc1c624114b9b7d\byte-buddy-1.11.8.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\antlr\antlr\2.7.7\83cd2cd674a217ade95a4bb83a8a14f351f48bd0\antlr-2.7.7.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.jboss.spec.javax.transaction\jboss-transaction-api_1.2_spec\1.1.1.Final\a8485cab9484dda36e9a8c319e76b5cc18797b58\jboss-transaction-api_1.2_spec-1.1.1.Final.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.jboss\jandex\2.2.3.Final\d3865101f0666b63586683bd811d754517f331ab\jandex-2.2.3.Final.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.fasterxml\classmate\1.5.1\3fe0bed568c62df5e89f4f174c101eab25345b6c\classmate-1.5.1.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\javax.activation\javax.activation-api\1.2.0\85262acf3ca9816f9537ca47d5adeabaead7cb16\javax.activation-api-1.2.0.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-chromium-driver\4.0.0-beta-4\dd254cee5e782fc002efc01ee922bb0d25e802f1\selenium-chromium-driver-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-devtools\4.0.0-beta-4\f6a4ecf6c733782616a8225a53c34a25eeb82753\selenium-devtools-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-http\4.0.0-beta-4\6eea5a353f3fd6dbff2ac566072286224fbfaf97\selenium-http-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.seleniumhq.selenium\selenium-json\4.0.0-beta-4\dd8fd2378153bd6ac55cc5c14ae0f9e2de3ad49f\selenium-json-4.0.0-beta-4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.google.auto.service\auto-service\1.0\badf27cfb4fb2e7cd2579a95b00ef578cc5491fa\auto-service-1.0.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.google.auto.service\auto-service-annotations\1.0\c628bf87e8b708c707aa523033d90fb0eb2d6495\auto-service-annotations-1.0.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.google.guava\guava\30.1.1-jre\87e0fd1df874ea3cbe577702fe6f17068b790fd8\guava-30.1.1-jre.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.asynchttpclient\async-http-client\2.12.3\6dfc91814cc8b3bc3327246d0e5df36911b9a623\async-http-client-2.12.3.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.netty\netty-codec-http\4.1.63.Final\f8c9b159dcb76452dc98a370a5511ff993670419\netty-codec-http-4.1.63.Final.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.netty\netty-transport-native-epoll\4.1.63.Final\65bdb6c40a76ef9c4269518614a1c4ef51051484\netty-transport-native-epoll-4.1.63.Final.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.netty\netty-transport-native-epoll\4.1.63.Final\98d898362dd9a00eb23e2857a49cb15ff37353dc\netty-transport-native-epoll-4.1.63.Final-linux-x86_64.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.netty\netty-transport-native-kqueue\4.1.63.Final\e191f7cd212e679e9a97f4908dceafcff999db3b\netty-transport-native-kqueue-4.1.63.Final.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.netty\netty-transport-native-kqueue\4.1.63.Final\42657e570383dc560eb5f65ab3f8975ebbf8fe03\netty-transport-native-kqueue-4.1.63.Final-osx-x86_64.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.netty\netty-transport-native-unix-common\4.1.63.Final\85bd91382ec54b300ad3ff59efccbb4fccb22a88\netty-transport-native-unix-common-4.1.63.Final.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.netty\netty-transport\4.1.63.Final\9a8bbe1ba082c9434e6f524d3864a53f340f2df\netty-transport-4.1.63.Final.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.netty\netty-buffer\4.1.63.Final\40028ce5ac7c43f1c9a1439f74637cad04013e23\netty-buffer-4.1.63.Final.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.netty\netty-common\4.1.63.Final\e1206b46384d4dcbecee2901f18ce65ecf02e8a4\netty-common-4.1.63.Final.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.opentelemetry\opentelemetry-exporter-logging\1.2.0\e584864a34165cad77961e8b6d29a5331f588ebd\opentelemetry-exporter-logging-1.2.0.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.opentelemetry\opentelemetry-sdk-extension-autoconfigure\1.2.0-alpha\b6f543db24776b9c2f0c3c69f13fcd1fed8ba151\opentelemetry-sdk-extension-autoconfigure-1.2.0-alpha.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.opentelemetry\opentelemetry-sdk\1.2.0\d6dbda1293f717033a8d512607f048c956f03d52\opentelemetry-sdk-1.2.0.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.opentelemetry\opentelemetry-sdk-trace\1.2.0\2a1881ee7596602a3bd3962b1815eb09339feb6f\opentelemetry-sdk-trace-1.2.0.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.opentelemetry\opentelemetry-sdk-common\1.2.0\e930c5077c65047a279a5fce3362618ef814b931\opentelemetry-sdk-common-1.2.0.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.opentelemetry\opentelemetry-semconv\1.2.0-alpha\3213e32cd4897feee5f3f7d4430e815162a1ca2f\opentelemetry-semconv-1.2.0-alpha.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.opentelemetry\opentelemetry-api\1.2.0\896e4544e94563d6fa63f5e567503f2829800830\opentelemetry-api-1.2.0.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.opentelemetry\opentelemetry-context\1.2.0\ef09bd01af659cfc50e785cfc57f8c14ecb8857b\opentelemetry-context-1.2.0.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.ous\jtoml\2.0.0\2085505b2b173e14b2a7702edd703ce185fd6206\jtoml-2.0.0.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-exec\1.3\8dfb9facd0830a27b1b5f29f84593f0aeee7773b\commons-exec-1.3.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.github.x-stream\mxparser\1.2.1\2a7e50b9831efc7785a4d276d94eadee343a4729\mxparser-1.2.1.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\net.sf.jopt-simple\jopt-simple\4.6\306816fb57cf94f108a43c95731b08934dcae15c\jopt-simple-4.6.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-math3\3.2\ec2544ab27e110d2d431bdad7d538ed509b21e62\commons-math3-3.2.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.glassfish.jaxb\txw2\2.3.1\a09d2c48d3285f206fafbffe0e50619284e92126\txw2-2.3.1.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.sun.istack\istack-commons-runtime\3.0.7\c197c86ceec7318b1284bffb49b54226ca774003\istack-commons-runtime-3.0.7.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.jvnet.staxex\stax-ex\1.8\8cc35f73da321c29973191f2cf143d29d26a1df7\stax-ex-1.8.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.sun.xml.fastinfoset\FastInfoset\1.2.15\bb7b7ec0379982b97c62cd17465cb6d9155f68e8\FastInfoset-1.2.15.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.google.auto\auto-common\1.0\41d5dbfadf17625071d3f4a8b7f7a6d70dcd3c8f\auto-common-1.0.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.google.guava\failureaccess\1.0.1\1dcf1de382a0bf95a3d8b0849546c88bac1292c9\failureaccess-1.0.1.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.google.guava\listenablefuture\9999.0-empty-to-avoid-conflict-with-guava\b421526c5f297295adef1c886e5246c39d4ac629\listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.google.code.findbugs\jsr305\3.0.2\25ea2e8b0c338a877313bd4672d3fe056ea78f0d\jsr305-3.0.2.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.checkerframework\checker-qual\3.8.0\6b83e4a33220272c3a08991498ba9dc09519f190\checker-qual-3.8.0.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.google.errorprone\error_prone_annotations\2.5.1\562d366678b89ce5d6b6b82c1a073880341e3fba\error_prone_annotations-2.5.1.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.google.j2objc\j2objc-annotations\1.3\ba035118bc8bac37d7eff77700720999acd9986d\j2objc-annotations-1.3.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.asynchttpclient\async-http-client-netty-utils\2.12.3\ad99d8622931ed31367d0fef7fa17eb62e033fb3\async-http-client-netty-utils-2.12.3.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.netty\netty-handler-proxy\4.1.60.Final\2352f12826400e5db64b36fd951508ce9a61c196\netty-handler-proxy-4.1.60.Final.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.typesafe.netty\netty-reactive-streams\2.0.4\f77c8eaa7d5e2f2160b6d21ba385cf726f164b2\netty-reactive-streams-2.0.4.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.netty\netty-handler\4.1.63.Final\879a43c2325b08e92e8967218b6ddb0ed4b7a0d3\netty-handler-4.1.63.Final.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.netty\netty-codec-socks\4.1.60.Final\6f4573281df659265bd709fd10471c3e00ef6c70\netty-codec-socks-4.1.60.Final.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.reactivestreams\reactive-streams\1.0.3\d9fb7a7926ffa635b3dcaa5049fb2bfa25b3e7d0\reactive-streams-1.0.3.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\com.sun.activation\jakarta.activation\1.2.2\74548703f9851017ce2f556066659438019e7eb5\jakarta.activation-1.2.2.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.netty\netty-codec\4.1.63.Final\d4d2fccea88c80e56d59ce1053c53df0f9f4f5db\netty-codec-4.1.63.Final.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.netty\netty-resolver\4.1.63.Final\d07cd47c101dfa655d6d5cc304d523742fd78ca8\netty-resolver-4.1.63.Final.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.opentelemetry\opentelemetry-sdk-metrics\1.2.0-alpha\18352f406afc373ef6315ab25f13a8fc904e742c\opentelemetry-sdk-metrics-1.2.0-alpha.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\xmlpull\xmlpull\1.1.3.1\2b8e230d2ab644e4ecaa94db7cdedbc40c805dfa\xmlpull-1.1.3.1.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\io.opentelemetry\opentelemetry-api-metrics\1.2.0-alpha\51be762d558b425697091a5e7ac5e65c3cf084de\opentelemetry-api-metrics-1.2.0-alpha.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\xpp3\xpp3_min\1.1.4c\19d4e90b43059058f6e056f794f0ea4030d60b86\xpp3_min-1.1.4c.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\net.sf.kxml\kxml2-min\2.3.0\16379c20c45424d5bc804b9dc6f8a786720496d5\kxml2-min-2.3.0.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\stax\stax\1.2.0\c434800de5e4bbe1822805be5fb1c32d6834f830\stax-1.2.0.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.codehaus.woodstox\wstx-asl\3.2.7\252c7faae9ce98cb9c9d29f02db88f7373e7f407\wstx-asl-3.2.7.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\dom4j\dom4j\1.6.1\5d3ccc056b6f056dbf0dddfdf43894b9065a8f94\dom4j-1.6.1.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.jdom\jdom\1.1.3\8bdfeb39fa929c35f5e4f0b02d34350db39a1efc\jdom-1.1.3.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.jdom\jdom2\2.0.5\2001db51c131e555bafdb77fc52af6a9408c505e\jdom2-2.0.5.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\xom\xom\1.1\6705564269d976dbc0d869b58aca25290c0eb4cb\xom-1.1.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\org.codehaus.jettison\jettison\1.2\765a6181653f4b05c18c7a9e8f5c1f8269bf9b2\jettison-1.2.jar;D:\Test\AFT\Dev\AFT_Java\sandbox\.gradle\caches\modules-2\files-2.1\stax\stax-api\1.0.1\49c100caf72d658aca8e58bd74a4ba90fa2b0d70\stax-api-1.0.1.jar;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.1.3\lib\idea_rt.jar, java.vm.vendor=Azul Systems, Inc., sun.arch.data.model=64, idea.test.cyclic.buffer.size=1048576, hbm2ddl.auto=validate, user.variant=, java.vendor.url=http://www.azul.com/, user.timezone=Europe/Moscow, os.name=Windows 10, java.vm.specification.version=1.8, sun.java.launcher=SUN_STANDARD, user.country=RU, sun.boot.library.path=C:\Program Files\Zulu\zulu-8\jre\bin, sun.java.command=com.intellij.rt.testng.RemoteTestNGStarter -usedefaultlisteners false -socket51707 @w@C:\Users\Andrey\AppData\Local\Temp\idea_working_dirs_testng.tmp -temp C:\Users\Andrey\AppData\Local\Temp\idea_testng.tmp, sun.cpu.endian=little, user.home=C:\Users\Andrey, user.language=ru, java.specification.vendor=Oracle Corporation, hibernate.cache.provider_class=org.hibernate.cache.internal.NoCachingRegionFactory, java.home=C:\Program Files\Zulu\zulu-8\jre, file.separator=\, line.separator=
, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, jdk.vendor.version=Zulu 8.56.0.21-CA-win64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, cache.provider_class=org.hibernate.cache.internal.NoCachingRegionFactory, sun.boot.class.path=C:\Program Files\Zulu\zulu-8\jre\lib\resources.jar;C:\Program Files\Zulu\zulu-8\jre\lib\rt.jar;C:\Program Files\Zulu\zulu-8\jre\lib\sunrsasign.jar;C:\Program Files\Zulu\zulu-8\jre\lib\jsse.jar;C:\Program Files\Zulu\zulu-8\jre\lib\jce.jar;C:\Program Files\Zulu\zulu-8\jre\lib\charsets.jar;C:\Program Files\Zulu\zulu-8\jre\lib\jfr.jar;C:\Program Files\Zulu\zulu-8\jre\classes, hibernate.hbm2ddl.auto=validate, user.script=, connection.password=, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=1.8.0_302-b08, user.name=Andrey, path.separator=;, hibernate.connection.username=****, os.version=10.0, java.endorsed.dirs=C:\Program Files\Zulu\zulu-8\jre\lib\endorsed, java.runtime.name=OpenJDK Runtime Environment, hibernate.connection.url=jdbc:mysql://localhost:3306/addressbook, connection.pool_size=1, file.encoding=UTF-8, java.vm.name=OpenJDK 64-Bit Server VM, hibernate.show_sql=true, show_sql=true, hibernate.connection.driver_class=com.mysql.cj.jdbc.Driver, java.vendor.url.bug=http://www.azul.com/support/, java.io.tmpdir=C:\Users\Andrey\AppData\Local\Temp\, java.version=1.8.0_302, user.dir=D:\Test\AFT\Dev\AFT_Java_New\addressbook-web-tests, os.arch=amd64, connection.username=root, java.vm.specification.name=Java Virtual Machine Specification, hibernate.connection.password=****, java.awt.printerjob=sun.awt.windows.WPrinterJob, sun.os.patch.level=, connection.driver_class=com.mysql.cj.jdbc.Driver, hibernate.boot.CfgXmlAccessService.key=org.hibernate.boot.cfgxml.spi.LoadedConfig@4564e94b, java.library.path=C:\Program Files\Zulu\zulu-8\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Zulu\zulu-8\bin\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Google\Google Apps Sync\;C:\Program Files\Google\Google Apps Migration\;C:\Program Files\Git\cmd;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files (x86)\PICT\;%JAVA_HOME%\bin;C:\Program Files\Python39\;C:\Program Files\Python39\Scripts\;C:\Program Files\Python39\Lib\site-packages\;C:\Windows\System32;%Gradle_HOME%;C:\Tools;C:\Users\Andrey\AppData\Local\Microsoft\WindowsApps;C:\Users\Andrey\Maven\apache-maven-3.8.1-bin\apache-maven-3.8.1\bin;C:\Users\Andrey\.dotnet\tools;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.1.3\bin;;C:\Program Files\Python39;C:\Program Files\Python39\Scripts;C:\Program Files\Python39\Lib\site-packages;C:\Program Files\JetBrains\PyCharm Community Edition 2021.1.3\bin;;C:\Users\Andrey\AppData\Local\GitHubDesktop\bin;., java.vendor=Azul Systems, Inc., java.vm.info=mixed mode, java.vm.version=25.302-b08, hibernate.bytecode.use_reflection_optimizer=false, sun.io.unicode.encoding=UnicodeLittle, java.ext.dirs=C:\Program Files\Zulu\zulu-8\jre\lib\ext;C:\Windows\Sun\Java\lib\ext, hibernate.connection.pool_size=1, connection.url=jdbc:mysql://localhost:3306/addressbook, java.class.version=52.0}
12:52:57.513 [main] DEBUG o.h.secure.spi.JaccIntegrator - Skipping JACC integration as it was not enabled
12:52:57.515 [main] DEBUG o.h.internal.SessionFactoryImpl - Instantiated session factory
12:52:57.515 [main] DEBUG o.h.t.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@314b8f2d] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@72ab05ed]
12:52:57.640 [main] DEBUG o.h.b.i.ClassLoaderAccessImpl - Not known whether passed class name [ru.stqa.pft.addressbook.model.ContactData] is safe
12:52:57.640 [main] DEBUG o.h.b.i.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : ru.stqa.pft.addressbook.model.ContactData
12:52:58.065 [main] DEBUG o.h.b.i.ClassLoaderAccessImpl - Not known whether passed class name [ru.stqa.pft.addressbook.model.GroupData] is safe
12:52:58.065 [main] DEBUG o.h.b.i.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : ru.stqa.pft.addressbook.model.GroupData
12:52:58.122 [main] DEBUG o.h.p.c.AbstractCollectionPersister - Static SQL for collection: ru.stqa.pft.addressbook.model.GroupData.contacts
12:52:58.122 [main] DEBUG o.h.p.c.AbstractCollectionPersister - Row insert: insert into address_in_groups (group_id, id) values (?, ?)
12:52:58.122 [main] DEBUG o.h.p.c.AbstractCollectionPersister - Row update: update address_in_groups set id=? where group_id=? and id=?
12:52:58.122 [main] DEBUG o.h.p.c.AbstractCollectionPersister - Row delete: delete from address_in_groups where group_id=? and id=?
12:52:58.122 [main] DEBUG o.h.p.c.AbstractCollectionPersister - One-shot delete: delete from address_in_groups where group_id=?
12:52:58.123 [main] DEBUG o.h.p.c.AbstractCollectionPersister - Static SQL for collection: ru.stqa.pft.addressbook.model.ContactData.groups
12:52:58.123 [main] DEBUG o.h.p.c.AbstractCollectionPersister - Row insert: insert into address_in_groups (id, group_id) values (?, ?)
12:52:58.123 [main] DEBUG o.h.p.c.AbstractCollectionPersister - Row update: update address_in_groups set group_id=? where id=? and group_id=?
12:52:58.123 [main] DEBUG o.h.p.c.AbstractCollectionPersister - Row delete: delete from address_in_groups where id=? and group_id=?
12:52:58.123 [main] DEBUG o.h.p.c.AbstractCollectionPersister - One-shot delete: delete from address_in_groups where id=?
12:52:58.131 [main] DEBUG o.h.p.e.AbstractEntityPersister - Static SQL for entity: ru.stqa.pft.addressbook.model.ContactData
12:52:58.131 [main] DEBUG o.h.p.e.AbstractEntityPersister - Version select: select id from addressbook where id =?
12:52:58.131 [main] DEBUG o.h.p.e.AbstractEntityPersister - Snapshot select: select contactdat_.id, contactdat_.address as address2_1_, contactdat_.email as email3_1_, contactdat_.company as company4_1_, contactdat_.fax as fax5_1_, contactdat_.firstName as firstnam6_1_, contactdat_.home as home7_1_, contactdat_.homepage as homepage8_1_, contactdat_.lastName as lastname9_1_, contactdat_.middlename as middlen10_1_, contactdat_.mobile as mobile11_1_, contactdat_.nickname as nicknam12_1_, contactdat_.photo as photo13_1_, contactdat_.work as work14_1_ from addressbook contactdat_ where contactdat_.id=?
12:52:58.131 [main] DEBUG o.h.p.e.AbstractEntityPersister - Insert 0: insert into addressbook (address, email, company, fax, firstName, home, homepage, lastName, middlename, mobile, nickname, photo, work, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
12:52:58.131 [main] DEBUG o.h.p.e.AbstractEntityPersister - Update 0: update addressbook set address=?, email=?, company=?, fax=?, firstName=?, home=?, homepage=?, lastName=?, middlename=?, mobile=?, nickname=?, photo=?, work=? where id=?
12:52:58.131 [main] DEBUG o.h.p.e.AbstractEntityPersister - Delete 0: delete from addressbook where id=?
12:52:58.168 [main] DEBUG o.h.l.p.b.i.spaces.QuerySpacesImpl - Adding QuerySpace : uid = <gen:0> -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@3fbfbf84]
12:52:58.169 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : address
12:52:58.170 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : allEmail
12:52:58.170 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : company
12:52:58.170 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : faxNumber
12:52:58.170 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : firstname
12:52:58.170 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : groups
12:52:58.177 [main] DEBUG o.h.l.p.b.i.spaces.QuerySpacesImpl - Adding QuerySpace : uid = <gen:1> -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@70e13fa]
12:52:58.181 [main] DEBUG o.h.l.p.b.i.spaces.QuerySpacesImpl - Adding QuerySpace : uid = <gen:2> -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@f446158]
12:52:58.183 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : groups.contacts
12:52:58.183 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Property path deemed to be circular : groups.contacts
12:52:58.183 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : groups.footer
12:52:58.183 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : groups.group_name
12:52:58.183 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : groups.header
12:52:58.183 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : homePhone
12:52:58.183 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : homepage
12:52:58.183 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : lastname
12:52:58.184 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : middlename
12:52:58.184 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : mobilePhone
12:52:58.184 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : nickname
12:52:58.184 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : photoPath
12:52:58.184 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : workPhone
12:52:58.184 [main] DEBUG o.h.l.p.b.i.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan...
12:52:58.201 [main] DEBUG o.h.l.p.e.i.LoadQueryJoinAndFetchProcessor - processing queryspace <gen:0>
12:52:58.212 [main] DEBUG o.h.l.p.b.spi.LoadPlanTreePrinter - LoadPlan(entity=ru.stqa.pft.addressbook.model.ContactData)
- Returns
- EntityReturnImpl(entity=ru.stqa.pft.addressbook.model.ContactData, querySpaceUid=<gen:0>, path=ru.stqa.pft.addressbook.model.ContactData)
- CollectionAttributeFetchImpl(collection=ru.stqa.pft.addressbook.model.ContactData.groups, querySpaceUid=<gen:1>, path=ru.stqa.pft.addressbook.model.ContactData.groups)
- (collection element) CollectionFetchableElementEntityGraph(entity=ru.stqa.pft.addressbook.model.GroupData, querySpaceUid=<gen:2>, path=ru.stqa.pft.addressbook.model.ContactData.groups.<elements>)
- QuerySpaces
- EntityQuerySpaceImpl(uid=<gen:0>, entity=ru.stqa.pft.addressbook.model.ContactData)
- SQL table alias mapping - contactdat0_
- alias suffix - 0_
- suffixed key columns - {id1_1_0_}
- JOIN (JoinDefinedByMetadata(groups)) : <gen:0> -> <gen:1>
- CollectionQuerySpaceImpl(uid=<gen:1>, collection=ru.stqa.pft.addressbook.model.ContactData.groups)
- SQL table alias mapping - groups1_
- alias suffix - 1_
- suffixed key columns - {id1_0_1_}
- entity-element alias suffix - 2_
- 2_entity-element suffixed key columns - group_id1_2_2_
- JOIN (JoinDefinedByMetadata(elements)) : <gen:1> -> <gen:2>
- EntityQuerySpaceImpl(uid=<gen:2>, entity=ru.stqa.pft.addressbook.model.GroupData)
- SQL table alias mapping - groupdata2_
- alias suffix - 2_
- suffixed key columns - {group_id1_2_2_}
12:52:58.214 [main] DEBUG o.h.loader.entity.plan.EntityLoader - Static select for entity ru.stqa.pft.addressbook.model.ContactData [NONE]: select contactdat0_.id as id1_1_0_, contactdat0_.address as address2_1_0_, contactdat0_.email as email3_1_0_, contactdat0_.company as company4_1_0_, contactdat0_.fax as fax5_1_0_, contactdat0_.firstName as firstnam6_1_0_, contactdat0_.home as home7_1_0_, contactdat0_.homepage as homepage8_1_0_, contactdat0_.lastName as lastname9_1_0_, contactdat0_.middlename as middlen10_1_0_, contactdat0_.mobile as mobile11_1_0_, contactdat0_.nickname as nicknam12_1_0_, contactdat0_.photo as photo13_1_0_, contactdat0_.work as work14_1_0_, groups1_.id as id1_0_1_, groupdata2_.group_id as group_id2_0_1_, groupdata2_.group_id as group_id1_2_2_, groupdata2_.group_footer as group_fo2_2_2_, groupdata2_.group_name as group_na3_2_2_, groupdata2_.group_header as group_he4_2_2_ from addressbook contactdat0_ left outer join address_in_groups groups1_ on contactdat0_.id=groups1_.id left outer join group_list groupdata2_ on groups1_.group_id=groupdata2_.group_id where contactdat0_.id=?
12:52:58.215 [main] DEBUG o.h.p.e.AbstractEntityPersister - Static SQL for entity: ru.stqa.pft.addressbook.model.GroupData
12:52:58.215 [main] DEBUG o.h.p.e.AbstractEntityPersister - Version select: select group_id from group_list where group_id =?
12:52:58.215 [main] DEBUG o.h.p.e.AbstractEntityPersister - Snapshot select: select groupdata_.group_id, groupdata_.group_footer as group_fo2_2_, groupdata_.group_name as group_na3_2_, groupdata_.group_header as group_he4_2_ from group_list groupdata_ where groupdata_.group_id=?
12:52:58.215 [main] DEBUG o.h.p.e.AbstractEntityPersister - Insert 0: insert into group_list (group_footer, group_name, group_header, group_id) values (?, ?, ?, ?)
12:52:58.215 [main] DEBUG o.h.p.e.AbstractEntityPersister - Update 0: update group_list set group_footer=?, group_name=?, group_header=? where group_id=?
12:52:58.215 [main] DEBUG o.h.p.e.AbstractEntityPersister - Delete 0: delete from group_list where group_id=?
12:52:58.215 [main] DEBUG o.h.l.p.b.i.spaces.QuerySpacesImpl - Adding QuerySpace : uid = <gen:0> -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@5ff90645]
12:52:58.215 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : contacts
12:52:58.215 [main] DEBUG o.h.l.p.b.i.spaces.QuerySpacesImpl - Adding QuerySpace : uid = <gen:1> -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@74aa9c72]
12:52:58.216 [main] DEBUG o.h.l.p.b.i.spaces.QuerySpacesImpl - Adding QuerySpace : uid = <gen:2> -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@5c20aab9]
12:52:58.216 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : footer
12:52:58.216 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : group_name
12:52:58.216 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : header
12:52:58.216 [main] DEBUG o.h.l.p.b.i.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan...
12:52:58.216 [main] DEBUG o.h.l.p.e.i.LoadQueryJoinAndFetchProcessor - processing queryspace <gen:0>
12:52:58.216 [main] DEBUG o.h.l.p.b.spi.LoadPlanTreePrinter - LoadPlan(entity=ru.stqa.pft.addressbook.model.GroupData)
- Returns
- EntityReturnImpl(entity=ru.stqa.pft.addressbook.model.GroupData, querySpaceUid=<gen:0>, path=ru.stqa.pft.addressbook.model.GroupData)
- CollectionAttributeFetchImpl(collection=ru.stqa.pft.addressbook.model.GroupData.contacts, querySpaceUid=<gen:1>, path=ru.stqa.pft.addressbook.model.GroupData.contacts)
- (collection element) CollectionFetchableElementEntityGraph(entity=ru.stqa.pft.addressbook.model.ContactData, querySpaceUid=<gen:2>, path=ru.stqa.pft.addressbook.model.GroupData.contacts.<elements>)
- QuerySpaces
- EntityQuerySpaceImpl(uid=<gen:0>, entity=ru.stqa.pft.addressbook.model.GroupData)
- SQL table alias mapping - groupdata0_
- alias suffix - 0_
- suffixed key columns - {group_id1_2_0_}
12:52:58.217 [main] DEBUG o.h.loader.entity.plan.EntityLoader - Static select for entity ru.stqa.pft.addressbook.model.GroupData [NONE]: select groupdata0_.group_id as group_id1_2_0_, groupdata0_.group_footer as group_fo2_2_0_, groupdata0_.group_name as group_na3_2_0_, groupdata0_.group_header as group_he4_2_0_ from group_list groupdata0_ where groupdata0_.group_id=?
12:52:58.223 [main] DEBUG o.h.l.p.b.i.spaces.QuerySpacesImpl - Adding QuerySpace : uid = <gen:0> -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@431f1eaf]
12:52:58.224 [main] DEBUG o.h.l.p.b.i.spaces.QuerySpacesImpl - Adding QuerySpace : uid = <gen:1> -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@cb03411]
12:52:58.224 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : address
12:52:58.224 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : allEmail
12:52:58.224 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : company
12:52:58.224 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : faxNumber
12:52:58.224 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : firstname
12:52:58.224 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : groups
12:52:58.224 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Property path deemed to be circular : groups
12:52:58.224 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : homePhone
12:52:58.224 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : homepage
12:52:58.224 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : lastname
12:52:58.224 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : middlename
12:52:58.224 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : mobilePhone
12:52:58.224 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : nickname
12:52:58.224 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : photoPath
12:52:58.224 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : workPhone
12:52:58.225 [main] DEBUG o.h.l.p.b.i.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan...
12:52:58.227 [main] DEBUG o.h.l.p.e.i.LoadQueryJoinAndFetchProcessor - processing queryspace <gen:0>
12:52:58.228 [main] DEBUG o.h.l.p.b.spi.LoadPlanTreePrinter - LoadPlan(collection=ru.stqa.pft.addressbook.model.GroupData.contacts)
- Returns
- CollectionReturnImpl(collection=ru.stqa.pft.addressbook.model.GroupData.contacts, querySpaceUid=<gen:0>, path=[ru.stqa.pft.addressbook.model.GroupData.contacts])
- (collection element) CollectionFetchableElementEntityGraph(entity=ru.stqa.pft.addressbook.model.ContactData, querySpaceUid=<gen:1>, path=[ru.stqa.pft.addressbook.model.GroupData.contacts].<elements>)
- QuerySpaces
- CollectionQuerySpaceImpl(uid=<gen:0>, collection=ru.stqa.pft.addressbook.model.GroupData.contacts)
- SQL table alias mapping - contacts0_
- alias suffix - 0_
- suffixed key columns - {group_id2_0_0_}
- entity-element alias suffix - 1_
- 1_entity-element suffixed key columns - id1_1_1_
- JOIN (JoinDefinedByMetadata(elements)) : <gen:0> -> <gen:1>
- EntityQuerySpaceImpl(uid=<gen:1>, entity=ru.stqa.pft.addressbook.model.ContactData)
- SQL table alias mapping - contactdat1_
- alias suffix - 1_
- suffixed key columns - {id1_1_1_}
12:52:58.229 [main] DEBUG o.h.l.c.plan.CollectionLoader - Static select for collection ru.stqa.pft.addressbook.model.GroupData.contacts: select contacts0_.group_id as group_id2_0_0_, contacts0_.id as id1_0_0_, contactdat1_.id as id1_1_1_, contactdat1_.address as address2_1_1_, contactdat1_.email as email3_1_1_, contactdat1_.company as company4_1_1_, contactdat1_.fax as fax5_1_1_, contactdat1_.firstName as firstnam6_1_1_, contactdat1_.home as home7_1_1_, contactdat1_.homepage as homepage8_1_1_, contactdat1_.lastName as lastname9_1_1_, contactdat1_.middlename as middlen10_1_1_, contactdat1_.mobile as mobile11_1_1_, contactdat1_.nickname as nicknam12_1_1_, contactdat1_.photo as photo13_1_1_, contactdat1_.work as work14_1_1_ from address_in_groups contacts0_ inner join addressbook contactdat1_ on contacts0_.id=contactdat1_.id where contacts0_.group_id=?
12:52:58.229 [main] DEBUG o.h.l.p.b.i.spaces.QuerySpacesImpl - Adding QuerySpace : uid = <gen:0> -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@62a4417]
12:52:58.229 [main] DEBUG o.h.l.p.b.i.spaces.QuerySpacesImpl - Adding QuerySpace : uid = <gen:1> -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@43f61afb]
12:52:58.229 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : contacts
12:52:58.229 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Property path deemed to be circular : contacts
12:52:58.229 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : footer
12:52:58.230 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : group_name
12:52:58.230 [main] DEBUG o.h.p.w.spi.MetamodelGraphWalker - Visiting attribute path : header
12:52:58.230 [main] DEBUG o.h.l.p.b.i.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan...
12:52:58.230 [main] DEBUG o.h.l.p.e.i.LoadQueryJoinAndFetchProcessor - processing queryspace <gen:0>
12:52:58.230 [main] DEBUG o.h.l.p.b.spi.LoadPlanTreePrinter - LoadPlan(collection=ru.stqa.pft.addressbook.model.ContactData.groups)
- Returns
- CollectionReturnImpl(collection=ru.stqa.pft.addressbook.model.ContactData.groups, querySpaceUid=<gen:0>, path=[ru.stqa.pft.addressbook.model.ContactData.groups])
- (collection element) CollectionFetchableElementEntityGraph(entity=ru.stqa.pft.addressbook.model.GroupData, querySpaceUid=<gen:1>, path=[ru.stqa.pft.addressbook.model.ContactData.groups].<elements>)
- QuerySpaces
- CollectionQuerySpaceImpl(uid=<gen:0>, collection=ru.stqa.pft.addressbook.model.ContactData.groups)
- SQL table alias mapping - groups0_
- alias suffix - 0_
- suffixed key columns - {id1_0_0_}
- entity-element alias suffix - 1_
- 1_entity-element suffixed key columns - group_id1_2_1_
- JOIN (JoinDefinedByMetadata(elements)) : <gen:0> -> <gen:1>
- EntityQuerySpaceImpl(uid=<gen:1>, entity=ru.stqa.pft.addressbook.model.GroupData)
- SQL table alias mapping - groupdata1_
- alias suffix - 1_
- suffixed key columns - {group_id1_2_1_}
12:52:58.231 [main] DEBUG o.h.l.c.plan.CollectionLoader - Static select for collection ru.stqa.pft.addressbook.model.ContactData.groups: select groups0_.id as id1_0_0_, groups0_.group_id as group_id2_0_0_, groupdata1_.group_id as group_id1_2_1_, groupdata1_.group_footer as group_fo2_2_1_, groupdata1_.group_name as group_na3_2_1_, groupdata1_.group_header as group_he4_2_1_ from address_in_groups groups0_ inner join group_list groupdata1_ on groups0_.group_id=groupdata1_.group_id where groups0_.id=?
12:52:58.301 [main] INFO o.hibernate.orm.connections.access - HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@23592946] 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.
12:52:58.382 [main] DEBUG o.h.e.t.j.p.i.JtaPlatformInitiator - No JtaPlatform was specified, checking resolver
12:52:58.383 [main] DEBUG o.h.e.t.j.p.i.JtaPlatformResolverInitiator - No JtaPlatformResolver was specified, using default [org.hibernate.engine.transaction.jta.platform.internal.StandardJtaPlatformResolver]
12:52:58.391 [main] DEBUG o.h.e.t.j.p.i.StandardJtaPlatformResolver - Could not resolve JtaPlatform, using default [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
12:52:58.391 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
12:52:58.392 [main] DEBUG o.h.query.spi.NamedQueryRepository - Checking 0 named HQL queries
12:52:58.392 [main] DEBUG o.h.query.spi.NamedQueryRepository - Checking 0 named SQL queries
12:52:58.398 [main] DEBUG o.h.s.i.SessionFactoryServiceRegistryImpl - EventListenerRegistry access via ServiceRegistry is deprecated. Use `sessionFactory.getEventEngine().getListenerRegistry()` instead
12:52:58.405 [main] DEBUG o.h.internal.SessionFactoryRegistry - Initializing SessionFactoryRegistry : org.hibernate.internal.SessionFactoryRegistry@154bd49b
12:52:58.407 [main] DEBUG o.h.internal.SessionFactoryRegistry - Registering SessionFactory: de019c75-8614-4779-b2d6-ba03aae7d642 (<unnamed>)
12:52:58.407 [main] DEBUG o.h.internal.SessionFactoryRegistry - Not binding SessionFactory to JNDI, no JNDI name configured
12:52:58.498 [main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework
12:52:58.502 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.level: simple
12:52:58.502 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4
12:52:58.509 [main] DEBUG i.n.u.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@475646d4
12:52:58.594 [main] DEBUG i.n.util.internal.PlatformDependent - Platform: Windows
12:52:58.597 [main] DEBUG i.n.u.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false
12:52:58.597 [main] DEBUG i.n.u.internal.PlatformDependent0 - Java version: 8
12:52:58.598 [main] DEBUG i.n.u.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
12:52:58.599 [main] DEBUG i.n.u.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
12:52:58.599 [main] DEBUG i.n.u.internal.PlatformDependent0 - java.nio.Buffer.address: available
12:52:58.600 [main] DEBUG i.n.u.internal.PlatformDependent0 - direct buffer constructor: available
12:52:58.601 [main] DEBUG i.n.u.internal.PlatformDependent0 - java.nio.Bits.unaligned: available, true
12:52:58.601 [main] DEBUG i.n.u.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9
12:52:58.601 [main] DEBUG i.n.u.internal.PlatformDependent0 - java.nio.DirectByteBuffer.<init>(long, int): available
12:52:58.601 [main] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available
12:52:58.601 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.tmpdir: C:\Users\Andrey\AppData\Local\Temp (java.io.tmpdir)
12:52:58.601 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
12:52:58.602 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: 2384461824 bytes
12:52:58.603 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1
12:52:58.604 [main] DEBUG io.netty.util.internal.CleanerJava6 - java.nio.ByteBuffer.cleaner(): available
12:52:58.604 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
12:52:58.617 [main] DEBUG i.n.util.internal.PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available
12:52:58.650 [main] DEBUG i.n.u.i.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
12:52:58.651 [main] DEBUG i.n.u.i.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
12:52:58.869 [main] DEBUG io.netty.handler.ssl.JdkSslContext - Default protocols (JDK): [TLSv1.2]
12:52:58.870 [main] DEBUG io.netty.handler.ssl.JdkSslContext - Default cipher suites (JDK): [TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384]
12:52:58.907 [main] DEBUG i.n.c.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 8
12:52:58.922 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
12:52:58.922 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
12:52:58.972 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 8
12:52:58.972 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 8
12:52:58.972 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
12:52:58.972 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
12:52:58.972 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
12:52:58.972 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
12:52:58.972 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
12:52:58.972 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
12:52:58.972 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
12:52:58.972 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimIntervalMillis: 0
12:52:58.972 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: true
12:52:58.972 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
12:52:58.985 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: pooled
12:52:58.985 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0
12:52:58.985 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384
12:52:59.927 [Forwarding newSession on session null to remote] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.processId: 19436 (auto-detected)
12:52:59.930 [Forwarding newSession on session null to remote] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv4Stack: false
12:52:59.930 [Forwarding newSession on session null to remote] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv6Addresses: false
12:53:00.123 [Forwarding newSession on session null to remote] DEBUG i.netty.util.NetUtilInitializations - Loopback interface: lo (Software Loopback Interface 1, 127.0.0.1)
12:53:00.125 [Forwarding newSession on session null to remote] DEBUG io.netty.util.NetUtil - Failed to get SOMAXCONN from sysctl and file \proc\sys\net\core\somaxconn. Default: 200
12:53:00.315 [Forwarding newSession on session null to remote] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.machineId: e0:cb:4e:ff:fe:5d:0c:cf (auto-detected)
12:53:00.384 [AsyncHttpClient-1-2] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkAccessible: true
12:53:00.384 [AsyncHttpClient-1-2] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkBounds: true
12:53:00.384 [AsyncHttpClient-1-2] DEBUG i.n.u.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@5e6becdb
12:53:00.402 [AsyncHttpClient-1-2] DEBUG o.a.n.channel.NettyConnectListener - Using new Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to '/session'
12:53:00.429 [AsyncHttpClient-1-2] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacityPerThread: 4096
12:53:00.429 [AsyncHttpClient-1-2] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxSharedCapacityFactor: 2
12:53:00.429 [AsyncHttpClient-1-2] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.linkCapacity: 16
12:53:00.429 [AsyncHttpClient-1-2] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.ratio: 8
12:53:00.429 [AsyncHttpClient-1-2] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.delayedQueue.ratio: 8
12:53:01.181 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 365
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 789
12:53:01.194 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:01.323 [AsyncHttpClient-1-3] DEBUG o.a.n.channel.NettyConnectListener - Using new Channel '[id: 0xd279f0aa, L:/127.0.0.1:56537 - R:localhost/127.0.0.1:55725]' for 'GET' to '/json/version'
12:53:01.325 [AsyncHttpClient-1-3] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultFullHttpRequest(decodeResult: success, version: HTTP/1.1, content: EmptyByteBufBE)
GET /json/version HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
host: localhost:55725
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=UTF-8
content-length: 424
12:53:01.325 [AsyncHttpClient-1-3] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:55725 for channel [id: 0xd279f0aa, L:/127.0.0.1:56537 - R:localhost/127.0.0.1:55725]
12:53:01.337 [main] DEBUG i.n.util.internal.ThreadLocalRandom - -Dio.netty.initialSeedUniquifier: 0x1bcdff3f90ff06b1
12:53:01.342 [AsyncHttpClient-1-4] DEBUG o.a.n.channel.NettyConnectListener - Using new Channel '[id: 0x800905af, L:/127.0.0.1:56538 - R:localhost/127.0.0.1:55725]' for 'GET' to '/devtools/browser/f6cf8b5b-4431-44eb-9fac-754cf3d8f583'
12:53:01.343 [AsyncHttpClient-1-4] DEBUG o.a.netty.handler.WebSocketHandler -
Request DefaultFullHttpRequest(decodeResult: success, version: HTTP/1.1, content: EmptyByteBufBE)
GET /devtools/browser/f6cf8b5b-4431-44eb-9fac-754cf3d8f583 HTTP/1.1
upgrade: websocket
connection: upgrade
sec-websocket-key: gTu8FI0tO9vc/cdCjAM0UA==
sec-websocket-version: 13
origin: http://localhost:55725
host: localhost:55725
accept: */*
user-agent: AHC/2.1
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 101 WebSocket Protocol Handshake
Upgrade: WebSocket
Connection: Upgrade
Sec-WebSocket-Accept: ZvxRvImNBjDK3Ja6/BK4cWsbPe0=
12:53:01.400 [Forwarding setTimeout on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/timeouts'
12:53:01.400 [Forwarding setTimeout on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/timeouts'
12:53:01.406 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/timeouts HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 19
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 14
12:53:01.406 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:01.409 [Forwarding get on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/url'
12:53:01.409 [Forwarding get on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/url'
12:53:01.567 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/url HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 64
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 14
12:53:01.567 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:01.577 [Forwarding get on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/url'
12:53:01.577 [Forwarding get on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/url'
12:53:01.643 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/url HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 64
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 14
12:53:01.643 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:01.646 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:01.646 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:01.662 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 58
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:01.662 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:01.666 [Forwarding clickElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/5542cbfd-f7ce-444e-b4d7-beed722f70e3/click'
12:53:01.667 [Forwarding clickElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/5542cbfd-f7ce-444e-b4d7-beed722f70e3/click'
12:53:01.718 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/5542cbfd-f7ce-444e-b4d7-beed722f70e3/click HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 50
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 14
12:53:01.719 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:01.721 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:01.721 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:01.731 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 58
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:01.731 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:01.757 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:01.758 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:01.776 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 47304
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 12
12:53:01.777 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:01.779 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:01.779 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:01.789 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 58
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:01.789 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:01.792 [Forwarding clearElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/5542cbfd-f7ce-444e-b4d7-beed722f70e3/clear'
12:53:01.792 [Forwarding clearElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/5542cbfd-f7ce-444e-b4d7-beed722f70e3/clear'
12:53:01.825 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/5542cbfd-f7ce-444e-b4d7-beed722f70e3/clear HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 50
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 14
12:53:01.825 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:01.833 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:01.833 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:01.840 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 58
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:01.840 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:01.847 [Forwarding sendKeysToElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/5542cbfd-f7ce-444e-b4d7-beed722f70e3/value'
12:53:01.847 [Forwarding sendKeysToElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/5542cbfd-f7ce-444e-b4d7-beed722f70e3/value'
12:53:01.878 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/5542cbfd-f7ce-444e-b4d7-beed722f70e3/value HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 131
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 14
12:53:01.878 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:01.880 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:01.880 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:01.893 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 58
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:01.893 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:01.895 [Forwarding clickElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/0451c6ed-ed87-4d84-bebb-e3a3e4a6f86e/click'
12:53:01.896 [Forwarding clickElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/0451c6ed-ed87-4d84-bebb-e3a3e4a6f86e/click'
12:53:01.942 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/0451c6ed-ed87-4d84-bebb-e3a3e4a6f86e/click HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 50
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 14
12:53:01.943 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:01.945 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:01.945 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:01.952 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 58
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:01.952 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:01.962 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:01.962 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:01.979 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 47304
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 12
12:53:01.979 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:01.981 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:01.981 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:01.988 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 58
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:01.988 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:01.990 [Forwarding clearElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/0451c6ed-ed87-4d84-bebb-e3a3e4a6f86e/clear'
12:53:01.990 [Forwarding clearElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/0451c6ed-ed87-4d84-bebb-e3a3e4a6f86e/clear'
12:53:02.015 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/0451c6ed-ed87-4d84-bebb-e3a3e4a6f86e/clear HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 50
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 14
12:53:02.016 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.017 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:02.017 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:02.024 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 58
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:02.024 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.026 [Forwarding sendKeysToElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/0451c6ed-ed87-4d84-bebb-e3a3e4a6f86e/value'
12:53:02.026 [Forwarding sendKeysToElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/0451c6ed-ed87-4d84-bebb-e3a3e4a6f86e/value'
12:53:02.062 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/0451c6ed-ed87-4d84-bebb-e3a3e4a6f86e/value HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 141
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 14
12:53:02.062 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.064 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:02.064 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:02.080 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 70
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:02.081 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.083 [Forwarding clickElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/ca5c991c-5d68-4a7e-b690-6784fcea9f3a/click'
12:53:02.083 [Forwarding clickElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/ca5c991c-5d68-4a7e-b690-6784fcea9f3a/click'
12:53:02.124 [AsyncHttpClient-1-1] DEBUG o.a.n.channel.DefaultChannelPool - Entry count for : http://localhost:55725 : 1
12:53:02.344 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/ca5c991c-5d68-4a7e-b690-6784fcea9f3a/click HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 50
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 14
12:53:02.344 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.380 [main] INFO r.s.pft.addressbook.test.TestBase - Start testGroupModification testPhonesEmails_5_10 with parameters []
12:53:02.383 [Forwarding findElements on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/elements'
12:53:02.384 [Forwarding findElements on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/elements'
12:53:02.397 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/elements HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 62
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 90
12:53:02.398 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.407 [Forwarding findChildElements on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/153d3a18-a1a7-49e6-923f-0b7d07bb6c85/elements'
12:53:02.407 [Forwarding findChildElements on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/153d3a18-a1a7-49e6-923f-0b7d07bb6c85/elements'
12:53:02.427 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/153d3a18-a1a7-49e6-923f-0b7d07bb6c85/elements HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 90
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 801
12:53:02.428 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.442 [Forwarding findChildElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/153d3a18-a1a7-49e6-923f-0b7d07bb6c85/element'
12:53:02.442 [Forwarding findChildElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/153d3a18-a1a7-49e6-923f-0b7d07bb6c85/element'
12:53:02.474 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/153d3a18-a1a7-49e6-923f-0b7d07bb6c85/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 93
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:02.475 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.482 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:02.482 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:02.510 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 47304
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 15
12:53:02.510 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.512 [Forwarding getElementText on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'GET' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/0ef2798d-a889-4f2b-a106-622fcfdaa7e7/text'
12:53:02.512 [Forwarding getElementText on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for GET '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/0ef2798d-a889-4f2b-a106-622fcfdaa7e7/text'
12:53:02.528 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultFullHttpRequest(decodeResult: success, version: HTTP/1.1, content: EmptyByteBufBE)
GET /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/0ef2798d-a889-4f2b-a106-622fcfdaa7e7/text HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Cache-Control: no-cache
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 20
12:53:02.528 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.530 [Forwarding getElementText on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'GET' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/653e7029-256e-4744-aad7-628d3766e322/text'
12:53:02.530 [Forwarding getElementText on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for GET '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/653e7029-256e-4744-aad7-628d3766e322/text'
12:53:02.545 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultFullHttpRequest(decodeResult: success, version: HTTP/1.1, content: EmptyByteBufBE)
GET /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/653e7029-256e-4744-aad7-628d3766e322/text HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Cache-Control: no-cache
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 19
12:53:02.545 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.547 [Forwarding getElementText on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'GET' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/d7f6413f-b280-49f3-aa1d-cbf4b0f8e9d2/text'
12:53:02.547 [Forwarding getElementText on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for GET '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/d7f6413f-b280-49f3-aa1d-cbf4b0f8e9d2/text'
12:53:02.561 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultFullHttpRequest(decodeResult: success, version: HTTP/1.1, content: EmptyByteBufBE)
GET /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/d7f6413f-b280-49f3-aa1d-cbf4b0f8e9d2/text HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Cache-Control: no-cache
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 20
12:53:02.562 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.563 [Forwarding getElementText on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'GET' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/fdb652c9-56c3-4e01-8516-4ea3b19fd4ee/text'
12:53:02.563 [Forwarding getElementText on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for GET '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/fdb652c9-56c3-4e01-8516-4ea3b19fd4ee/text'
12:53:02.581 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultFullHttpRequest(decodeResult: success, version: HTTP/1.1, content: EmptyByteBufBE)
GET /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/fdb652c9-56c3-4e01-8516-4ea3b19fd4ee/text HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Cache-Control: no-cache
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 37
12:53:02.581 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.582 [Forwarding getElementText on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'GET' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/3c4fec69-67ba-48a1-bd2a-5cf1365a1b5b/text'
12:53:02.583 [Forwarding getElementText on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for GET '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/3c4fec69-67ba-48a1-bd2a-5cf1365a1b5b/text'
12:53:02.597 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultFullHttpRequest(decodeResult: success, version: HTTP/1.1, content: EmptyByteBufBE)
GET /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/3c4fec69-67ba-48a1-bd2a-5cf1365a1b5b/text HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Cache-Control: no-cache
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 40
12:53:02.597 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.599 [Forwarding getElementText on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'GET' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/fdb652c9-56c3-4e01-8516-4ea3b19fd4ee/text'
12:53:02.599 [Forwarding getElementText on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for GET '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/fdb652c9-56c3-4e01-8516-4ea3b19fd4ee/text'
12:53:02.607 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultFullHttpRequest(decodeResult: success, version: HTTP/1.1, content: EmptyByteBufBE)
GET /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/fdb652c9-56c3-4e01-8516-4ea3b19fd4ee/text HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Cache-Control: no-cache
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 37
12:53:02.607 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.609 [Forwarding getElementText on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'GET' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/3c4fec69-67ba-48a1-bd2a-5cf1365a1b5b/text'
12:53:02.609 [Forwarding getElementText on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for GET '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/3c4fec69-67ba-48a1-bd2a-5cf1365a1b5b/text'
12:53:02.616 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultFullHttpRequest(decodeResult: success, version: HTTP/1.1, content: EmptyByteBufBE)
GET /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/3c4fec69-67ba-48a1-bd2a-5cf1365a1b5b/text HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Cache-Control: no-cache
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 40
12:53:02.616 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.618 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:02.618 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:02.630 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 62
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:02.631 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.633 [Forwarding findChildElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/2af8e077-92ed-478f-a551-45384f28915f/element'
12:53:02.633 [Forwarding findChildElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/2af8e077-92ed-478f-a551-45384f28915f/element'
12:53:02.646 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/2af8e077-92ed-478f-a551-45384f28915f/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 102
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:02.646 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.648 [Forwarding findChildElements on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/153d3a18-a1a7-49e6-923f-0b7d07bb6c85/elements'
12:53:02.648 [Forwarding findChildElements on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/153d3a18-a1a7-49e6-923f-0b7d07bb6c85/elements'
12:53:02.654 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/153d3a18-a1a7-49e6-923f-0b7d07bb6c85/elements HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 90
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 801
12:53:02.655 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.657 [Forwarding findChildElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/a3eb1736-667f-4f9c-ba46-d268173d4b1a/element'
12:53:02.657 [Forwarding findChildElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/a3eb1736-667f-4f9c-ba46-d268173d4b1a/element'
12:53:02.670 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/a3eb1736-667f-4f9c-ba46-d268173d4b1a/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 89
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:02.671 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.672 [Forwarding clickElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/868860fc-fdd9-487c-b76a-51ffd744f169/click'
12:53:02.672 [Forwarding clickElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/868860fc-fdd9-487c-b76a-51ffd744f169/click'
12:53:02.969 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/868860fc-fdd9-487c-b76a-51ffd744f169/click HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 50
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 14
12:53:02.969 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:02.977 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:02.977 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:02.994 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 63
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:02.994 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.000 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.000 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.013 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 47304
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 19
12:53:03.014 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.016 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.016 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.028 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 62
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:03.029 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.070 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.070 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.085 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 47304
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 20
12:53:03.085 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.087 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.087 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.101 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 62
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:03.101 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.106 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.106 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.118 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 47304
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 16
12:53:03.119 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.120 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.121 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.134 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 61
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:03.135 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.136 [Forwarding getElementText on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'GET' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/411f44b1-3ba3-4b68-9235-b4f4a73224e0/text'
12:53:03.136 [Forwarding getElementText on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for GET '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/411f44b1-3ba3-4b68-9235-b4f4a73224e0/text'
12:53:03.151 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultFullHttpRequest(decodeResult: success, version: HTTP/1.1, content: EmptyByteBufBE)
GET /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element/411f44b1-3ba3-4b68-9235-b4f4a73224e0/text HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Cache-Control: no-cache
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 20
12:53:03.152 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.154 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.154 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.167 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 61
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:03.167 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.172 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.172 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.184 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 47304
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 15
12:53:03.184 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.185 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.185 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.197 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 58
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:03.198 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.202 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.202 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.213 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 47304
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 22
12:53:03.213 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.215 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.215 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.223 [AsyncHttpClient-1-1] DEBUG o.a.n.channel.DefaultChannelPool - Entry count for : http://localhost:55725 : 1
12:53:03.226 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 60
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:03.227 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.231 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.231 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.242 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 47304
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 19
12:53:03.243 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.244 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.244 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.256 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 58
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:03.256 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.260 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.260 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.271 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 47304
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 23
12:53:03.271 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.273 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.273 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.285 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 59
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:03.285 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.289 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.289 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.300 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 47304
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 20
12:53:03.300 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.302 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.302 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.314 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 60
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:03.314 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.319 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.319 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.333 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 47304
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 16
12:53:03.333 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.335 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.336 [Forwarding findElement on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element'
12:53:03.349 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/element HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 60
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 88
12:53:03.350 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.354 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.354 [Forwarding getElementAttribute on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync'
12:53:03.365 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/execute/sync HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 47304
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 21
12:53:03.366 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.368 [Forwarding goBack on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'POST' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/back'
12:53:03.368 [Forwarding goBack on session 8c1d15059fc5c2dbe48d44bc6cff7dbf to remote] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for POST '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf/back'
12:53:03.414 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /session/8c1d15059fc5c2dbe48d44bc6cff7dbf/back HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Length: 3
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 14
12:53:03.415 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.429 [main] INFO r.s.pft.addressbook.test.TestBase - Finish testGroupModificationtestPhonesEmails_5_10 with parameters []
12:53:03.441 [Driver Command Executor] DEBUG o.a.n.request.NettyRequestSender - Using pooled Channel '[id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]' for 'DELETE' to 'http://localhost:6734/session/8c1d15059fc5c2dbe48d44bc6cff7dbf'
12:53:03.441 [Driver Command Executor] DEBUG o.a.n.request.NettyRequestSender - Using open Channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734] for DELETE '/session/8c1d15059fc5c2dbe48d44bc6cff7dbf'
12:53:03.443 [AsyncHttpClient-1-4] DEBUG o.a.netty.handler.WebSocketHandler - Channel Closed: [id: 0x800905af, L:/127.0.0.1:56538 ! R:localhost/127.0.0.1:55725] with attribute NettyResponseFuture{currentRetry=5,
isDone=1,
isCancelled=0,
asyncHandler=org.asynchttpclient.ws.WebSocketUpgradeHandler@ad68360,
nettyRequest=org.asynchttpclient.netty.request.NettyRequest@378cec,
future=java.util.concurrent.CompletableFuture@bb1fedc[Completed normally],
uri=ws://localhost:55725/devtools/browser/f6cf8b5b-4431-44eb-9fac-754cf3d8f583,
keepAlive=true,
redirectCount=0,
timeoutsHolder=null,
inAuth=0,
touch=1633600381359}
12:53:03.443 [AsyncHttpClient-1-4] DEBUG o.a.netty.channel.ChannelManager - Closing Channel [id: 0x800905af, L:/127.0.0.1:56538 ! R:localhost/127.0.0.1:55725]
12:53:03.529 [AsyncHttpClient-1-3] DEBUG o.a.netty.handler.HttpHandler - Unexpected I/O exception on channel [id: 0xd279f0aa, L:/127.0.0.1:56537 - R:localhost/127.0.0.1:55725]
java.io.IOException: Удаленный хост принудительно разорвал существующее подключение
at sun.nio.ch.SocketDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:379)
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:253)
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:350)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:719)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
12:53:03.529 [AsyncHttpClient-1-3] DEBUG o.a.netty.channel.ChannelManager - Closing Channel [id: 0xd279f0aa, L:/127.0.0.1:56537 - R:localhost/127.0.0.1:55725]
12:53:03.532 [AsyncHttpClient-1-3] DEBUG o.a.netty.handler.HttpHandler - Channel Closed: [id: 0xd279f0aa, L:/127.0.0.1:56537 ! R:localhost/127.0.0.1:55725] with attribute DISCARD
12:53:03.549 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler -
Request DefaultFullHttpRequest(decodeResult: success, version: HTTP/1.1, content: EmptyByteBufBE)
DELETE /session/8c1d15059fc5c2dbe48d44bc6cff7dbf HTTP/1.1
User-Agent: selenium/4.0.0-beta-4 (java windows)
Content-Type: application/json; charset=utf-8
host: localhost:6734
accept: */*
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
cache-control: no-cache
content-length: 14
12:53:03.549 [AsyncHttpClient-1-2] DEBUG o.a.netty.channel.ChannelManager - Adding key: http://localhost:6734 for channel [id: 0x389dc4f3, L:/127.0.0.1:52893 - R:localhost/127.0.0.1:6734]
12:53:03.629 [AsyncHttpClient-1-2] DEBUG o.a.netty.handler.HttpHandler - Channel Closed: [id: 0x389dc4f3, L:/127.0.0.1:52893 ! R:localhost/127.0.0.1:6734] with attribute DISCARD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment