Skip to content

Instantly share code, notes, and snippets.

@Fenici
Last active October 24, 2017 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fenici/f82f885486de37ae110fda8d7430df6e to your computer and use it in GitHub Desktop.
Save Fenici/f82f885486de37ae110fda8d7430df6e to your computer and use it in GitHub Desktop.
Firefox error
[info] Compiling 2 Java sources to /Users/Fannity/Desktop/global_loopauction/target/scala-2.11/test-classes...
System Properties seting Key value.
Launching Browser
Start Chrome Browser Testing
15:08:45,308 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
15:08:45,309 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
15:08:45,309 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/Users/Fannity/Desktop/global_loopauction/target/scala-2.11/classes/logback.xml]
15:08:45,543 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
15:08:45,546 |-INFO in ch.qos.logback.core.joran.action.ConversionRuleAction - registering conversion word coloredLevel with class [play.api.libs.logback.ColoredLevel]
15:08:45,546 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.ext.loggly.LogglyAppender]
15:08:45,546 |-ERROR in ch.qos.logback.core.joran.action.AppenderAction - Could not create an Appender of type [ch.qos.logback.ext.loggly.LogglyAppender]. ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type ch.qos.logback.ext.loggly.LogglyAppender
at ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type ch.qos.logback.ext.loggly.LogglyAppender
at at ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:73)
at at ch.qos.logback.core.util.OptionHelper.instantiateByClassName(OptionHelper.java:48)
at at ch.qos.logback.core.util.OptionHelper.instantiateByClassName(OptionHelper.java:35)
at at ch.qos.logback.core.joran.action.AppenderAction.begin(AppenderAction.java:54)
at at ch.qos.logback.core.joran.spi.Interpreter.callBeginAction(Interpreter.java:275)
at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:147)
at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:129)
at at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:50)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:149)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:135)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:99)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:49)
at at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:77)
at at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:152)
at at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:85)
at at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:55)
at at org.slf4j.LoggerFactory.bind(LoggerFactory.java:141)
at at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:120)
at at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:331)
at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:283)
at at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:155)
at at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:132)
at at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:273)
at at org.apache.http.conn.ssl.AbstractVerifier.<init>(AbstractVerifier.java:61)
at at org.apache.http.conn.ssl.AllowAllHostnameVerifier.<init>(AllowAllHostnameVerifier.java:44)
at at org.apache.http.conn.ssl.AllowAllHostnameVerifier.<clinit>(AllowAllHostnameVerifier.java:46)
at at org.apache.http.conn.ssl.SSLConnectionSocketFactory.<clinit>(SSLConnectionSocketFactory.java:146)
at at org.openqa.selenium.remote.internal.HttpClientFactory.getClientConnectionManager(HttpClientFactory.java:71)
at at org.openqa.selenium.remote.internal.HttpClientFactory.<init>(HttpClientFactory.java:57)
at at org.openqa.selenium.remote.internal.HttpClientFactory.<init>(HttpClientFactory.java:60)
at at org.openqa.selenium.remote.internal.ApacheHttpClient$Factory.getDefaultHttpClientFactory(ApacheHttpClient.java:242)
at at org.openqa.selenium.remote.internal.ApacheHttpClient$Factory.<init>(ApacheHttpClient.java:219)
at at org.openqa.selenium.remote.HttpCommandExecutor.getDefaultClientFactory(HttpCommandExecutor.java:93)
at at org.openqa.selenium.remote.HttpCommandExecutor.<init>(HttpCommandExecutor.java:72)
at at org.openqa.selenium.remote.HttpCommandExecutor.<init>(HttpCommandExecutor.java:59)
at at org.openqa.selenium.remote.service.DriverCommandExecutor.<init>(DriverCommandExecutor.java:50)
at at org.openqa.selenium.firefox.FirefoxDriver.toExecutor(FirefoxDriver.java:150)
at at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:120)
at at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:98)
at at automationFramework.GeckoDriver.test_Setup(GeckoDriver.java:35)
at at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at at java.lang.reflect.Method.invoke(Method.java:498)
at at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at at org.junit.runners.Suite.runChild(Suite.java:128)
at at org.junit.runners.Suite.runChild(Suite.java:27)
at at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at at com.novocode.junit.JUnitRunner$1.execute(JUnitRunner.java:132)
at at sbt.ForkMain$Run$2.call(ForkMain.java:294)
at at sbt.ForkMain$Run$2.call(ForkMain.java:284)
at at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: ch.qos.logback.ext.loggly.LogglyAppender
at at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
at at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at at ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:60)
at ... 76 common frames omitted
15:08:45,547 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@5:76 - ActionException in Action for tag [appender] ch.qos.logback.core.joran.spi.ActionException: ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type ch.qos.logback.ext.loggly.LogglyAppender
at ch.qos.logback.core.joran.spi.ActionException: ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type ch.qos.logback.ext.loggly.LogglyAppender
at at ch.qos.logback.core.joran.action.AppenderAction.begin(AppenderAction.java:82)
at at ch.qos.logback.core.joran.spi.Interpreter.callBeginAction(Interpreter.java:275)
at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:147)
at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:129)
at at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:50)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:149)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:135)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:99)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:49)
at at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:77)
at at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:152)
at at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:85)
at at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:55)
at at org.slf4j.LoggerFactory.bind(LoggerFactory.java:141)
at at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:120)
at at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:331)
at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:283)
at at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:155)
at at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:132)
at at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:273)
at at org.apache.http.conn.ssl.AbstractVerifier.<init>(AbstractVerifier.java:61)
at at org.apache.http.conn.ssl.AllowAllHostnameVerifier.<init>(AllowAllHostnameVerifier.java:44)
at at org.apache.http.conn.ssl.AllowAllHostnameVerifier.<clinit>(AllowAllHostnameVerifier.java:46)
at at org.apache.http.conn.ssl.SSLConnectionSocketFactory.<clinit>(SSLConnectionSocketFactory.java:146)
at at org.openqa.selenium.remote.internal.HttpClientFactory.getClientConnectionManager(HttpClientFactory.java:71)
at at org.openqa.selenium.remote.internal.HttpClientFactory.<init>(HttpClientFactory.java:57)
at at org.openqa.selenium.remote.internal.HttpClientFactory.<init>(HttpClientFactory.java:60)
at at org.openqa.selenium.remote.internal.ApacheHttpClient$Factory.getDefaultHttpClientFactory(ApacheHttpClient.java:242)
at at org.openqa.selenium.remote.internal.ApacheHttpClient$Factory.<init>(ApacheHttpClient.java:219)
at at org.openqa.selenium.remote.HttpCommandExecutor.getDefaultClientFactory(HttpCommandExecutor.java:93)
at at org.openqa.selenium.remote.HttpCommandExecutor.<init>(HttpCommandExecutor.java:72)
at at org.openqa.selenium.remote.HttpCommandExecutor.<init>(HttpCommandExecutor.java:59)
at at org.openqa.selenium.remote.service.DriverCommandExecutor.<init>(DriverCommandExecutor.java:50)
at at org.openqa.selenium.firefox.FirefoxDriver.toExecutor(FirefoxDriver.java:150)
at at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:120)
at at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:98)
at at automationFramework.GeckoDriver.test_Setup(GeckoDriver.java:35)
at at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at at java.lang.reflect.Method.invoke(Method.java:498)
at at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at at org.junit.runners.Suite.runChild(Suite.java:128)
at at org.junit.runners.Suite.runChild(Suite.java:27)
at at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at at com.novocode.junit.JUnitRunner$1.execute(JUnitRunner.java:132)
at at sbt.ForkMain$Run$2.call(ForkMain.java:294)
at at sbt.ForkMain$Run$2.call(ForkMain.java:284)
at at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at at java.lang.Thread.run(Thread.java:748)
Caused by: ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type ch.qos.logback.ext.loggly.LogglyAppender
at at ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:73)
at at ch.qos.logback.core.util.OptionHelper.instantiateByClassName(OptionHelper.java:48)
at at ch.qos.logback.core.util.OptionHelper.instantiateByClassName(OptionHelper.java:35)
at at ch.qos.logback.core.joran.action.AppenderAction.begin(AppenderAction.java:54)
at ... 73 common frames omitted
Caused by: java.lang.ClassNotFoundException: ch.qos.logback.ext.loggly.LogglyAppender
at at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
at at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at at ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:60)
at ... 76 common frames omitted
15:08:45,547 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.classic.AsyncAppender]
15:08:45,557 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [loggly-async]
15:08:45,557 |-ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - Could not find an appender named [loggly]. Did you define it below instead of above in the configuration file?
15:08:45,557 |-ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - See http://logback.qos.ch/codes.html#appender_order for more details.
15:08:45,557 |-ERROR in ch.qos.logback.classic.AsyncAppender[loggly-async] - No attached appenders found.
15:08:45,558 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
15:08:45,558 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [loggly-async] to Logger[ROOT]
15:08:45,558 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
15:08:45,562 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
15:08:45,616 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
15:08:45,692 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File property is set to [./logs/application.log]
15:08:45,694 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
15:08:45,695 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
15:08:45,816 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
15:08:45,843 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.classic.AsyncAppender]
15:08:45,843 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ASYNCFILE]
15:08:45,845 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to ch.qos.logback.classic.AsyncAppender[ASYNCFILE]
15:08:45,846 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNCFILE] - Attaching appender named [FILE] to AsyncAppender.
15:08:45,850 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNCFILE] - Setting discardingThreshold to 51
15:08:45,850 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.classic.AsyncAppender]
15:08:45,855 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ASYNCSTDOUT]
15:08:45,855 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to ch.qos.logback.classic.AsyncAppender[ASYNCSTDOUT]
15:08:45,855 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNCSTDOUT] - Attaching appender named [STDOUT] to AsyncAppender.
15:08:45,855 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNCSTDOUT] - Setting discardingThreshold to 51
15:08:45,857 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [play] to INFO
15:08:45,857 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [application] to DEBUG
15:08:45,857 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.gargoylesoftware.htmlunit.javascript] to OFF
15:08:45,857 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
15:08:45,857 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [ASYNCFILE] to Logger[ROOT]
15:08:45,857 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [ASYNCSTDOUT] to Logger[ROOT]
15:08:45,857 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
15:08:45,860 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4c08d2e2 - Registering current configuration as safe fallback point
1508818126519 geckodriver INFO geckodriver 0.19.0
1508818126529 geckodriver INFO Listening on 127.0.0.1:6517
1508818127241 mozrunner::runner INFO Running command: "/Applications/Firefox.app/Contents/MacOS/firefox-bin" "-marionette" "-profile" "/var/folders/zl/xls4ndvn4jx6227zf5z_21rw0000gn/T/rust_mozprofile.IcNEBP9b1c9h"
1508818127895 addons.xpi WARN Error parsing extensions state: [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [amIAddonManagerStartup.readStartupData]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: resource://gre/modules/addons/XPIProvider.jsm :: loadExtensionState :: line 1554" data: no] Stack trace: loadExtensionState()@resource://gre/modules/addons/XPIProvider.jsm:1554 < getInstallState()@resource://gre/modules/addons/XPIProvider.jsm:1589 < checkForChanges()@resource://gre/modules/addons/XPIProvider.jsm:3109 < startup()@resource://gre/modules/addons/XPIProvider.jsm:2188 < callProvider()@resource://gre/modules/AddonManager.jsm:269 < _startProvider()@resource://gre/modules/AddonManager.jsm:739 < startup()@resource://gre/modules/AddonManager.jsm:906 < startup()@resource://gre/modules/AddonManager.jsm:3090 < observe()@jar:file:///Applications/Firefox.app/Contents/Resources/omni.ja!/components/addonManager.js:65
1508818129411 Marionette INFO Enabled via --marionette
2017-10-24 15:08:54.022 plugin-container[25649:5381507] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9e3b, name = 'com.apple.tsm.portname'
See /usr/include/servers/bootstrap_defs.h for the error codes.
2017-10-24 15:08:54.024 plugin-container[25649:5381507] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0xa203, name = 'com.apple.CFPasteboardClient'
See /usr/include/servers/bootstrap_defs.h for the error codes.
1508818136831 Marionette INFO Listening on port 50740
1508818136927 Marionette WARN TLS certificate errors will be ignored for this session
1508818137010 Marionette DEBUG Register listener.js for window 2147483649
Oct 24, 2017 3:08:57 PM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Session ID : ff9ec9d0-d464-b147-a8c2-f050d072058d
1508818137544 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
1508818140658 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
1508818140659 Marionette DEBUG Received DOM event "unload" for "about:blank"
1508818140750 Marionette DEBUG Received DOM event "DOMContentLoaded" for "https://test.markets.com/login"
1508818147108 Marionette DEBUG Received DOM event "pageshow" for "https://test.markets.com/login"
Selenium Screen shot.
Closing Browser
[error] Test automationFramework.GeckoDriver.selenium_ScreenShot failed: org.openqa.selenium.SessionNotCreatedException: Tried to run command without establishing a connection
[error] Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
[error] System info: host: 'YuDongs-MacBook-Pro.local', ip: 'fe80:0:0:0:14f0:36ba:2dd2:26fc%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.12.6', java.version: '1.8.0_131'
[error] Driver info: org.openqa.selenium.firefox.FirefoxDriver
[error] Capabilities [{moz:profile=/var/folders/zl/xls4ndvn4jx6227zf5z_21rw0000gn/T/rust_mozprofile.IcNEBP9b1c9h, rotatable=false, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, moz:headless=false, platform=MAC, specificationLevel=0, moz:accessibilityChecks=false, acceptInsecureCerts=true, browserVersion=56.0.1, platformVersion=16.7.0, moz:processID=25627, browserName=firefox, javascriptEnabled=true, platformName=MAC}]
[error] Session ID: ff9ec9d0-d464-b147-a8c2-f050d072058d, took 28.247 sec
[error] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[error] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[error] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[error] at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[error] at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:185)
[error] at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:120)
[error] at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
[error] at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
[error] at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
[error] at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
[error] at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:643)
[error] at org.openqa.selenium.remote.RemoteWebDriver.quit(RemoteWebDriver.java:482)
[error] at automationFramework.GeckoDriver.test_Cleaning(GeckoDriver.java:60)
[error] ...
System Property Removing Key value.
[error] Failed: Total 1, Failed 1, Errors 0, Passed 0
[error] Failed tests:
[error] automationFramework.GeckoDriver
[error] (test:testOnly) sbt.TestsFailedException: Tests unsuccessful
[error] Total time: 31 s, completed 24/10/2017 3:09:13 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment