> I've inherited a project and am not familiar with the code. > When this line appears, I receive an error: > <cfobject type="java" name="encryptObj" class="GenerateKey" action="create"> > > The error using cfcatch is: > cfcatch.message: Object Instantiation Exception. > cfcatch.detail: Class not found: GenerateKey > > I've set up a local server on my machine (IIS, CF7, Oracle) and the problem > is occuring there. On the development server, it's > working fine. Same files, so I assume it's a configuration problem. Is it? > If so, is there something in CFAdministrator that I > should be doing? Am I maybe missing files?
Yes, you're missing the Java class (or JAR file containing that class). Look in your Java classpaths (listed in CF Administrator) for something that you don't have on your local machine. If it's a single class, it would be named GenerateKey.class. If it's in a JAR file (more likely, I think) it could be named anything. I'm not in front of a CF server, so I can't list the usual suspects offhand, but you should be able to find it. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or on ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342046 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

