Commons Logging issues

2011-09-29 Thread Paul Giesenhagen
I am not very versed in the question I am about to ask - so please give me some latitude as I may not be asking the right question or assuming too much about the problem. We're trying to work with Batik and we're loading up a number of classes - one particular I think is the issue is the 'pdf-

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 wrote: > > I am not very versed in the question I am about to ask - so please give me > some latitude as I may n

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

Re: Commons Logging issues

2011-09-30 Thread Mack
On Thu, Sep 29, 2011 at 6:25 PM, Paul Giesenhagen 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 have a piece of

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 batik_p

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
't get 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

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 A

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 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
h 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 classe