Package org.camunda.bpm.engine.impl.db
Class EnginePersistenceLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.engine.impl.ProcessEngineLogger
org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
- Author:
- Stefan Hentschel.
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
ADMIN_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, TEST_LOGGER, TX_LOGGER, UTIL_LOGGER
Fields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionalreadyMarkedEntityInEntityCacheException
(String id, Class<? extends DbEntity> entityClass, DbEntityState state) batchingNotSupported
(DbOperation operation) protected String
buildStringFromList
(Collection<?> list) cannotChangeTenantIdOfTask
(String taskId, String currentTenantId, String tenantIdToSet) cannotSetDifferentTenantIdOnSubtask
(String parentTaskId, String tenantId, String tenantIdToSet) castModelInstanceException
(ModelElementInstance instance, String toElement, String type, String namespace, Throwable cause) static String
collectResultValueOfUnsupportedTypeException
(TypedValue collectResultValue) void
concurrentModificationFailureIgnored
(DbOperation operation) concurrentUpdateDbEntityException
(DbOperation operation) void
couldNotSelectHistoryLevel
(String message) void
couldNotSelectInstallationId
(String message) void
countTableRowsException
(Throwable cause) void
createChildExecution
(ExecutionEntity child, ExecutionEntity parent) void
creatingHistoryLevelPropertyInDatabase
(HistoryLevel historyLevel) void
void
databaseFlushSummary
(Collection<DbOperation> operations) void
void
debugJobExecuted
(JobEntity jobEntity) deleteProcessDefinitionWithProcessInstancesException
(String processDefinitionId, Long processInstanceCount) disabledPermissionException
(String permission) engineAuthorizationTypeException
(int usedType, int global, int grant, int revoke) entityCacheDuplicateEntryException
(String currentState, String id, Class<? extends DbEntity> entityClass, DbEntityState foundState) <T extends DbEntity>
ProcessEngineExceptionentityCacheLookupException
(Class<T> type, String id, Class<? extends DbEntity> entity, Throwable cause) void
executeDatabaseBulkOperation
(String operationType, String statement, Object parameter) void
executeDatabaseOperation
(String operationType, Object parameter) void
executingDDL
(List<String> logLines) void
failedDatabaseOperation
(String operation, String statement, Throwable cause) void
void
fetchDatabaseTables
(String source, List<String> tableNames) static List<SQLException>
findRelatedSqlExceptions
(Throwable exception) flushDbOperationException
(List<DbOperation> operationsToFlush, DbOperation failedOperation, Throwable e) flushDbOperationUnexpectedException
(List<DbOperation> operationsToFlush, Throwable cause) void
flushedCacheState
(List<CachedDbEntity> cachedEntities) void
ignoreFailureDuePreconditionNotMet
(DbOperation ignoredOperation, String preconditionMessage, DbOperation failedOperation) illegalValueForUserIdException
(String id, String expected) void
initializeExecution
(ExecutionEntity entity) void
void
instantiateSessionException
(String name, Throwable cause) invalidResourceForAuthorization
(int resourceType, String permission) invalidResourceForPermission
(String resourceType, String permission) invokeSchemaResourceToolException
(int length) loadModelException
(String type, String modelName, String id, Throwable cause) void
logTaskWithoutExecution
(String taskId) void
logUpdateUnrelatedCaseDefinitionEntity
(String thisKey, String thatKey, String thisDeploymentId, String thatDeploymentId) void
logUpdateUnrelatedDecisionDefinitionEntity
(String thisKey, String thatKey, String thisDeploymentId, String thatDeploymentId) void
logUpdateUnrelatedProcessDefinitionEntity
(String thisKey, String thatKey, String thisDeploymentId, String thatDeploymentId) mergeDbEntityException
(DbEntity entity) missingRelationMappingException
(String relation) void
missingSchemaResource
(String resourceName, String operation) missingSchemaResourceException
(String resourceName, String operation) missingSchemaResourceFileException
(String fileName, Throwable cause) missingTableException
(List<String> components) multipleDefinitionsForVersionTagException
(String decisionDefinitionKey, String decisionDefinitionVersionTag) multipleTenantsForCamundaFormDefinitionKeyException
(String camundaFormDefinitionKey) multipleTenantsForCaseDefinitionKeyException
(String caseDefinitionKey) multipleTenantsForDecisionDefinitionKeyException
(String decisionDefinitionKey) multipleTenantsForProcessDefinitionKeyException
(String processDefinitionKey) void
void
void
void
void
void
performDatabaseOperationException
(String operation, String sql, Throwable cause) void
performingDatabaseOperation
(String operation, String component, String resourceName) permissionStateException
(String methodName, String type) queryExtensionException
(String extendedClassName, String extendingClassName) void
removeEntryFromDeploymentCacheFailure
(String modelName, String id, Throwable cause) requiredCamundaAdminOrPermissionException
(List<MissingAuthorization> missingAuthorizations) resolveParentOfExecutionFailedException
(String parentId, String executionId) void
serializerNotDefinedException
(Object entity) void
successfulDatabaseOperation
(String operation, String component) suspendedEntityException
(String type, String id) taskIsAlreadyAssignedException
(String usedId, String foundId) toManyProcessDefinitionsException
(int count, String key, String versionAttribute, String versionValue, String tenantId) wrongBatchResultsSizeException
(List<DbOperation> operationsToFlush) wrongDbVersionException
(String version, String dbVersion) Methods inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
couldNotDetermineIp, exceptionWhileClosingProcessEngine, exceptionWhileInitializingProcessengine, historyCleanupJobReconfigurationFailure, initializingProcessEngine, initializingProcessEngineForResource, processEngineAlreadyInitialized, processEngineClosed, processEngineCreated, shouldLogCmdException, shouldLogJobException
Methods inherited from class org.camunda.commons.logging.BaseLogger
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, logDebug, logError, logInfo, logTrace, logWarn
-
Field Details
-
HINT_TEXT
- See Also:
-
-
Constructor Details
-
EnginePersistenceLogger
public EnginePersistenceLogger()
-
-
Method Details
-
buildStringFromList
-
entityCacheLookupException
-
entityCacheDuplicateEntryException
public ProcessEngineException entityCacheDuplicateEntryException(String currentState, String id, Class<? extends DbEntity> entityClass, DbEntityState foundState) -
alreadyMarkedEntityInEntityCacheException
public ProcessEngineException alreadyMarkedEntityInEntityCacheException(String id, Class<? extends DbEntity> entityClass, DbEntityState state) -
flushDbOperationException
public ProcessEngineException flushDbOperationException(List<DbOperation> operationsToFlush, DbOperation failedOperation, Throwable e) -
concurrentUpdateDbEntityException
-
flushedCacheState
-
mergeDbEntityException
-
databaseFlushSummary
-
executeDatabaseOperation
-
executeDatabaseBulkOperation
-
fetchDatabaseTables
-
missingSchemaResource
-
missingSchemaResourceException
-
missingSchemaResourceFileException
-
failedDatabaseOperation
-
performingDatabaseOperation
-
successfulDatabaseOperation
-
performDatabaseOperationException
public ProcessEngineException performDatabaseOperationException(String operation, String sql, Throwable cause) -
checkDatabaseTableException
-
getDatabaseTableNameException
-
missingRelationMappingException
-
databaseHistoryLevelException
-
invokeSchemaResourceToolException
-
loadModelException
public ProcessEngineException loadModelException(String type, String modelName, String id, Throwable cause) -
removeEntryFromDeploymentCacheFailure
-
engineAuthorizationTypeException
public ProcessEngineException engineAuthorizationTypeException(int usedType, int global, int grant, int revoke) -
permissionStateException
-
notUsableGroupIdForGlobalAuthorizationException
-
illegalValueForUserIdException
-
requiredCamundaAdmin
-
requiredCamundaAdminOrPermissionException
public AuthorizationException requiredCamundaAdminOrPermissionException(List<MissingAuthorization> missingAuthorizations) -
createChildExecution
-
initializeExecution
-
initializeTimerDeclaration
-
requiredAsyncContinuationException
-
restoreProcessInstanceException
-
executionNotFoundException
-
castModelInstanceException
public ProcessEngineException castModelInstanceException(ModelElementInstance instance, String toElement, String type, String namespace, Throwable cause) -
requestedProcessInstanceNotFoundException
-
queryExtensionException
public NotValidException queryExtensionException(String extendedClassName, String extendingClassName) -
unsupportedResourceTypeException
-
serializerNotDefinedException
-
serializerOutOfContextException
-
taskIsAlreadyAssignedException
-
suspendedEntityException
-
toManyProcessDefinitionsException
public ProcessEngineException toManyProcessDefinitionsException(int count, String key, String versionAttribute, String versionValue, String tenantId) -
notAllowedIdException
-
countRowsPerProcessEngineTable
-
countTableRowsException
-
selectTableCountForTable
-
retrieveMetadataException
-
invokeTaskListenerException
-
uninitializedFormKeyException
-
disabledHistoryException
-
instantiateSessionException
-
wrongDbVersionException
-
missingTableException
-
missingActivitiTablesException
-
unableToFetchDbSchemaVersion
-
failedTofetchVariableValue
-
historicDecisionInputInstancesNotFetchedException
-
historicDecisionOutputInstancesNotFetchedException
-
executingDDL
-
collectResultValueOfUnsupportedTypeException
public ProcessEngineException collectResultValueOfUnsupportedTypeException(TypedValue collectResultValue) -
creatingHistoryLevelPropertyInDatabase
-
couldNotSelectHistoryLevel
-
noHistoryLevelPropertyFound
public void noHistoryLevelPropertyFound() -
noDeploymentLockPropertyFound
public void noDeploymentLockPropertyFound() -
debugJobExecuted
-
multipleTenantsForProcessDefinitionKeyException
public ProcessEngineException multipleTenantsForProcessDefinitionKeyException(String processDefinitionKey) -
cannotChangeTenantIdOfTask
public ProcessEngineException cannotChangeTenantIdOfTask(String taskId, String currentTenantId, String tenantIdToSet) -
cannotSetDifferentTenantIdOnSubtask
public ProcessEngineException cannotSetDifferentTenantIdOnSubtask(String parentTaskId, String tenantId, String tenantIdToSet) -
multipleTenantsForDecisionDefinitionKeyException
public ProcessEngineException multipleTenantsForDecisionDefinitionKeyException(String decisionDefinitionKey) -
multipleTenantsForCaseDefinitionKeyException
public ProcessEngineException multipleTenantsForCaseDefinitionKeyException(String caseDefinitionKey) -
deleteProcessDefinitionWithProcessInstancesException
public ProcessEngineException deleteProcessDefinitionWithProcessInstancesException(String processDefinitionId, Long processInstanceCount) -
resolveParentOfExecutionFailedException
public ProcessEngineException resolveParentOfExecutionFailedException(String parentId, String executionId) -
noHistoryCleanupLockPropertyFound
public void noHistoryCleanupLockPropertyFound() -
noStartupLockPropertyFound
public void noStartupLockPropertyFound() -
flushDbOperationUnexpectedException
public ProcessEngineException flushDbOperationUnexpectedException(List<DbOperation> operationsToFlush, Throwable cause) -
wrongBatchResultsSizeException
-
multipleDefinitionsForVersionTagException
public ProcessEngineException multipleDefinitionsForVersionTagException(String decisionDefinitionKey, String decisionDefinitionVersionTag) -
invalidResourceForPermission
-
invalidResourceForAuthorization
-
disabledPermissionException
-
batchingNotSupported
-
disabledHistoricInstancePermissionsException
-
noInstallationIdPropertyFound
public void noInstallationIdPropertyFound() -
creatingInstallationPropertyInDatabase
-
couldNotSelectInstallationId
-
noInstallationIdLockPropertyFound
public void noInstallationIdLockPropertyFound() -
installationIdPropertyFound
-
ignoreFailureDuePreconditionNotMet
public void ignoreFailureDuePreconditionNotMet(DbOperation ignoredOperation, String preconditionMessage, DbOperation failedOperation) -
debugDisabledPessimisticLocks
public void debugDisabledPessimisticLocks() -
logTaskWithoutExecution
-
multipleTenantsForCamundaFormDefinitionKeyException
public ProcessEngineException multipleTenantsForCamundaFormDefinitionKeyException(String camundaFormDefinitionKey) -
concurrentModificationFailureIgnored
-
findRelatedSqlExceptions
-
collectExceptionMessages
-