We're having a very odd error with a Java CFX that has worked just fine for several years.
The class is stored in a big Jar file that has lots of other classes. The custom tag is registered as cfx_generatexml, and points to the class com.ibsys.cms.mediatype.cfx.generatexml We updated that Jar on multiple servers, but on one server, we started getting an error Error Occurred While Processing Request Error processing CFX custom tag "CFX_com.ibsys.cms.mediatype.cfx.generatexml". The CFX custom tag "CFX_com.ibsys.cms.mediatype.cfx.generatexml" was not found in the custom tag database. Please be sure to add custom tags to the database before using them. If you have added your tag to the database then you should check the spelling of the tag within your template to insure that it matches the database entry. The Jar file IS in the classpath, and CF is able to load the other classes in the Jar through createObject just fine. If I remove and readd the CFX mapping, there's no fix. If I remove the CFX mapping and run the code, I get the expected error saying it can't find cfx_generateXML. The class IS in the jar file. We're a little confused by the error, it seems misleading, as it seems to just be substituting the name of the class for the name of the CFX. As far as we can tell it's never actually trying to load the class, but we have not confirmed this through a java debugger, for instance. This exact package works on another server (which is basically a clone of the failing server) without flaw. We rolled back to a previous package that worked fine on this server, but the server still throws the error. Other CFX's that we try to run on this server also fail with analogous error messages. It appears to be some corruption in the CFMX configuration that deals with CFXs of some sort, but we can't seem to find it. Does anybody have any insight into where we should look to next on figuring this out? The Server is 6.1 Enterprise of Redhat with Apache on Java 1.4.2_04 Thanks! Edward Smith Internet Broadcasting ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259894 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

