All pastes #2055847 Raw Edit

Someone

public text v1 · immutable
#2055847 ·published 2011-05-09 18:11 UTC
rendered paste body
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