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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
camundaBpmPlatformStopped(java.lang.String serverInfo)
void
camundaBpmPlatformSuccessfullyStarted(java.lang.String serverInfo)
ProcessEngineException
cannotComposeNameFor(java.lang.String serviceName, java.lang.Exception e)
ProcessEngineException
cannotDecodePathName(java.io.UnsupportedEncodingException e)
void
cannotFindResourcesForPath(java.lang.String resourceRootPath, java.lang.ClassLoader classLoader)
ProcessEngineException
cannotFindSetterForProperty(java.lang.String key, java.lang.String canonicalName)
ProcessEngineException
cannotLoadConfigurationClass(java.lang.String className, java.lang.Exception e)
ProcessEngineException
cannotOpenFileInputStream(java.lang.String absolutePath, java.io.IOException e)
void
cannotReadInputStreamForFile(java.lang.String resourceName, org.jboss.vfs.VirtualFile processArchiveRoot, java.io.IOException e)
ProcessEngineException
cannotRegisterService(javax.management.ObjectName serviceName, java.lang.Exception e)
void
cannotScanVfsRoot(org.jboss.vfs.VirtualFile processArchiveRoot, java.io.IOException e)
ProcessEngineException
cannotSetValueForProperty(java.lang.String key, java.lang.String canonicalName, java.lang.Exception e)
ProcessEngineException
configurationClassHasWrongType(java.lang.String className, java.lang.Class<?> expectedType, java.lang.ClassCastException e)
ProcessEngineException
couldNotGetResource(java.lang.String strippedPaResourceRootPath, java.lang.ClassLoader cl, java.lang.Exception e)
ProcessEngineException
couldNotInstantiateJobExecutorClass(java.lang.Exception e)
ProcessEngineException
couldNotLoadJobExecutorClass(java.lang.Exception e)
void
debugAutoCompletedUrl(java.lang.String url)
void
debugAutoCompleteUrl(java.lang.String url)
void
debugDiscoveredResource(java.lang.String resourcePath)
void
debugExceptionWhileGettingConfigFromJndi(java.lang.String jndi, javax.naming.NamingException e)
void
debugFoundPaLifecycleCallbackMethod(java.lang.String methodName, java.lang.String paName)
void
debugPaLifecycleMethodNotFound(java.lang.String methodName, java.lang.String paName)
void
debugPerformOperationStep(java.lang.String stepName)
void
debugRejectedExecutionException(java.util.concurrent.RejectedExecutionException e)
void
debugRootPath(java.lang.String urlPath)
void
debugSuccessfullyPerformedOperationStep(java.lang.String stepName)
void
deploymentSummary(java.util.Collection<java.lang.String> deploymentResourceNames, java.lang.String deploymentName)
void
emptyProcessesXml()
ProcessEngineException
exceptionWhileGettingVirtualFolder(java.net.URL url, java.net.URISyntaxException e)
ProcessEngineException
exceptionWhileInvokingPaLifecycleCallback(java.lang.String methodName, java.lang.String paName, java.lang.Exception e)
ProcessEngineException
exceptionWhileLoadingCpRoots(java.lang.String strippedPaResourceRootPath, java.lang.ClassLoader classLoader, java.io.IOException e)
void
exceptionWhilePerformingOperationStep(java.lang.String name, java.lang.Exception e)
ProcessEngineException
exceptionWhilePerformingOperationStep(java.lang.String opName, java.lang.String stepName, java.lang.Exception e)
ProcessEngineException
exceptionWhileReadingProcessesXml(java.lang.String deploymentDescriptor, java.io.IOException e)
void
exceptionWhileRollingBackOperation(java.lang.Exception e)
ProcessEngineException
exceptionWhileScanning(java.lang.String file, java.io.IOException e)
void
exceptionWhileStopping(java.lang.String serviceType, java.lang.String serviceName, java.lang.Throwable t)
ProcessEngineException
exceptionWhileUnregisteringService(java.lang.String canonicalName, java.lang.Throwable t)
void
foundConfigAtLocation(java.lang.String logStatement, java.lang.String string)
void
foundConfigJndi(java.lang.String jndi, java.lang.String string)
void
foundProcessesXmlFile(java.lang.String string)
void
foundTomcatDeploymentDescriptor(java.lang.String bpmPlatformFileLocation, java.lang.String fileLocation)
java.lang.IllegalArgumentException
illegalValueForResumePreviousByProperty(java.lang.String string)
void
interruptedWhileShuttingDownThreadPool(java.lang.InterruptedException e)
ProcessEngineException
invalidDeploymentDescriptorLocation(java.lang.String bpmPlatformFileLocation, java.net.MalformedURLException e)
void
noProcessesXmlForPa(java.lang.String paName)
void
notCreatingPaDeployment(java.lang.String name)
void
paDeployed(java.lang.String name)
void
paUndeployed(java.lang.String name)
void
timeoutDuringShutdownOfThreadPool(int i, java.util.concurrent.TimeUnit seconds)
ProcessEngineException
unknownExceptionWhileParsingDeploymentDescriptor(java.lang.Exception e)
ProcessEngineException
unsuppoertedParameterType(java.lang.reflect.Type parameterType)
-
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(java.lang.Exception e)
-
couldNotLoadJobExecutorClass
public ProcessEngineException couldNotLoadJobExecutorClass(java.lang.Exception e)
-
exceptionWhileStopping
public void exceptionWhileStopping(java.lang.String serviceType, java.lang.String serviceName, java.lang.Throwable t)
-
debugRootPath
public void debugRootPath(java.lang.String urlPath)
-
cannotDecodePathName
public ProcessEngineException cannotDecodePathName(java.io.UnsupportedEncodingException e)
-
exceptionWhileScanning
public ProcessEngineException exceptionWhileScanning(java.lang.String file, java.io.IOException e)
-
debugDiscoveredResource
public void debugDiscoveredResource(java.lang.String resourcePath)
-
cannotOpenFileInputStream
public ProcessEngineException cannotOpenFileInputStream(java.lang.String absolutePath, java.io.IOException e)
-
couldNotGetResource
public ProcessEngineException couldNotGetResource(java.lang.String strippedPaResourceRootPath, java.lang.ClassLoader cl, java.lang.Exception e)
-
cannotFindResourcesForPath
public void cannotFindResourcesForPath(java.lang.String resourceRootPath, java.lang.ClassLoader classLoader)
-
exceptionWhileGettingVirtualFolder
public ProcessEngineException exceptionWhileGettingVirtualFolder(java.net.URL url, java.net.URISyntaxException e)
-
cannotScanVfsRoot
public void cannotScanVfsRoot(org.jboss.vfs.VirtualFile processArchiveRoot, java.io.IOException e)
-
cannotReadInputStreamForFile
public void cannotReadInputStreamForFile(java.lang.String resourceName, org.jboss.vfs.VirtualFile processArchiveRoot, java.io.IOException e)
-
exceptionWhileLoadingCpRoots
public ProcessEngineException exceptionWhileLoadingCpRoots(java.lang.String strippedPaResourceRootPath, java.lang.ClassLoader classLoader, java.io.IOException e)
-
unsuppoertedParameterType
public ProcessEngineException unsuppoertedParameterType(java.lang.reflect.Type parameterType)
-
debugAutoCompleteUrl
public void debugAutoCompleteUrl(java.lang.String url)
-
debugAutoCompletedUrl
public void debugAutoCompletedUrl(java.lang.String url)
-
foundConfigJndi
public void foundConfigJndi(java.lang.String jndi, java.lang.String string)
-
debugExceptionWhileGettingConfigFromJndi
public void debugExceptionWhileGettingConfigFromJndi(java.lang.String jndi, javax.naming.NamingException e)
-
foundConfigAtLocation
public void foundConfigAtLocation(java.lang.String logStatement, java.lang.String string)
-
notCreatingPaDeployment
public void notCreatingPaDeployment(java.lang.String name)
-
illegalValueForResumePreviousByProperty
public java.lang.IllegalArgumentException illegalValueForResumePreviousByProperty(java.lang.String string)
-
deploymentSummary
public void deploymentSummary(java.util.Collection<java.lang.String> deploymentResourceNames, java.lang.String deploymentName)
-
foundProcessesXmlFile
public void foundProcessesXmlFile(java.lang.String string)
-
emptyProcessesXml
public void emptyProcessesXml()
-
noProcessesXmlForPa
public void noProcessesXmlForPa(java.lang.String paName)
-
exceptionWhileReadingProcessesXml
public ProcessEngineException exceptionWhileReadingProcessesXml(java.lang.String deploymentDescriptor, java.io.IOException e)
-
exceptionWhileInvokingPaLifecycleCallback
public ProcessEngineException exceptionWhileInvokingPaLifecycleCallback(java.lang.String methodName, java.lang.String paName, java.lang.Exception e)
-
debugFoundPaLifecycleCallbackMethod
public void debugFoundPaLifecycleCallbackMethod(java.lang.String methodName, java.lang.String paName)
-
debugPaLifecycleMethodNotFound
public void debugPaLifecycleMethodNotFound(java.lang.String methodName, java.lang.String paName)
-
cannotLoadConfigurationClass
public ProcessEngineException cannotLoadConfigurationClass(java.lang.String className, java.lang.Exception e)
-
configurationClassHasWrongType
public ProcessEngineException configurationClassHasWrongType(java.lang.String className, java.lang.Class<?> expectedType, java.lang.ClassCastException e)
-
timeoutDuringShutdownOfThreadPool
public void timeoutDuringShutdownOfThreadPool(int i, java.util.concurrent.TimeUnit seconds)
-
interruptedWhileShuttingDownThreadPool
public void interruptedWhileShuttingDownThreadPool(java.lang.InterruptedException e)
-
cannotRegisterService
public ProcessEngineException cannotRegisterService(javax.management.ObjectName serviceName, java.lang.Exception e)
-
cannotComposeNameFor
public ProcessEngineException cannotComposeNameFor(java.lang.String serviceName, java.lang.Exception e)
-
exceptionWhileUnregisteringService
public ProcessEngineException exceptionWhileUnregisteringService(java.lang.String canonicalName, java.lang.Throwable t)
-
unknownExceptionWhileParsingDeploymentDescriptor
public ProcessEngineException unknownExceptionWhileParsingDeploymentDescriptor(java.lang.Exception e)
-
cannotSetValueForProperty
public ProcessEngineException cannotSetValueForProperty(java.lang.String key, java.lang.String canonicalName, java.lang.Exception e)
-
cannotFindSetterForProperty
public ProcessEngineException cannotFindSetterForProperty(java.lang.String key, java.lang.String canonicalName)
-
debugPerformOperationStep
public void debugPerformOperationStep(java.lang.String stepName)
-
debugSuccessfullyPerformedOperationStep
public void debugSuccessfullyPerformedOperationStep(java.lang.String stepName)
-
exceptionWhileRollingBackOperation
public void exceptionWhileRollingBackOperation(java.lang.Exception e)
-
exceptionWhilePerformingOperationStep
public ProcessEngineException exceptionWhilePerformingOperationStep(java.lang.String opName, java.lang.String stepName, java.lang.Exception e)
-
exceptionWhilePerformingOperationStep
public void exceptionWhilePerformingOperationStep(java.lang.String name, java.lang.Exception e)
-
debugRejectedExecutionException
public void debugRejectedExecutionException(java.util.concurrent.RejectedExecutionException e)
-
foundTomcatDeploymentDescriptor
public void foundTomcatDeploymentDescriptor(java.lang.String bpmPlatformFileLocation, java.lang.String fileLocation)
-
invalidDeploymentDescriptorLocation
public ProcessEngineException invalidDeploymentDescriptorLocation(java.lang.String bpmPlatformFileLocation, java.net.MalformedURLException e)
-
camundaBpmPlatformSuccessfullyStarted
public void camundaBpmPlatformSuccessfullyStarted(java.lang.String serverInfo)
-
camundaBpmPlatformStopped
public void camundaBpmPlatformStopped(java.lang.String serverInfo)
-
paDeployed
public void paDeployed(java.lang.String name)
-
paUndeployed
public void paUndeployed(java.lang.String name)
-
-