SeleniumHQ / docker-selenium

Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Docker, making it easier to perform browser automation
http://www.selenium.dev/docker-selenium/
Other
7.87k stars 2.51k forks source link

[🐛 Bug]: Unable to register node to hub in Kubernetes Env #1645

Open sairamsurisetty opened 2 years ago

sairamsurisetty commented 2 years ago

What happened?

I'm trying to deploy seleniumgrid 4 in Openshift (Build on top of Kubernates). I created separate deployment for hub and chrome node. Also, Created services for Hub & chrome node in order to open communicate b/w pods. Hub is up and running without any issues. However, unable to register the nodes to hub. When i enable the FINE logs, i couldn't find much information about the issue with registering node. Please find the error logs below.

I'm observing this issue in both 4.2.2 & 4.3.0 version. I was using Docker images with 4.3.0 or 4.2.2 tags.

Screen Shot 2022-08-01 at 2 33 20 PM Screen Shot 2022-08-01 at 2 33 49 PM

Note: I did verify network polices inorder to communicate b/w pods in Openshift Namespace.

Command used to start Selenium Grid with Docker

I did deploy the services using yml file and referred the helm chart repo to deploy it openshift environment. I make sure node ports are exposed properly in order communicate b/w pods.

Relevant log output

Error from Hub Pod Logs:

15:44:07.486 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultLastHttpContent(data: PooledSlicedByteBuf(ridx: 0, widx: 211, cap: 211/211, unwrapped: PooledUnsafeDirectByteBuf(ridx: 1047, widx: 1047, cap: 2048)), decoderResult: success)
15:44:07.486 DEBUG [RequestConverter.channelRead0] - Closing input pipe.
15:44:07.526 DEBUG [GraphQL.executeAsync] - Executing request. operation name: 'null'. query: 'query Summary {
  grid {
    uri
    totalSlots
    nodeCount
    maxSession
    sessionCount
    sessionQueueSize
    version
    __typename
  }
}'. variables '{}'
15:44:07.526 DEBUG [GraphQL.execute] - Executing 'f60330fa-890a-4e85-b8f6-074497ee34df'. operation name: 'null'. query: 'query Summary {
  grid {
    uri
    totalSlots
    nodeCount
    maxSession
    sessionCount
    sessionQueueSize
    version
    __typename
  }
}'. variables '{}'
15:44:07.527 DEBUG [Execution.executeOperation] - Executing 'f60330fa-890a-4e85-b8f6-074497ee34df' query operation: 'QUERY' using 'graphql.execution.AsyncExecutionStrategy' execution strategy
15:44:07.528 DEBUG [ExecutionStrategy.completeField] - 'f60330fa-890a-4e85-b8f6-074497ee34df' completing field '/grid'...
15:44:07.528 DEBUG [ExecutionStrategy.completeField] - 'f60330fa-890a-4e85-b8f6-074497ee34df' completing field '/grid/uri'...
15:44:07.529 DEBUG [ExecutionStrategy.completeField] - 'f60330fa-890a-4e85-b8f6-074497ee34df' completing field '/grid/totalSlots'...
15:44:07.529 DEBUG [ExecutionStrategy.completeField] - 'f60330fa-890a-4e85-b8f6-074497ee34df' completing field '/grid/nodeCount'...
15:44:07.529 DEBUG [ExecutionStrategy.completeField] - 'f60330fa-890a-4e85-b8f6-074497ee34df' completing field '/grid/maxSession'...
15:44:07.530 DEBUG [ExecutionStrategy.completeField] - 'f60330fa-890a-4e85-b8f6-074497ee34df' completing field '/grid/sessionCount'...
15:44:07.531 DEBUG [ExecutionStrategy.completeField] - 'f60330fa-890a-4e85-b8f6-074497ee34df' completing field '/grid/sessionQueueSize'...
15:44:07.531 DEBUG [ExecutionStrategy.completeField] - 'f60330fa-890a-4e85-b8f6-074497ee34df' completing field '/grid/version'...
15:44:07.531 DEBUG [ExecutionStrategy.completeField] - 'f60330fa-890a-4e85-b8f6-074497ee34df' completing field '/grid/__typename'...
15:44:07.532 DEBUG [GraphQL.lambda$execute$14] - Execution 'f60330fa-890a-4e85-b8f6-074497ee34df' completed with zero errors
15:44:12.350 INFO [Node.<init>] - Binding additional locator mechanisms: id, name, relative
15:44:12.351 DEBUG [HttpTracing.inject] - Injecting (GET) /status into OpenTelemetryContext{tracer=com.dynatrace.agent.introspection.span.opentelemetry.DynatraceTracer@6a2f3637, context={}, span id=0000000000000000, trace id=00000000000000000000000000000000} at org.openqa.selenium.grid.node.remote.RemoteNode:206
15:44:12.352 DEBUG [LocalDistributor.add] - Exception while adding Node http://100.126.22.37:5555
java.lang.IllegalStateException: Context has not been changed
    at org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryContext.createSpan(OpenTelemetryContext.java:62)
    at org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryContext.createSpan(OpenTelemetryContext.java:33)
    at org.openqa.selenium.remote.tracing.HttpTracing.newSpanAsChildOf(HttpTracing.java:46)
    at org.openqa.selenium.remote.tracing.TracedHttpClient.execute(TracedHttpClient.java:51)
    at org.openqa.selenium.grid.node.remote.RemoteNode.getStatus(RemoteNode.java:208)
    at org.openqa.selenium.grid.distributor.local.LocalDistributor.add(LocalDistributor.java:314)
    at org.openqa.selenium.grid.distributor.local.LocalDistributor.register(LocalDistributor.java:300)
    at org.openqa.selenium.grid.distributor.local.LocalDistributor.lambda$new$5(LocalDistributor.java:213)
    at org.openqa.selenium.events.EventListener.accept(EventListener.java:43)
    at org.openqa.selenium.events.EventListener.accept(EventListener.java:25)
    at org.openqa.selenium.events.zeromq.UnboundZmqEventBus$PollingRunnable.lambda$notifyListeners$2(UnboundZmqEventBus.java:305)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:829)
15:44:12.952 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /graphql HTTP/1.1
accept: */*

Error from Node logs:
2022-08-01 15:41:56,833 INFO Included extra file "/etc/supervisor/conf.d/selenium.conf" during parsing
2022-08-01 15:41:56,837 INFO supervisord started with pid 10
2022-08-01 15:41:57,841 INFO spawned: 'xvfb' with pid 12
2022-08-01 15:41:57,844 INFO spawned: 'vnc' with pid 13
2022-08-01 15:41:57,847 INFO spawned: 'novnc' with pid 14
2022-08-01 15:41:57,850 INFO spawned: 'selenium-node' with pid 15
E: [pulseaudio] main.c: Daemon startup failed.
2022-08-01 15:41:58,036 INFO success: xvfb entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2022-08-01 15:41:58,037 INFO success: vnc entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2022-08-01 15:41:58,037 INFO success: novnc entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2022-08-01 15:41:58,037 INFO success: selenium-node entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
Home directory not accessible: Permission denied
No PulseAudio daemon running, or not running as session daemon.
Home directory not accessible: Permission denied
No PulseAudio daemon running, or not running as session daemon.
Home directory not accessible: Permission denied
No PulseAudio daemon running, or not running as session daemon.
Generating Selenium Config
Configuring server...
Setting up SE_NODE_HOST...
Setting up SE_NODE_PORT...
Setting up SE_NODE_GRID_URL...
Selenium Grid Node configuration:
[events]
publish = "tcp://selenium-hub:4442"
subscribe = "tcp://selenium-hub:4443"

[node]
session-timeout = "300"
override-max-sessions = false
detect-drivers = false
drain-after-session-count = 0
max-sessions = 1

[[node.driver-configuration]]
display-name = "firefox"
stereotype = '{"browserName": "firefox", "browserVersion": "101.0", "platformName": "Linux"}'
max-sessions = 1

Starting Selenium Grid Node...
15:42:06.546 INFO [LoggingOptions.configureLogEncoding] - Using the system default encoding
15:42:06.633 INFO [OpenTelemetryTracer.createTracer] - Using OpenTelemetry for tracing
15:42:08.243 INFO [UnboundZmqEventBus.<init>] - Connecting to tcp://selenium-hub:4442 and tcp://selenium-hub:4443
15:42:08.931 INFO [UnboundZmqEventBus.<init>] - Sockets created
15:42:09.946 INFO [UnboundZmqEventBus.<init>] - Event bus ready
15:42:11.132 INFO [NodeServer.createHandlers] - Reporting self as: http://100.126.22.37:5555
15:42:11.333 INFO [NodeOptions.getSessionFactories] - Detected 1 available processors
15:42:11.831 INFO [NodeOptions.report] - Adding firefox for {"browserName": "firefox","browserVersion": "101.0","platformName": "LINUX"} 1 times
15:42:11.930 INFO [Node.<init>] - Binding additional locator mechanisms: name, id, relative
15:42:13.738 INFO [NodeServer$1.start] - Starting registration process for Node http://100.126.22.37:5555
15:42:13.741 INFO [NodeServer.execute] - Started Selenium node 4.2.2 (revision 683ccb65d6): http://100.126.22.37:5555
15:42:13.929 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
15:42:23.933 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
15:42:33.937 INFO [NodeServer$1.lambda$start$1] - Sending registration event...

Operating System

rhel7

Docker Selenium version (tag)

4.3.0

diemol commented 2 years ago

Can you share the Hub logs in Debug mode?

sairamsurisetty commented 2 years ago

Hi, here is the full logs. I've used env variable --log-level ALL

2022-08-02 20:12:03,928 INFO Included extra file "/etc/supervisor/conf.d/selenium-grid-hub.conf" during parsing
2022-08-02 20:12:03,937 INFO RPC interface 'supervisor' initialized
2022-08-02 20:12:03,937 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2022-08-02 20:12:03,937 INFO supervisord started with pid 10
2022-08-02 20:12:04,941 INFO spawned: 'selenium-grid-hub' with pid 12
Appending Selenium options: --log-level ALL
2022-08-02 20:12:04,956 INFO success: selenium-grid-hub entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
20:12:12.026 INFO [LoggingOptions.configureLogEncoding] - Using the system default encoding
20:12:12.133 INFO [OpenTelemetryTracer.createTracer] - Using OpenTelemetry for tracing
20:12:12.824 DEBUG [JavaVersionSpecific.<clinit>] - Using the APIs optimized for: Java 9+
20:12:13.332 DEBUG [AutoConfiguredOpenTelemetrySdkBuilder.build] - Global OpenTelemetry set to OpenTelemetrySdk{tracerProvider=SdkTracerProvider{clock=SystemClock{}, idGenerator=RandomIdGenerator{}, resource=Resource{schemaUrl=https://opentelemetry.io/schemas/1.9.0, attributes={service.name="unknown_service:java", telemetry.sdk.language="java", telemetry.sdk.name="opentelemetry", telemetry.sdk.version="1.15.0"}}, spanLimitsSupplier=SpanLimitsValue{maxNumberOfAttributes=128, maxNumberOfEvents=128, maxNumberOfLinks=128, maxNumberOfAttributesPerEvent=128, maxNumberOfAttributesPerLink=128, maxAttributeValueLength=2147483647}, sampler=ParentBased{root:AlwaysOnSampler,remoteParentSampled:AlwaysOnSampler,remoteParentNotSampled:AlwaysOffSampler,localParentSampled:AlwaysOnSampler,localParentNotSampled:AlwaysOffSampler}, spanProcessor=SimpleSpanProcessor{spanExporter=org.openqa.selenium.remote.tracing.opentelemetry.SeleniumSpanExporter$1@3b6ddd1d}}, meterProvider=SdkMeterProvider{clock=SystemClock{}, resource=Resource{schemaUrl=https://opentelemetry.io/schemas/1.9.0, attributes={service.name="unknown_service:java", telemetry.sdk.language="java", telemetry.sdk.name="opentelemetry", telemetry.sdk.version="1.15.0"}}, metricReaders=[], views=[]}} by autoconfiguration
20:12:13.753 INFO [BoundZmqEventBus.<init>] - XPUB binding to [binding to tcp://*:4442, advertising as tcp://100.126.32.201:4442], XSUB binding to [binding to tcp://*:4443, advertising as tcp://100.126.32.201:4443]
20:12:14.337 INFO [UnboundZmqEventBus.<init>] - Connecting to tcp://100.126.32.201:4442 and tcp://100.126.32.201:4443
20:12:14.718 INFO [UnboundZmqEventBus.<init>] - Sockets created
20:12:15.726 INFO [UnboundZmqEventBus.<init>] - Event bus ready
20:12:15.924 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = JMImplementation:type=MBeanServerDelegate
20:12:15.932 FINER [Repository.addMBean] - name = JMImplementation:type=MBeanServerDelegate
20:12:15.934 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object JMImplementation:type=MBeanServerDelegate
20:12:16.031 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered JMImplementation:type=MBeanServerDelegate
20:12:16.235 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for sun.management.RuntimeImpl
20:12:16.236 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.lang:type=Runtime
20:12:16.238 FINER [Repository.addMBean] - name = java.lang:type=Runtime
20:12:16.239 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.lang:type=Runtime
20:12:16.239 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.lang:type=Runtime
20:12:16.513 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for com.sun.management.internal.HotSpotThreadImpl
20:12:16.514 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.lang:type=Threading
20:12:16.514 FINER [Repository.addMBean] - name = java.lang:type=Threading
20:12:16.515 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.lang:type=Threading
20:12:16.515 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.lang:type=Threading
20:12:16.615 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for com.sun.management.internal.OperatingSystemImpl
20:12:16.616 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.lang:type=OperatingSystem
20:12:16.616 FINER [Repository.addMBean] - name = java.lang:type=OperatingSystem
20:12:16.616 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.lang:type=OperatingSystem
20:12:16.617 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.lang:type=OperatingSystem
20:12:16.628 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for sun.management.MemoryManagerImpl
20:12:16.628 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.lang:name=CodeCacheManager,type=MemoryManager
20:12:16.629 FINER [Repository.addMBean] - name = java.lang:name=CodeCacheManager,type=MemoryManager
20:12:16.629 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.lang:name=CodeCacheManager,type=MemoryManager
20:12:16.629 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.lang:name=CodeCacheManager,type=MemoryManager
20:12:16.629 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for sun.management.MemoryManagerImpl
20:12:16.630 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.lang:name=Metaspace Manager,type=MemoryManager
20:12:16.630 FINER [Repository.addMBean] - name = java.lang:name=Metaspace Manager,type=MemoryManager
20:12:16.630 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.lang:name=Metaspace Manager,type=MemoryManager
20:12:16.631 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.lang:name=Metaspace Manager,type=MemoryManager
20:12:16.637 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for sun.management.MemoryPoolImpl
20:12:16.638 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.lang:name=CodeHeap 'non-nmethods',type=MemoryPool
20:12:16.713 FINER [Repository.addMBean] - name = java.lang:name=CodeHeap 'non-nmethods',type=MemoryPool
20:12:16.713 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.lang:name=CodeHeap 'non-nmethods',type=MemoryPool
20:12:16.714 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.lang:name=CodeHeap 'non-nmethods',type=MemoryPool
20:12:16.714 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for sun.management.MemoryPoolImpl
20:12:16.714 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.lang:name=Metaspace,type=MemoryPool
20:12:16.715 FINER [Repository.addMBean] - name = java.lang:name=Metaspace,type=MemoryPool
20:12:16.715 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.lang:name=Metaspace,type=MemoryPool
20:12:16.715 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.lang:name=Metaspace,type=MemoryPool
20:12:16.716 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for sun.management.MemoryPoolImpl
20:12:16.716 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.lang:name=Tenured Gen,type=MemoryPool
20:12:16.716 FINER [Repository.addMBean] - name = java.lang:name=Tenured Gen,type=MemoryPool
20:12:16.716 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.lang:name=Tenured Gen,type=MemoryPool
20:12:16.717 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.lang:name=Tenured Gen,type=MemoryPool
20:12:16.717 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for sun.management.MemoryPoolImpl
20:12:16.717 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.lang:name=CodeHeap 'profiled nmethods',type=MemoryPool
20:12:16.717 FINER [Repository.addMBean] - name = java.lang:name=CodeHeap 'profiled nmethods',type=MemoryPool
20:12:16.718 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.lang:name=CodeHeap 'profiled nmethods',type=MemoryPool
20:12:16.718 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.lang:name=CodeHeap 'profiled nmethods',type=MemoryPool
20:12:16.718 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for sun.management.MemoryPoolImpl
20:12:16.719 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.lang:name=Eden Space,type=MemoryPool
20:12:16.719 FINER [Repository.addMBean] - name = java.lang:name=Eden Space,type=MemoryPool
20:12:16.719 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.lang:name=Eden Space,type=MemoryPool
20:12:16.719 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.lang:name=Eden Space,type=MemoryPool
20:12:16.720 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for sun.management.MemoryPoolImpl
20:12:16.720 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.lang:name=Survivor Space,type=MemoryPool
20:12:16.721 FINER [Repository.addMBean] - name = java.lang:name=Survivor Space,type=MemoryPool
20:12:16.721 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.lang:name=Survivor Space,type=MemoryPool
20:12:16.721 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.lang:name=Survivor Space,type=MemoryPool
20:12:16.721 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for sun.management.MemoryPoolImpl
20:12:16.722 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.lang:name=Compressed Class Space,type=MemoryPool
20:12:16.723 FINER [Repository.addMBean] - name = java.lang:name=Compressed Class Space,type=MemoryPool
20:12:16.724 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.lang:name=Compressed Class Space,type=MemoryPool
20:12:16.724 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.lang:name=Compressed Class Space,type=MemoryPool
20:12:16.725 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for sun.management.MemoryPoolImpl
20:12:16.725 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.lang:name=CodeHeap 'non-profiled nmethods',type=MemoryPool
20:12:16.725 FINER [Repository.addMBean] - name = java.lang:name=CodeHeap 'non-profiled nmethods',type=MemoryPool
20:12:16.725 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.lang:name=CodeHeap 'non-profiled nmethods',type=MemoryPool
20:12:16.726 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.lang:name=CodeHeap 'non-profiled nmethods',type=MemoryPool
20:12:16.728 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for sun.management.CompilationImpl
20:12:16.729 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.lang:type=Compilation
20:12:16.729 FINER [Repository.addMBean] - name = java.lang:type=Compilation
20:12:16.730 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.lang:type=Compilation
20:12:16.730 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.lang:type=Compilation
20:12:16.731 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for sun.management.MemoryImpl
20:12:16.732 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.lang:type=Memory
20:12:16.732 FINER [Repository.addMBean] - name = java.lang:type=Memory
20:12:16.732 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.lang:type=Memory
20:12:16.732 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.lang:type=Memory
20:12:16.820 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for sun.management.ManagementFactoryHelper$PlatformLoggingImpl
20:12:16.820 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.util.logging:type=Logging
20:12:16.821 FINER [Repository.addMBean] - name = java.util.logging:type=Logging
20:12:16.821 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.util.logging:type=Logging
20:12:16.821 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.util.logging:type=Logging
20:12:16.823 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for sun.management.ClassLoadingImpl
20:12:16.823 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.lang:type=ClassLoading
20:12:16.824 FINER [Repository.addMBean] - name = java.lang:type=ClassLoading
20:12:16.824 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.lang:type=ClassLoading
20:12:16.824 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.lang:type=ClassLoading
20:12:16.919 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = com.sun.management:type=DiagnosticCommand
20:12:16.920 FINER [Repository.addMBean] - name = com.sun.management:type=DiagnosticCommand
20:12:16.920 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object com.sun.management:type=DiagnosticCommand
20:12:16.921 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered com.sun.management:type=DiagnosticCommand
20:12:16.924 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for com.sun.management.internal.GarbageCollectorExtImpl
20:12:16.924 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.lang:name=Copy,type=GarbageCollector
20:12:16.925 FINER [Repository.addMBean] - name = java.lang:name=Copy,type=GarbageCollector
20:12:16.925 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.lang:name=Copy,type=GarbageCollector
20:12:16.925 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.lang:name=Copy,type=GarbageCollector
20:12:16.925 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for com.sun.management.internal.GarbageCollectorExtImpl
20:12:16.926 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.lang:name=MarkSweepCompact,type=GarbageCollector
20:12:16.926 FINER [Repository.addMBean] - name = java.lang:name=MarkSweepCompact,type=GarbageCollector
20:12:16.926 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.lang:name=MarkSweepCompact,type=GarbageCollector
20:12:16.926 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.lang:name=MarkSweepCompact,type=GarbageCollector
20:12:16.930 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for sun.management.ManagementFactoryHelper$1
20:12:16.930 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.nio:name=mapped,type=BufferPool
20:12:16.931 FINER [Repository.addMBean] - name = java.nio:name=mapped,type=BufferPool
20:12:16.931 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.nio:name=mapped,type=BufferPool
20:12:16.931 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.nio:name=mapped,type=BufferPool
20:12:16.931 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for sun.management.ManagementFactoryHelper$1
20:12:16.932 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = java.nio:name=direct,type=BufferPool
20:12:16.932 FINER [Repository.addMBean] - name = java.nio:name=direct,type=BufferPool
20:12:16.932 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object java.nio:name=direct,type=BufferPool
20:12:17.013 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered java.nio:name=direct,type=BufferPool
20:12:17.019 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for com.sun.management.internal.HotSpotDiagnostic
20:12:17.020 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = com.sun.management:type=HotSpotDiagnostic
20:12:17.020 FINER [Repository.addMBean] - name = com.sun.management:type=HotSpotDiagnostic
20:12:17.020 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object com.sun.management:type=HotSpotDiagnostic
20:12:17.021 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered com.sun.management:type=HotSpotDiagnostic
20:12:17.113 FINER [StandardMBean.getMBeanInfo] - Building MBeanInfo for jdk.management.jfr.FlightRecorderMXBeanImpl
20:12:17.126 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = jdk.management.jfr:type=FlightRecorder
20:12:17.127 FINER [Repository.addMBean] - name = jdk.management.jfr:type=FlightRecorder
20:12:17.128 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object jdk.management.jfr:type=FlightRecorder
20:12:17.128 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered jdk.management.jfr:type=FlightRecorder
20:12:17.237 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = org.seleniumhq.grid:type=Config,name=BaseServerConfig
20:12:17.237 FINER [Repository.addMBean] - name = org.seleniumhq.grid:type=Config,name=BaseServerConfig
20:12:17.238 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object org.seleniumhq.grid:name=BaseServerConfig,type=Config
20:12:17.238 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered org.seleniumhq.grid:type=Config,name=BaseServerConfig
20:12:17.333 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = org.seleniumhq.grid:type=Config,name=NewSessionQueueConfig
20:12:17.334 FINER [Repository.addMBean] - name = org.seleniumhq.grid:type=Config,name=NewSessionQueueConfig
20:12:17.334 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object org.seleniumhq.grid:name=NewSessionQueueConfig,type=Config
20:12:17.334 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered org.seleniumhq.grid:type=Config,name=NewSessionQueueConfig
20:12:17.537 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = org.seleniumhq.grid:type=SessionQueue,name=LocalSessionQueue
20:12:17.537 FINER [Repository.addMBean] - name = org.seleniumhq.grid:type=SessionQueue,name=LocalSessionQueue
20:12:17.538 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object org.seleniumhq.grid:name=LocalSessionQueue,type=SessionQueue
20:12:17.538 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered org.seleniumhq.grid:type=SessionQueue,name=LocalSessionQueue
20:12:17.834 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = org.seleniumhq.grid:type=Distributor,name=LocalDistributor
20:12:17.835 FINER [Repository.addMBean] - name = org.seleniumhq.grid:type=Distributor,name=LocalDistributor
20:12:17.835 FINER [DefaultMBeanServerInterceptor.registerWithRepository] - Send create notification of object org.seleniumhq.grid:name=LocalDistributor,type=Distributor
20:12:17.835 FINER [DefaultMBeanServerInterceptor.sendNotification] - JMX.mbean.registered org.seleniumhq.grid:type=Distributor,name=LocalDistributor
20:12:21.626 FINER [DefaultMBeanServerInterceptor.registerDynamicMBean] - ObjectName = org.seleniumhq.grid:type=Config,name=BaseServerConfig
20:12:21.627 FINER [Repository.addMBean] - name = org.seleniumhq.grid:type=Config,name=BaseServerConfig
20:12:21.819 DEBUG [MultithreadEventLoopGroup.<clinit>] - -Dio.netty.eventLoopThreads: 2
20:12:22.016 DEBUG [InternalThreadLocalMap.<clinit>] - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
20:12:22.016 DEBUG [InternalThreadLocalMap.<clinit>] - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
20:12:22.220 DEBUG [PlatformDependent0.explicitNoUnsafeCause0] - -Dio.netty.noUnsafe: false
20:12:22.220 DEBUG [PlatformDependent0.javaVersion0] - Java version: 11
20:12:22.225 DEBUG [PlatformDependent0.<clinit>] - sun.misc.Unsafe.theUnsafe: available
20:12:22.227 DEBUG [PlatformDependent0.<clinit>] - sun.misc.Unsafe.copyMemory: available
20:12:22.228 DEBUG [PlatformDependent0.<clinit>] - sun.misc.Unsafe.storeFence: available
20:12:22.229 DEBUG [PlatformDependent0.<clinit>] - java.nio.Buffer.address: available
20:12:22.230 DEBUG [PlatformDependent0.<clinit>] - direct buffer constructor: unavailable
java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
    at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31)
    at io.netty.util.internal.PlatformDependent0$5.run(PlatformDependent0.java:287)
    at java.base/java.security.AccessController.doPrivileged(Native Method)
    at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:281)
    at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:294)
    at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:88)
    at io.netty.channel.nio.NioEventLoop.<clinit>(NioEventLoop.java:83)
    at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:182)
    at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:38)
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:60)
    at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
    at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:97)
    at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:92)
    at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:73)
    at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:53)
    at org.openqa.selenium.netty.server.NettyServer.<init>(NettyServer.java:107)
    at org.openqa.selenium.grid.TemplateGridServerCommand.asServer(TemplateGridServerCommand.java:43)
    at org.openqa.selenium.grid.commands.Hub.execute(Hub.java:210)
    at org.openqa.selenium.grid.TemplateGridCommand.lambda$configure$4(TemplateGridCommand.java:129)
    at org.openqa.selenium.grid.Main.launch(Main.java:83)
    at org.openqa.selenium.grid.Main.go(Main.java:57)
    at org.openqa.selenium.grid.Main.main(Main.java:42)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
    at org.openqa.selenium.grid.Bootstrap.runMain(Bootstrap.java:77)
    at org.openqa.selenium.grid.Bootstrap.main(Bootstrap.java:70)
20:12:22.238 DEBUG [PlatformDependent0.<clinit>] - java.nio.Bits.unaligned: available, true
20:12:22.240 DEBUG [PlatformDependent0.<clinit>] - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable
java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @1edf1c96
    at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
    at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
    at java.base/java.lang.reflect.Method.invoke(Method.java:558)
    at io.netty.util.internal.PlatformDependent0$7.run(PlatformDependent0.java:409)
    at java.base/java.security.AccessController.doPrivileged(Native Method)
    at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:400)
    at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:294)
    at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:88)
    at io.netty.channel.nio.NioEventLoop.<clinit>(NioEventLoop.java:83)
    at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:182)
    at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:38)
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:60)
    at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
    at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:97)
    at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:92)
    at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:73)
    at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:53)
    at org.openqa.selenium.netty.server.NettyServer.<init>(NettyServer.java:107)
    at org.openqa.selenium.grid.TemplateGridServerCommand.asServer(TemplateGridServerCommand.java:43)
    at org.openqa.selenium.grid.commands.Hub.execute(Hub.java:210)
    at org.openqa.selenium.grid.TemplateGridCommand.lambda$configure$4(TemplateGridCommand.java:129)
    at org.openqa.selenium.grid.Main.launch(Main.java:83)
    at org.openqa.selenium.grid.Main.go(Main.java:57)
    at org.openqa.selenium.grid.Main.main(Main.java:42)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
    at org.openqa.selenium.grid.Bootstrap.runMain(Bootstrap.java:77)
    at org.openqa.selenium.grid.Bootstrap.main(Bootstrap.java:70)
20:12:22.244 DEBUG [PlatformDependent0.<clinit>] - java.nio.DirectByteBuffer.<init>(long, int): unavailable
20:12:22.244 DEBUG [PlatformDependent.unsafeUnavailabilityCause0] - sun.misc.Unsafe: available
20:12:22.318 DEBUG [PlatformDependent.estimateMaxDirectMemory] - maxDirectMemory: 253427712 bytes (maybe)
20:12:22.318 DEBUG [PlatformDependent.tmpdir0] - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
20:12:22.319 DEBUG [PlatformDependent.bitMode0] - -Dio.netty.bitMode: 64 (sun.arch.data.model)
20:12:22.321 DEBUG [PlatformDependent.<clinit>] - -Dio.netty.maxDirectMemory: -1 bytes
20:12:22.321 DEBUG [PlatformDependent.<clinit>] - -Dio.netty.uninitializedArrayAllocationThreshold: -1
20:12:22.324 DEBUG [CleanerJava9.<clinit>] - java.nio.ByteBuffer.cleaner(): available
20:12:22.324 DEBUG [PlatformDependent.<clinit>] - -Dio.netty.noPreferDirect: false
20:12:22.331 DEBUG [NioEventLoop.<clinit>] - -Dio.netty.noKeySetOptimization: false
20:12:22.331 DEBUG [NioEventLoop.<clinit>] - -Dio.netty.selectorAutoRebuildThreshold: 512
20:12:22.416 DEBUG [PlatformDependent$Mpsc.<clinit>] - org.jctools-core.MpscChunkedArrayQueue: available
20:12:22.424 FINEST [NioEventLoop.openSelector] - instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@78de58ea
20:12:22.428 FINEST [NioEventLoop.openSelector] - instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@77bd7fe7
20:12:22.429 FINEST [NioEventLoop.openSelector] - instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@35d3ab60
20:12:22.636 DEBUG [DefaultChannelId.<clinit>] - -Dio.netty.processId: 13 (auto-detected)
20:12:22.640 DEBUG [NetUtil.<clinit>] - -Djava.net.preferIPv4Stack: false
20:12:22.640 DEBUG [NetUtil.<clinit>] - -Djava.net.preferIPv6Addresses: false
20:12:22.644 DEBUG [NetUtilInitializations.determineLoopback] - Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo)
20:12:22.714 DEBUG [NetUtil$SoMaxConnAction.run] - /proc/sys/net/core/somaxconn: 128
20:12:22.717 DEBUG [DefaultChannelId.<clinit>] - -Dio.netty.machineId: 0a:58:64:ff:fe:7e:20:c9 (auto-detected)
20:12:22.827 DEBUG [ResourceLeakDetector.<clinit>] - -Dio.netty.leakDetection.level: simple
20:12:22.827 DEBUG [ResourceLeakDetector.<clinit>] - -Dio.netty.leakDetection.targetRecords: 4
20:12:23.121 DEBUG [PooledByteBufAllocator.<clinit>] - -Dio.netty.allocator.numHeapArenas: 2
20:12:23.121 DEBUG [PooledByteBufAllocator.<clinit>] - -Dio.netty.allocator.numDirectArenas: 2
20:12:23.121 DEBUG [PooledByteBufAllocator.<clinit>] - -Dio.netty.allocator.pageSize: 8192
20:12:23.121 DEBUG [PooledByteBufAllocator.<clinit>] - -Dio.netty.allocator.maxOrder: 9
20:12:23.122 DEBUG [PooledByteBufAllocator.<clinit>] - -Dio.netty.allocator.chunkSize: 4194304
20:12:23.122 DEBUG [PooledByteBufAllocator.<clinit>] - -Dio.netty.allocator.smallCacheSize: 256
20:12:23.122 DEBUG [PooledByteBufAllocator.<clinit>] - -Dio.netty.allocator.normalCacheSize: 64
20:12:23.122 DEBUG [PooledByteBufAllocator.<clinit>] - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
20:12:23.122 DEBUG [PooledByteBufAllocator.<clinit>] - -Dio.netty.allocator.cacheTrimInterval: 8192
20:12:23.122 DEBUG [PooledByteBufAllocator.<clinit>] - -Dio.netty.allocator.cacheTrimIntervalMillis: 0
20:12:23.122 DEBUG [PooledByteBufAllocator.<clinit>] - -Dio.netty.allocator.useCacheForAllThreads: false
20:12:23.123 DEBUG [PooledByteBufAllocator.<clinit>] - -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
20:12:23.219 DEBUG [ByteBufUtil.<clinit>] - -Dio.netty.allocator.type: pooled
20:12:23.219 DEBUG [ByteBufUtil.<clinit>] - -Dio.netty.threadLocalDirectBufferSize: 0
20:12:23.220 DEBUG [ByteBufUtil.<clinit>] - -Dio.netty.maxThreadLocalCharBufferSize: 16384
20:12:23.332 DEBUG [LoggingHandler.channelRegistered] - [id: 0x7779aa9e] REGISTERED
20:12:23.415 DEBUG [LoggingHandler.bind] - [id: 0x7779aa9e] BIND: 0.0.0.0/0.0.0.0:4444
20:12:23.419 INFO [Hub.execute] - Started Selenium Hub 4.3.0 (revision a4995e2c09*): http://100.126.32.201:4444
20:12:23.420 DEBUG [LoggingHandler.channelActive] - [id: 0x7779aa9e, L:/0:0:0:0:0:0:0:0:4444] ACTIVE
20:12:36.413 DEBUG [LoggingHandler.channelRead] - [id: 0x7779aa9e, L:/0:0:0:0:0:0:0:0:4444] READ: [id: 0xf4fcd2c5, L:/100.126.32.201:4444 - R:/100.126.32.129:53544]
20:12:36.416 DEBUG [LoggingHandler.channelRead] - [id: 0x7779aa9e, L:/0:0:0:0:0:0:0:0:4444] READ: [id: 0xf3617536, L:/100.126.32.201:4444 - R:/100.126.32.129:53542]
20:12:36.418 DEBUG [LoggingHandler.channelReadComplete] - [id: 0x7779aa9e, L:/0:0:0:0:0:0:0:0:4444] READ COMPLETE
20:12:36.729 DEBUG [AbstractByteBuf.<clinit>] - -Dio.netty.buffer.checkAccessible: true
20:12:36.730 DEBUG [AbstractByteBuf.<clinit>] - -Dio.netty.buffer.checkBounds: true
20:12:36.733 DEBUG [ResourceLeakDetectorFactory$DefaultResourceLeakDetectorFactory.newResourceLeakDetector] - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@42a8c538
20:12:36.930 DEBUG [ZlibCodecFactory.<clinit>] - -Dio.netty.noJdkZlibDecoder: false
20:12:36.930 DEBUG [ZlibCodecFactory.<clinit>] - -Dio.netty.noJdkZlibEncoder: false
20:12:37.143 DEBUG [Recycler.<clinit>] - -Dio.netty.recycler.maxCapacityPerThread: 4096
20:12:37.149 DEBUG [Recycler.<clinit>] - -Dio.netty.recycler.ratio: 8
20:12:37.150 DEBUG [Recycler.<clinit>] - -Dio.netty.recycler.chunkSize: 32
20:12:37.150 DEBUG [Recycler.<clinit>] - -Dio.netty.recycler.blocking: false
20:12:37.519 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
GET /wd/hub/status HTTP/1.1
Host: 100.126.32.201:4444
User-Agent: kube-probe/1.21
Accept: */*
Connection: close
20:12:37.519 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
GET /wd/hub/status HTTP/1.1
Host: 100.126.32.201:4444
User-Agent: kube-probe/1.21
Accept: */*
Connection: close
20:12:37.523 DEBUG [RequestConverter.channelRead0] - Start of http request: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
GET /wd/hub/status HTTP/1.1
Host: 100.126.32.201:4444
User-Agent: kube-probe/1.21
Accept: */*
Connection: close
20:12:37.523 DEBUG [RequestConverter.channelRead0] - Start of http request: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
GET /wd/hub/status HTTP/1.1
Host: 100.126.32.201:4444
User-Agent: kube-probe/1.21
Accept: */*
Connection: close
20:12:37.621 DEBUG [RequestConverter.channelRead0] - Incoming message: EmptyLastHttpContent
20:12:37.622 DEBUG [RequestConverter.channelRead0] - Incoming message: EmptyLastHttpContent
20:12:37.623 DEBUG [RequestConverter.channelRead0] - Closing input pipe.
20:12:37.624 DEBUG [RequestConverter.channelRead0] - Closing input pipe.
20:12:38.518 DEBUG [RequestConverter.channelInactive] - Closing input pipe, channel became inactive.
20:12:38.518 DEBUG [RequestConverter.channelInactive] - Closing input pipe, channel became inactive.
20:12:45.173 DEBUG [LoggingHandler.channelRead] - [id: 0x7779aa9e, L:/0:0:0:0:0:0:0:0:4444] READ: [id: 0xce60f512, L:/100.126.32.201:4444 - R:/100.126.42.9:52484]
20:12:45.174 DEBUG [LoggingHandler.channelReadComplete] - [id: 0x7779aa9e, L:/0:0:0:0:0:0:0:0:4444] READ COMPLETE
20:12:45.179 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /graphql HTTP/1.1
accept: */*
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
content-type: application/json
origin: http://gridtest4-devops-seleniumgrid.apps.com
referer: http://gridtest4-devops-seleniumgrid.apps.com/ui
accept-encoding: gzip, deflate
accept-language: en-US,en;q=0.9
host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-port: 80
x-forwarded-proto: http
forwarded: for=10.25.130.5;host=gridtest4-devops-seleniumgrid.apps.com;proto=http
x-forwarded-for: 10.25.130.5
content-length: 211
20:12:45.180 DEBUG [RequestConverter.channelRead0] - Start of http request: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /graphql HTTP/1.1
accept: */*
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
content-type: application/json
origin: http://gridtest4-devops-seleniumgrid.apps.com
referer: http://gridtest4-devops-seleniumgrid.apps.com/ui
accept-encoding: gzip, deflate
accept-language: en-US,en;q=0.9
host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-port: 80
x-forwarded-proto: http
forwarded: for=10.25.130.5;host=gridtest4-devops-seleniumgrid.apps.com;proto=http
x-forwarded-for: 10.25.130.5
content-length: 211
20:12:45.188 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultLastHttpContent(data: PooledSlicedByteBuf(ridx: 0, widx: 211, cap: 211/211, unwrapped: PooledUnsafeDirectByteBuf(ridx: 1047, widx: 1047, cap: 2048)), decoderResult: success)
20:12:45.188 DEBUG [RequestConverter.channelRead0] - Closing input pipe.
20:12:45.542 DEBUG [GraphQL.executeAsync] - Executing request. operation name: 'null'. query: 'query Summary {
  grid {
    uri
    totalSlots
    nodeCount
    maxSession
    sessionCount
    sessionQueueSize
    version
    __typename
  }
}'. variables '{}'
20:12:45.714 DEBUG [GraphQL.parseAndValidate] - Parsing query: 'query Summary {
  grid {
    uri
    totalSlots
    nodeCount
    maxSession
    sessionCount
    sessionQueueSize
    version
    __typename
  }
}'...
20:12:45.737 DEBUG [GraphQL.parseAndValidate] - Validating query: 'query Summary {
  grid {
    uri
    totalSlots
    nodeCount
    maxSession
    sessionCount
    sessionQueueSize
    version
    __typename
  }
}'
20:12:45.929 DEBUG [GraphQL.execute] - Executing '8e84ac72-b71a-40aa-855b-4ca9f4aadc67'. operation name: 'null'. query: 'query Summary {
  grid {
    uri
    totalSlots
    nodeCount
    maxSession
    sessionCount
    sessionQueueSize
    version
    __typename
  }
}'. variables '{}'
20:12:46.020 DEBUG [Execution.executeOperation] - Executing '8e84ac72-b71a-40aa-855b-4ca9f4aadc67' query operation: 'QUERY' using 'graphql.execution.AsyncExecutionStrategy' execution strategy
20:12:46.218 DEBUG [ExecutionStrategy.completeField] - '8e84ac72-b71a-40aa-855b-4ca9f4aadc67' completing field '/grid'...
20:12:46.235 DEBUG [ExecutionStrategy.completeField] - '8e84ac72-b71a-40aa-855b-4ca9f4aadc67' completing field '/grid/uri'...
20:12:46.248 DEBUG [ExecutionStrategy.completeField] - '8e84ac72-b71a-40aa-855b-4ca9f4aadc67' completing field '/grid/totalSlots'...
20:12:46.249 DEBUG [ExecutionStrategy.completeField] - '8e84ac72-b71a-40aa-855b-4ca9f4aadc67' completing field '/grid/nodeCount'...
20:12:46.251 DEBUG [ExecutionStrategy.completeField] - '8e84ac72-b71a-40aa-855b-4ca9f4aadc67' completing field '/grid/maxSession'...
20:12:46.316 DEBUG [ExecutionStrategy.completeField] - '8e84ac72-b71a-40aa-855b-4ca9f4aadc67' completing field '/grid/sessionCount'...
20:12:46.317 DEBUG [ExecutionStrategy.completeField] - '8e84ac72-b71a-40aa-855b-4ca9f4aadc67' completing field '/grid/sessionQueueSize'...
20:12:46.318 DEBUG [ExecutionStrategy.completeField] - '8e84ac72-b71a-40aa-855b-4ca9f4aadc67' completing field '/grid/version'...
20:12:46.318 DEBUG [ExecutionStrategy.completeField] - '8e84ac72-b71a-40aa-855b-4ca9f4aadc67' completing field '/grid/__typename'...
20:12:46.324 DEBUG [GraphQL.lambda$execute$14] - Execution '8e84ac72-b71a-40aa-855b-4ca9f4aadc67' completed with zero errors
20:12:46.364 DEBUG [LoggingHandler.channelRead] - [id: 0x7779aa9e, L:/0:0:0:0:0:0:0:0:4444] READ: [id: 0x544e8379, L:/100.126.32.201:4444 - R:/100.126.32.129:53670]
20:12:46.364 DEBUG [LoggingHandler.channelRead] - [id: 0x7779aa9e, L:/0:0:0:0:0:0:0:0:4444] READ: [id: 0x55d54f80, L:/100.126.32.201:4444 - R:/100.126.32.129:53672]
20:12:46.365 DEBUG [LoggingHandler.channelReadComplete] - [id: 0x7779aa9e, L:/0:0:0:0:0:0:0:0:4444] READ COMPLETE
20:12:46.415 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
GET /wd/hub/status HTTP/1.1
Host: 100.126.32.201:4444
User-Agent: kube-probe/1.21
Accept: */*
Connection: close
20:12:46.415 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
GET /wd/hub/status HTTP/1.1
Host: 100.126.32.201:4444
User-Agent: kube-probe/1.21
Accept: */*
Connection: close
20:12:46.416 DEBUG [RequestConverter.channelRead0] - Start of http request: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
GET /wd/hub/status HTTP/1.1
Host: 100.126.32.201:4444
User-Agent: kube-probe/1.21
Accept: */*
Connection: close
20:12:46.416 DEBUG [RequestConverter.channelRead0] - Start of http request: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
GET /wd/hub/status HTTP/1.1
Host: 100.126.32.201:4444
User-Agent: kube-probe/1.21
Accept: */*
Connection: close
20:12:46.417 DEBUG [RequestConverter.channelRead0] - Incoming message: EmptyLastHttpContent
20:12:46.417 DEBUG [RequestConverter.channelRead0] - Incoming message: EmptyLastHttpContent
20:12:46.417 DEBUG [RequestConverter.channelRead0] - Closing input pipe.
20:12:46.418 DEBUG [RequestConverter.channelRead0] - Closing input pipe.
20:12:46.747 DEBUG [RequestConverter.channelInactive] - Closing input pipe, channel became inactive.
20:12:46.813 DEBUG [RequestConverter.channelInactive] - Closing input pipe, channel became inactive.
20:12:50.152 DEBUG [LoggingHandler.channelRead] - [id: 0x7779aa9e, L:/0:0:0:0:0:0:0:0:4444] READ: [id: 0xdae66ff1, L:/100.126.32.201:4444 - R:/100.126.46.15:55498]
20:12:50.152 DEBUG [LoggingHandler.channelReadComplete] - [id: 0x7779aa9e, L:/0:0:0:0:0:0:0:0:4444] READ COMPLETE
20:12:50.159 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /graphql HTTP/1.1
accept: */*
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
content-type: application/json
origin: http://gridtest4-devops-seleniumgrid.apps.com
referer: http://gridtest4-devops-seleniumgrid.apps.com/ui
accept-encoding: gzip, deflate
accept-language: en-US,en;q=0.9
host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-port: 80
x-forwarded-proto: http
forwarded: for=10.25.130.5;host=gridtest4-devops-seleniumgrid.apps.com;proto=http
x-forwarded-for: 10.25.130.5
connection: close
content-length: 211
20:12:50.159 DEBUG [RequestConverter.channelRead0] - Start of http request: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /graphql HTTP/1.1
accept: */*
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
content-type: application/json
origin: http://gridtest4-devops-seleniumgrid.apps.com
referer: http://gridtest4-devops-seleniumgrid.apps.com/ui
accept-encoding: gzip, deflate
accept-language: en-US,en;q=0.9
host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-port: 80
x-forwarded-proto: http
forwarded: for=10.25.130.5;host=gridtest4-devops-seleniumgrid.apps.com;proto=http
x-forwarded-for: 10.25.130.5
connection: close
content-length: 211
20:12:50.161 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultLastHttpContent(data: PooledSlicedByteBuf(ridx: 0, widx: 211, cap: 211/211, unwrapped: PooledUnsafeDirectByteBuf(ridx: 1066, widx: 1066, cap: 2048)), decoderResult: success)
20:12:50.161 DEBUG [RequestConverter.channelRead0] - Closing input pipe.
20:12:50.163 DEBUG [GraphQL.executeAsync] - Executing request. operation name: 'null'. query: 'query Summary {
  grid {
    uri
    totalSlots
    nodeCount
    maxSession
    sessionCount
    sessionQueueSize
    version
    __typename
  }
}'. variables '{}'
20:12:50.164 DEBUG [GraphQL.execute] - Executing '88b3e4ab-051c-4106-ab54-71af17f98c10'. operation name: 'null'. query: 'query Summary {
  grid {
    uri
    totalSlots
    nodeCount
    maxSession
    sessionCount
    sessionQueueSize
    version
    __typename
  }
}'. variables '{}'
20:12:50.165 DEBUG [Execution.executeOperation] - Executing '88b3e4ab-051c-4106-ab54-71af17f98c10' query operation: 'QUERY' using 'graphql.execution.AsyncExecutionStrategy' execution strategy
20:12:50.165 DEBUG [ExecutionStrategy.completeField] - '88b3e4ab-051c-4106-ab54-71af17f98c10' completing field '/grid'...
20:12:50.166 DEBUG [ExecutionStrategy.completeField] - '88b3e4ab-051c-4106-ab54-71af17f98c10' completing field '/grid/uri'...
20:12:50.167 DEBUG [ExecutionStrategy.completeField] - '88b3e4ab-051c-4106-ab54-71af17f98c10' completing field '/grid/totalSlots'...
20:12:50.167 DEBUG [ExecutionStrategy.completeField] - '88b3e4ab-051c-4106-ab54-71af17f98c10' completing field '/grid/nodeCount'...
20:12:50.167 DEBUG [ExecutionStrategy.completeField] - '88b3e4ab-051c-4106-ab54-71af17f98c10' completing field '/grid/maxSession'...
20:12:50.168 DEBUG [ExecutionStrategy.completeField] - '88b3e4ab-051c-4106-ab54-71af17f98c10' completing field '/grid/sessionCount'...
20:12:50.168 DEBUG [ExecutionStrategy.completeField] - '88b3e4ab-051c-4106-ab54-71af17f98c10' completing field '/grid/sessionQueueSize'...
20:12:50.168 DEBUG [ExecutionStrategy.completeField] - '88b3e4ab-051c-4106-ab54-71af17f98c10' completing field '/grid/version'...
20:12:50.169 DEBUG [ExecutionStrategy.completeField] - '88b3e4ab-051c-4106-ab54-71af17f98c10' completing field '/grid/__typename'...
20:12:50.169 DEBUG [GraphQL.lambda$execute$14] - Execution '88b3e4ab-051c-4106-ab54-71af17f98c10' completed with zero errors
20:12:50.174 DEBUG [RequestConverter.channelInactive] - Closing input pipe, channel became inactive.
20:12:52.149 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /graphql HTTP/1.1
accept: */*
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
content-type: application/json
origin: http://gridtest4-devops-seleniumgrid.apps.com
referer: http://gridtest4-devops-seleniumgrid.apps.com/ui
accept-encoding: gzip, deflate
accept-language: en-US,en;q=0.9
host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-port: 80
x-forwarded-proto: http
forwarded: for=10.25.130.5;host=gridtest4-devops-seleniumgrid.apps.com;proto=http
x-forwarded-for: 10.25.130.5
content-length: 211
20:12:52.150 DEBUG [RequestConverter.channelRead0] - Start of http request: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /graphql HTTP/1.1
accept: */*
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
content-type: application/json
origin: http://gridtest4-devops-seleniumgrid.apps.com
referer: http://gridtest4-devops-seleniumgrid.apps.com/ui
accept-encoding: gzip, deflate
accept-language: en-US,en;q=0.9
host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-port: 80
x-forwarded-proto: http
forwarded: for=10.25.130.5;host=gridtest4-devops-seleniumgrid.apps.com;proto=http
x-forwarded-for: 10.25.130.5
content-length: 211
20:12:52.151 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultLastHttpContent(data: PooledSlicedByteBuf(ridx: 0, widx: 211, cap: 211/211, unwrapped: PooledUnsafeDirectByteBuf(ridx: 1047, widx: 1047, cap: 2048)), decoderResult: success)
20:12:52.151 DEBUG [RequestConverter.channelRead0] - Closing input pipe.
20:12:52.152 DEBUG [GraphQL.executeAsync] - Executing request. operation name: 'null'. query: 'query Summary {
  grid {
    uri
    totalSlots
    nodeCount
    maxSession
    sessionCount
    sessionQueueSize
    version
    __typename
  }
}'. variables '{}'
20:12:52.153 DEBUG [GraphQL.execute] - Executing 'b740484d-b7eb-4e72-a755-baef02ab0292'. operation name: 'null'. query: 'query Summary {
  grid {
    uri
    totalSlots
    nodeCount
    maxSession
    sessionCount
    sessionQueueSize
    version
    __typename
  }
}'. variables '{}'
20:12:52.153 DEBUG [Execution.executeOperation] - Executing 'b740484d-b7eb-4e72-a755-baef02ab0292' query operation: 'QUERY' using 'graphql.execution.AsyncExecutionStrategy' execution strategy
20:12:52.154 DEBUG [ExecutionStrategy.completeField] - 'b740484d-b7eb-4e72-a755-baef02ab0292' completing field '/grid'...
20:12:52.154 DEBUG [ExecutionStrategy.completeField] - 'b740484d-b7eb-4e72-a755-baef02ab0292' completing field '/grid/uri'...
20:12:52.155 DEBUG [ExecutionStrategy.completeField] - 'b740484d-b7eb-4e72-a755-baef02ab0292' completing field '/grid/totalSlots'...
20:12:52.155 DEBUG [ExecutionStrategy.completeField] - 'b740484d-b7eb-4e72-a755-baef02ab0292' completing field '/grid/nodeCount'...
20:12:52.156 DEBUG [ExecutionStrategy.completeField] - 'b740484d-b7eb-4e72-a755-baef02ab0292' completing field '/grid/maxSession'...
20:12:52.156 DEBUG [ExecutionStrategy.completeField] - 'b740484d-b7eb-4e72-a755-baef02ab0292' completing field '/grid/sessionCount'...
20:12:52.156 DEBUG [ExecutionStrategy.completeField] - 'b740484d-b7eb-4e72-a755-baef02ab0292' completing field '/grid/sessionQueueSize'...
20:12:52.157 DEBUG [ExecutionStrategy.completeField] - 'b740484d-b7eb-4e72-a755-baef02ab0292' completing field '/grid/version'...
20:12:52.157 DEBUG [ExecutionStrategy.completeField] - 'b740484d-b7eb-4e72-a755-baef02ab0292' completing field '/grid/__typename'...
20:12:52.157 DEBUG [GraphQL.lambda$execute$14] - Execution 'b740484d-b7eb-4e72-a755-baef02ab0292' completed with zero errors
20:12:56.298 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /graphql HTTP/1.1
accept: */*
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
content-type: application/json
origin: http://gridtest4-devops-seleniumgrid.apps.com
referer: http://gridtest4-devops-seleniumgrid.apps.com/ui
accept-encoding: gzip, deflate
accept-language: en-US,en;q=0.9
host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-port: 80
x-forwarded-proto: http
forwarded: for=10.25.130.5;host=gridtest4-devops-seleniumgrid.apps.com;proto=http
x-forwarded-for: 10.25.130.5
content-length: 211
20:12:56.299 DEBUG [RequestConverter.channelRead0] - Start of http request: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /graphql HTTP/1.1
accept: */*
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
content-type: application/json
origin: http://gridtest4-devops-seleniumgrid.apps.com
referer: http://gridtest4-devops-seleniumgrid.apps.com/ui
accept-encoding: gzip, deflate
accept-language: en-US,en;q=0.9
host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-port: 80
x-forwarded-proto: http
forwarded: for=10.25.130.5;host=gridtest4-devops-seleniumgrid.apps.com;proto=http
x-forwarded-for: 10.25.130.5
content-length: 211
20:12:56.300 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultLastHttpContent(data: PooledSlicedByteBuf(ridx: 0, widx: 211, cap: 211/211, unwrapped: PooledUnsafeDirectByteBuf(ridx: 1047, widx: 1047, cap: 2048)), decoderResult: success)
20:12:56.300 DEBUG [RequestConverter.channelRead0] - Closing input pipe.
20:12:56.302 DEBUG [GraphQL.executeAsync] - Executing request. operation name: 'null'. query: 'query Summary {
  grid {
    uri
    totalSlots
    nodeCount
    maxSession
    sessionCount
    sessionQueueSize
    version
    __typename
  }
}'. variables '{}'
20:12:56.303 DEBUG [GraphQL.execute] - Executing 'da19d6b8-30ab-4a4f-9ea4-f0cdb10d2e96'. operation name: 'null'. query: 'query Summary {
  grid {
    uri
    totalSlots
    nodeCount
    maxSession
    sessionCount
    sessionQueueSize
    version
    __typename
  }
}'. variables '{}'
20:12:56.303 DEBUG [Execution.executeOperation] - Executing 'da19d6b8-30ab-4a4f-9ea4-f0cdb10d2e96' query operation: 'QUERY' using 'graphql.execution.AsyncExecutionStrategy' execution strategy
20:12:56.304 DEBUG [ExecutionStrategy.completeField] - 'da19d6b8-30ab-4a4f-9ea4-f0cdb10d2e96' completing field '/grid'...
20:12:56.304 DEBUG [ExecutionStrategy.completeField] - 'da19d6b8-30ab-4a4f-9ea4-f0cdb10d2e96' completing field '/grid/uri'...
20:12:56.304 DEBUG [ExecutionStrategy.completeField] - 'da19d6b8-30ab-4a4f-9ea4-f0cdb10d2e96' completing field '/grid/totalSlots'...
20:12:56.305 DEBUG [ExecutionStrategy.completeField] - 'da19d6b8-30ab-4a4f-9ea4-f0cdb10d2e96' completing field '/grid/nodeCount'...
20:12:56.305 DEBUG [ExecutionStrategy.completeField] - 'da19d6b8-30ab-4a4f-9ea4-f0cdb10d2e96' completing field '/grid/maxSession'...
20:12:56.306 DEBUG [ExecutionStrategy.completeField] - 'da19d6b8-30ab-4a4f-9ea4-f0cdb10d2e96' completing field '/grid/sessionCount'...
20:12:56.306 DEBUG [ExecutionStrategy.completeField] - 'da19d6b8-30ab-4a4f-9ea4-f0cdb10d2e96' completing field '/grid/sessionQueueSize'...
20:12:56.306 DEBUG [ExecutionStrategy.completeField] - 'da19d6b8-30ab-4a4f-9ea4-f0cdb10d2e96' completing field '/grid/version'...
20:12:56.307 DEBUG [ExecutionStrategy.completeField] - 'da19d6b8-30ab-4a4f-9ea4-f0cdb10d2e96' completing field '/grid/__typename'...
20:12:56.307 DEBUG [GraphQL.lambda$execute$14] - Execution 'da19d6b8-30ab-4a4f-9ea4-f0cdb10d2e96' completed with zero errors
20:12:56.363 DEBUG [LoggingHandler.channelRead] - [id: 0x7779aa9e, L:/0:0:0:0:0:0:0:0:4444] READ: [id: 0x5723d5da, L:/100.126.32.201:4444 - R:/100.126.32.129:53786]
20:12:56.364 DEBUG [LoggingHandler.channelRead] - [id: 0x7779aa9e, L:/0:0:0:0:0:0:0:0:4444] READ: [id: 0xaa6c2702, L:/100.126.32.201:4444 - R:/100.126.32.129:53784]
20:12:56.364 DEBUG [LoggingHandler.channelReadComplete] - [id: 0x7779aa9e, L:/0:0:0:0:0:0:0:0:4444] READ COMPLETE
20:12:56.375 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
GET /wd/hub/status HTTP/1.1
Host: 100.126.32.201:4444
User-Agent: kube-probe/1.21
Accept: */*
Connection: close
20:12:56.375 DEBUG [RequestConverter.channelRead0] - Start of http request: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
GET /wd/hub/status HTTP/1.1
Host: 100.126.32.201:4444
User-Agent: kube-probe/1.21
Accept: */*
Connection: close
20:12:56.376 DEBUG [RequestConverter.channelRead0] - Incoming message: EmptyLastHttpContent
20:12:56.376 DEBUG [RequestConverter.channelRead0] - Closing input pipe.
20:12:56.380 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
GET /wd/hub/status HTTP/1.1
Host: 100.126.32.201:4444
User-Agent: kube-probe/1.21
Accept: */*
Connection: close
20:12:56.380 DEBUG [RequestConverter.channelRead0] - Start of http request: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
GET /wd/hub/status HTTP/1.1
Host: 100.126.32.201:4444
User-Agent: kube-probe/1.21
Accept: */*
Connection: close
20:12:56.381 DEBUG [RequestConverter.channelRead0] - Incoming message: EmptyLastHttpContent
20:12:56.381 DEBUG [RequestConverter.channelRead0] - Closing input pipe.
20:12:56.388 DEBUG [RequestConverter.channelInactive] - Closing input pipe, channel became inactive.
20:12:56.416 DEBUG [RequestConverter.channelInactive] - Closing input pipe, channel became inactive.
20:12:58.149 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /graphql HTTP/1.1
accept: */*
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
content-type: application/json
origin: http://gridtest4-devops-seleniumgrid.apps.com
referer: http://gridtest4-devops-seleniumgrid.apps.com/ui
accept-encoding: gzip, deflate
accept-language: en-US,en;q=0.9
host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-port: 80
x-forwarded-proto: http
forwarded: for=10.25.130.5;host=gridtest4-devops-seleniumgrid.apps.com;proto=http
x-forwarded-for: 10.25.130.5
content-length: 211
20:12:58.150 DEBUG [RequestConverter.channelRead0] - Start of http request: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /graphql HTTP/1.1
accept: */*
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
content-type: application/json
origin: http://gridtest4-devops-seleniumgrid.apps.com
referer: http://gridtest4-devops-seleniumgrid.apps.com/ui
accept-encoding: gzip, deflate
accept-language: en-US,en;q=0.9
host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-port: 80
x-forwarded-proto: http
forwarded: for=10.25.130.5;host=gridtest4-devops-seleniumgrid.apps.com;proto=http
x-forwarded-for: 10.25.130.5
content-length: 211
20:12:58.151 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultLastHttpContent(data: PooledSlicedByteBuf(ridx: 0, widx: 211, cap: 211/211, unwrapped: PooledUnsafeDirectByteBuf(ridx: 1047, widx: 1047, cap: 2048)), decoderResult: success)
20:12:58.151 DEBUG [RequestConverter.channelRead0] - Closing input pipe.
20:12:58.156 DEBUG [GraphQL.executeAsync] - Executing request. operation name: 'null'. query: 'query Summary {
  grid {
    uri
    totalSlots
    nodeCount
    maxSession
    sessionCount
    sessionQueueSize
    version
    __typename
  }
}'. variables '{}'
20:12:58.157 DEBUG [GraphQL.execute] - Executing '02fe5540-0be0-4dba-97c5-c9a0581a2ed1'. operation name: 'null'. query: 'query Summary {
  grid {
    uri
    totalSlots
    nodeCount
    maxSession
    sessionCount
    sessionQueueSize
    version
    __typename
  }
}'. variables '{}'
20:12:58.157 DEBUG [Execution.executeOperation] - Executing '02fe5540-0be0-4dba-97c5-c9a0581a2ed1' query operation: 'QUERY' using 'graphql.execution.AsyncExecutionStrategy' execution strategy
20:12:58.158 DEBUG [ExecutionStrategy.completeField] - '02fe5540-0be0-4dba-97c5-c9a0581a2ed1' completing field '/grid'...
20:12:58.158 DEBUG [ExecutionStrategy.completeField] - '02fe5540-0be0-4dba-97c5-c9a0581a2ed1' completing field '/grid/uri'...
20:12:58.159 DEBUG [ExecutionStrategy.completeField] - '02fe5540-0be0-4dba-97c5-c9a0581a2ed1' completing field '/grid/totalSlots'...
20:12:58.159 DEBUG [ExecutionStrategy.completeField] - '02fe5540-0be0-4dba-97c5-c9a0581a2ed1' completing field '/grid/nodeCount'...
20:12:58.159 DEBUG [ExecutionStrategy.completeField] - '02fe5540-0be0-4dba-97c5-c9a0581a2ed1' completing field '/grid/maxSession'...
20:12:58.160 DEBUG [ExecutionStrategy.completeField] - '02fe5540-0be0-4dba-97c5-c9a0581a2ed1' completing field '/grid/sessionCount'...
20:12:58.160 DEBUG [ExecutionStrategy.completeField] - '02fe5540-0be0-4dba-97c5-c9a0581a2ed1' completing field '/grid/sessionQueueSize'...
20:12:58.160 DEBUG [ExecutionStrategy.completeField] - '02fe5540-0be0-4dba-97c5-c9a0581a2ed1' completing field '/grid/version'...
20:12:58.161 DEBUG [ExecutionStrategy.completeField] - '02fe5540-0be0-4dba-97c5-c9a0581a2ed1' completing field '/grid/__typename'...
20:12:58.161 DEBUG [GraphQL.lambda$execute$14] - Execution '02fe5540-0be0-4dba-97c5-c9a0581a2ed1' completed with zero errors
20:12:59.414 INFO [Node.<init>] - Binding additional locator mechanisms: relative, id, name
20:12:59.736 DEBUG [ResourceLeakDetectorFactory$DefaultResourceLeakDetectorFactory.newResourceLeakDetector] - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@7ba52888
20:13:01.036 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:5f70e86da49f346352ebab2, Subject:CN=Trustwave Global Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:RSA, Length:4096, Cert Id:416366836, Valid from:8/23/17, 7:34 PM, Valid until:8/23/42, 7:34 PM
20:13:01.120 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withRSA, Serial:6e47a9c65ab3e720c5309a3f6852f26f, Subject:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:-1151551794, Valid from:6/22/16, 12:00 AM, Valid until:6/22/36, 12:00 AM
20:13:01.124 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withECDSA, Serial:7497258ac73f7a54, Subject:CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US, Key type:EC, Length:384, Cert Id:-2080363786, Valid from:1/29/10, 2:20 PM, Valid until:12/31/40, 2:20 PM
20:13:01.129 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:8165f8a4ca5ec00c99340dfc4c6ae23b81c5aa4, Subject:CN=Hongkong Post Root CA 3, O=Hongkong Post, L=Hong Kong, ST=Hong Kong, C=HK, Issuer:CN=Hongkong Post Root CA 3, O=Hongkong Post, L=Hong Kong, ST=Hong Kong, C=HK, Key type:RSA, Length:4096, Cert Id:-901951080, Valid from:6/3/17, 2:29 AM, Valid until:6/3/42, 2:29 AM
20:13:01.215 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:bb401c43f55e4fb0, Subject:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:1516221943, Valid from:10/25/06, 8:30 AM, Valid until:10/25/36, 8:30 AM
20:13:01.225 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:5ec3b7a6437fa4e0, Subject:C=ES, O=ACCV, OU=PKIACCV, CN=ACCVRAIZ1, Issuer:C=ES, O=ACCV, OU=PKIACCV, CN=ACCVRAIZ1, Key type:RSA, Length:4096, Cert Id:-592111236, Valid from:5/5/11, 9:37 AM, Valid until:12/31/30, 9:37 AM
20:13:01.228 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withECDSA, Serial:66f23daf87de8bb14aea0c573101c2ec, Subject:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:EC, Length:384, Cert Id:-1054206011, Valid from:12/18/19, 11:06 PM, Valid until:7/18/42, 11:16 PM
20:13:01.230 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:25a1dfca33cb5902, Subject:CN=TrustCor RootCert CA-2, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Issuer:CN=TrustCor RootCert CA-2, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Key type:RSA, Length:4096, Cert Id:1646661199, Valid from:2/4/16, 12:32 PM, Valid until:12/31/34, 5:26 PM
20:13:01.314 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:76b1205274f0858746b3f8231af6c2c0, Subject:CN=OISTE WISeKey Global Root GB CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Issuer:CN=OISTE WISeKey Global Root GB CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Key type:RSA, Length:2048, Cert Id:-613481516, Valid from:12/1/14, 3:00 PM, Valid until:12/1/39, 3:10 PM
20:13:01.317 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:aecf00bac4cf32f843b2, Subject:CN=emSign Root CA - C1, O=eMudhra Inc, OU=emSign PKI, C=US, Issuer:CN=emSign Root CA - C1, O=eMudhra Inc, OU=emSign PKI, C=US, Key type:RSA, Length:2048, Cert Id:-1268863356, Valid from:2/18/18, 6:30 PM, Valid until:2/18/43, 6:30 PM
20:13:01.319 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:57cb336fc25c16e6471617e3903168e0, Subject:CN=Network Solutions Certificate Authority, O=Network Solutions L.L.C., C=US, Issuer:CN=Network Solutions Certificate Authority, O=Network Solutions L.L.C., C=US, Key type:RSA, Length:2048, Cert Id:1751576863, Valid from:12/1/06, 12:00 AM, Valid until:12/31/29, 11:59 PM
20:13:01.321 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withECDSA, Serial:d6a5f083f285c3e5195df5d, Subject:CN=Trustwave Global ECC P256 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global ECC P256 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:EC, Length:256, Cert Id:948272517, Valid from:8/23/17, 7:35 PM, Valid until:8/23/42, 7:35 PM
20:13:01.324 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:3863def8, Subject:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Issuer:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Key type:RSA, Length:2048, Cert Id:-328536082, Valid from:12/24/99, 5:50 PM, Valid until:7/24/29, 2:15 PM
20:13:01.416 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withECDSA, Serial:66c9fd5749736663f3b0b9ad9e89e7603f24a, Subject:CN=Amazon Root CA 3, O=Amazon, C=US, Issuer:CN=Amazon Root CA 3, O=Amazon, C=US, Key type:EC, Length:256, Cert Id:-1562287523, Valid from:5/26/15, 12:00 AM, Valid until:5/26/40, 12:00 AM
20:13:01.419 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:84822c5f1c62d040, Subject:CN=TrustCor ECA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Issuer:CN=TrustCor ECA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Key type:RSA, Length:2048, Cert Id:1382581529, Valid from:2/4/16, 12:32 PM, Valid until:12/31/29, 5:28 PM
20:13:01.424 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withRSA, Serial:45e6bb038333c3856548e6ff4551, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Key type:RSA, Length:4096, Cert Id:-506627753, Valid from:12/10/14, 12:00 AM, Valid until:12/10/34, 12:00 AM
20:13:01.427 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:a0142800000014523c844b500000002, Subject:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:1232565210, Valid from:1/16/14, 6:12 PM, Valid until:1/16/34, 6:12 PM
20:13:01.429 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:cf08e5c0816a5ad427ff0eb271859d0, Subject:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Issuer:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Key type:RSA, Length:2048, Cert Id:2034155325, Valid from:11/7/06, 7:31 PM, Valid until:12/31/29, 7:40 PM
20:13:01.514 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:83be056904246b1a1756ac95991c74a, Subject:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1341898239, Valid from:11/10/06, 12:00 AM, Valid until:11/10/31, 12:00 AM
20:13:01.517 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:7777062726a9b17c, Subject:CN=AffirmTrust Commercial, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Commercial, O=AffirmTrust, C=US, Key type:RSA, Length:2048, Cert Id:630485644, Valid from:1/29/10, 2:06 PM, Valid until:12/31/30, 2:06 PM
20:13:01.519 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withECDSA, Serial:15448ef21fd97590df5040a, Subject:CN=e-Szigno Root CA 2017, OID.2.5.4.97=VATHU-23584497, O=Microsec Ltd., L=Budapest, C=HU, Issuer:CN=e-Szigno Root CA 2017, OID.2.5.4.97=VATHU-23584497, O=Microsec Ltd., L=Budapest, C=HU, Key type:EC, Length:256, Cert Id:-991173715, Valid from:8/22/17, 12:07 PM, Valid until:8/22/42, 12:07 PM
20:13:01.521 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:5ddfb1da5aa3ed5dbe5a6520650390ef, Subject:CN=UCA Global G2 Root, O=UniTrust, C=CN, Issuer:CN=UCA Global G2 Root, O=UniTrust, C=CN, Key type:RSA, Length:4096, Cert Id:1844967193, Valid from:3/11/16, 12:00 AM, Valid until:12/31/40, 12:00 AM
20:13:01.523 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withRSA, Serial:6e47a9c54b470c0dec33d089b91cf4e1, Subject:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:-1684052905, Valid from:6/22/16, 12:00 AM, Valid until:6/22/36, 12:00 AM
20:13:01.524 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:50946cec18ead59c4dd597ef758fa0ad, Subject:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Issuer:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Key type:RSA, Length:2048, Cert Id:-952474086, Valid from:11/1/04, 5:14 PM, Valid until:1/1/35, 5:37 AM
20:13:01.526 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withECDSA, Serial:75e6dfcbc1685ba8, Subject:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:EC, Length:384, Cert Id:-1368293613, Valid from:2/12/16, 6:14 PM, Valid until:2/12/41, 6:14 PM
20:13:01.527 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:92b888dbb08ac163, Subject:CN=CA Disig Root R2, O=Disig a.s., L=Bratislava, C=SK, Issuer:CN=CA Disig Root R2, O=Disig a.s., L=Bratislava, C=SK, Key type:RSA, Length:4096, Cert Id:747175721, Valid from:7/19/12, 9:15 AM, Valid until:7/19/42, 9:15 AM
20:13:01.528 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:5c6, Subject:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:1470392860, Valid from:11/24/06, 7:11 PM, Valid until:11/24/31, 7:06 PM
20:13:01.529 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Issuer:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1825617644, Valid from:6/29/04, 5:39 PM, Valid until:6/29/34, 5:39 PM
20:13:01.614 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:da9bec71f303b019, Subject:CN=TrustCor RootCert CA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Issuer:CN=TrustCor RootCert CA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Key type:RSA, Length:2048, Cert Id:1332877130, Valid from:2/4/16, 12:32 PM, Valid until:12/31/29, 5:23 PM
20:13:01.616 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:1964785574, Valid from:9/1/09, 12:00 AM, Valid until:12/31/37, 11:59 PM
20:13:01.620 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:456b5054, Subject:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:-1261404096, Valid from:11/27/06, 8:23 PM, Valid until:11/27/26, 8:53 PM
20:13:01.621 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:5a4bbd5afb4f8a5bfa65e5, Subject:CN=GLOBALTRUST 2020, O=e-commerce monitoring GmbH, C=AT, Issuer:CN=GLOBALTRUST 2020, O=e-commerce monitoring GmbH, C=AT, Key type:RSA, Length:4096, Cert Id:-522246883, Valid from:2/10/20, 12:00 AM, Valid until:6/10/40, 12:00 AM
20:13:01.623 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:110034b64ec6362d36, Subject:OU=certSIGN ROOT CA G2, O=CERTSIGN SA, C=RO, Issuer:OU=certSIGN ROOT CA G2, O=CERTSIGN SA, C=RO, Key type:RSA, Length:4096, Cert Id:-2113880430, Valid from:2/6/17, 9:27 AM, Valid until:2/6/42, 9:27 AM
20:13:01.624 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:5c33cb622c5fb332, Subject:C=DE, O=Atos, CN=Atos TrustedRoot 2011, Issuer:C=DE, O=Atos, CN=Atos TrustedRoot 2011, Key type:RSA, Length:2048, Cert Id:-28528624, Valid from:7/7/11, 2:58 PM, Valid until:12/31/30, 11:59 PM
20:13:01.626 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withRSA, Serial:66c9fd29635869f0a0fe58678f85b26bb8a37, Subject:CN=Amazon Root CA 2, O=Amazon, C=US, Issuer:CN=Amazon Root CA 2, O=Amazon, C=US, Key type:RSA, Length:4096, Cert Id:-1766132388, Valid from:5/26/15, 12:00 AM, Valid until:5/26/40, 12:00 AM
20:13:01.627 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1894096264, Valid from:10/1/08, 10:29 AM, Valid until:10/1/33, 11:59 PM
20:13:01.629 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:ce7e0e517d846fe8fe560fc1bf03039, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-860404528, Valid from:11/10/06, 12:00 AM, Valid until:11/10/31, 12:00 AM
20:13:01.714 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withRSA, Serial:194301ea20bddf5c5332ab1434471f8d6504d0d, Subject:CN=NAVER Global Root Certification Authority, O=NAVER BUSINESS PLATFORM Corp., C=KR, Issuer:CN=NAVER Global Root Certification Authority, O=NAVER BUSINESS PLATFORM Corp., C=KR, Key type:RSA, Length:4096, Cert Id:1777546867, Valid from:8/18/17, 8:58 AM, Valid until:8/18/37, 11:59 PM
20:13:01.717 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:fedce3010fc948ff, Subject:CN=Certigna, O=Dhimyotis, C=FR, Issuer:CN=Certigna, O=Dhimyotis, C=FR, Key type:RSA, Length:2048, Cert Id:-788091456, Valid from:6/29/07, 3:13 PM, Valid until:6/29/27, 3:13 PM
20:13:01.719 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:6a683e9c519bcb53, Subject:CN=E-Tugra Certification Authority, OU=E-Tugra Sertifikasyon Merkezi, O=E-Tuğra EBG Bilişim Teknolojileri ve Hizmetleri A.Ş., L=Ankara, C=TR, Issuer:CN=E-Tugra Certification Authority, OU=E-Tugra Sertifikasyon Merkezi, O=E-Tuğra EBG Bilişim Teknolojileri ve Hizmetleri A.Ş., L=Ankara, C=TR, Key type:RSA, Length:4096, Cert Id:-673382379, Valid from:3/5/13, 12:09 PM, Valid until:3/3/23, 12:09 PM
20:13:01.724 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions RootCA 2011, O=Hellenic Academic and Research Institutions Cert. Authority, C=GR, Issuer:CN=Hellenic Academic and Research Institutions RootCA 2011, O=Hellenic Academic and Research Institutions Cert. Authority, C=GR, Key type:RSA, Length:2048, Cert Id:-1841489473, Valid from:12/6/11, 1:49 PM, Valid until:12/1/31, 1:49 PM
20:13:01.725 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:2, Subject:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:969960563, Valid from:10/26/10, 8:38 AM, Valid until:10/26/40, 8:38 AM
20:13:01.727 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:78585f2ead2c194be3370735341328b596d46593, Subject:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:-762436034, Valid from:1/12/12, 5:27 PM, Valid until:1/12/42, 5:27 PM
20:13:01.728 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:98968d, Subject:CN=Staat der Nederlanden EV Root CA, O=Staat der Nederlanden, C=NL, Issuer:CN=Staat der Nederlanden EV Root CA, O=Staat der Nederlanden, C=NL, Key type:RSA, Length:4096, Cert Id:1444801426, Valid from:12/8/10, 11:19 AM, Valid until:12/8/22, 11:10 AM
20:13:01.729 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:2ef59b0228a7db7affd5a3a9eebd03a0cf126a1d, Subject:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:-705622991, Valid from:1/12/12, 8:26 PM, Valid until:1/12/42, 8:26 PM
20:13:01.814 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:-11d4c2142bde21eb579d53fb0c223bff, Subject:CN=EC-ACC, OU=Jerarquia Entitats de Certificacio Catalanes, OU=Vegeu https://www.catcert.net/verarrel (c)03, OU=Serveis Publics de Certificacio, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), C=ES, Issuer:CN=EC-ACC, OU=Jerarquia Entitats de Certificacio Catalanes, OU=Vegeu https://www.catcert.net/verarrel (c)03, OU=Serveis Publics de Certificacio, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), C=ES, Key type:RSA, Length:2048, Cert Id:1077306647, Valid from:1/7/03, 11:00 PM, Valid until:1/7/31, 10:59 PM
20:13:01.816 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:dd3e3bc6cf96bb1, Subject:CN=ANF Secure Server Root CA, OU=ANF CA Raiz, O=ANF Autoridad de Certificacion, C=ES, SERIALNUMBER=G63287510, Issuer:CN=ANF Secure Server Root CA, OU=ANF CA Raiz, O=ANF Autoridad de Certificacion, C=ES, SERIALNUMBER=G63287510, Key type:RSA, Length:4096, Cert Id:-841649695, Valid from:9/4/19, 10:00 AM, Valid until:8/30/39, 10:00 AM
20:13:01.818 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withRSA, Serial:1fd6d30fca3ca51a81bbc640e35032d, Subject:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:RSA, Length:4096, Cert Id:-347365895, Valid from:2/1/10, 12:00 AM, Valid until:1/18/38, 11:59 PM
20:13:01.819 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:4e812d8a8265e00b02ee3e350246e53d, Subject:CN=COMODO Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:2048, Cert Id:904304908, Valid from:12/1/06, 12:00 AM, Valid until:12/31/29, 11:59 PM
20:13:01.821 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:49412ce40010, Subject:CN=NetLock Arany (Class Gold) Főtanúsítvány, OU=Tanúsítványkiadók (Certification Services), O=NetLock Kft., L=Budapest, C=HU, Issuer:CN=NetLock Arany (Class Gold) Főtanúsítvány, OU=Tanúsítványkiadók (Certification Services), O=NetLock Kft., L=Budapest, C=HU, Key type:RSA, Length:2048, Cert Id:58541246, Valid from:12/11/08, 3:08 PM, Valid until:12/6/28, 3:08 PM
20:13:01.824 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withECDSA, Serial:a68b79290000000050d091f9, Subject:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:EC, Length:384, Cert Id:924514073, Valid from:12/18/12, 3:25 PM, Valid until:12/18/37, 3:55 PM
20:13:01.825 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:3e8, Subject:CN=Hongkong Post Root CA 1, O=Hongkong Post, C=HK, Issuer:CN=Hongkong Post Root CA 1, O=Hongkong Post, C=HK, Key type:RSA, Length:2048, Cert Id:-1426826250, Valid from:5/15/03, 5:13 AM, Valid until:5/15/23, 4:52 AM
20:13:01.826 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=TWCA Root Certification Authority, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Root Certification Authority, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:2048, Cert Id:-1642094263, Valid from:8/28/08, 7:24 AM, Valid until:12/31/30, 3:59 PM
20:13:01.827 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withECDSA, Serial:5c8b99c55a94c5d27156decd8980cc26, Subject:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:EC, Length:384, Cert Id:-965679910, Valid from:2/1/10, 12:00 AM, Valid until:1/18/38, 11:59 PM
20:13:01.829 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:-1026641587, Valid from:9/1/09, 12:00 AM, Valid until:12/31/37, 11:59 PM
20:13:01.917 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:509, Subject:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:338250116, Valid from:11/24/06, 6:27 PM, Valid until:11/24/31, 6:23 PM
20:13:01.919 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:444c0, Subject:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Issuer:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Key type:RSA, Length:2048, Cert Id:2014002193, Valid from:10/22/08, 12:07 PM, Valid until:12/31/29, 12:07 PM
20:13:01.920 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:c27e43044e473f19, Subject:EMAILADDRESS=info@e-szigno.hu, CN=Microsec e-Szigno Root CA 2009, O=Microsec Ltd., L=Budapest, C=HU, Issuer:EMAILADDRESS=info@e-szigno.hu, CN=Microsec e-Szigno Root CA 2009, O=Microsec Ltd., L=Budapest, C=HU, Key type:RSA, Length:2048, Cert Id:-1903950012, Valid from:6/16/09, 11:30 AM, Valid until:12/30/29, 11:30 AM
20:13:01.921 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:95be16a0f72e46f17b398272fa8bcd96, Subject:CN=TeliaSonera Root CA v1, O=TeliaSonera, Issuer:CN=TeliaSonera Root CA v1, O=TeliaSonera, Key type:RSA, Length:4096, Cert Id:1495358374, Valid from:10/18/07, 12:00 PM, Valid until:10/18/32, 12:00 PM
20:13:01.922 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withECDSA, Serial:605949e0262ebb55f90a778a71f94ad86c, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Key type:EC, Length:384, Cert Id:1997048439, Valid from:11/13/12, 12:00 AM, Valid until:1/19/38, 3:14 AM
20:13:01.923 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withECDSA, Serial:55556bcf25ea43535c3a40fd5ab4572, Subject:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:-795968543, Valid from:8/1/13, 12:00 PM, Valid until:1/15/38, 12:00 PM
20:13:01.924 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:66c9fcf99bf8c0a39e2f0788a43e696365bca, Subject:CN=Amazon Root CA 1, O=Amazon, C=US, Issuer:CN=Amazon Root CA 1, O=Amazon, C=US, Key type:RSA, Length:2048, Cert Id:-1472444962, Valid from:5/26/15, 12:00 AM, Valid until:1/17/38, 12:00 AM
20:13:01.925 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:983f4, Subject:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:971313728, Valid from:11/5/09, 8:50 AM, Valid until:11/5/29, 8:50 AM
20:13:01.926 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:-1238464039, Valid from:10/1/08, 10:40 AM, Valid until:10/1/33, 11:59 PM
20:13:01.928 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withECDSA, Serial:8bd85976c9927a48068473b, Subject:CN=Trustwave Global ECC P384 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global ECC P384 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:EC, Length:384, Cert Id:-1993924923, Valid from:8/23/17, 7:36 PM, Valid until:8/23/42, 7:36 PM
20:13:01.929 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withECDSA, Serial:212a560caeda0cab4045bf2ba22d3aea, Subject:CN=OISTE WISeKey Global Root GC CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Issuer:CN=OISTE WISeKey Global Root GC CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Key type:EC, Length:384, Cert Id:-1513165457, Valid from:5/9/17, 9:48 AM, Valid until:5/9/42, 9:58 AM
20:13:02.013 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=SecureSign RootCA11, O="Japan Certification Services, Inc.", C=JP, Issuer:CN=SecureSign RootCA11, O="Japan Certification Services, Inc.", C=JP, Key type:RSA, Length:2048, Cert Id:2079057034, Valid from:4/8/09, 4:56 AM, Valid until:4/8/29, 4:56 AM
20:13:02.015 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:184accd6, Subject:CN=CFCA EV ROOT, O=China Financial Certification Authority, C=CN, Issuer:CN=CFCA EV ROOT, O=China Financial Certification Authority, C=CN, Key type:RSA, Length:4096, Cert Id:551407782, Valid from:8/8/12, 3:07 AM, Valid until:12/31/29, 3:07 AM
20:13:02.017 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA512withRSA, Serial:21d6d04a4f250fc93237fcaa5e128de9, Subject:CN=Certum Trusted Network CA 2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Issuer:CN=Certum Trusted Network CA 2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Key type:RSA, Length:4096, Cert Id:1983350452, Valid from:10/6/11, 8:39 AM, Valid until:10/6/46, 8:39 AM
20:13:02.019 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:983f3, Subject:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1430153102, Valid from:11/5/09, 8:35 AM, Valid until:11/5/29, 8:35 AM
20:13:02.020 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:7d0997fef047ea7a, Subject:CN=GDCA TrustAUTH R5 ROOT, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", C=CN, Issuer:CN=GDCA TrustAUTH R5 ROOT, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", C=CN, Key type:RSA, Length:4096, Cert Id:494136981, Valid from:11/26/14, 5:13 AM, Valid until:12/31/40, 3:59 PM
20:13:02.021 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:RSA, Length:4096, Cert Id:-802976731, Valid from:7/7/15, 10:11 AM, Valid until:6/30/40, 10:11 AM
20:13:02.022 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withRSA, Serial:1ed397095fd8b4b347701eaabe7f45b3, Subject:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:RSA, Length:4096, Cert Id:-1446618248, Valid from:12/18/19, 10:51 PM, Valid until:7/18/42, 11:00 PM
20:13:02.024 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withRSA, Serial:11d2bbb9d723189e405f0a9d2dd0df2567d1, Subject:CN=GlobalSign Root R46, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root R46, O=GlobalSign nv-sa, C=BE, Key type:RSA, Length:4096, Cert Id:1275948927, Valid from:3/20/19, 12:00 AM, Valid until:3/20/46, 12:00 AM
20:13:02.025 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withECDSA, Serial:ba15afa1ddfa0b54944afcd24a06cec, Subject:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:-645537245, Valid from:8/1/13, 12:00 PM, Valid until:1/15/38, 12:00 PM
20:13:02.026 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:4f1bd42f54bb2f4b, Subject:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:126726124, Valid from:10/25/06, 8:32 AM, Valid until:10/25/36, 8:32 AM
20:13:02.028 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:570a119742c4e3cc, Subject:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Issuer:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Key type:RSA, Length:4096, Cert Id:1729119956, Valid from:9/22/11, 11:22 AM, Valid until:9/22/30, 11:22 AM
20:13:02.029 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withECDSA, Serial:788f275c81125220a504d02dddba73f4, Subject:CN=Certum EC-384 CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Issuer:CN=Certum EC-384 CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Key type:EC, Length:384, Cert Id:994586241, Valid from:3/26/18, 7:24 AM, Valid until:3/26/43, 7:24 AM
20:13:02.030 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withRSA, Serial:59b1b579e8e2132e23907bda777755c, Subject:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:1057369358, Valid from:8/1/13, 12:00 PM, Valid until:1/15/38, 12:00 PM
20:13:02.031 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:40000000001154b5ac394, Subject:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Key type:RSA, Length:2048, Cert Id:536948034, Valid from:9/1/98, 12:00 PM, Valid until:1/28/28, 12:00 PM
20:13:02.113 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:d9b5437fafa9390f000000005565ad58, Subject:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:1368037548, Valid from:5/27/15, 11:11 AM, Valid until:12/27/37, 11:41 AM
20:13:02.115 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withECDSA, Serial:3cf607a968700eda8b84, Subject:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:EC, Length:384, Cert Id:-462931589, Valid from:2/18/18, 6:30 PM, Valid until:2/18/43, 6:30 PM
20:13:02.117 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withECDSA, Serial:6e47a9c88b94b6e8bb3b2ad8a2b2c199, Subject:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:-1824562466, Valid from:6/22/16, 12:00 AM, Valid until:6/22/36, 12:00 AM
20:13:02.118 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:7c4f04391cd4992d, Subject:CN=AffirmTrust Networking, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Networking, O=AffirmTrust, C=US, Key type:RSA, Length:2048, Cert Id:651670175, Valid from:1/29/10, 2:08 PM, Valid until:12/31/30, 2:08 PM
20:13:02.119 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:56b629cd34bc78f6, Subject:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:1381862403, Valid from:5/31/17, 6:14 PM, Valid until:5/30/42, 6:14 PM
20:13:02.120 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:4fd22b8ff564c8339e4f345866237060, Subject:CN=UCA Extended Validation Root, O=UniTrust, C=CN, Issuer:CN=UCA Extended Validation Root, O=UniTrust, C=CN, Key type:RSA, Length:4096, Cert Id:649181271, Valid from:3/13/15, 12:00 AM, Valid until:12/31/38, 12:00 AM
20:13:02.121 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:33af1e6a711a9a0bb2864b11d09fae5, Subject:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1136084297, Valid from:8/1/13, 12:00 PM, Valid until:1/15/38, 12:00 PM
20:13:02.122 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withECDSA, Serial:2a38a41c960a04de42b228a50be8349802, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Key type:EC, Length:256, Cert Id:-1923273545, Valid from:11/13/12, 12:00 AM, Valid until:1/19/38, 3:14 AM
20:13:02.123 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:20000b9, Subject:CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE, Issuer:CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE, Key type:RSA, Length:2048, Cert Id:1425294543, Valid from:5/12/00, 6:46 PM, Valid until:5/12/25, 11:59 PM
20:13:02.124 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Issuer:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Key type:RSA, Length:2048, Cert Id:1521072570, Valid from:5/29/09, 5:00 AM, Valid until:5/29/29, 5:00 AM
20:13:02.125 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:4000000000121585308a2, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Key type:RSA, Length:2048, Cert Id:733875591, Valid from:3/18/09, 10:00 AM, Valid until:3/18/29, 10:00 AM
20:13:02.127 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:75622a4e8d48a894df413c8f0f8eaa5, Subject:CN=Secure Global CA, O=SecureTrust Corporation, C=US, Issuer:CN=Secure Global CA, O=SecureTrust Corporation, C=US, Key type:RSA, Length:2048, Cert Id:-1476772975, Valid from:11/7/06, 7:42 PM, Valid until:12/31/29, 7:52 PM
20:13:02.128 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:8210cfb0d240e3594463e0bb63828b00, Subject:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Issuer:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Key type:RSA, Length:4096, Cert Id:1521974916, Valid from:6/4/15, 11:04 AM, Valid until:6/4/35, 11:04 AM
20:13:02.129 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:2, Subject:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:1264269967, Valid from:10/26/10, 8:28 AM, Valid until:10/26/40, 8:28 AM
20:13:02.130 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:31f5e4620c6c58edd6d8, Subject:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:RSA, Length:2048, Cert Id:392709196, Valid from:2/18/18, 6:30 PM, Valid until:2/18/43, 6:30 PM
20:13:02.131 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withRSA, Serial:6d8c1446b1a60aee, Subject:CN=AffirmTrust Premium, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Premium, O=AffirmTrust, C=US, Key type:RSA, Length:4096, Cert Id:-2130283955, Valid from:1/29/10, 2:10 PM, Valid until:12/31/40, 2:10 PM
20:13:02.213 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Security Communication RootCA1, O=SECOM Trust.net, C=JP, Issuer:OU=Security Communication RootCA1, O=SECOM Trust.net, C=JP, Key type:RSA, Length:2048, Cert Id:1802358121, Valid from:9/30/03, 4:20 AM, Valid until:9/30/23, 4:20 AM
20:13:02.216 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:a0142800000014523cf467c00000002, Subject:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:2123370772, Valid from:1/16/14, 5:53 PM, Valid until:1/16/34, 5:53 PM
20:13:02.217 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:445734245b81899b35f2ceb82b3b5ba726f07528, Subject:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:696763521, Valid from:1/12/12, 6:59 PM, Valid until:1/12/42, 6:59 PM
20:13:02.218 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:cbe, Subject:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:4096, Cert Id:861175838, Valid from:6/27/12, 6:28 AM, Valid until:12/31/30, 3:59 PM
20:13:02.219 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:b931c3ad63967ea6723bfc3af9af44b, Subject:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-385398383, Valid from:8/1/13, 12:00 PM, Valid until:1/15/38, 12:00 PM
20:13:02.221 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:b0b75a16485fbfe1cbf58bd719e67d, Subject:CN=Izenpe.com, O=IZENPE S.A., C=ES, Issuer:CN=Izenpe.com, O=IZENPE S.A., C=ES, Key type:RSA, Length:4096, Cert Id:-1845580984, Valid from:12/13/07, 1:08 PM, Valid until:12/13/37, 8:27 AM
20:13:02.222 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withECDSA, Serial:6e47a9c76ca9732440890f0355dd8d1d, Subject:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:-1415630551, Valid from:6/22/16, 12:00 AM, Valid until:6/22/36, 12:00 AM
20:13:02.223 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:7b2c9bd316803299, Subject:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:156725711, Valid from:2/12/16, 5:39 PM, Valid until:2/12/41, 5:39 PM
20:13:02.217 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /graphql HTTP/1.1
accept: */*
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
content-type: application/json
origin: http://gridtest4-devops-seleniumgrid.apps.com
referer: http://gridtest4-devops-seleniumgrid.apps.com/ui
accept-encoding: gzip, deflate
accept-language: en-US,en;q=0.9
host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-port: 80
x-forwarded-proto: http
forwarded: for=10.25.130.5;host=gridtest4-devops-seleniumgrid.apps.com;proto=http
x-forwarded-for: 10.25.130.5
content-length: 211
20:13:02.224 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:439600313, Valid from:9/1/09, 12:00 AM, Valid until:12/31/37, 11:59 PM
20:13:02.225 DEBUG [RequestConverter.channelRead0] - Start of http request: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
POST /graphql HTTP/1.1
accept: */*
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
content-type: application/json
origin: http://gridtest4-devops-seleniumgrid.apps.com
referer: http://gridtest4-devops-seleniumgrid.apps.com/ui
accept-encoding: gzip, deflate
accept-language: en-US,en;q=0.9
host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-host: gridtest4-devops-seleniumgrid.apps.com
x-forwarded-port: 80
x-forwarded-proto: http
forwarded: for=10.25.130.5;host=gridtest4-devops-seleniumgrid.apps.com;proto=http
x-forwarded-for: 10.25.130.5
content-length: 211
20:13:02.316 DEBUG [RequestConverter.channelRead0] - Incoming message: DefaultLastHttpContent(data: PooledSlicedByteBuf(ridx: 0, widx: 211, cap: 211/211, unwrapped: PooledUnsafeDirectByteBuf(ridx: 1047, widx: 1047, cap: 2048)), decoderResult: success)
20:13:02.317 DEBUG [RequestConverter.channelRead0] - Closing input pipe.
20:13:02.321 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA512withRSA, Serial:1ebf5950b8c980374c06f7eb554fb5ed, Subject:CN=Certum Trusted Root CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Issuer:CN=Certum Trusted Root CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Key type:RSA, Length:4096, Cert Id:-774327051, Valid from:3/16/18, 12:10 PM, Valid until:3/16/43, 12:10 PM
20:13:02.321 DEBUG [GraphQL.executeAsync] - Executing request. operation name: 'null'. query: 'query Summary {
  grid {
    uri
    totalSlots
    nodeCount
    maxSession
    sessionCount
    sessionQueueSize
    version
    __typename
  }
}'. variables '{}'
20:13:02.322 DEBUG [GraphQL.execute] - Executing '8dc6aed1-a975-47fd-8468-705347c4179c'. operation name: 'null'. query: 'query Summary {
  grid {
    uri
    totalSlots
    nodeCount
    maxSession
    sessionCount
    sessionQueueSize
    version
    __typename
  }
}'. variables '{}'
20:13:02.323 DEBUG [Execution.executeOperation] - Executing '8dc6aed1-a975-47fd-8468-705347c4179c' query operation: 'QUERY' using 'graphql.execution.AsyncExecutionStrategy' execution strategy
20:13:02.323 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withECDSA, Serial:62f6326ce5c4e3685c1b62dd9c2e9d95, Subject:CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS, OID.2.5.4.97=VATES-Q2826004J, OU=Ceres, O=FNMT-RCM, C=ES, Issuer:CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS, OID.2.5.4.97=VATES-Q2826004J, OU=Ceres, O=FNMT-RCM, C=ES, Key type:EC, Length:384, Cert Id:246315697, Valid from:12/20/18, 9:37 AM, Valid until:12/20/43, 9:37 AM
20:13:02.325 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:15c8bd65475cafb897005ee406d2bc9d, Subject:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Issuer:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Key type:RSA, Length:4096, Cert Id:-662636137, Valid from:12/20/04, 2:31 AM, Valid until:12/20/34, 2:31 AM
20:13:02.326 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withECDSA, Serial:11d2bbba336ed4bce62468c50d841d98e843, Subject:CN=GlobalSign Root E46, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root E46, O=GlobalSign nv-sa, C=BE, Key type:EC, Length:384, Cert Id:-889363391, Valid from:3/20/19, 12:00 AM, Valid until:3/20/46, 12:00 AM
20:13:02.327 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:5d938d306736c8061d1ac754846907, Subject:OU=AC RAIZ FNMT-RCM, O=FNMT-RCM, C=ES, Issuer:OU=AC RAIZ FNMT-RCM, O=FNMT-RCM, C=ES, Key type:RSA, Length:4096, Cert Id:1555523573, Valid from:10/29/08, 3:59 PM, Valid until:1/1/30, 12:00 AM
20:13:02.328 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withRSA, Serial:4caaf9cadb636fe01ff74ed85b03869d, Subject:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:4096, Cert Id:1769425049, Valid from:1/19/10, 12:00 AM, Valid until:1/18/38, 11:59 PM
20:13:02.330 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:cae91b89f155030da3e6416dc4e3a6e1, Subject:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Issuer:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Key type:RSA, Length:4096, Cert Id:356684591, Valid from:10/1/13, 8:32 AM, Valid until:10/1/33, 8:32 AM
20:13:02.331 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withECDSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:EC, Length:384, Cert Id:513613456, Valid from:7/7/15, 10:37 AM, Valid until:6/30/40, 10:37 AM
20:13:02.415 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:400000000010f8626e60d, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R2, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R2, Key type:RSA, Length:2048, Cert Id:7087067, Valid from:12/15/06, 8:00 AM, Valid until:12/15/21, 8:00 AM
20:13:02.416 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Issuer:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:-271444299, Valid from:6/29/04, 5:06 PM, Valid until:6/29/34, 5:06 PM
20:13:02.418 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:53ec3beefbb2485f, Subject:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Issuer:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Key type:RSA, Length:4096, Cert Id:692250759, Valid from:5/20/09, 8:38 AM, Valid until:12/31/30, 8:38 AM
20:13:02.419 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1, OU=Kamu Sertifikasyon Merkezi - Kamu SM, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, L=Gebze - Kocaeli, C=TR, Issuer:CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1, OU=Kamu Sertifikasyon Merkezi - Kamu SM, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, L=Gebze - Kocaeli, C=TR, Key type:RSA, Length:2048, Cert Id:1093603654, Valid from:11/25/13, 8:25 AM, Valid until:10/25/43, 8:25 AM
20:13:02.421 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:2048, Cert Id:-1197580894, Valid from:1/1/04, 12:00 AM, Valid until:12/31/28, 11:59 PM
20:13:02.422 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withECDSA, Serial:1f47afaa62007050544c019e9b63992a, Subject:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:EC, Length:384, Cert Id:1146488932, Valid from:3/6/08, 12:00 AM, Valid until:1/18/38, 11:59 PM
20:13:02.423 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withECDSA, Serial:2c299c5b16ed0595, Subject:CN=SSL.com EV Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com EV Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:EC, Length:384, Cert Id:1789254518, Valid from:2/12/16, 6:15 PM, Valid until:2/12/41, 6:15 PM
20:13:02.424 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withECDSA, Serial:66c9fd7c1bb104c2943e5717b7b2cc81ac10e, Subject:CN=Amazon Root CA 4, O=Amazon, C=US, Issuer:CN=Amazon Root CA 4, O=Amazon, C=US, Key type:EC, Length:384, Cert Id:-1654272513, Valid from:5/26/15, 12:00 AM, Valid until:5/26/40, 12:00 AM
20:13:02.425 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:200605167002, Subject:OU=certSIGN ROOT CA, O=certSIGN, C=RO, Issuer:OU=certSIGN ROOT CA, O=certSIGN, C=RO, Key type:RSA, Length:2048, Cert Id:-289960676, Valid from:7/4/06, 5:20 PM, Valid until:7/4/31, 5:20 PM
20:13:02.426 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:3e8a5d07ec55d232d5b7e3b65f01eb2ddce4d6e4, Subject:CN=SZAFIR ROOT CA2, O=Krajowa Izba Rozliczeniowa S.A., C=PL, Issuer:CN=SZAFIR ROOT CA2, O=Krajowa Izba Rozliczeniowa S.A., C=PL, Key type:RSA, Length:2048, Cert Id:381279303, Valid from:10/19/15, 7:43 AM, Valid until:10/19/35, 7:43 AM
20:13:02.427 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA384withECDSA, Serial:7b71b68256b8127c9ca8, Subject:CN=emSign ECC Root CA - C3, O=eMudhra Inc, OU=emSign PKI, C=US, Issuer:CN=emSign ECC Root CA - C3, O=eMudhra Inc, OU=emSign PKI, C=US, Key type:EC, Length:384, Cert Id:-948456756, Valid from:2/18/18, 6:30 PM, Valid until:2/18/43, 6:30 PM
20:13:02.429 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:2ac5c266a0b409b8f0b79f2ae462577, Subject:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-1410680354, Valid from:11/10/06, 12:00 AM, Valid until:11/10/31, 12:00 AM
20:13:02.529 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA256withRSA, Serial:4a538c28, Subject:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1936920337, Valid from:7/7/09, 5:25 PM, Valid until:12/7/30, 5:55 PM
20:13:02.530 DEBUG [EventHelper.logX509CertificateEvent] - X509Certificate: Alg:SHA1withRSA, Serial:400000000010f85aa2d48, Subject:CN=Cybertrust Global Root, O="Cybertrust, Inc", Issuer:CN=Cybertrust Global Root, O="Cybertrust, Inc", Key type:RSA, Length:2048, Cert Id:2057719675, Valid from:12/15/06, 8:00 AM, Valid until:12/15/21, 8:00 AM
20:13:02.833 DEBUG [JdkSslContext.<clinit>] - Default protocols (JDK): [TLSv1.3, TLSv1.2] 
20:13:02.833 DEBUG [JdkSslContext.<clinit>] - 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]
20:13:02.925 FINEST [NioEventLoop.openSelector] - instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@40244ab6
20:13:02.926 FINEST [NioEventLoop.openSelector] - instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@5c32f02
20:13:03.129 DEBUG [HttpTracing.inject] - Injecting (GET) /status into OpenTelemetryContext{tracer=com.dynatrace.agent.introspection.span.opentelemetry.DynatraceTracer@4b666914, context={}, span id=0000000000000000, trace id=00000000000000000000000000000000} at org.openqa.selenium.grid.node.remote.RemoteNode:206
20:13:03.213 DEBUG [LocalDistributor.add] - Exception while adding Node http://100.126.44.96:5555
java.lang.IllegalStateException: Context has not been changed
    at org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryContext.createSpan(OpenTelemetryContext.java:62)
    at org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryContext.createSpan(OpenTelemetryContext.java:33)
    at org.openqa.selenium.remote.tracing.HttpTracing.newSpanAsChildOf(HttpTracing.java:46)
    at org.openqa.selenium.remote.tracing.TracedHttpClient.execute(TracedHttpClient.java:51)
    at org.openqa.selenium.grid.node.remote.RemoteNode.getStatus(RemoteNode.java:208)
    at org.openqa.selenium.grid.distributor.local.LocalDistributor.add(LocalDistributor.java:316)
    at org.openqa.selenium.grid.distributor.local.LocalDistributor.register(LocalDistributor.java:302)
    at org.openqa.selenium.grid.distributor.local.LocalDistributor.lambda$new$5(LocalDistributor.java:215)
    at org.openqa.selenium.events.EventListener.accept(EventListener.java:43)
    at org.openqa.selenium.events.EventListener.accept(EventListener.java:25)
    at org.openqa.selenium.events.zeromq.UnboundZmqEventBus$PollingRunnable.lambda$notifyListeners$2(UnboundZmqEventBus.java:305)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:829)
20:13:03.214 DEBUG [ExecutionStrategy.completeField] - '8dc6aed1-a975-47fd-8468-705347c4179c' completing field '/grid'...
20:13:03.214 DEBUG [ExecutionStrategy.completeField] - '8dc6aed1-a975-47fd-8468-705347c4179c' completing field '/grid/uri'...
20:13:03.215 DEBUG [ExecutionStrategy.completeField] - '8dc6aed1-a975-47fd-8468-705347c4179c' completing field '/grid/totalSlots'...
20:13:03.215 DEBUG [ExecutionStrategy.completeField] - '8dc6aed1-a975-47fd-8468-705347c4179c' completing field '/grid/nodeCount'...
20:13:03.215 DEBUG [ExecutionStrategy.completeField] - '8dc6aed1-a975-47fd-8468-705347c4179c' completing field '/grid/maxSession'...
20:13:03.216 DEBUG [ExecutionStrategy.completeField] - '8dc6aed1-a975-47fd-8468-705347c4179c' completing field '/grid/sessionCount'...
20:13:03.216 DEBUG [ExecutionStrategy.completeField] - '8dc6aed1-a975-47fd-8468-705347c4179c' completing field '/grid/sessionQueueSize'...
20:13:03.216 DEBUG [ExecutionStrategy.completeField] - '8dc6aed1-a975-47fd-8468-705347c4179c' completing field '/grid/version'...
20:13:03.217 DEBUG [ExecutionStrategy.completeField] - '8dc6aed1-a975-47fd-8468-705347c4179c' completing field '/grid/__typename'...
20:13:03.217 DEBUG [GraphQL.lambda$execute$14] - Execution '8dc6aed1-a975-47fd-8468-705347c4179c' completed with zero errors
diemol commented 2 years ago

I do not see the Distributor getting the message from the Node. Probably the ports are not really open. Check ports 4442, 4443, and 4444 in the Hub are open and reachable from the Node.

sairamsurisetty commented 2 years ago

I did verify that all ports are open in hub and reachable from the node pod. Please find the Node Pod logs below.

2022-08-05 17:42:08,296 INFO Included extra file "/etc/supervisor/conf.d/selenium.conf" during parsing
2022-08-05 17:42:08,304 INFO RPC interface 'supervisor' initialized
2022-08-05 17:42:08,304 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2022-08-05 17:42:08,305 INFO supervisord started with pid 9
2022-08-05 17:42:09,308 INFO spawned: 'xvfb' with pid 11
2022-08-05 17:42:09,312 INFO spawned: 'vnc' with pid 12
2022-08-05 17:42:09,315 INFO spawned: 'novnc' with pid 13
2022-08-05 17:42:09,318 INFO spawned: 'selenium-node' with pid 14
2022-08-05 17:42:09,489 INFO success: selenium-node entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
E: [pulseaudio] main.c: Daemon startup failed.
Home directory not accessible: Permission denied
No PulseAudio daemon running, or not running as session daemon.
Home directory not accessible: Permission denied
No PulseAudio daemon running, or not running as session daemon.
Home directory not accessible: Permission denied
No PulseAudio daemon running, or not running as session daemon.
Generating Selenium Config
Configuring server...
Setting up SE_NODE_HOST...
Setting up SE_NODE_PORT...
Setting up SE_NODE_GRID_URL...
2022-08-05 17:42:10,626 INFO success: xvfb entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-08-05 17:42:10,626 INFO success: vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-08-05 17:42:10,626 INFO success: novnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
Selenium Grid Node configuration: 
[events]
publish = "tcp://selenium-hub:4442"
subscribe = "tcp://selenium-hub:4443"

[node]
session-timeout = "300"
override-max-sessions = false
detect-drivers = false
drain-after-session-count = 0
max-sessions = 1

[[node.driver-configuration]]
display-name = "firefox"
stereotype = '{"browserName": "firefox", "browserVersion": "102.0", "platformName": "Linux"}'
max-sessions = 1

Starting Selenium Grid Node...
17:42:17.793 INFO [LoggingOptions.configureLogEncoding] - Using the system default encoding
17:42:17.801 INFO [OpenTelemetryTracer.createTracer] - Using OpenTelemetry for tracing
17:42:19.100 INFO [UnboundZmqEventBus.<init>] - Connecting to tcp://selenium-hub:4442 and tcp://selenium-hub:4443
17:42:19.502 INFO [UnboundZmqEventBus.<init>] - Sockets created
17:42:20.513 INFO [UnboundZmqEventBus.<init>] - Event bus ready
17:42:21.406 INFO [NodeServer.createHandlers] - Reporting self as: http://100.126.44.64:5555
17:42:21.505 INFO [NodeOptions.getSessionFactories] - Detected 1 available processors
17:42:21.896 INFO [NodeOptions.report] - Adding firefox for {"browserVersion": "102.0","se:noVncPort": 7900,"browserName": "firefox","platformName": "LINUX","se:vncEnabled": true} 1 times
17:42:22.001 INFO [Node.<init>] - Binding additional locator mechanisms: relative, id, name
17:42:23.599 INFO [NodeServer$1.start] - Starting registration process for Node http://100.126.44.64:5555
17:42:23.601 INFO [NodeServer.execute] - Started Selenium node 4.3.0 (revision a4995e2c09*): http://100.126.44.64:5555
17:42:23.718 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
17:42:33.724 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
17:42:43.727 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
17:42:53.729 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
17:43:03.733 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
17:43:13.738 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
17:43:23.742 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
17:43:33.744 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
17:43:43.746 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
17:43:53.748 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
17:44:03.752 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
17:44:13.754 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
17:44:23.603 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
MMark4 commented 2 years ago

Maybe it can help, we encountered this issue when we had our kubernetes grid in 2 different servers. So we decided to enlarge 1 server and put the whole kubernetes there and that seemed to fix the issue.

Issue might be happening when chrome-nodes try to register in a hub that its in a diferent server but same kubernetes grid

sairamsurisetty commented 1 year ago

Thanks for your inputs Mark. Appreciate it!!

I was able to register the linux based nodes(Chrome, Firefox & EDGE) without any issue with in Kubernates cluster . I've hosted grid in single server and used NodePort as service to access cluster within Kubernates and outside of kubernates & exposed the required ports of hub 4444, 4443 & 4442. I'm able to register node b/w pods with in Kubernates cluster.

When i tried to register windows node to Kubernates cluster using jar file & getting similar error. I was trying to add windows node to Grid which is hosted in Kubernates.

java -jar selenium-server-4.4.0.jar node --publish-events tcp://:31654 --subscribe-events tcp://:31697

I verified that all nodeports are exposed to external traffic and not sure the root cause of this issue.

Am i missing any arguments in order to register node in grid. Can some one please take a look at this issue. Thanks

eowoyn commented 9 months ago

Hello, I was getting exact same error in a linux server (tried directly running from java, from docker, from docker compose)

Then I saw the similarity with your error and my error logs. These lines: 15:44:12.351 DEBUG [HttpTracing.inject] - Injecting (GET) /status into OpenTelemetryContext{tracer=com.dynatrace.agent.introspection.span.opentelemetry.DynatraceTracer@6a2f3637, context={}, span id=0000000000000000, trace id=00000000000000000000000000000000} at org.openqa.selenium.grid.node.remote.RemoteNode:206 15:44:12.352 DEBUG [LocalDistributor.add] - Exception while adding Node http://100.126.22.37:5555 java.lang.IllegalStateException: Context has not been changed

We had another server which was not having the same issues, and the difference was Dynatrace: one had Dynatrace and the other did not. And the one which had Dynatrace was having exact this same issue and error logs. Good news when we uninstalled Dynatrace, everything got resolved. I am not sure if that is your case or not, but please check it out. Maybe it solves for you as well.

VietND96 commented 9 months ago

Hi @eowoyn, in case server had Dynatrace, did Grid setup enable the tracing feature? Your configs contain something like

- name: SE_ENABLE_TRACING
   value: true
- name: JAVA_OPTS
  value: -Dotel.traces.exporter=jaeger -Dotel.exporter.jaeger.endpoint=xxx -Dotel.resource.attributes=service.name=selenium
eowoyn commented 9 months ago

Hi no my configs contain no setting like that. But it seems Dynatrace is doing that any way. Now we have also tested disabling Java Opentelemetry feature on the selenium process on the oneagent settings. That also solved the problem.

VietND96 commented 8 months ago

@eowoyn, thank you for your confirmation. May I know the way you did for disabling Java Opentelemetry feature on the selenium process on the oneagent settings has any similar to below config?

chromeNode:
  extraEnvironmentVariables:
    - name: SE_JAVA_OPTS
      value: "-Dotel.javaagent.enabled=false -Dotel.metrics.exporter=none -Dotel.sdk.disabled=true"
eowoyn commented 8 months ago

@vietnd96 Hello, we were setting up this via the dynatrace admin window. But apparently one can also set the environment variable SE_ENABLE_TRACING to false for the selenium hub. In docker run, it is by -e SE_ENABLE_TRACING=false.

And I had contact with Dynatrace support, they have verified this bug, and they are publishing a fix to this issue in the coming Oneagent release.

Thomas-Personal commented 7 months ago

@eowoyn , Can you please let us know the version of the Dynatrace that was causing the error.

Also, Can you please share us the ticket number of the bug details that Dynatrace is working on. I have run into similar kind of issue. If you could share few detailed information about the Dynatrace issue and ticket number and fix suggested, it would be helpful.

eowoyn commented 7 months ago

@Thomas-Personal Hi Thomas, from Dynatrace: "targeting fix with Oneagent 1.281 (early-mid January release). The current workaround is to turn OTel for selenium off by setting SE_ENABLE_TRACING environment variable to false". So the workaround is nothing but I have already mentioned previously. I hope this helps.

Thomas-Personal commented 7 months ago

Thank you Eowoyn. I have tried that already. But i will check it once again . Also I had tried by disabling the monitoring also for our namesapce from dynatrce montoring rules. It didnt work out. Still nodes are not getting registered to the hub.

if possible, can you please explain the rootcuase and bug wit Dynatrace a little more. Is oneagent blocking any defualt port that are being used by selenium hub and node?

Few more additional details would be really helpful in working with my dynatrace team

eowoyn commented 6 months ago

@Thomas-Personal Hi Thomas, the explanation from Dynatrace: "Selenium has built its own framework around OpenTelemetry with custom context handling, which does conflict with Dynatrace OTel instrumentation." So I dont think that this is anything in the port level. It is in the java implementation, so this is why when we disable Java opentelemetry feature on the hub via setting SE_ENABLE_TRACING environment variable to false then the issue is no longer reproducable in our case. So are you experiencing exact this exception "java.lang.IllegalStateException: Context has not been changed", if so, please make sure you implement the workaround as instructed, then it should be solved, I assume :)

koehdaniel commented 6 months ago

Since Selenium 4.18.0 the workaround by setting _SE_ENABLETRACING=false doesn't seem to work anymore. We now get the same error as with 4.17.0 without disabling SE_ENABLE_TRACING.