I am trying to get my Selenium Grid running on Chrome driver.
At first I started hub and node: java -jar selenium-server-standalone-2.45.0.jar -role hub java -jar se
You can set the path to the folder containing the chromedriver executable in your System variables (for Windows).
That got rid of the error for me.