<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I am trying to copy a large number of files by writing a jsp that uses
CmsObject.copyResource().  Now tell me if this makes sense to you: <br>
(assume ob is an instance of CmsObject and <b>source</b> =
"/sites/mySite/myImage.jpg") <br>
<ol>
  <li>When I do ob.existsResource(<b>source</b>) it returns true.  <br>
  </li>
  <li>I can even CmsResource rec = ob.readResource(<b>source</b>), and <b>source</b>.equals(rec.getRootPath()
).  <br>
  </li>
  <li>Looks good, right?</li>
</ol>
But when I try to ob.copyResource(<b>source</b>, destination), I get
the following exception:<br>
<br>
org.opencms.file.<b>CmsVfsResourceNotFoundException</b>: Error creating
the resource
"/sites/mySite/myImage.jpg"<br>
<br>
Not Found???  Not Found??  Then what the heck was it doing with those
previous calls??<tt><br>
<br>
</tt>My installed OpenCms version is: 6.2.0<br>
<span class="small">Running on Sun Microsystems Inc. Java HotSpot(TM)
Client VM 1.5.0_07-b03 mixed mode, sharing with
Linux 2.6.9-34.EL (i386)<br>
MySql<br>
<br>
<br>
</span><br>
<br>
</body>
</html>