Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
smontico
Posts : 2
Join date : 2010-06-08

Selenium RC stuck in "Checking Resource aliases" Empty 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.
avatar
smontico
Posts : 2
Join date : 2010-06-08

Selenium RC stuck in "Checking Resource aliases" Empty 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.
avatar
and4sp22
Posts : 1
Join date : 2010-12-04

Selenium RC stuck in "Checking Resource aliases" Empty 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
avatar
umashankar
Active particpant
Active particpant
Posts : 24
Join date : 2011-11-14

Selenium RC stuck in "Checking Resource aliases" Empty 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.
Sponsored content

Selenium RC stuck in "Checking Resource aliases" Empty Re: Selenium RC stuck in "Checking Resource aliases"

Back to top
Permissions in this forum:
You cannot reply to topics in this forum