Issue Details (XML | Word | Printable)

Key: SRC-640
Type: Bug Bug
Status: Reopened Reopened
Priority: Blocker Blocker
Assignee: Unassigned
Reporter: siking
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Selenium Remote Control

SeleniumRC cannot find TestSuite.html

Created: 01/Apr/09 09:52 AM   Updated: 14/May/09 08:54 AM
Component/s: None
Affects Version/s: 1.0 beta 2
Fix Version/s: None

File Attachments: 1. Zip Archive TestSuite.zip (1 kB) 06/Apr/09 12:02 PM - siking

Environment: WinXP, IE7


 Description  « Hide

Hello.

I am still trying to get our stuff setup. I have a functional TestSuite running under SeleniumRC0.8.2, but the same thing under 1.0.B2 fails with:

Line: 548
Char: 9
Error: 'this.link' is null or not an object
Code: 0
URL: .../TestRunner.hta

I have checked through the log that Selenium produces, and here is my guess:

There is a line in there that says:

13:06:13.187 DEBUG [10] org.openqa.selenium.server.browserlaunchers.AsyncExecute - Execute:Java13CommandLauncher: Executing 'C:\WINDOWS\system32\mshta.exe' with arguments:
'C:\DOCUME~1\MARK~1.LEH\LOCALS~1\Temp\customProfileDir172062\core\TestRunner.hta'
'auto=true&multiWindow=true&defaultLogLevel=info&baseUrl=http%3A%2F%2Flocalhost%2FpetroLook4410%2F/selenium-server/tests/&resultsUrl=http://localhost:4444/selenium-server/postResults&test=http%3A%2F%2Flocalhost%2Fselenium-server%2Ftests%2FTest_Suite.htm&baseUrl=http://localhost:4444/selenium-server/'

In version 0.8.2 (the one that works), the same line says:

13:11:30.640 DEBUG [10] org.openqa.selenium.server.browserlaunchers.AsyncExecute - Execute:Java13CommandLauncher: Executing 'C:\DOCUME~1\MARK~1.LEH\LOCALS~1\Temp\customProfileDir489828\killableprocess.exe' with arguments:
'C:\Program Files\Internet Explorer\iexplore.exe'
'-new'
'http://localhost/selenium-server/core/TestRunner.html?auto=true&multiWindow=true&defaultLogLevel=info&baseUrl=http%3A%2F%2Flocalhost%2FpetroLook4410%2F/selenium-server/tests/&resultsUrl=../postResults&test=http%3A%2F%2Flocalhost%2Fselenium-server%2Ftests%2FTest_Suite.htm'

While SeleniumRC1.0 (the broken one) is started, I tried to look at http%3A%2F%2Flocalhost%2Fselenium-server%2Ftests%2F and there is NOTHING there. However, all my stuff is at http%3A%2F%2Flocalhost:4444%2Fselenium-server%2Ftests%2F

I think there is an issue with the port (4444).



Sort Order: Ascending order - Click to sort in descending order

Andras Hatvani added a comment - 06/Apr/09 11:07 AM

Provide more details such as a reproducible test case, otherwise this issue cannot be processed.