FNRCA0042E: API_CRCL_REFLECTION_FAIL An exception was thrown during an attempted reflection call. Method signature: {0}.
Explanation
An exception was thrown during an attempted reflection call. Method signature: {0}.
Administrator response
Cross-Release ClassLoading is an infrequently used feature whose configuration parameters are documented in the Java API class com.filenet.api.constants.ConfigurationParameter. This exception can arise due to configuration problems. For example, if the Java SecurityManger is enabled, but the CE Java API is not given sufficient permssions, reflective and classloading calls may fail. More often, it is likely to be caused by an application attempting to use a class or method that is not present in an older implementation API.
Programmer response
Cross-Release ClassLoading is an infrequently used feature whose configuration parameters are documented in the Java API class com.filenet.api.constants.ConfigurationParameter. This exception can arise due to configuration problems. For example, if the Java SecurityManger is enabled, but the CE Java API is not given sufficient permssions, reflective and classloading calls may fail. More often, it is likely to be caused by an application attempting to use a class or method that is not present in an older implementation API. It might also be the case that the specific method or constructor signature was not present.