org.camunda.bpm.container.impl
Class ContainerIntegrationLogger

java.lang.Object
  extended by org.camunda.commons.logging.BaseLogger
      extended by org.camunda.bpm.engine.impl.ProcessEngineLogger
          extended by 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, 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
ContainerIntegrationLogger()
           
 
Method Summary
 ProcessEngineException camnnotLoadConfigurationClass(String className, Exception e)
           
 void camundaBpmPlatformStopped(String serverInfo)
           
 void camundaBpmPlatformSuccessfullyStarted(String serverInfo)
           
 ProcessEngineException cannotComposeNameFor(String serviceName, Exception e)
           
 ProcessEngineException cannotDecodePathName(UnsupportedEncodingException e)
           
 void cannotFindResourcesForPath(String resourceRootPath, ClassLoader classLoader)
           
 ProcessEngineException cannotFindSetterForProperty(String key, String canonicalName)
           
 ProcessEngineException cannotOpenFileInputStream(String absolutePath, IOException e)
           
 void cannotReadInputStreamForFile(String resourceName, org.jboss.vfs.VirtualFile processArchiveRoot, IOException e)
           
 ProcessEngineException cannotRegisterService(ObjectName serviceName, Exception e)
           
 void cannotScanVfsRoot(org.jboss.vfs.VirtualFile processArchiveRoot, IOException e)
           
 ProcessEngineException cannotSetValueForProperty(String key, String canonicalName, Exception e)
           
 ProcessEngineException configurationClassHasWrongType(String className, Class<?> expectedType, ClassCastException e)
           
 ProcessEngineException couldNotGetResource(String strippedPaResourceRootPath, ClassLoader cl, Exception e)
           
 ProcessEngineException couldNotInstantiateJobExecutorClass(Exception e)
           
 ProcessEngineException couldNotLoadJobExecutorClass(Exception e)
           
 void debugAutoCompletedUrl(String url)
           
 void debugAutoCompleteUrl(String url)
           
 void debugDiscoveredResource(String resourcePath)
           
 void debugExceptionWhileGettingConfigFromJndi(String jndi, NamingException e)
           
 void debugFoundPaLifecycleCallbackMethod(String methodName, String paName)
           
 void debugPaLifecycleMethodNotFound(String methodName, String paName)
           
 void debugPerformOperationStep(String stepName)
           
 void debugRejectedExecutionException(RejectedExecutionException e)
           
 void debugRootPath(String urlPath)
           
 void debugSuccessfullyPerformedOperationStep(String stepName)
           
 void deploymentSummary(Collection<String> deploymentResourceNames, String deploymentName)
           
 void emptyProcessesXml()
           
 ProcessEngineException exceptionWhileGettingVirtualFolder(URL url, URISyntaxException e)
           
 ProcessEngineException exceptionWhileInvokingPaLifecycleCallback(String methodName, String paName, Exception e)
           
 ProcessEngineException exceptionWhileLoadingCpRoots(String strippedPaResourceRootPath, ClassLoader classLoader, IOException e)
           
 void exceptionWhilePerformingOperationStep(String name, Exception e)
           
 ProcessEngineException exceptionWhilePerformingOperationStep(String opName, String stepName, Exception e)
           
 ProcessEngineException exceptionWhileReadingProcessesXml(String deploymentDescriptor, IOException e)
           
 void exceptionWhileRollingBackOperation(Exception e)
           
 ProcessEngineException exceptionWhileScanning(String file, IOException e)
           
 void exceptionWhileStopping(String serviceType, String serviceName, Throwable t)
           
 ProcessEngineException exceptionWhileUnregisteringService(String canonicalName, Throwable t)
           
 void foundConfigAtLocation(String logStatement, String string)
           
 void foundConfigJndi(String jndi, String string)
           
 void foundProcessesXmlFile(String string)
           
 void foundTomcatDeploymentDescriptor(String bpmPlatformFileLocation, String fileLocation)
           
 IllegalArgumentException illegalValueForResumePreviousByProperty(String string)
           
 void interruptedWhileShuttingDownThreadPool(InterruptedException e)
           
 ProcessEngineException invalidDeploymentDescriptorLocation(String bpmPlatformFileLocation, MalformedURLException e)
           
 void noProcessesXmlForPa(String paName)
           
 void notCreatingPaDeployment(String name)
           
 void paDeployed(String name)
           
 void paUndeployed(String name)
           
 void timeoutDuringShutdownOfThreadPool(int i, TimeUnit seconds)
           
 ProcessEngineException unknownExceptionWhileParsingDeploymentDescriptor(Exception e)
           
 ProcessEngineException unsuppoertedParameterType(Type parameterType)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
exceptionWhileClosingProcessEngine, exceptionWhileInitializingProcessengine, initializingProcessEngine, initializingProcessEngineForResource, processEngineAlreadyInitialized, processEngineClosed, processEngineCreated
 
Methods inherited from class org.camunda.commons.logging.BaseLogger
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, logDebug, logError, logInfo, logWarn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerIntegrationLogger

public ContainerIntegrationLogger()
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)

foundConfigJndi

public void foundConfigJndi(String jndi,
                            String string)

debugExceptionWhileGettingConfigFromJndi

public void debugExceptionWhileGettingConfigFromJndi(String jndi,
                                                     NamingException e)

foundConfigAtLocation

public void foundConfigAtLocation(String logStatement,
                                  String string)

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)


Copyright © 2017 camunda services GmbH. All rights reserved.