Found my issue, had nothing to do with the CFC!

Though to be honest, in looking for a solution to the problem I found
a better way to handle the requirement overall.

Hatton

On Wed, Apr 2, 2008 at 11:48 AM, C. Hatton Humphrey <[EMAIL PROTECTED]> wrote:
> I'm trying to use zip.cfc to extract an archive in CF8.  I'm getting the 
> error:
>  "Object Instantiation Exception." with the code:
>
>  ioInput.init(arguments.gzipFilePath);
>
>  ioInput is declared as: ioInput =
>  CreateObject("java","java.io.FileInputStream");
>
>  The file being saved is there, and the extraction path contains the
>  file in the archive but it is locked and empty.
>
>  So, two questions - first (and most obvious) do I need to use the CFC
>  or can I use CFZip (no reference on QuickDocs about extracting GZip
>  files)?  Alternately, has anyone gotten GZip extraction working in
>  CF8?
>
>  Thanks!
>  Hatton
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302510
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to