Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6342 - Attempted recursive call of the compiler

6342   Attempted recursive call of the compiler

Cause

This error occurs when a process attempts to invoke the compiler when it is already running. Attempting to debug the canAccessStatement or canAccessSchemaEntity method of the JadeMetadataAnalyzer class also causes this error.

Action

Do not run the debugger against methods that invoke the compiler. Do not create transient methods in a process that is executing the compiler, for example, by using the JadeMetadataAnalyzer class.