Issue instantiating java on CF10

2013-04-26 Thread Edward Chanter
Dear Java Gurus, I'm using some java to do text extraction, it was built on CF8 running on linux but we recently moved to a new CF10 server running on windows. The code doesn't work and I can't work out why. It's not using any custom jar files and I was able to port the same code from one CF8

Re: Optimising SQL Statement

2013-04-26 Thread Richard White
Hi, I am sure there must be a way to restructure this query to bring the time down but i cannot see it. Any pointers at all would be greatly appreciated. Hi, We have a problem with one of our MySQL statements and wondering if you guys can help point us in the right direction. Basically

Re: Creating a PDF document with signature

2013-04-26 Thread Chad Baloga
Are there any other ways to merge two PDFs w/forms without having to use cfpdf action=merge ? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: Creating a PDF document with signature

2013-04-26 Thread Dave Watts
Are there any other ways to merge two PDFs w/forms without having to use cfpdf action=merge ? Not that I'm aware of. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and

Re: (ot) Online Learning Platforms

2013-04-26 Thread Cameron Childress
On Thu, Apr 25, 2013 at 10:21 PM, Michael Muller wrote: Sorry for the OT post, but I'm looking for recommendations on a LMS for a client. This solution's recently on my radar via a client who's implementing it. http://www.ilias.de/ I haven't used it so I can't speak to it's quality, but it

Re: (ot) Online Learning Platforms

2013-04-26 Thread Mik Muller
Yes, I know. The client hasn't given me much of a spec on what they're going to try to do, other than that they want to offer training to nurses. I'm guessing it's just standard course work and testing for certification. I'd already suggested Moodle and a couple fee-based platforms, including

Re: Optimising SQL Statement

2013-04-26 Thread Bobby
You could start by replacing SELECT * with SELECT column1, column2, column3, etc. On 4/26/13 6:56 AM, Richard White rich...@re-base.net wrote: Hi, I am sure there must be a way to restructure this query to bring the time down but i cannot see it. Any pointers at all would be greatly

Re: (ot) Online Learning Platforms

2013-04-26 Thread Dave Watts
Funny. When I worked at the University of Massachusetts I was on a team that launched UMassOnline back in 2003. The university paid a million bucks for the source code of Prometheus (ColdFusion 4.5 I believe), and my team was charged with making some adjustments and changing every single

Re: Issue instantiating java on CF10

2013-04-26 Thread Pete Freitag
Hi Edward, You are trying to invoke the java class application.TextExtractor which is not part of the standard java class library (those all start with java.something or javax.something typically). The only other possibility is that this class is included as part of CF8, as a sanity check I

Re: Issue instantiating java on CF10

2013-04-26 Thread Leigh
Ed -  Try using the code in this blog entry to find the source jar (The entry is very old,  but still relevant) http://www.bpurcell.org/blog/index.cfm?mode=entryentry=982 -Lei ~| Order the Adobe Coldfusion Anthology now!

RE: (ot) Online Learning Platforms

2013-04-26 Thread Matthew S Blatchley
Did I a lot of Student Management work in CF to integrate into Blackboard and curriculum integration. It's was overly expensive. Prometheus was pretty cool when we had the opportunity to use it. Had no idea it was CF though. I didn't touch back when 4.5 was around. We had it pitched to us

Re: ACF10 and Service Temporary Unavailable

2013-04-26 Thread Jordan Michaels
John, Looks like you're hitting the connection_pool_size issue: [Mon Apr 22 20:20:13.670 2013] [5012:5128] [info] ajp_process_callback::jk_ajp_common.c (2058): current reuse count is 7 of max reuse connection 250 and total endpoint count 250 The 250 limit is the default limit for IIS, as

Re: ACF10 and Service Temporary Unavailable

2013-04-26 Thread John M Bliss
Thanks! On Fri, Apr 26, 2013 at 12:51 PM, Jordan Michaels jor...@viviotech.netwrote: John, Looks like you're hitting the connection_pool_size issue: [Mon Apr 22 20:20:13.670 2013] [5012:5128] [info] ajp_process_callback::jk_ajp_**common.c (2058): current reuse count is 7 of max reuse

cgi.query_string missing in cflayout

2013-04-26 Thread Nick Gleason
Hi Folks, We are wrestling with a tricky problem here and I thought I would try to get some input on it. We run a copy of the Fusetalk forum product (Professional Edition v 4.0) on our own servers using CF 9.0.1. All patches are up to date. A Fusetalk admin feature uses a tabbed cflayout and

Weird Issue, CF stops receiving requests

2013-04-26 Thread Rick Root
So .. running CF9 enterprise on Windows, in a 3 instance cluster with FusionReactor monitoring.. we had an issue tonight (and this has happened before) where one of the instances starts lagging badly and causes the other instances to choke.. they're not really down but not much going on. So I