Package org.camunda.bpm.engine.impl.cmd
Class CommandLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.engine.impl.ProcessEngineLogger
org.camunda.bpm.engine.impl.cmd.CommandLogger
- Author:
- Daniel Meyer
- 
Field SummaryFields inherited from class org.camunda.bpm.engine.impl.ProcessEngineLoggerADMIN_PLUGIN_LOGGER, BPMN_BEHAVIOR_LOGGER, BPMN_PARSE_LOGGER, CMD_LOGGER, CMMN_OPERATION_LOGGER, CMMN_TRANSFORMER_LOGGER, CMNN_BEHAVIOR_LOGGER, CONFIG_LOGGER, CONTAINER_INTEGRATION_LOGGER, CONTEXT_LOGGER, CORE_LOGGER, DECISION_LOGGER, EXTERNAL_TASK_LOGGER, INCIDENT_LOGGER, INDENTITY_LOGGER, INSTANCE, JOB_EXECUTOR_LOGGER, METRICS_LOGGER, MIGRATION_LOGGER, PERSISTENCE_LOGGER, PROCESS_APPLICATION_LOGGER, PROJECT_CODE, PVM_LOGGER, SCRIPT_LOGGER, SECURITY_LOGGER, TELEMETRY_LOGGER, TEST_LOGGER, TX_LOGGER, UTIL_LOGGERFields inherited from class org.camunda.commons.logging.BaseLoggercomponentId, delegateLogger, projectCode
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcannotReolvePa(ProcessApplicationIdentifier processApplicationIdentifier) voidvoidcouldNotFindProcessDefinitionForEventSubscription(EventSubscriptionEntity messageEventSubscription, String processDefinitionId) voidvoidvoidvoiddebugFinishingCommand(Command<?> cmd) voidvoiddebugIgnoringEventSubscription(EventSubscriptionEntity eventSubscription, String processDefinitionId) voiddebugModificationInstruction(String processInstanceId, int i, String describe) voiddebugNotAllowedToResolveCalledProcess(String calledProcessId, String callingProcessId, String callActivityId, Throwable cause) voidvoidvoidvoidvoiddebugStartingCommand(Command<?> cmd) voiddebugStartingInstruction(String processInstanceId, int i, String describe) voiddebugWaitingFor(long waitTime) exceptionBpmnErrorPropagationFailed(String errorCode, Throwable cause) exceptionCorrelateMessageToSingleExecution(String messageName, long executionCound, CorrelationSet correlationSet) exceptionCorrelateMessageToSingleProcessDefinition(String messageName, long processDefinitionCound, CorrelationSet correlationSet) exceptionNoJobFoundForId(String jobId) exceptionSettingTransientVariablesAsyncNotSupported(String variableName) exceptionWhenEvaluatingConditionalStartEventByProcessDefinition(String processDefinitionId) exceptionWhenStartFormScriptEvaluation(String processDefinitionId, Throwable cause) voidvoidhistoricProcessInstanceActive(HistoricProcessInstance historicProcessInstance) voidmaskedExceptionInCommandContext(Throwable throwable) processDefinitionOfHistoricInstanceDoesNotMatchTheGivenOne(HistoricProcessInstance historicProcessInstance, String processDefinitionId) processDefinitionOfInstanceDoesNotMatchModification(ExecutionEntity processInstance, String processDefinitionId) processInstanceDoesNotExist(String processInstanceId) voidvoidwarnDeploymentResourceHasWrongName(String resourceName, String[] suffixes) voidvoidvoidwarnReservedErrorCode(int initialCode) voidwarnResetToBuiltinCode(Integer builtinCode, int initialCode) Methods inherited from class org.camunda.bpm.engine.impl.ProcessEngineLoggercouldNotDetermineIp, exceptionWhileClosingProcessEngine, exceptionWhileInitializingProcessengine, historyCleanupJobReconfigurationFailure, initializingProcessEngine, initializingProcessEngineForResource, processEngineAlreadyInitialized, processEngineClosed, processEngineCreated, shouldLogCmdException, shouldLogJobExceptionMethods inherited from class org.camunda.commons.logging.BaseLoggercreateLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, logDebug, logError, logInfo, logTrace, logWarn
- 
Constructor Details- 
CommandLoggerpublic CommandLogger()
 
- 
- 
Method Details- 
debugCreatingNewDeploymentpublic void debugCreatingNewDeployment()
- 
usingExistingDeploymentpublic void usingExistingDeployment()
- 
debugModificationInstruction
- 
debugStartingInstruction
- 
debugStartingCommand
- 
debugFinishingCommand
- 
debugWaitingForpublic void debugWaitingFor(long waitTime) 
- 
debugCaughtOptimisticLockingException
- 
debugOpeningNewCommandContextpublic void debugOpeningNewCommandContext()
- 
debugReusingExistingCommandContextpublic void debugReusingExistingCommandContext()
- 
closingCommandContextpublic void closingCommandContext()
- 
calledInsideTransactionpublic void calledInsideTransaction()
- 
maskedExceptionInCommandContext
- 
exceptionWhileRollingBackTransaction
- 
exceptionWhileGettingValueForVariable
- 
couldNotFindProcessDefinitionForEventSubscriptionpublic void couldNotFindProcessDefinitionForEventSubscription(EventSubscriptionEntity messageEventSubscription, String processDefinitionId) 
- 
debugIgnoringEventSubscriptionpublic void debugIgnoringEventSubscription(EventSubscriptionEntity eventSubscription, String processDefinitionId) 
- 
debugProcessingDeployment
- 
debugProcessingResource
- 
paWithNameNotRegistered
- 
cannotReolvePapublic ProcessEngineException cannotReolvePa(ProcessApplicationIdentifier processApplicationIdentifier) 
- 
warnDisabledDeploymentLockpublic void warnDisabledDeploymentLock()
- 
exceptionStartProcessInstanceByIdAndTenantId
- 
exceptionStartProcessInstanceAtStartActivityAndSkipListenersOrMappingpublic BadUserRequestException exceptionStartProcessInstanceAtStartActivityAndSkipListenersOrMapping()
- 
exceptionCorrelateMessageWithProcessDefinitionId
- 
exceptionCorrelateStartMessageWithCorrelationVariables
- 
exceptionDeliverSignalToSingleExecutionWithTenantId
- 
exceptionCorrelateMessageWithProcessInstanceAndTenantId
- 
exceptionCorrelateMessageWithProcessDefinitionAndTenantId
- 
exceptionCorrelateMessageToSingleProcessDefinitionpublic MismatchingMessageCorrelationException exceptionCorrelateMessageToSingleProcessDefinition(String messageName, long processDefinitionCound, CorrelationSet correlationSet) 
- 
exceptionCorrelateMessageToSingleExecutionpublic MismatchingMessageCorrelationException exceptionCorrelateMessageToSingleExecution(String messageName, long executionCound, CorrelationSet correlationSet) 
- 
exceptionUpdateSuspensionStateForTenantOnlyByProcessDefinitionKey
- 
exceptionBpmnErrorPropagationFailedpublic ProcessEngineException exceptionBpmnErrorPropagationFailed(String errorCode, Throwable cause) 
- 
exceptionCommandWithUnauthorizedTenant
- 
warnDeploymentResourceHasWrongName
- 
processInstanceDoesNotExist
- 
processDefinitionOfInstanceDoesNotMatchModificationpublic ProcessEngineException processDefinitionOfInstanceDoesNotMatchModification(ExecutionEntity processInstance, String processDefinitionId) 
- 
debugHistoryCleanupWrongConfigurationpublic void debugHistoryCleanupWrongConfiguration()
- 
processDefinitionOfHistoricInstanceDoesNotMatchTheGivenOnepublic ProcessEngineException processDefinitionOfHistoricInstanceDoesNotMatchTheGivenOne(HistoricProcessInstance historicProcessInstance, String processDefinitionId) 
- 
historicProcessInstanceActivepublic ProcessEngineException historicProcessInstanceActive(HistoricProcessInstance historicProcessInstance) 
- 
exceptionWhenStartFormScriptEvaluationpublic ProcessEngineException exceptionWhenStartFormScriptEvaluation(String processDefinitionId, Throwable cause) 
- 
exceptionWhenEvaluatingConditionalStartEventByProcessDefinitionpublic ProcessEngineException exceptionWhenEvaluatingConditionalStartEventByProcessDefinition(String processDefinitionId) 
- 
exceptionWhenEvaluatingConditionalStartEvent
- 
exceptionSettingTransientVariablesAsyncNotSupportedpublic BadUserRequestException exceptionSettingTransientVariablesAsyncNotSupported(String variableName) 
- 
crdbTransactionRetryAttempt
- 
debugNotAllowedToResolveCalledProcess
- 
warnFilteringDuplicatesEnabledWithNullDeploymentNamepublic void warnFilteringDuplicatesEnabledWithNullDeploymentName()
- 
warnReservedErrorCodepublic void warnReservedErrorCode(int initialCode) 
- 
warnResetToBuiltinCode
- 
exceptionSettingJobRetriesAsyncNoJobsSpecified
- 
exceptionSettingJobRetriesAsyncNoProcessesSpecified
- 
exceptionSettingJobRetriesJobsNotSpecifiedCorrectly
- 
exceptionNoJobFoundForId
- 
exceptionJobRetriesMustNotBeNegative
 
-