Re: cfdocument not working with CF 8.0.1 update

2008-04-11 Thread Dave Phillips
>> >>Anyone find a solution on this? I'm having the same problem > >Post the stack trace. > >~D "Error","WebContainer : 0","04/10/08","12:39:14",,"" coldfusion.document.DocumentProcessor$TimeOutException at coldfusion.document.DocumentProcessor.processContent(DocumentProcessor.java:2

Re: cfdocument not working with CF 8.0.1 update

2008-04-10 Thread Dave Morris
> >>Anyone find a solution on this? I'm having the same problem > > > >Can you please go through the entire thread? You will have the > solution. > > > >~D > > I did read the entire thread. This doesn't solve my problem though. > I'm not on CF 8.0.1 and I tried removing the CF hotfix 3 an

Re: cfdocument not working with CF 8.0.1 update

2008-04-10 Thread Dave Phillips
>>Anyone find a solution on this? I'm having the same problem > >Can you please go through the entire thread? You will have the solution. > >~D I did read the entire thread. This doesn't solve my problem though. I'm not on CF 8.0.1 and I tried removing the CF hotfix 3 and I still have the

Re: cfdocument not working with CF 8.0.1 update

2008-04-10 Thread Dave Morris
>Anyone find a solution on this? I'm having the same problem Can you please go through the entire thread? You will have the solution. ~D ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to dat

Re: cfdocument not working with CF 8.0.1 update

2008-04-10 Thread Dave Phillips
Anyone find a solution on this? I'm having the same problem ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archiv

Re: cfdocument not working with CF 8.0.1 update

2008-04-08 Thread Brian Love
Folks: Just to confirm this for anyone else interested on the list. Yes, this did resolve the issues I was having with cfdocument. After removing the hotfix lib, everything worked great. Thanks for all the help, I would have never even thought about this Thanks, Brian >> Rupesh, >>

RE: cfdocument not working with CF 8.0.1 update

2008-04-08 Thread Dave Watts
> Rupesh, > To confirm, you not saying he should un-install the 8.01 > updater, but instead another ColdFusion Hotfix he had > manually applied before the updater was released. Is that correct? I'm not Rupesh, but yes, that's what he's saying. You simply have to delete the JAR file containing t

RE: cfdocument not working with CF 8.0.1 update

2008-04-08 Thread Brad Wood
08, 2008 10:01 AM To: CF-Talk Subject: Re: cfdocument not working with CF 8.0.1 update Hi, AbstractMethodError can come only when there is incompatibility between two classes which in this case means, that you have a hotfix applied which is no longer compatible. Since you have upgraded to 801, you

Re: cfdocument not working with CF 8.0.1 update

2008-04-08 Thread Rupesh Kumar
Hi, AbstractMethodError can come only when there is incompatibility between two classes which in this case means, that you have a hotfix applied which is no longer compatible. Since you have upgraded to 801, you can remove the hotfix and you should be good to go. Please let me know if that works

Re: cfdocument not working with CF 8.0.1 update

2008-04-08 Thread Brian Love
Dave: Here is the stack trace, thanks! java.lang.AbstractMethodError: coldfusion.document.DocumentExporter.export([Lice/storm/Viewport;Lcoldfusion/document/spi/DocumentProperties;Lcoldfusion/document/spi/HeaderFooterContentProvider;Lcoldfusion/document/spi/HeaderFooterContentProvider;Lcoldfusio

Re: cfdocument not working with CF 8.0.1 update

2008-04-07 Thread Sankaram Tata
Hello Brian Love, I have tested cfdocument with CF8.0.1 update on RedHat Linux environment and it created pdf fine. Could you send me the stack trace and cf server logs. my id --> [EMAIL PROTECTED] (Though CF is not supported on cent OS , I don't see any reason which cfdoc doesn't work)

Re: cfdocument not working with CF 8.0.1 update

2008-04-07 Thread Dave Morris
> Hello: > I am attempting to create a PDF document on a server that was > recently updated to CF 8.0.1, and cannot create a basic pdf. > > Code: > > overwrite="true">test > > Error: > > An exception occurred when performing document processing. > The cause of this exception was that: ja