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