Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submitting tests to Selenium 2.4.0 fails with 'Cannot find session' #3

Open
eculver opened this issue Sep 13, 2011 · 3 comments
Open

Comments

@eculver
Copy link

eculver commented Sep 13, 2011

When trying to submit tests to Selenium 2.4.0, the hub fails to pass tests to nodes with the following errors:

http://pastebin.com/jrKZU7NY

This also fails with same error with v2.0.0 and v2.5.0.

Note: using Node v0.4.11

@zzo
Copy link
Owner

zzo commented Sep 13, 2011

Thanks I am investigating.
Mark

On 9/13/11 10:28 AM, "Evan Culver"
reply@reply.github.com
wrote:

When trying to submit tests to Selenium 2.4.0, the hub fails to pass tests to
nodes with the following errors:

http://pastebin.com/jrKZU7NY

This also fails with same error with v2.0.0 and v2.5.0.

Note: using Node v0.4.11

@zzo
Copy link
Owner

zzo commented Sep 14, 2011

Ok I've just run JUTE successfully on Selenium Grid 1.0.8 with 2 remote controls and Selenium Standalone 2.6.0 so if there is an issue I'm not sure it's soda's fault as it does run in those 2 environments.
I'll try 2.4.0 and 2.5.0 as well.

@zzo
Copy link
Owner

zzo commented Sep 14, 2011

BTW the way I test Selenium Grid is download the grid 1.0.8 from here:

http://seleniumhq.org/download/

then start the hub like:

% ant launch-hub

and on same box:

% ant launch-remote-control

in another window:

% ant -Dport=6666 launch-remote-control

...

& then hit the hub from JUTE...

Mark

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants