Details: Element CLASSLOADER is undefined in INSTANCE. File: D:\inetpub\USMC-NHS\com\global\javaloader\JavaLoader.cfc This has been working for years until the latest upgrade. This is the line of code having the issue: <cffunction name="getURLClassLoader" hint="Returns the com.compoundtheory.classloader.NetworkClassLoader in case you need access to it" access="public" returntype="any" output="false"> <cfreturn instance.ClassLoader /> </cffunction> Please assist.