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
-
public class EnginePersistenceLogger extends ProcessEngineLogger
- Author:
- Stefan Hentschel.
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
HINT_TEXT
-
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, TELEMETRY_LOGGER, TEST_LOGGER, TX_LOGGER, UTIL_LOGGER
-
-
Constructor Summary
Constructors Constructor Description EnginePersistenceLogger()
-
Method Summary
-
Methods inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
couldNotDetermineIp, exceptionWhileClosingProcessEngine, exceptionWhileInitializingProcessengine, historyCleanupJobReconfigurationFailure, initializingProcessEngine, initializingProcessEngineForResource, processEngineAlreadyInitialized, processEngineClosed, processEngineCreated, shouldLogCmdException, shouldLogJobException
-
-
-
-
Field Detail
-
HINT_TEXT
protected static final String HINT_TEXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
buildStringFromList
protected String buildStringFromList(Collection<?> list)
-
entityCacheLookupException
public <T extends DbEntity> ProcessEngineException entityCacheLookupException(Class<T> type, String id, Class<? extends DbEntity> entity, Throwable cause)
-
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
public OptimisticLockingException concurrentUpdateDbEntityException(DbOperation operation)
-
flushedCacheState
public void flushedCacheState(List<CachedDbEntity> cachedEntities)
-
mergeDbEntityException
public ProcessEngineException mergeDbEntityException(DbEntity entity)
-
databaseFlushSummary
public void databaseFlushSummary(Collection<DbOperation> operations)
-
executeDatabaseOperation
public void executeDatabaseOperation(String operationType, Object parameter)
-
executeDatabaseBulkOperation
public void executeDatabaseBulkOperation(String operationType, String statement, Object parameter)
-
missingSchemaResourceException
public ProcessEngineException missingSchemaResourceException(String resourceName, String operation)
-
missingSchemaResourceFileException
public ProcessEngineException missingSchemaResourceFileException(String fileName, Throwable cause)
-
failedDatabaseOperation
public void failedDatabaseOperation(String operation, String statement, Throwable cause)
-
performingDatabaseOperation
public void performingDatabaseOperation(String operation, String component, String resourceName)
-
successfulDatabaseOperation
public void successfulDatabaseOperation(String operation, String component)
-
performDatabaseOperationException
public ProcessEngineException performDatabaseOperationException(String operation, String sql, Throwable cause)
-
checkDatabaseTableException
public ProcessEngineException checkDatabaseTableException(Throwable cause)
-
getDatabaseTableNameException
public ProcessEngineException getDatabaseTableNameException(Throwable cause)
-
missingRelationMappingException
public ProcessEngineException missingRelationMappingException(String relation)
-
databaseHistoryLevelException
public ProcessEngineException databaseHistoryLevelException(String level)
-
invokeSchemaResourceToolException
public ProcessEngineException invokeSchemaResourceToolException(int length)
-
loadModelException
public ProcessEngineException loadModelException(String type, String modelName, String id, Throwable cause)
-
removeEntryFromDeploymentCacheFailure
public void removeEntryFromDeploymentCacheFailure(String modelName, String id, Throwable cause)
-
engineAuthorizationTypeException
public ProcessEngineException engineAuthorizationTypeException(int usedType, int global, int grant, int revoke)
-
permissionStateException
public IllegalStateException permissionStateException(String methodName, String type)
-
notUsableGroupIdForGlobalAuthorizationException
public ProcessEngineException notUsableGroupIdForGlobalAuthorizationException()
-
illegalValueForUserIdException
public ProcessEngineException illegalValueForUserIdException(String id, String expected)
-
requiredCamundaAdminException
public AuthorizationException requiredCamundaAdminException()
-
createChildExecution
public void createChildExecution(ExecutionEntity child, ExecutionEntity parent)
-
initializeExecution
public void initializeExecution(ExecutionEntity entity)
-
initializeTimerDeclaration
public void initializeTimerDeclaration(ExecutionEntity entity)
-
requiredAsyncContinuationException
public ProcessEngineException requiredAsyncContinuationException(String id)
-
restoreProcessInstanceException
public ProcessEngineException restoreProcessInstanceException(ExecutionEntity entity)
-
executionNotFoundException
public ProcessEngineException executionNotFoundException(String id)
-
castModelInstanceException
public ProcessEngineException castModelInstanceException(ModelElementInstance instance, String toElement, String type, String namespace, Throwable cause)
-
requestedProcessInstanceNotFoundException
public BadUserRequestException requestedProcessInstanceNotFoundException(String id)
-
queryExtensionException
public NotValidException queryExtensionException(String extendedClassName, String extendingClassName)
-
unsupportedResourceTypeException
public ProcessEngineException unsupportedResourceTypeException(String type)
-
serializerNotDefinedException
public ProcessEngineException serializerNotDefinedException(Object entity)
-
serializerOutOfContextException
public ProcessEngineException serializerOutOfContextException()
-
taskIsAlreadyAssignedException
public ProcessEngineException taskIsAlreadyAssignedException(String usedId, String foundId)
-
suspendedEntityException
public SuspendedEntityInteractionException suspendedEntityException(String type, String id)
-
logUpdateUnrelatedProcessDefinitionEntity
public void logUpdateUnrelatedProcessDefinitionEntity(String thisKey, String thatKey, String thisDeploymentId, String thatDeploymentId)
-
toManyProcessDefinitionsException
public ProcessEngineException toManyProcessDefinitionsException(int count, String key, String versionAttribute, String versionValue, String tenantId)
-
notAllowedIdException
public ProcessEngineException notAllowedIdException(String id)
-
countTableRowsException
public ProcessEngineException countTableRowsException(Throwable cause)
-
selectTableCountForTable
public void selectTableCountForTable(String name)
-
retrieveMetadataException
public ProcessEngineException retrieveMetadataException(Throwable cause)
-
invokeTaskListenerException
public ProcessEngineException invokeTaskListenerException(Throwable cause)
-
uninitializedFormKeyException
public BadUserRequestException uninitializedFormKeyException()
-
disabledHistoryException
public ProcessEngineException disabledHistoryException()
-
instantiateSessionException
public ProcessEngineException instantiateSessionException(String name, Throwable cause)
-
wrongDbVersionException
public WrongDbException wrongDbVersionException(String version, String dbVersion)
-
missingTableException
public ProcessEngineException missingTableException(List<String> components)
-
missingActivitiTablesException
public ProcessEngineException missingActivitiTablesException()
-
unableToFetchDbSchemaVersion
public ProcessEngineException unableToFetchDbSchemaVersion(Throwable cause)
-
failedTofetchVariableValue
public void failedTofetchVariableValue(Throwable cause)
-
historicDecisionInputInstancesNotFetchedException
public ProcessEngineException historicDecisionInputInstancesNotFetchedException()
-
historicDecisionOutputInstancesNotFetchedException
public ProcessEngineException historicDecisionOutputInstancesNotFetchedException()
-
collectResultValueOfUnsupportedTypeException
public ProcessEngineException collectResultValueOfUnsupportedTypeException(TypedValue collectResultValue)
-
creatingHistoryLevelPropertyInDatabase
public void creatingHistoryLevelPropertyInDatabase(HistoryLevel historyLevel)
-
couldNotSelectHistoryLevel
public void couldNotSelectHistoryLevel(String message)
-
noHistoryLevelPropertyFound
public void noHistoryLevelPropertyFound()
-
noDeploymentLockPropertyFound
public void noDeploymentLockPropertyFound()
-
debugJobExecuted
public void debugJobExecuted(JobEntity jobEntity)
-
multipleTenantsForProcessDefinitionKeyException
public ProcessEngineException multipleTenantsForProcessDefinitionKeyException(String processDefinitionKey)
-
cannotDeterminePaDataformats
public ProcessEngineException cannotDeterminePaDataformats(ProcessApplicationUnavailableException e)
-
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()
-
logUpdateUnrelatedCaseDefinitionEntity
public void logUpdateUnrelatedCaseDefinitionEntity(String thisKey, String thatKey, String thisDeploymentId, String thatDeploymentId)
-
logUpdateUnrelatedDecisionDefinitionEntity
public void logUpdateUnrelatedDecisionDefinitionEntity(String thisKey, String thatKey, String thisDeploymentId, String thatDeploymentId)
-
noStartupLockPropertyFound
public void noStartupLockPropertyFound()
-
flushDbOperationUnexpectedException
public ProcessEngineException flushDbOperationUnexpectedException(List<DbOperation> operationsToFlush, Throwable cause)
-
wrongBatchResultsSizeException
public ProcessEngineException wrongBatchResultsSizeException(List<DbOperation> operationsToFlush)
-
multipleDefinitionsForVersionTagException
public ProcessEngineException multipleDefinitionsForVersionTagException(String decisionDefinitionKey, String decisionDefinitionVersionTag)
-
invalidResourceForPermission
public BadUserRequestException invalidResourceForPermission(String resourceType, String permission)
-
invalidResourceForAuthorization
public BadUserRequestException invalidResourceForAuthorization(int resourceType, String permission)
-
disabledPermissionException
public BadUserRequestException disabledPermissionException(String permission)
-
batchingNotSupported
public ProcessEngineException batchingNotSupported(DbOperation operation)
-
disabledHistoricInstancePermissionsException
public ProcessEngineException disabledHistoricInstancePermissionsException()
-
noTelemetryLockPropertyFound
public void noTelemetryLockPropertyFound()
-
noTelemetryPropertyFound
public void noTelemetryPropertyFound()
-
creatingTelemetryPropertyInDatabase
public void creatingTelemetryPropertyInDatabase(Boolean telemetryEnabled)
-
errorFetchingTelemetryPropertyInDatabase
public void errorFetchingTelemetryPropertyInDatabase(Exception exception)
-
errorConfiguringTelemetryProperty
public void errorConfiguringTelemetryProperty(Exception exception)
-
noInstallationIdPropertyFound
public void noInstallationIdPropertyFound()
-
creatingInstallationPropertyInDatabase
public void creatingInstallationPropertyInDatabase(String value)
-
couldNotSelectInstallationId
public void couldNotSelectInstallationId(String message)
-
noInstallationIdLockPropertyFound
public void noInstallationIdLockPropertyFound()
-
installationIdPropertyFound
public void installationIdPropertyFound(String value)
-
ignoreFailureDuePreconditionNotMet
public void ignoreFailureDuePreconditionNotMet(DbOperation ignoredOperation, String preconditionMessage, DbOperation failedOperation)
-
crdbTransactionRetryException
public CrdbTransactionRetryException crdbTransactionRetryException(DbOperation operation)
-
crdbTransactionRetryExceptionOnSelect
public CrdbTransactionRetryException crdbTransactionRetryExceptionOnSelect(Throwable cause)
-
crdbTransactionRetryExceptionOnCommit
public CrdbTransactionRetryException crdbTransactionRetryExceptionOnCommit(Throwable cause)
-
crdbFailureIgnored
public void crdbFailureIgnored(DbOperation operation)
-
debugDisabledPessimisticLocks
public void debugDisabledPessimisticLocks()
-
errorFetchingTelemetryInitialMessagePropertyInDatabase
public void errorFetchingTelemetryInitialMessagePropertyInDatabase(Exception exception)
-
logTaskWithoutExecution
public void logTaskWithoutExecution(String taskId)
-
multipleTenantsForCamundaFormDefinitionKeyException
public ProcessEngineException multipleTenantsForCamundaFormDefinitionKeyException(String camundaFormDefinitionKey)
-
-