- nobelActive particpant
- Posts : 18
Join date : 2011-03-25
Age : 36
[Help] Timed out after 30000ms error
Tue Mar 29, 2011 4:16 pm
Hi
i ran the Selenium RC Server in command prompt and i started to run the testcase in Junit, i get the following error: timeout.
can anybody help me?
com.thoughtworks.selenium.SeleniumException: Timed out after 30000ms at com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:73) at com.thoughtworks.selenium.DefaultSelenium.open(DefaultSelenium.java:222)
at com.oea.testcase.TestExample1.testExample1(TestExample1.java:11)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at com.thoughtworks.selenium.SeleneseTestCase.runBare(SeleneseTestCase.java:71)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:79)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:46)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
i ran the Selenium RC Server in command prompt and i started to run the testcase in Junit, i get the following error: timeout.
can anybody help me?
com.thoughtworks.selenium.SeleniumException: Timed out after 30000ms at com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:73) at com.thoughtworks.selenium.DefaultSelenium.open(DefaultSelenium.java:222)
at com.oea.testcase.TestExample1.testExample1(TestExample1.java:11)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at com.thoughtworks.selenium.SeleneseTestCase.runBare(SeleneseTestCase.java:71)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:79)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:46)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
- gaurang033Active particpant
- Posts : 13
Join date : 2011-03-19
Re: [Help] Timed out after 30000ms error
Tue Mar 29, 2011 8:29 pm
check out this
http://qtp-help.blogspot.com/2011/03/selenium-timed-out-after-30000ms-error.html
http://qtp-help.blogspot.com/2011/03/selenium-timed-out-after-30000ms-error.html
- auto_ashish1Active particpant
- Posts : 21
Join date : 2011-03-10
Re: [Help] Timed out after 30000ms error
Tue Apr 05, 2011 5:15 pm
I think you might have issue with the setUp method.
Have you just provided the site base URL in that?
the sub URL has to be provided in open method
For ex, I have to navigate to: http://www.google.co.in/imghp?hl=en&tab=wi
Selenium code for this will be:
setUp("http://www.google.co.in", "*firefox");
selenium.open("/imghp?hl=en&tab=wi");
Regards
Ashish
91-9888179981
itsthakur@gmail.com
For online Selenium training go to my website- www.sejsoft.com
Have you just provided the site base URL in that?
the sub URL has to be provided in open method
For ex, I have to navigate to: http://www.google.co.in/imghp?hl=en&tab=wi
Selenium code for this will be:
setUp("http://www.google.co.in", "*firefox");
selenium.open("/imghp?hl=en&tab=wi");
Regards
Ashish
91-9888179981
itsthakur@gmail.com
For online Selenium training go to my website- www.sejsoft.com
- Error : Timed out after 30000ms
- [error] Timed out after 30000ms
- How to resolve this error---->[error] Element id=ui-active-menuitem not found
- Provided Base URL is not getting opened. Script fails with warn: currentTest.recordFailure: Timed out after 30000ms
- ERROR: Command execution failure. Please search the forum at http://clearspace.openqa.org for error details from the log window. The error message is: Permission denied
Permissions in this forum:
You cannot reply to topics in this forum