-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Not sure if this is just a lack fo know-how on my part, but when I try to send tests to Selenium Grid, I'm seeing this error:
jute_submit_test --sh 192.168.0.87 --send_output -t path/to/my/test/test.html
Submitting { tests: 'path/to/my/test/test.html',
retry: 0,
sel_host: '192.168.0.87',
sel_browser: '*firefox',
send_output: 1 } to my.hostname.com
Problem contacting JUTE server at: my.hostname.com:8080
Is JUTE running there? Did you specify '--host' and '--port' correctly?
JUTE server is running, I can connect and run test via web UI, but when I run this command, the server dies. In the log:
[Mon, 12 Sep 2011 22:57:41 GMT] "GET /jute/_get_test?d=1315868261208 HTTP/1.1" 200 - "http://my.hostname.com:8080/jute_docs/run_tests.html?" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1"
{ tests: 'path/to/my/test/test.html',
retry: 0,
sel_host: '192.168.0.87',
sel_browser: '*firefox',
send_output: 1 }
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: ECONNREFUSED, Connection refused
at Client._onConnect (net.js:601:18)
at IOWatcher.onWritable as callback