ILLEGAL_STATE_EXCEPTION_CWOBJ0001=CWOBJ0001E: Method, {0}, was called after initialization completed.
Explanation
After initialization completes, certain method invocations are no longer accepted.
User response
Restructure your code so that the configuration completes before use of the runtime is initiated.