My functional test running on hudson every 5 mins. It's working fine except almost(not always) every morning around 6:00 clock(I checked system logs, there is no big jobs eating up system resources at that time), I get java.lang.ExceptionInInitializerError caused by org.openqa.selenium.WebDriverException: Failed to connect to binary FirefoxBinary on port 7055; then the build will hang there forever.
I use gradle to run the geb/webdriver tests, the gradle build seems to start and run until the test step.
I saw this thread http://groups.google.com/group/webdriver/browse_thread/thread/3d0bbb40cce5dfac but that seem can not solve my problem.
Any idea how to fix this? Now I have to get up and stop the failure build every morning..
Thanks a lot in advance.
System info: os.name: 'Windows 2003', os.arch: 'amd64', os.version: '5.2', java.version: '1.5.0_18' Driver info: driver.version: FirefoxDriver