> To post to this group, send email to selenium-users@googlegroups.com.
> To unsubscribe from this group, send email to selenium-users+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en.
>
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to selenium-users@googlegroups.com.
To unsubscribe from this group, send email to selenium-users+unsubscribe@googlegroups.com.
> > > To post to this group, send email to selenium-users@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > selenium-users+unsubscribe@googlegroups.com.
> > > For more options, visit this group at
> >http://groups.google.com/group/selenium-users?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Selenium Users" group.
> > To post to this group, send email to selenium-users@googlegroups.com.
> > To unsubscribe from this group, send email to
> > selenium-users+unsubscribe@googlegroups.com.
java -jar ./selenium-server-standalone-2.24.1.jar role -hub -port 12345
ping 192.168.10.128
PING 192.168.10.128 (192.168.10.128) 56(84) bytes of data.64 bytes from 192.168.10.128: icmp_seq=1 ttl=63 time=0.352 ms64 bytes from 192.168.10.128: icmp_seq=2 ttl=63 time=0.253 ms
sudo lsof -i
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAMEjava 716 frana 5u IPv6 17558012 0t0 TCP localhost:55765->localhost:7056 (CLOSE_WAIT)java 716 frana 12u IPv6 17410671 0t0 TCP *:12345 (LISTEN)
sudo netstat -lptu
Active Internet connections (only servers)Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp6 0 0 [::]:12345 [::]:* LISTEN 716/java
Forbidden for Proxy
RequestURI=/grid/console
If so, you must reconsider your firewall settings.I am having the exact same issue. Here is a link to pastebin from the log generated when I try to launch the grid and the node: http://pastebin.com/XaLCFE2v
Am Mittwoch, 20. Juni 2012 00:39:27 UTC+2 schrieb Francis Aiello:Curious Tester,I've been reading through this issue and am facing similar conditions.My setup is on the same machine for simplicity in order for me to learn Selenium Grid.To start up the "hub" I'm using the following command;java -jar ./selenium-server-standalone-2.24.1.jar role -hub -port 4444To start up the "node" I'm using the following command;java -jar ~/bin/seleniumgrid/selenium-server-standalone-2.24.1.jar -role node -hub http://192.168.10.128:4444/grid/register -registerCycle 60000The output when I launch the "node" is the following;Jun 19, 2012 3:20:30 PM org.openqa.grid.selenium.GridLauncher mainINFO: Launching a selenium grid nodeJun 19, 2012 3:20:35 PM org.openqa.grid.internal.utils.SelfRegisteringRemote startRemoteServerWARNING: error getting the parameters from the hub. The node may end up with wrong timeouts.A JSONObject text must begin with '{' at character 115:20:40.999 INFO - Java: Sun Microsystems Inc. 20.1-b0215:20:41.000 INFO - OS: Linux 2.6.32-37-generic amd6415:20:41.004 INFO - v2.24.1, with Core v2.24.1. Built from revision 1720515:20:41.082 INFO - RemoteWebDriver instances should connect to: http://127.0.0.1:5555/wd/hub15:20:41.082 INFO - Version Jetty/5.1.x15:20:41.083 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver]15:20:41.084 INFO - Started HttpContext[/selenium-server,/selenium-server]15:20:41.084 INFO - Started HttpContext[/,/]15:20:41.093 INFO - Started org.openqa.jetty.jetty.servlet.ServletHandler@5eb7ec5d15:20:41.093 INFO - Started HttpContext[/wd,/wd]15:20:41.095 INFO - Started SocketListener on 0.0.0.0:555515:20:41.095 INFO - Started org.openqa.jetty.jetty.Server@7f70888e15:20:41.096 INFO - using the json request : {"class":"org.openqa.grid.common.RegistrationRequest","capabilities":[{"platform":"LINUX","seleniumProtocol":"Selenium","browserName":"*firefox","maxInstances":5},{"platform":"LINUX","seleniumProtocol":"Selenium","browserName":"*googlechrome","maxInstances":5},{"platform":"LINUX","seleniumProtocol":"Selenium","browserName":"*iexplore","maxInstances":1},{"platform":"LINUX","seleniumProtocol":"WebDriver","browserName":"firefox","maxInstances":5},{"platform":"LINUX","seleniumProtocol":"WebDriver","browserName":"chrome","maxInstances":5},{"platform":"WINDOWS","seleniumProtocol":"WebDriver","browserName":"internet explorer","maxInstances":1}],"configuration":{"port":5555,"register":true,"host":"10.112.0.6","proxy":"org.openqa.grid.selenium.proxy.DefaultRemoteProxy","maxSession":5,"hubHost":"192.168.10.128","role":"node","registerCycle":60000,"hub":"http://192.168.10.128:4444/grid/register","hubPort":4444,"url":"http://10.112.0.6:5555","remoteHost":"http://10.112.0.6:5555"}}15:20:41.097 INFO - starting auto register thread. Will try to register every 60000 ms.15:20:41.098 INFO - Registering the node to hub :http://192.168.10.128:4444/grid/register15:20:41.103 INFO - couldn't register this node : Error sending the registration request.15:21:41.105 INFO - couldn't register this node : hub down or not responding.15:22:41.108 INFO - couldn't register this node : hub down or not responding.I would appreciate any guidance/advice on understanding what it is that I'm doing wrong.I've been reading through the Selenium Wiki in order to educate myself and believe I'm doing it correctly but obviously I'm missing something further.Thank you in advance for assistance,Fran
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/55j6Wia1xCUJ.
For more options, visit https://groups.google.com/groups/opt_out.