I'm currently attempting to execute Ghostdriver
on my Openshift server. When I run this command:
./phantomjs --webdriver=15002
An error message is displayed:
PhantomJS is launching GhostDriver...
[ERROR - 2014-08-01T04:14:21.160Z] GhostDriver - main.fail - {"message":"Could not start Ghost Driver","line":82,"sourceId":139887801789952,"sourceURL":":/ghostdriver/main.js","stack":"Error: Could not start Ghost Driver\n at :/ghostdriver/main.js:82","stackArray":[{"sourceURL":":/ghostdriver/main.js","line":82}]}
$ ./phantomjs --version
1.9.8
I have been encountering this issue for the past 10 days
. Despite thorough research and Googling, I have not been able to find a solution :( Feeling quite disheartened by this situation.
Any assistance you can provide would be greatly appreciated!