Skip to content

Instantly share code, notes, and snippets.

@danman113
Created June 22, 2016 01:43
Show Gist options
  • Save danman113/feed7ecc64804c857ae50d3e91cc900b to your computer and use it in GitHub Desktop.
Save danman113/feed7ecc64804c857ae50d3e91cc900b to your computer and use it in GitHub Desktop.
18:37:01.628 INFO - Launching a Selenium Grid node
18:37:03.266 WARN - error getting the parameters from the hub. The node may end up with wrong timeouts.Connect to 172.17.0.2:4444 [/172.17.0.2] failed: Connection refused
Setting system property webdriver.chrome.driver to /usr/bin/chromedriver
Setting system property jna.debug_load to true
18:37:03.307 INFO - Java: Oracle Corporation 25.03-b03
18:37:03.307 INFO - OS: Linux 4.4.12-boot2docker amd64
18:37:03.322 INFO - v2.53.0, with Core v2.53.0. Built from revision 35ae25b
18:37:03.616 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
18:37:03.624 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
18:37:03.627 INFO - Driver class not found: com.opera.core.systems.OperaDriver
18:37:03.628 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
18:37:03.629 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
18:37:03.630 INFO - Driver class not found: org.openqa.selenium.htmlunit.HtmlUnitDriver
18:37:03.632 INFO - Driver provider org.openqa.selenium.htmlunit.HtmlUnitDriver is not registered
Looking in classpath from sun.misc.Launcher$AppClassLoader@1b6d3586 for /com/sun/jna/linux-x86-64/libjnidispatch.so
Found library resource at jar:file:/opt/selenium/selenium-server-standalone.jar!/com/sun/jna/linux-x86-64/libjnidispatch.so
Looking for library 'vpx'
Adding paths from jna.library.path: null
Trying libvpx.so
Adding system paths: [/usr/lib/x86_64-linux-gnu, /lib/x86_64-linux-gnu, /lib64, /usr/lib, /lib]
Trying libvpx.so
Looking for version variants
Trying /usr/lib/x86_64-linux-gnu/libvpx.so.3.0
Found library 'vpx' at /usr/lib/x86_64-linux-gnu/libvpx.so.3.0
Looking for library 'yuv'
Adding paths from jna.library.path: null
Trying /tmp/nativeCode-1466559423741/libyuv.so
Found library 'yuv' at /tmp/nativeCode-1466559423741/libyuv.so
Looking for library 'mkv'
Adding paths from jna.library.path: null
Trying /tmp/nativeCode-1466559423741/libmkv.so
Found library 'mkv' at /tmp/nativeCode-1466559423741/libmkv.so
Looking for library 'interface'
Adding paths from jna.library.path: null
Trying /tmp/nativeCode-1466559423741/libinterface.so
Found library 'interface' at /tmp/nativeCode-1466559423741/libinterface.so
18:37:04.312 INFO - Will attempt to record at 15 frames per second - adjust this value by setting -Dvideo.framerate=<value>
18:37:04.432 INFO - started extra node servlet visible at : http://xxx:5555/extra/VideoRecordingControlServlet/*
18:37:04.496 INFO - Selenium Grid node is up and ready to register to the hub
18:37:04.535 INFO - Starting auto registration thread. Will try to register every 5000 ms.
18:37:04.536 INFO - Registering the node to the hub: http://172.17.0.2:4444/grid/register
18:37:04.784 INFO - resetRecording called but not recording - nothing to do
18:37:04.821 INFO - The node is registered to the hub and ready to use
18:39:22.053 INFO - Starting new recording at 15 with resolution 1360x1020
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f68ded3a7d8, pid=23, tid=140087456864000
#
# JRE version: OpenJDK Runtime Environment (8.0_03-b03) (build 1.8.0_03-Ubuntu-8u77-b03-3ubuntu3-b03)
# Java VM: OpenJDK 64-Bit Server VM (25.03-b03 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libc.so.6+0x6e7d8] fwrite+0x18
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid23.log
18:39:22.075 INFO - Executing: [new session: Capabilities [{browserName=chrome, javascriptEnabled=true, version=, platform=ANY}]])
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Video stats: width: 1360 height: 1020 bitrate: 0
Aborted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment