Re: Commons Logging issues

2011-09-30 Thread Mack
On Thu, Sep 29, 2011 at 6:25 PM, Paul Giesenhagen p...@quilldesign.com wrote: SO there was a directory that had the commons logging files in it .. removed those - restarted the CF Service and still have the same error - so at this time, it I believe is just loading the CF defaults. Do you

RE: Commons Logging issues

2011-09-30 Thread Paul Giesenhagen
First we're loading up the latest batik files.. Then the second cfscript bombs out on the transcoder.transcode(input,output); with the duplicate commons.logging.Log error. It seems to not like the /pdf-transcoder.jar - which is the file that converts from SVG to PDF cfscript

Re: Commons Logging issues

2011-09-30 Thread Mack
Delete org\apache\commons\logging from pdf-transcoder.jar, download the newest common logging jar file from http://commons.apache.org/logging/ and load that with JavaLoader. -- Mack ~| Order the Adobe Coldfusion Anthology now!

RE: Commons Logging issues

2011-09-30 Thread Paul Giesenhagen
the error. Paul -Original Message- From: Mack [mailto:mrsmith.w...@gmail.com] Sent: Friday, September 30, 2011 9:00 AM To: cf-talk Subject: Re: Commons Logging issues Delete org\apache\commons\logging from pdf-transcoder.jar, download the newest common logging jar file from http

Re: Commons Logging issues

2011-09-30 Thread Mack
Paul, Do you have access to CF's logs ? You should see something in the exception.log ... -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: Commons Logging issues

2011-09-30 Thread Russ Michaels
are you not able to use the Batik classes that come with CF rather than loading your own ? On Fri, Sep 30, 2011 at 4:03 PM, Mack mrsmith.w...@gmail.com wrote: Paul, Do you have access to CF's logs ? You should see something in the exception.log ... -- Mack

RE: Commons Logging issues

2011-09-30 Thread Paul Giesenhagen
- Gaining access to the log files now - No, the ones that come with CF are outdated ... (per my developer). -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Friday, September 30, 2011 10:27 AM To: cf-talk Subject: Re: Commons Logging issues are you not able

Re: Commons Logging issues

2011-09-30 Thread Russ Michaels
with CF are outdated ... (per my developer). -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Friday, September 30, 2011 10:27 AM To: cf-talk Subject: Re: Commons Logging issues are you not able to use the Batik classes that come with CF rather than loading

Re: Commons Logging issues

2011-09-29 Thread Russ Michaels
if you remove the duplicated class file then it wont be able to load it, and will then hopefully use the one CF has loaded instead. On Thu, Sep 29, 2011 at 3:55 PM, Paul Giesenhagen p...@quilldesign.com wrote: I am not very versed in the question I am about to ask - so please give me some

RE: Commons Logging issues

2011-09-29 Thread Paul Giesenhagen
SO there was a directory that had the commons logging files in it .. removed those - restarted the CF Service and still have the same error - so at this time, it I believe is just loading the CF defaults. ~| Order the Adobe