- smontico
- Posts : 2
Join date : 2010-06-08
Selenium RC stuck in "Checking Resource aliases"
Tue Jun 08, 2010 7:51 pm
Hi,
I'm trying to run a test suite with only one test case and everytime it seems to run all right but it get stucked in the message "Checking Resource aliases" and the process never ends.
I read in the forum that can be a problem of saving the Test Suite as Test Case but i double checked and seems to be correct saved as Test Suite.
Version:
selenium-remote-control-1.0.3
firefox:3.5.9
OS: OpenSuse
The log:
smontico@santiago:~/SeleniumRC/selenium-remote-control-1.0.3/selenium-server-1.0.3> java -jar selenium-server.jar -htmlSuite "*firefox /usr/lib/firefox/firefox" "http://www.crs-itconsulting.com.ar:8082/gmi/" "/home/smontico/SeleniumRC/Test/peperulo1.html" "/home/smontico/SeleniumRC/Test/Resultado.html"
09:39:27.253 INFO - Java: Sun Microsystems Inc. 14.0-b16
09:39:27.254 INFO - OS: Linux 2.6.27.45-0.1-pae i386
09:39:27.262 INFO - v2.0 [a2], with Core v2.0 [a2]
09:39:27.356 INFO - RemoteWebDriver instances should connect to: http://172.16.156.1:4444/wd/hub
09:39:27.357 INFO - Version Jetty/5.1.x
09:39:27.358 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver]
09:39:27.359 INFO - Started HttpContext[/selenium-server,/selenium-server]
09:39:27.359 INFO - Started HttpContext[/,/]
09:39:27.468 INFO - Started org.openqa.jetty.jetty.servlet.ServletHandler@4cee32
09:39:27.468 INFO - Started HttpContext[/wd,/wd]
09:39:27.472 INFO - Started SocketListener on 0.0.0.0:4444
09:39:27.472 INFO - Started org.openqa.jetty.jetty.Server@d0a5d9
09:39:27.564 INFO - Preparing Firefox profile...
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `GtkTreeView::odd-row-color' of type `GdkColor' from rc file value "((GString*) 0xb28546a0)" of type `GString'
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `GtkTreeView::odd-row-color' of type `GdkColor' from rc file value "((GString*) 0xb28a1740)" of type `GString'
09:39:30.004 INFO - Launching Firefox...
09:39:30.979 INFO - Checking Resource aliases
Any help would be appreciated.
Thanks in advance, Santiago.
I'm trying to run a test suite with only one test case and everytime it seems to run all right but it get stucked in the message "Checking Resource aliases" and the process never ends.
I read in the forum that can be a problem of saving the Test Suite as Test Case but i double checked and seems to be correct saved as Test Suite.
Version:
selenium-remote-control-1.0.3
firefox:3.5.9
OS: OpenSuse
The log:
smontico@santiago:~/SeleniumRC/selenium-remote-control-1.0.3/selenium-server-1.0.3> java -jar selenium-server.jar -htmlSuite "*firefox /usr/lib/firefox/firefox" "http://www.crs-itconsulting.com.ar:8082/gmi/" "/home/smontico/SeleniumRC/Test/peperulo1.html" "/home/smontico/SeleniumRC/Test/Resultado.html"
09:39:27.253 INFO - Java: Sun Microsystems Inc. 14.0-b16
09:39:27.254 INFO - OS: Linux 2.6.27.45-0.1-pae i386
09:39:27.262 INFO - v2.0 [a2], with Core v2.0 [a2]
09:39:27.356 INFO - RemoteWebDriver instances should connect to: http://172.16.156.1:4444/wd/hub
09:39:27.357 INFO - Version Jetty/5.1.x
09:39:27.358 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver]
09:39:27.359 INFO - Started HttpContext[/selenium-server,/selenium-server]
09:39:27.359 INFO - Started HttpContext[/,/]
09:39:27.468 INFO - Started org.openqa.jetty.jetty.servlet.ServletHandler@4cee32
09:39:27.468 INFO - Started HttpContext[/wd,/wd]
09:39:27.472 INFO - Started SocketListener on 0.0.0.0:4444
09:39:27.472 INFO - Started org.openqa.jetty.jetty.Server@d0a5d9
09:39:27.564 INFO - Preparing Firefox profile...
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `GtkTreeView::odd-row-color' of type `GdkColor' from rc file value "((GString*) 0xb28546a0)" of type `GString'
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `GtkTreeView::odd-row-color' of type `GdkColor' from rc file value "((GString*) 0xb28a1740)" of type `GString'
09:39:30.004 INFO - Launching Firefox...
09:39:30.979 INFO - Checking Resource aliases
Any help would be appreciated.
Thanks in advance, Santiago.
- smontico
- Posts : 2
Join date : 2010-06-08
Re: Selenium RC stuck in "Checking Resource aliases"
Tue Jun 08, 2010 8:11 pm
Problem solved.
The test suite file was generated with the followin xml tag:
I removed the line and worked like a charm.
Santiago.
The test suite file was generated with the followin xml tag:
I removed the line and worked like a charm.
Santiago.
- and4sp22
- Posts : 1
Join date : 2010-12-04
Re: Selenium RC stuck in "Checking Resource aliases"
Sat Dec 04, 2010 4:37 am
I am having the same problem. I removed the xml tag and it still gets stuck. If i change it to firefox it gets past the checking resource aliases but get stuck at the next step "Started SocketListener on.....". I do not know what to try next. Any ideas? my code is:
c:
cd C:\selenium-server-1.0.3\
java -jar selenium-server.jar -timeout 10800 -port 4444 -htmlSuite "iexploreproxy" "http://localhost/" "C:\selrcproj\selsuite.html" "C:\selrcproj\results.html"
Pause
c:
cd C:\selenium-server-1.0.3\
java -jar selenium-server.jar -timeout 10800 -port 4444 -htmlSuite "iexploreproxy" "http://localhost/" "C:\selrcproj\selsuite.html" "C:\selrcproj\results.html"
Pause
- umashankarActive particpant
- Posts : 24
Join date : 2011-11-14
can you tell me the xml tag that you removed, it is blank now
Thu Dec 22, 2011 6:42 pm
smontico wrote:Problem solved.
The test suite file was generated with the followin xml tag:
I removed the line and worked like a charm.
Santiago.
- Selenium RC server stuck at INFO - Checking Resource aliases
- Selenim RC stuck when running a test suit via eclipse and Ant
- WebDriver object is frozen for some reason - test get stuck at driver.
- Cannot Get suits to run keeps stopping at INFO - Checking reource Allocated
- Checking if save dialog is displayed
Permissions in this forum:
You cannot reply to topics in this forum