Package org.camunda.bpm.container.impl
Class ContainerIntegrationLogger
- java.lang.Object
-
- org.camunda.commons.logging.BaseLogger
-
- org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
public class ContainerIntegrationLogger extends ProcessEngineLogger
- Author:
- Daniel Meyer
-
-
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, TELEMETRY_LOGGER, TEST_LOGGER, TX_LOGGER, UTIL_LOGGER
-
-
Constructor Summary
Constructors Constructor Description ContainerIntegrationLogger()
-
Method Summary
-
Methods inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
couldNotDetermineIp, exceptionWhileClosingProcessEngine, exceptionWhileInitializingProcessengine, historyCleanupJobReconfigurationFailure, initializingProcessEngine, initializingProcessEngineForResource, processEngineAlreadyInitialized, processEngineClosed, processEngineCreated, shouldLogCmdException, shouldLogJobException
-
-
-
-
Method Detail
-
couldNotInstantiateJobExecutorClass
public ProcessEngineException couldNotInstantiateJobExecutorClass(Exception e)
-
couldNotLoadJobExecutorClass
public ProcessEngineException couldNotLoadJobExecutorClass(Exception e)
-
exceptionWhileStopping
public void exceptionWhileStopping(String serviceType, String serviceName, Throwable t)
-
debugRootPath
public void debugRootPath(String urlPath)
-
cannotDecodePathName
public ProcessEngineException cannotDecodePathName(UnsupportedEncodingException e)
-
exceptionWhileScanning
public ProcessEngineException exceptionWhileScanning(String file, IOException e)
-
debugDiscoveredResource
public void debugDiscoveredResource(String resourcePath)
-
cannotOpenFileInputStream
public ProcessEngineException cannotOpenFileInputStream(String absolutePath, IOException e)
-
couldNotGetResource
public ProcessEngineException couldNotGetResource(String strippedPaResourceRootPath, ClassLoader cl, Exception e)
-
cannotFindResourcesForPath
public void cannotFindResourcesForPath(String resourceRootPath, ClassLoader classLoader)
-
exceptionWhileGettingVirtualFolder
public ProcessEngineException exceptionWhileGettingVirtualFolder(URL url, URISyntaxException e)
-
cannotScanVfsRoot
public void cannotScanVfsRoot(org.jboss.vfs.VirtualFile processArchiveRoot, IOException e)
-
cannotReadInputStreamForFile
public void cannotReadInputStreamForFile(String resourceName, org.jboss.vfs.VirtualFile processArchiveRoot, IOException e)
-
exceptionWhileLoadingCpRoots
public ProcessEngineException exceptionWhileLoadingCpRoots(String strippedPaResourceRootPath, ClassLoader classLoader, IOException e)
-
unsuppoertedParameterType
public ProcessEngineException unsuppoertedParameterType(Type parameterType)
-
debugAutoCompleteUrl
public void debugAutoCompleteUrl(String url)
-
debugAutoCompletedUrl
public void debugAutoCompletedUrl(String url)
-
debugExceptionWhileGettingConfigFromJndi
public void debugExceptionWhileGettingConfigFromJndi(String jndi, NamingException e)
-
notCreatingPaDeployment
public void notCreatingPaDeployment(String name)
-
illegalValueForResumePreviousByProperty
public IllegalArgumentException illegalValueForResumePreviousByProperty(String string)
-
deploymentSummary
public void deploymentSummary(Collection<String> deploymentResourceNames, String deploymentName)
-
foundProcessesXmlFile
public void foundProcessesXmlFile(String string)
-
emptyProcessesXml
public void emptyProcessesXml()
-
noProcessesXmlForPa
public void noProcessesXmlForPa(String paName)
-
exceptionWhileReadingProcessesXml
public ProcessEngineException exceptionWhileReadingProcessesXml(String deploymentDescriptor, IOException e)
-
exceptionWhileInvokingPaLifecycleCallback
public ProcessEngineException exceptionWhileInvokingPaLifecycleCallback(String methodName, String paName, Exception e)
-
debugFoundPaLifecycleCallbackMethod
public void debugFoundPaLifecycleCallbackMethod(String methodName, String paName)
-
debugPaLifecycleMethodNotFound
public void debugPaLifecycleMethodNotFound(String methodName, String paName)
-
camnnotLoadConfigurationClass
public ProcessEngineException camnnotLoadConfigurationClass(String className, Exception e)
-
configurationClassHasWrongType
public ProcessEngineException configurationClassHasWrongType(String className, Class<?> expectedType, ClassCastException e)
-
timeoutDuringShutdownOfThreadPool
public void timeoutDuringShutdownOfThreadPool(int i, TimeUnit seconds)
-
interruptedWhileShuttingDownThreadPool
public void interruptedWhileShuttingDownThreadPool(InterruptedException e)
-
cannotRegisterService
public ProcessEngineException cannotRegisterService(ObjectName serviceName, Exception e)
-
cannotComposeNameFor
public ProcessEngineException cannotComposeNameFor(String serviceName, Exception e)
-
exceptionWhileUnregisteringService
public ProcessEngineException exceptionWhileUnregisteringService(String canonicalName, Throwable t)
-
unknownExceptionWhileParsingDeploymentDescriptor
public ProcessEngineException unknownExceptionWhileParsingDeploymentDescriptor(Exception e)
-
cannotSetValueForProperty
public ProcessEngineException cannotSetValueForProperty(String key, String canonicalName, Exception e)
-
cannotFindSetterForProperty
public ProcessEngineException cannotFindSetterForProperty(String key, String canonicalName)
-
debugPerformOperationStep
public void debugPerformOperationStep(String stepName)
-
debugSuccessfullyPerformedOperationStep
public void debugSuccessfullyPerformedOperationStep(String stepName)
-
exceptionWhileRollingBackOperation
public void exceptionWhileRollingBackOperation(Exception e)
-
exceptionWhilePerformingOperationStep
public ProcessEngineException exceptionWhilePerformingOperationStep(String opName, String stepName, Exception e)
-
exceptionWhilePerformingOperationStep
public void exceptionWhilePerformingOperationStep(String name, Exception e)
-
debugRejectedExecutionException
public void debugRejectedExecutionException(RejectedExecutionException e)
-
foundTomcatDeploymentDescriptor
public void foundTomcatDeploymentDescriptor(String bpmPlatformFileLocation, String fileLocation)
-
invalidDeploymentDescriptorLocation
public ProcessEngineException invalidDeploymentDescriptorLocation(String bpmPlatformFileLocation, MalformedURLException e)
-
camundaBpmPlatformSuccessfullyStarted
public void camundaBpmPlatformSuccessfullyStarted(String serverInfo)
-
camundaBpmPlatformStopped
public void camundaBpmPlatformStopped(String serverInfo)
-
paDeployed
public void paDeployed(String name)
-
paUndeployed
public void paUndeployed(String name)
-
-