What is zipfilepath set to? That is the most likely cause, that the
parameter passed to the constructor fails to meet the requirements in
some way.
Jeff wrote:
> When trying to upload a .zip file containing multiple PDF files via the
> bulk upload function, I receive the following error message:
>
> An exception occurred when instantiating a java object. The cause of
> this exception was that: .
>
> The error occurred in
> C:\farcry\farcry_core\admin\admin\bulkFileUpload.cfm: line 69
> Called from C:\farcry\farcry_core\admin\admin\bulkFileUpload.cfm: line
> 61
> Called from C:\farcry\farcry_core\admin\admin\bulkFileUpload.cfm: line
> 44
> Called from C:\farcry\farcry_core\admin\admin\bulkFileUpload.cfm: line
> 43
> Called from C:\farcry\farcry_core\admin\admin\bulkFileUpload.cfm: line
> 1
> Called from C:\farcry\farcry_core\admin\admin\bulkFileUpload.cfm: line
> 69
> Called from C:\farcry\farcry_core\admin\admin\bulkFileUpload.cfm: line
> 61
> Called from C:\farcry\farcry_core\admin\admin\bulkFileUpload.cfm: line
> 44
> Called from C:\farcry\farcry_core\admin\admin\bulkFileUpload.cfm: line
> 43
> Called from C:\farcry\farcry_core\admin\admin\bulkFileUpload.cfm: line
> 1
>
> 67 : zipFile = createObject("java", "java.util.zip.ZipFile");
> 68 : //open zipFile
> 69 : zipFile.init(zipFilePath);
> 70 : entries = zipFile.entries();
> 71 : //Get the data on the starting point in the tree
>
>
> Does anyone know what is causing this problem?
>
> Thanks.
>
>
> >
>
>
--
Jake Churchill
CF Webtools
11204 Davenport, Ste. 200b
Omaha, NE 68154
http://www.cfwebtools.com
402-408-3733 x103
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---