Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not get it running on Ubuntu / Lucee #32

Open
richardhughes260 opened this issue May 16, 2017 · 5 comments
Open

Can not get it running on Ubuntu / Lucee #32

richardhughes260 opened this issue May 16, 2017 · 5 comments
Labels

Comments

@richardhughes260
Copy link

Hi Folks!

I can not get it running on Ubuntu / Lucee.

Are there issues that I am unaware of?

Does anyone have a VM with it configured?

@Yamaha32088
Copy link

@richardhughes260 I just tackled this issue my self and I found out the problem has to do with Xvfb. Xvfb needs to be started in the same session as the server so basically when you start Lucee it needs to also create an instance of Xvfb. The fix for me was to add a couple lines to the setenv.sh file and restart Lucee.

Edit the file /opt/lucee/tomcat/bin/setenv.sh and add the following two lines:

Xvfb :101 &
export DISPLAY=:101;

The first line starts an instance of Xvfb in the background, that is what the ampersand is for. The next line will export the DISPLAY system variable that is used by the driver. You should be good to go after making these changes.

@richardhughes260
Copy link
Author

richardhughes260 commented Feb 15, 2018 via email

@richardhughes260
Copy link
Author

@Yamaha32088 I have had ZERO luck getting CFSelenium to run.

Years ago, NBD, still banging head against wall. Is it possible you can post the steps in a blog?

@Yamaha32088
Copy link

@richardhughes260 sure I will see what my schedule looks like. I can come up with something I am sure maybe I will make a video.

@richardhughes260
Copy link
Author

richardhughes260 commented Feb 20, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants