Hi, Sorry for the delay in responding. To answer your error log question, I'm not getting anything like that in my /opt/openbd/logs directory. No error file gets created attempting to run the template with the cfcaptcha tag. This is the only entry I get in my bluedragon.log file and that's only after I enable debug output:
17/11/10 10:24.24: -] Captcha Render Engine.Captcha: com.naryx.tagfusion.cfm.tag.ext.defaultCaptcha On Nov 15, 4:43 pm, Jordan Michaels <[email protected]> wrote: > Deeztech, > > I believe I've identified the source of the problem. In order to make > sure I'm researching a solution that will fix the problem you're having, > can you confirm a couple things for me? > > First, in your /opt/openbd/logs/ directory, after you run the > <CFCAPTCHA> tag, can you confirm that there's an error message in the > bluedragon.log file that states to something like: > > RunTimeError written to: > [/opt/openbd/work/temp/rtelogs/bderror-2010-11-15-052302_2050269062696168305.html] > > Further, when you look at the actual file mentioned above, does it have > something similar to: > > ========================================================== > Trace</td><td><pre>java.awt.HeadlessException: > No X11 DISPLAY variable was set, but this program performed an operation > which requires it. > at > java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:159) > at java.awt.Window.<init>(Window.java:431) > at java.awt.Frame.<init>(Frame.java:403) > at java.awt.Frame.<init>(Frame.java:368) > ========================================================== > > This is what's happening on my test box, which doesn't include a > graphics environment (just a command-line). This is actually unrelated > to how the installer works, but has to do with how the JVM implements > it's image manipulation functions. > > The JVM will try to use the graphic processing services of the host that > it's on, if there are none present, like this case, it cannot process > images. > > The key is to install OS-level graphic processing services, and make > them available to the JVM. This kind of solution would be needed for the > CFIMAGE tag as well as the CFCAPTCHA tag. > > I will see if I can work in a solution that's compatible with the > installer and let you know when I have it. > > In the mean time, if you could confirm that you are indeed getting these > same errors, it would help reassure me that I'm actually going to help > you. =P > > Thanks! > > Warm regards, > Jordan Michaels > Vivio Technologieshttp://www.viviotech.net/ > Open BlueDragon Steering Committee > Railo Community Distributions > > On 11/15/2010 02:40 AM, deeztech wrote: > > > > > Okay. Sorry about the confusion on my part. Here it is: > > > <img src='/CFCaptchaEngine.cfm?id=1289705629280' width='280' > > height='40' border='1' style=''> > > > On Nov 14, 11:21 am, Randy Merrill<[email protected]> wrote: > >> The<img src="?"> should appear in the page that gets generated by OpenBD. > >> So when you pull up the page you should be able to view the source where > >> the > >> captcha should be and see where it is looking for the captcha image. > >> -- > >> Randy Merrill -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
