ant -Dport=5555 -Denvironment="*firefox" -Dhost=selenium-ubuntu -DhubURL=http://lightcorp.net:4444 launch-remote-control
Buildfile: /home/tester/Desktop/selenium-grid-1.0.8/build.xml
launch-remote-control:
[java] May 9, 2011 1:10:15 PM com.thoughtworks.selenium.grid.remotecontrol.RegistrationRequest execute
[java] INFO: Registering to http://lightcorp.net:4444/registration-manager/register
[java] Exception in thread "main" java.lang.IllegalStateException: Could not register successfuly to http://lightcorp.net:4444/registration-manager/register with environment '*firefox'. Most likely this environment is not defined on the hub.
[java] at com.thoughtworks.selenium.grid.remotecontrol.RegistrationRequest.execute(RegistrationRequest.java:29)
[java] at com.thoughtworks.selenium.grid.remotecontrol.SelfRegisteringRemoteControl.register(SelfRegisteringRemoteControl.java:29)
[java] at com.thoughtworks.selenium.grid.remotecontrol.SelfRegisteringRemoteControlLauncher.main(SelfRegisteringRemoteControlLauncher.java:27)
BUILD FAILED
/home/tester/Desktop/selenium-grid-1.0.8/build.xml:90: Java returned: 1