Created
April 29, 2013 12:08
-
-
Save ratajczak/5481213 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[pawel@pawel-desktop gcg-drupal-tests]$ gradle cuke | |
:compileJava UP-TO-DATE | |
:compileGroovy UP-TO-DATE | |
:processResources UP-TO-DATE | |
:classes UP-TO-DATE | |
:jar UP-TO-DATE | |
:assemble UP-TO-DATE | |
:compileTestJava UP-TO-DATE | |
:compileTestGroovy UP-TO-DATE | |
:cuke | |
# language: en | |
Feature: logon | |
In order to avoid getting hacked | |
Users must log in before seeing the admin menu | |
@important | |
Scenario: Admin user # login.feature:7 | |
Given I have entered admin into the user box # login.groovy:7 | |
org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output: | |
*** LOG addons.manager: Application has been upgraded | |
*** LOG addons.xpi: startup | |
*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on ID: /tmp/anonymous470051162557332437webdriver-profile/extensions/webdriver-staging | |
*** LOG addons.xpi: checkForChanges | |
*** LOG addons.xpi-utils: Opening database | |
*** LOG addons.xpi-utils: Creating database schema | |
*** LOG addons.xpi: New add-on [email protected] installed in app-profile | |
*** Blocklist::_loadBlocklistFromFile: blocklist is disabled | |
*** LOG addons.xpi: New add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} installed in app-global | |
*** LOG addons.xpi: Updating database with changes to installed add-ons | |
*** LOG addons.xpi-utils: Updating add-on states | |
*** LOG addons.xpi-utils: Writing add-ons list | |
*** LOG addons.manager: shutdown | |
*** LOG addons.xpi: shutdown | |
*** LOG addons.xpi-utils: shutdown | |
*** LOG addons.xpi-utils: Database closed | |
*** LOG addons.xpi: startup | |
*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on ID: /tmp/anonymous470051162557332437webdriver-profile/extensions/webdriver-staging | |
*** LOG addons.xpi: checkForChanges | |
*** LOG addons.xpi: No changes found | |
at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:106) | |
at org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:244) | |
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:110) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:188) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:183) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:179) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:92) | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) | |
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
at java.lang.reflect.Constructor.newInstance(Constructor.java:525) | |
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77) | |
at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:71) | |
at groovy.lang.MetaClassImpl.invokeConstructor(MetaClassImpl.java:1442) | |
at groovy.lang.MetaClassImpl.invokeConstructor(MetaClassImpl.java:1372) | |
at org.codehaus.groovy.runtime.InvokerHelper.invokeConstructorOf(InvokerHelper.java:816) | |
at org.codehaus.groovy.runtime.DefaultGroovyMethods.newInstance(DefaultGroovyMethods.java:17796) | |
at org.codehaus.groovy.runtime.dgm$517.invoke(Unknown Source) | |
at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrapNoCoerce.invoke(StaticMetaMethodSite.java:148) | |
at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.call(StaticMetaMethodSite.java:88) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112) | |
at geb.driver.NameBasrFactory.getDriver(NameBasedDriverFactory.groovy:42) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:84) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227) | |
at geb.driver.CachingDriverFactory$_getDriver_closure3.doCall(CachingDriverFactory.groovy:80) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
Given I have entered admin into the user box # login.groovy:7lCurrent(PogoMetaClassSite.java:66) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141) | |
at geb.driver.CachingDriverFactory$_getDriver_closure3.doCall(CachingDriverFactory.groovy) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:39) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:54) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112) | |
at geb.driver.CachingDriverFactory$SimpleCache.get(CachingDriverFactory.groovy:30) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:267) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:64) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116) | |
at geb.driver.CachingDriverFactory.getDriver(CachingDriverFactory.groovy:79) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccel.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
org.openqa.selenium.WebDriverException: Failed to connect to binary FirefoxBinary(/usr/bin/firefox) on port 7055; process output follows: | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
*** LOG addons.manager: Application has been upgraded | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
*** LOG addons.xpi: startup | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on ID: /tmp/anonymous470051162557332437webdriver-profile/extensions/webdriver-staging | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:84) | |
*** LOG addons.xpi: checkForChanges | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227) | |
*** LOG addons.xpi-utils: Opening database | |
at geb.Configuration.createDriver(Configuration.groovy:306) | |
*** LOG addons.xpi-utils: Creating database schema | |
at geb.Configuration.getDriver(Configuration.groovy:295) | |
*** LOG addons.xpi: New add-on [email protected] installed in app-profile | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
*** Blocklist::_loadBlocklistFromFile: blocklist is disabled | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
*** LOG addons.xpi: New add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} installed in app-global | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
*** LOG addons.xpi: Updating database with changes to installed add-ons | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
*** LOG addons.xpi-utils: Updating add-on states | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
*** LOG addons.xpi-utils: Writing add-ons list | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
*** LOG addons.manager: shutdown | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
*** LOG addons.xpi: shutdown | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:84) | |
*** LOG addons.xpi-utils: shutdown | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:231) | |
*** LOG addons.xpi-utils: Database closed | |
at geb.Browser.getDriver(Browser.groovy:101) | |
*** LOG addons.xpi: startup | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on ID: /tmp/anonymous470051162557332437webdriver-profile/extensions/webdriver-staging | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
*** LOG addons.xpi: checkForChanges | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
*** LOG addons.xpi: No changes found | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
Build info: version: '2.30.0', revision: 'dc1ef9ceb805a672f56dc49198f9ffbd4ca345c7', time: '2013-02-19 09:14:38' | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '3.8.4-102.fc17.x86_64', java.version: '1.7.0_19' | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
Driver info: driver.version: FirefoxDriver | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty f at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:118) | |
ectivePogoPropertySite.java:84) | |
at org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:244) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:231) | |
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:110) | |
at geb.Browser.go(Browser.groovy:367) | |
at org.openqa.s at geb.Browser$go.call(Unknown Source) | |
elenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:188) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:183) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:179) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:92) | |
at geb.Page.to(Page.groovy:168) | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) | |
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
at java.lang.reflect.Constructor.newInstance(Constructor.java:525) | |
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77) | |
at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:71) | |
at groovy.lang.MetaClassImpl.invokeConstructor(MetaClassImpl.java:1442) | |
at groovy.lang.MetaClassImpl.invokeConstructor(MetaClassImpl.java:1372) | |
at org.codehaus.groovy.runtime.InvokerHelper.invokeConstructorOf(InvokerHelper.java:816) | |
at org.codehaus.groovy.runtime.DefaultGroovyMethods.newInstance(DefaultGroovyMethods.java:17796) | |
at org.codehaus.groovy.runtime.dgm$517.invoke(Unknown Source) | |
at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrapNoCoerce.invoke(StaticMetaMethodSite.java:148) | |
at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.call(StaticMetaMethodSite.java:88) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112) | |
at geb.driver.NameBasedDriverFactory.getDriver(NameBasedDriverFactory.groovy:42) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invok(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:84) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227) | |
at geb.driver.CachingDriverFactory$_getDriver_closure3.doCall(CachingDriverFactory.groovy:80) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:226) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:64) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141) | |
at geb.Browser.to(Browser.groovy:400) | |
at geb.driver.CachingDriverFactory$_getDriver_closure3.doCall(CachingDriverFactory.groovy) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.NativeMethodAccessorImpl.in at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
voke(NativeMethodAccessorImpl.java:57) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:226) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:52) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
e at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:39) | |
b.Browser.to(Browser.groovy:390) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at geb.Browser$to.callCurrent(Unknown Source) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:54) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at geb.driver.CachingDriverFactory$SimpleCache.get(CachingDriverFactory.groovy:30) | |
at geb.Browser.to(Browser.groovy:380) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:267) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:64) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1053) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116) | |
at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:785) | |
at geb.driver.CachingDriverFactory.getDriver(CachingDriverFactory.groovy:79) | |
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:768) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:164) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(Nat geb.binding.BindingUpdater$InvocationForwarding.doCall(BindingUpdater.groovy:72) | |
ativeMethodAccessorImpl.java:57) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:84) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1053) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at geb.Configuration.createDriver(Configuration.groovy:306) | |
at groovy.lang.Closure.call(Closure.java:412) | |
at geb.Configuration.getDriver(Configuration.groovy:295) | |
at groovy.lang.Closure.call(Closure.java:425) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at s l at java.lang.reflect.Method.invoke(Method.java:601) | |
ect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:84) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1053) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:231) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at geb.Browser.getDriver(Browser.groovy:101) | |
at groovy.lang.MetaClassImpl.invokePropertyOrMissing(MetaClassImpl.java:1099) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1055) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1110) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:704) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethat groovy.lang.GroovyObjectSupport.invokeMethod(GroovyObjectSupport.java:44) | |
od.java:90) | |
at groovy.lang.Script.invokeMethod(Script.java:78) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeOnDelegationObjects(ClosureMetaClass.java:407) | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:346) | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:84) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:231) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66) | |
at geb.Browser.go(Browser.groovy:367) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) | |
at geb.Browser$go.call(Unknown Source) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at login$_run_closure1.doCall(login.groovy:9) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at geb.Page.to(Page.groovy:168) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:226) | |
at org a at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:64) | |
us.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at groovy.lang.Closure.call(Closure.java:412) | |
at geb.Browser.to(Browser.groovy:400) | |
at cucumber.runtime.groovy.GroovyBackend.invoke(GroovyBackend.java:143) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at cucumber.runtime.groovy.GroovyStepDefinition$1.call(GroovyStepDefinition.java:67) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at cucumber.runtime.Timeout.timeout(Timeout.java:12) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at cucumber.runtime.groovy.GroovyStepDefinition.execute(GroovyStepDefinition.java:64) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at cucumber.runtime.StepDefinitionMatch.runStep(StepDefinitionMatch.java:38) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:22 at cucumber.runtime.Runtime.runStep(Runtime.java:256) | |
6) | |
at cucumber.runtime.model.StepContainer.runStep(StepContainer.java:44) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:52) | |
at cucumber.runtime.model.StepContainer.runSteps(StepContainer.java:39) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149) | |
at geb.Browser.to(Browser.groovy:390) | |
at geb.Browser$to.callCurrent(Unknown Source) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at geb.Browser.to(Browser.groovy:380) | |
at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:36) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at cucumber.runtime.model.CucumberFeature.run(CucumberFeature.java:112) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at cucumber.runtime.Runtime.run(Runtime.java:95) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at cucumber.runtime.Runtime.run(Runtime.java:83) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at cucumber.cli.Main.run(Main.java:20) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at cucumber.cli.Main.main(Main.java:12) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1053) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:785) | |
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:768) | |
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:164) | |
at geb.binding.BindingUpdater$InvocationForwarding.doCall(BindingUpdater.groovy:72) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.nvoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1053) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at groovy.lang.Closure.call(Closure.java:412) | |
at groovy.lang.Closure.call(Closure.java:425) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1053) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at groovy.lang.MetaClassImpl.invokePropertyOrMissing(MetaClassImpl.java:1099) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1055) | |
at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1110) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:704) | |
at groovy.lang.GroovyObjectSupport.invokeMethod(GroovyObjectSupport.java:44) | |
at groovy.lang.Script.invokeMethod(Script.java:78) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeOnDelegationObjects(ClosureMetaClass.java:407) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:346) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(allSiteArray.java:46) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141) | |
at login$_run_closure1.doCall(login.groovy:9) | |
at ✽.Given I have entered admin into the user box(login.feature:8) | |
Caused by: org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output: | |
*** LOG addons.manager: Application has been upgraded | |
*** LOG addons.xpi: startup | |
*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on ID: /tmp/anonymous470051162557332437webdriver-profile/extensions/webdriver-staging | |
*** LOG addons.xpi: checkForChanges | |
*** LOG addons.xpi-utils: Opening database | |
*** LOG addons.xpi-utils: Creating database schema | |
*** LOG addons.xpi: New add-on [email protected] installed in app-profile | |
*** Blocklist::_loadBlocklistFromFile: blocklist is disabled | |
*** LOG addons.xpi: New add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} installed in app-global | |
*** LOG addons.xpi: Updating database with changes to installed add-ons | |
*** LOG addons.xpi-utils: Updating add-on states | |
*** LOG addons.xpi-utils: Writing add-ons list | |
*** LOG addons.manager: shutdown | |
*** LOG addons.xpi: shutdown | |
*** LOG addons.xpi-utils: shutdown | |
*** LOG addons.xpi-utils: Database closed | |
*** LOG addons.xpi: startup | |
*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on ID: /tmp/anonymous470051162557332437webdriver-profile/extensions/webdriver-staging | |
*** LOG addons.xpi: checkForChanges | |
*** LOG addons.xpi: No changes found | |
at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:106) | |
at org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:244) | |
at org.openqa.seleniu.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:110) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:188) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:183) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:179) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:92) | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) | |
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
at java.lang.reflect.Constructor.newInstance(Constructor.java:525) | |
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77) | |
at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:71) | |
at groovy.lang.MetaClassImpl.invokeConstructor(MetaClassImpl.java:1442) | |
at groovy.lang.MetaClassImpl.invokeConstructor(MetaClassImpl.java:1372) | |
at org.codehaus.groovy.runtime.InvokerHelper.invokeConstructorOf(InvokerHelper.java:816) | |
at org.codehaus.groovy.runtime.DefaultGroovyMethods.newInstance(DefaultGroovyMethods.java:17796) | |
at org.codehaus.groovy.runtime.dgm$517.invoke(Unknown Source) | |
at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrapNoCoerce.invoke(StaticMetaMethodSite.java:148) | |
at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.call(StaticMetaMethodSite.java:88) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112) | |
at geb.driver.NameBasedDriverFactory.getDriver(NameBasedDriverFactory.groovy:42) | |
at sun.reflect.NativeMethodAccessorIpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:84) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227) | |
at geb.driver.CachingDriverFactory$_getDriver_closure3.doCall(CachingDriverFactory.groovy:80) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141) | |
at geb.driver.CachingDriverFactory$_getDriver_closure3.doCall(CachingDriverFactory.groovy) | |
at sun.reflect.NativeMethodAccesorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:39) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:54) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112) | |
at geb.driver.CachingDriverFactory$SimpleCache.get(CachingDriverFactory.groovy:30) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:267) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:64) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116) | |
at geb.driver.CachingDriverFactory.getDriver(CachingDriverFactory.groovy:79) | |
at sun.reflect.NativeMethodAccessorImp.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:84) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227) | |
at geb.Configuration.createDriver(Configuration.groovy:306) | |
at geb.Configuration.getDriver(Configuration.groovy:295) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:84) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:231) | |
at geb.Browser.getDriver(Browser.groovy:101) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.jva:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:84) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:231) | |
at geb.Browser.go(Browser.groovy:367) | |
at geb.Browser$go.call(Unknown Source) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120) | |
at geb.Page.to(Page.groovy:168) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:226) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:64) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at geb.Browser.to(Browser.groovy:400) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.runtime.calsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:226) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:52) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149) | |
at geb.Browser.to(Browser.groovy:390) | |
at geb.Browser$to.callCurrent(Unknown Source) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at geb.Browser.to(Browser.groovy:380) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1053) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:785) | |
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:768) | |
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:164) | |
at geb.binding.BindingUpdater$InvocationForwarding.doCall(BindingUpdater.groovy:72) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.ivoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1053) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at groovy.lang.Closure.call(Closure.java:412) | |
at groovy.lang.Closure.call(Closure.java:425) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1053) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at groovy.lang.MetaClassImpl.invokePropertyOrMissing(MetaClassImpl.java:1099) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1055) | |
at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1110) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:704) | |
at groovy.lang.GroovyObjectSupport.invokeMethod(GroovyObjectSupport.java:44) | |
at groovy.lang.Script.invokeMethod(Script.java:78) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeOnDelegationObjects(ClosureMetaClass.java:407) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:346) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141) | |
at login$_run_closure1.doCall(login.groovy:9) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at groovy.lang.Closure.call(Closure.java:412) | |
at cucumber.runtime.groovy.GroovyBackend.invoke(GroovyBackend.java:143) | |
at cucumber.runtime.groovy.GroovyStepDefinition$1.call(GroovyStepDefinition.java:67) | |
at cucumber.runtime.Timeout.timeout(Timeout.java:12) | |
at cucumber.runtime.groovy.GroovyStepDefinition.execute(GroovyStepDefinition.java:64) | |
at cucumber.runtime.StepDefinitionMatch.runStep(StepDefinitionMatch.java:38) | |
at cucumber.runtime.Runtime.runStep(Runtime.java:256) | |
at cucumber.runtime.model.StepContainer.runStep(StepContainer.java:44) | |
at cucumber.runtime.model.StepContainer.runSteps(StepContainer.java:39) | |
at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:36) | |
at cucumber.runtime.model.CucumberFeature.run(CucumberFeature.java:112) | |
at cucumber.runtime.Runtime.run(Runtime.java:95) | |
at cucumber.runtime.Runtime.run(Runtime.java:83) | |
at cucumber.cli.Main.run(Main.java:20) | |
at cucumber.cli.Main.main(Main.java:12) | |
And I have entered admin into the password # login.groovy:14 | |
When I press login # login.groovy:18 | |
Then I can see the admin menu # login.groovy:22 | |
# language: en | |
Feature: Search | |
In order to find the data that is relevant to me | |
I must enter my search term into the data search box | |
@important | |
Scenario: Data Search # search.feature:7 | |
Given I have entered search term into search box # search.groovy:6 | |
When I press search # search.groovy:12 | |
Then I can see the search results # search.groovy:16 | |
org.openqa.selenium.WebDriverException: Failed to connect to binary FirefoxBinary(/usr/bin/firefox) on port 7055; process output follows: | |
*** LOG addons.manager: Application has been upgraded | |
*** LOG addons.xpi: startup | |
*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on ID: /tmp/anonymous470051162557332437webdriver-profile/extensions/webdriver-staging | |
*** LOG addons.xpi: checkForChanges | |
*** LOG addons.xpi-utils: Opening database | |
*** LOG addons.xpi-utils: Creating database schema | |
*** LOG addons.xpi: New add-on [email protected] installed in app-profile | |
*** Blocklist::_loadBlocklistFromFile: blocklist is disabled | |
*** LOG addons.xpi: New add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} installed in app-global | |
*** LOG addons.xpi: Updating database with changes to installed add-ons | |
*** LOG addons.xpi-utils: Updating add-on states | |
*** LOG addons.xpi-utils: Writing add-ons list | |
*** LOG addons.manager: shutdown | |
*** LOG addons.xpi: shutdown | |
*** LOG addons.xpi-utils: shutdown | |
*** LOG addons.xpi-utils: Database closed | |
*** LOG addons.xpi: startup | |
*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on ID: /tmp/anonymous470051162557332437webdriver-profile/extensions/webdriver-staging | |
*** LOG addons.xpi: checkForChanges | |
*** LOG addons.xpi: No changes found | |
Build info: version: '2.30.0', revision: 'dc1ef9ceb805a672f56dc49198f9ffbd4ca345c7', time: '2013-02-19 09:14:38' | |
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '3.8.4-102.fc17.x86_64', java.version: '1.7.0_19' | |
Driver info: driver.version: FirefoxDriver | |
at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:118) | |
at org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:244) | |
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:110) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:188) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:183) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:179) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:92) | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) | |
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
at java.lang.reflect.Constructor.newInstance(Constructor.java:525) | |
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77) | |
at org.codehaus.groovy.reflectiedConstructor.doConstructorInvoke(CachedConstructor.java:71) | |
at groovy.lang.MetaClassImpl.invokeConstructor(MetaClassImpl.java:1442) | |
at groovy.lang.MetaClassImpl.invokeConstructor(MetaClassImpl.java:1372) | |
at org.codehaus.groovy.runtime.InvokerHelper.invokeConstructorOf(InvokerHelper.java:816) | |
at org.codehaus.groovy.runtime.DefaultGroovyMethods.newInstance(DefaultGroovyMethods.java:17796) | |
at org.codehaus.groovy.runtime.dgm$517.invoke(Unknown Source) | |
at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrapNoCoerce.invoke(StaticMetaMethodSite.java:148) | |
at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.call(StaticMetaMethodSite.java:88) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112) | |
at geb.driver.NameBasedDriverFactory.getDriver(NameBasedDriverFactory.groovy:42) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:84) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227) | |
at geb.driver.CachingDriverFactory$_getDriver_closure3.doCall(CachingDriverFactory.groovy:80) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141) | |
at geb.driver.CachingDriverFactory$_getDriver_closure3.doCall(CachingDriverFactory.groovy) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:39) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:54) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112) | |
at geb.driver.CachingDriverFactory$SimpleCache.get(CachingDriverFactory.groovy:30) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethsorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:267) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:64) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116) | |
at geb.driver.CachingDriverFactory.getDriver(CachingDriverFactory.groovy:79) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:84) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227) | |
at geb.Configuration.createDriver(Configuration.groovy:306) | |
at geb.Configuration.getDriver(Configuration.groovy:295) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMava:233) | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:84) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:231) | |
at geb.Browser.getDriver(Browser.groovy:101) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:84) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:231) | |
at geb.Browser.go(Browser.groovy:367) | |
at geb.Browser$go.call(Unknown Source) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120) | |
at geb.Page.to(Page.groovy:168) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:226) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:64) | |
at org.codehaus.groovy..callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at geb.Browser.to(Browser.groovy:400) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:226) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:52) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149) | |
at geb.Browser.to(Browser.groovy:390) | |
at geb.Browser$to.callCurrent(Unknown Source) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at geb.Browser.to(Browser.groovy:380) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1053) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:785) | |
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:768) | |
atdehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:164) | |
at geb.binding.BindingUpdater$InvocationForwarding.doCall(BindingUpdater.groovy:72) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1053) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at groovy.lang.Closure.call(Closure.java:412) | |
at groovy.lang.Closure.call(Closure.java:425) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1053) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at groovy.lang.MetaClassImpl.invokePropertyOrMissing(MetaClassImpl.java:1099) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1055) | |
at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1110) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:704) | |
at groovy.lang.GroovyObjectSupport.invokeMethod(GroovyObjectSupport.java:44) | |
at groovy.lang.Script.invokeMethod(Script.java:78) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeOnDelegationObjects(ClosureMetaClass.java:407) | |
at org.codehaus.groovy.runtime.metaclass.Closulass.invokeMethod(ClosureMetaClass.java:346) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141) | |
at login$_run_closure1.doCall(login.groovy:9) | |
at ✽.Given I have entered admin into the user box(login.feature:8) | |
Caused by: org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output: | |
*** LOG addons.manager: Application has been upgraded | |
*** LOG addons.xpi: startup | |
*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on ID: /tmp/anonymous470051162557332437webdriver-profile/extensions/webdriver-staging | |
*** LOG addons.xpi: checkForChanges | |
*** LOG addons.xpi-utils: Opening database | |
*** LOG addons.xpi-utils: Creating database schema | |
*** LOG addons.xpi: New add-on [email protected] installed in app-profile | |
*** Blocklist::_loadBlocklistFromFile: blocklist is disabled | |
*** LOG addons.xpi: New add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} installed in app-global | |
*** LOG addons.xpi: Updating database with changes to installed add-ons | |
*** LOG addons.xpi-utils: Updating add-on states | |
*** LOG addons.xpi-utils: Writing add-ons list | |
*** LOG addons.manager: shutdown | |
*** LOG addons.xpi: shutdown | |
*** LOG addons.xpi-utils: shutdown | |
*** LOG addons.xpi-utils: Database closed | |
*** LOG addons.xpi: startup | |
*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on ID: /tmp/anonymous470051162557332437webdriver-profile/extensions/webdriver-staging | |
*** LOG addons.xpi: checkForChanges | |
*** LOG addons.xpi: No changes found | |
at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnecti:106)va | |
at org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:244) | |
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:110) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:188) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:183) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:179) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:92) | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) | |
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
at java.lang.reflect.Constructor.newInstance(Constructor.java:525) | |
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77) | |
at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:71) | |
at groovy.lang.MetaClassImpl.invokeConstructor(MetaClassImpl.java:1442) | |
at groovy.lang.MetaClassImpl.invokeConstructor(MetaClassImpl.java:1372) | |
at org.codehaus.groovy.runtime.InvokerHelper.invokeConstructorOf(InvokerHelper.java:816) | |
at org.codehaus.groovy.runtime.DefaultGroovyMethods.newInstance(DefaultGroovyMethods.java:17796) | |
at org.codehaus.groovy.runtime.dgm$517.invoke(Unknown Source) | |
at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrapNoCoerce.invoke(StaticMetaMethodSite.java:148) | |
at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.call(StaticMetaMethodSite.java:88) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112) | |
at geb.driver.NameBasedDriverFactory.getDriver(NameBasedDriverFactory.groovy:42) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nathod)Met | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:84) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227) | |
at geb.driver.CachingDriverFactory$_getDriver_closure3.doCall(CachingDriverFactory.groovy:80) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141) | |
at geb.driver.CachingDriverFactory$_getDriver_closure3.doCall(CachingDriverFactory.groovy) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorvoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:39) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:54) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112) | |
at geb.driver.CachingDriverFactory$SimpleCache.get(CachingDriverFactory.groovy:30) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:267) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:64) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116) | |
at geb.driver.CachingDriverFactory.getDriver(CachingDriverFactory.groovy:79) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.Cachedinvoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:84) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227) | |
at geb.Configuration.createDriver(Configuration.groovy:306) | |
at geb.Configuration.getDriver(Configuration.groovy:295) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:84) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:231) | |
at geb.Browser.getDriver(Browser.groovy:101) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3440) | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:84) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjecperty(AbstractCallSite.java:231) | |
at geb.Browser.go(Browser.groovy:367) | |
at geb.Browser$go.call(Unknown Source) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120) | |
at geb.Page.to(Page.groovy:168) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:226) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:64) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) | |
at geb.Browser.to(Browser.groovy:400) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:226) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:52) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149) | |
at geb.Browser.to(Browser.groovy:390) | |
at geb.Browser$to.callCurrent(Unknown Source) | |
at org.codehaus.groovy.rcallsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at geb.Browser.to(Browser.groovy:380) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1053) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:785) | |
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:768) | |
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:164) | |
at geb.binding.BindingUpdater$InvocationForwarding.doCall(BindingUpdater.groovy:72) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1053) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at groovy.lang.Closure.call(Closure.java:412) | |
at groovy.lang.Closure.call(Closure.java:425) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Methoe(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1053) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at groovy.lang.MetaClassImpl.invokePropertyOrMissing(MetaClassImpl.java:1099) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1055) | |
at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1110) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:704) | |
at groovy.lang.GroovyObjectSupport.invokeMethod(GroovyObjectSupport.java:44) | |
at groovy.lang.Script.invokeMethod(Script.java:78) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeOnDelegationObjects(ClosureMetaClass.java:407) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:346) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:883) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141) | |
at login$_run_closure1.doCall(login.groovy:9) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272) | |
at groovy.lang.Metapl.invokeMethod(MetaClassImpl.java:883) | |
at groovy.lang.Closure.call(Closure.java:412) | |
at cucumber.runtime.groovy.GroovyBackend.invoke(GroovyBackend.java:143) | |
at cucumber.runtime.groovy.GroovyStepDefinition$1.call(GroovyStepDefinition.java:67) | |
at cucumber.runtime.Timeout.timeout(Timeout.java:12) | |
at cucumber.runtime.groovy.GroovyStepDefinition.execute(GroovyStepDefinition.java:64) | |
at cucumber.runtime.StepDefinitionMatch.runStep(StepDefinitionMatch.java:38) | |
at cucumber.runtime.Runtime.runStep(Runtime.java:256) | |
at cucumber.runtime.model.StepContainer.runStep(StepContainer.java:44) | |
at cucumber.runtime.model.StepContainer.runSteps(StepContainer.java:39) | |
at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:36) | |
at cucumber.runtime.model.CucumberFeature.run(CucumberFeature.java:112) | |
at cucumber.runtime.Runtime.run(Runtime.java:95) | |
at cucumber.runtime.Runtime.run(Runtime.java:83) | |
at cucumber.cli.Main.run(Main.java:20) | |
at cucumber.cli.Main.main(Main.java:12) | |
:cuke FAILED | |
FAILURE: Build failed with an exception. | |
* Where: | |
Build file '/home/pawel/projects/groovy/gcg-drupal-tests/build.gradle' line: 70 | |
* What went wrong: | |
Execution failed for task ':cuke'. | |
> Process 'command '/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.19.x86_64/bin/java'' finished with non-zero exit value 1 | |
* Try: | |
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
BUILD FAILED | |
Total time: 51.399 secs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment