Code Monkey home page Code Monkey logo

Comments (5)

Yamaha32088 avatar Yamaha32088 commented on July 30, 2024 1

@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.

from cfselenium.

richardhughes260 avatar richardhughes260 commented on July 30, 2024

from cfselenium.

richardhughes260 avatar richardhughes260 commented on July 30, 2024

@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?

from cfselenium.

Yamaha32088 avatar Yamaha32088 commented on July 30, 2024

@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.

from cfselenium.

richardhughes260 avatar richardhughes260 commented on July 30, 2024

from cfselenium.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.