I assume you can access the web via a proxy, you can use that Firefox profile to start the Selenium server.
http://code.google.com/p/aost/wiki/UserGuide070AppendixB#How_do_I_use_a_Firefox_profile_in_Tellurium On Wed, Nov 4, 2009 at 11:32 AM, Samuel <[email protected]> wrote: > > HI Hari, > > Yes, there is firewall at work, how to resolve it? > > Regards, > Samuel > > On Nov 4, 9:02 pm, Harihara Vinayakaram <[email protected]> wrote: > > Check the following : > > See if you have a firewall at work. Check for proxy settings > > > > Regards > > Hari > > > > On Wed, Nov 4, 2009 at 11:17 AM, Samuel <[email protected]> wrote: > > > > > Hi, > > > > > Who can help to me take a look on the following issue? I try to run > > > the first example from the Tellurium_Sample. but it fail. it is ok > > > when I run it at home pc, but fail to run it at my company work > > > station. > > > > > Thanks. > > > > > attached the log below > > > ================= > > > 13:40:05.787 INFO - Command request: open[http://code.google.com/p/ > > > aost/downloads/list <http://code.google.com/p/%0Aaost/downloads/list>, > ] > > > on session a78ea54ec40d4c989db25dcf0dc7013b > > > 13:40:05.787 WARN - you appear to be changing domains from > > >http://localhost:8080 > > > tohttp://code.google.com/p/aost/downloads/list > > > this may lead to a 'Permission denied' from the browser (unless it is > > > running as *iehta or *chrome, > > > or alternatively the selenium server is running in proxy injection > > > mode) > > > 13:40:35.816 INFO - Got result: Timed out after 30000ms on session > > > a78ea54ec40d4c989db25dcf0dc7013b > > > 13:40:35.848 INFO - Command request: cleanCache[, ] on session > > > a78ea54ec40d4c989db25dcf0dc7013b > > > 13:40:35.895 INFO - Got result: OK on session > > > a78ea54ec40d4c989db25dcf0dc7013b > > > 13:40:35.895 INFO - Closing Selenese session: > > > com.thoughtworks.selenium.defaultselen...@cd43ce > > > 13:40:35.895 INFO - Command request: testComplete[, ] on session > > > a78ea54ec40d4c989db25dcf0dc7013b > > > 13:40:35.895 INFO - Killing Firefox... > > > 13:40:36.176 INFO - Got result: OK on session > > > a78ea54ec40d4c989db25dcf0dc7013b > > > 13:40:36.191 INFO - Stopping Acceptor ServerSocket > > > [addr=0.0.0.0/0.0.0.0,port=0,localport=4444] > > > 13:40:36.285 INFO - Stopped SocketListener on 0.0.0.0:4444 > > > 13:40:36.410 INFO - Stopped HttpContext[/,/] > > > 13:40:36.520 INFO - Stopped HttpContext[/selenium-server,/selenium- > > > server] > > > 13:40:36.644 INFO - Stopped HttpContext[/selenium-server/driver,/ > > > selenium-server/driver] > > > 13:40:36.644 INFO - Stopped org.mortbay.jetty.ser...@1b32627 > > > > > Process finished with exit code -1 > > > > > com.thoughtworks.selenium.SeleniumException: Timed out after 30000ms > > > at > > > > > > com.thoughtworks.selenium.HttpCommandProcessor.throwAssertionFailureExceptionOrError > > > (HttpCommandProcessor.java:97) > > > at com.thoughtworks.selenium.HttpCommandProcessor.doCommand > > > (HttpCommandProcessor.java:91) > > > at com.thoughtworks.selenium.DefaultSelenium.open > > > (DefaultSelenium.java:335) > > > at com.thoughtworks.selenium.Selenium$open.call(Unknown Source) > > > at > org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall > > > (CallSiteArray.java:43) > > > at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call > > > (AbstractCallSite.java:116) > > > at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call > > > (AbstractCallSite.java:124) > > > at org.tellurium.connector.SeleniumConnector.connectUrl > > > (SeleniumConnector.groovy:45) > > > at org.tellurium.test.java.BaseTelluriumJavaTestCase.connectUrl > > > (BaseTelluriumJavaTestCase.java:26) > > > at > > > com.tellurium.test.ui.TelluriumDownloadSearchTestCase.setUpForTest > > > (TelluriumDownloadSearchTestCase.java:26) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > at sun.reflect.NativeMethodAccessorImpl.invoke > > > (NativeMethodAccessorImpl.java:39) > > > at sun.reflect.DelegatingMethodAccessorImpl.invoke > > > (DelegatingMethodAccessorImpl.java:25) > > > at org.junit.internal.runners.MethodRoadie.runBefores > > > (MethodRoadie.java:122) > > > at > > > org.junit.internal.runners.MethodRoadie.runBeforesThenTestThenAfters > > > (MethodRoadie.java:86) > > > at > > > org.junit.internal.runners.MethodRoadie.runTest(MethodRoadie.java: > > > 77) > > > at > org.junit.internal.runners.MethodRoadie.run(MethodRoadie.java:42) > > > at org.junit.internal.runners.JUnit4ClassRunner.invokeTestMethod > > > (JUnit4ClassRunner.java:88) > > > at org.junit.internal.runners.JUnit4ClassRunner.runMethods > > > (JUnit4ClassRunner.java:51) > > > at org.junit.internal.runners.JUnit4ClassRunner$1.run > > > (JUnit4ClassRunner.java:44) > > > at org.junit.internal.runners.ClassRoadie.runUnprotected > > > (ClassRoadie.java:27) > > > at org.junit.internal.runners.ClassRoadie.runProtected > > > (ClassRoadie.java:37) > > > at org.junit.internal.runners.JUnit4ClassRunner.run > > > (JUnit4ClassRunner.java:42) > > > at > > > com.intellij.rt.junit4.Junit4ClassSuite.run(Junit4ClassSuite.java: > > > 99) > > > at com.intellij.rt.execution.junit.JUnitStarter.main > > > (JUnitStarter.java:40) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > at sun.reflect.NativeMethodAccessorImpl.invoke > > > (NativeMethodAccessorImpl.java:39) > > > at sun.reflect.DelegatingMethodAccessorImpl.invoke > > > (DelegatingMethodAccessorImpl.java:25) > > > at > com.intellij.rt.execution.application.AppMain.main(AppMain.java: > > > 90) > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
