Selenium + Strawberry perl on Win7

42 views
Skip to first unread message

Vani Subha

unread,
Mar 12, 2014, 8:11:25 AM3/12/14
to seleniu...@googlegroups.com
Am trying out selenium with perl. Getting the below error: (Using strawberry perl on windows 7, selenium 2.40 server for firefox ). Any suggestions?
 
17:32:46.940 INFO - Command failed to close cleanly. Destroying forcefully (v2).
 org.openqa.selenium.os.UnixProcess$SeleniumWatchDog@19676adb
17:32:59.238 WARN - Exception thrown
org.openqa.selenium.os.ProcessUtils$ProcessStillAliveException: Timeout waiting
for process to die
        at org.openqa.selenium.os.ProcessUtils.waitForProcessDeath(ProcessUtils.
java:60)
        at org.openqa.selenium.os.ProcessUtils.killProcess(ProcessUtils.java:89)
        at org.openqa.selenium.os.UnixProcess$SeleniumWatchDog.destroyHarder(Uni
xProcess.java:222)
        at org.openqa.selenium.os.UnixProcess$SeleniumWatchDog.access$2(UnixProc
ess.java:219)
        at org.openqa.selenium.os.UnixProcess.destroy(UnixProcess.java:120)
        at org.openqa.selenium.os.CommandLine.destroy(CommandLine.java:145)
        at org.openqa.selenium.firefox.FirefoxBinary.quit(FirefoxBinary.java:253
)
        at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.qu
it(NewProfileExtensionConnection.java:199)
        at org.openqa.selenium.firefox.FirefoxDriver$LazyCommandExecutor.quit(Fi
refoxDriver.java:347)
        at org.openqa.selenium.firefox.FirefoxDriver.stopClient(FirefoxDriver.ja
va:293)
        at org.openqa.selenium.remote.RemoteWebDriver.quit(RemoteWebDriver.java:
445)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.openqa.selenium.support.events.EventFiringWebDriver$2.invoke(Even
tFiringWebDriver.java:101)
        at com.sun.proxy.$Proxy2.quit(Unknown Source)
        at org.openqa.selenium.support.events.EventFiringWebDriver.quit(EventFir
ingWebDriver.java:198)
        at org.openqa.selenium.remote.server.handler.DeleteSession.call(DeleteSe
ssion.java:49)
        at org.openqa.selenium.remote.server.handler.DeleteSession.call(DeleteSe
ssion.java:1)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at org.openqa.selenium.remote.server.DefaultSession$1.run(DefaultSession
.java:170)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.InterruptedException
        at java.lang.ProcessImpl.waitFor(Unknown Source)
        at org.openqa.selenium.os.ProcessUtils$ProcessWaiter.run(ProcessUtils.ja
va:126)
        ... 1 more
Reply all
Reply to author
Forward
0 new messages