Process Engine Error Codes
This section lists error codes returned by the TIBCO ActiveMatrix BusinessWorks™ process engine.
BWENGINE-100001: %1
-
Role: errorRole
-
Category: BW-Core
-
Description: Used for logging generic exception, detailed message code not provided.
-
Resolution: Depends on content of exception.
BWENGINE-100002: %1
-
Role: errorRole
-
Category: BW-Core
-
Description: Used when underlying support reported an error.
-
Resolution: Depends on content of exception.
BWENGINE-100003: %1
-
Role: errorRole
-
Category: BW-Core
-
Description: Used for startup failures.
-
Resolution: Depends on failure details.
BWENGINE-100004: %1
-
Role: errorRole
-
Category: BW-Core
-
Description: Used for shutdown failures.
-
Resolution: Depends on failure details.
BWENGINE-100005: Load Error
-
Role: errorRole
-
Category: BW-Core
-
Description: Error loading project.
-
Resolution: Depends on failure details.
BWENGINE-100006: Load Error: ref=%1, class=%2
-
Role: errorRole
-
Category: BW-Core
-
Description: Error loading project.
-
Resolution: Depends on failure details.
BWENGINE-100007: UseSeparateThread may only be called from within the init() method
-
Role: errorRole
-
Category: BW-Core
-
Description: UseSeparateThread may only be called from within the init() method.
-
Resolution: Correct activity code.
BWENGINE-100008: Cannot find specified Engine.Database.Configuration: %1
-
Role: errorRole
-
Category: BW-Core
-
Description: Cannot find specified Engine.Database.Configuration.
-
Resolution: Re-deploy specifying correct database shared configuration.
BWENGINE-100009: Access error for Engine.Database.Configuration: %1
-
Role: errorRole
-
Category: BW-Core
-
Description: Access error for Engine.Database.Configuration
-
Resolution:
BWENGINE-100010: Plugin agent class name not specified
-
Role: errorRole
-
Category: BW-Core
-
Description: Plugin agent class name not specified.
-
Resolution: Correct plugin definition file.
BWENGINE-100011: Error processing plugin agent [%1]
-
Role: errorRole
-
Category: BW-Core
-
Description: Error processing plugin agent.
-
Resolution:
BWENGINE-100012: Initialization error in [%1/%2]
-
Role: errorRole
-
Category: BW-Core
-
Description: The activity init method detected an error.
-
Resolution: Depends on content of "caused by" exception.
BWENGINE-100013: Termination error in [%1/%2]
-
Role: errorRole
-
Category: BW-Core
-
Description: The activity destroy method detected an error.
-
Resolution: Depends on content of "caused by" exception.
BWENGINE-100014: process initialization failed for %1
-
Role: errorRole
-
Category: BW-Core
-
Description: The specified process definition could not be initialized. It is unavailable for use.
-
Resolution: Depends on content of "caused by" exception.
BWENGINE-100015: Could not find process definition: %1
-
Role: errorRole
-
Category: BW-Core
-
Description: The specified process definition could not found.
-
Resolution: Process loading may have failed or process loading may not have been requested or may be using incorrect process reference.
BWENGINE-100016: failed to spawn called process
-
Role: errorRole
-
Category: BW-Core
-
Description: The Call Process activity, spawn option, failed.
-
Resolution:
BWENGINE-100017: failed to execute called process
-
Role: errorRole
-
Category: BW-Core
-
Description: The Call Process activity failed to execute called process.
-
Resolution:
BWENGINE-100018: Process definition name not specified
-
Role: errorRole
-
Category: BW-Core
-
Description: Process name is required, but has not been specified.
-
Resolution: Enter required item.
BWENGINE-100019: Can not checkpoint in middle of transaction
-
Role: errorRole
-
Category: BW-Core
-
Description: A checkpoint may not occur within a transaction group.
-
Resolution: Correct process design.
BWENGINE-100020: Activation error with process starter [%1]
-
Role: errorRole
-
Category: BW-Core
-
Description: Activation error with a process starter.
-
Resolution: Depends on content of exception.
BWENGINE-100021: Checkpoint failed
-
Role: errorRole
-
Category: BW-Core
-
Description: Checkpoint attempt failed.
-
Resolution: Depends on content of exception.
BWENGINE-100022: Error restarting process %1 from checkpoint
-
Role: errorRole
-
Category: BW-Core
-
Description: Error trying to restart process from checkpoint.
-
Resolution: Depends on content of exception. May be that checkpoint was taken on a different version of ActiveMatrix BusinessWorks™.
BWENGINE-100023: Error restarting checkpoint, process definition not found: %1
-
Role: errorRole
-
Category: BW-Core
-
Description: Can not find the process definition needed by the checkpointed process.
-
Resolution: Make sure same processes are deployed when restarting engine as when checkpoint was taken.
BWENGINE-100024: %1 Unable to delete checkpoint
-
Role: errorRole
-
Category: BW-Core
-
Description: Failed to delete checkpoint.
-
Resolution: Depends on content of exception. If checkpoint not deleted, job could be restarted on next engine startup.
BWENGINE-100025: Failed to get next job id block
-
Role: errorRole
-
Category: BW-Core
-
Description: Can not get the next block of job ids.
-
Resolution: Depends on content of exception.
BWENGINE-100026: Error with fault tolerant setup
-
Role: errorRole
-
Category: BW-Core
-
Description: Error with fault tolerant setup. Engine will not start.
-
Resolution: Depends on content of exception.
BWENGINE-100027: Notify error: group = %1, key = %2
-
Role: errorRole
-
Category: BW-Core
-
Description: Notify unable to complete wakeup of waiting entity.
-
Resolution: Depends on content of exception.
BWENGINE-100028: Deactivation error with process starter [%1]
-
Role: errorRole
-
Category: BW-Core
-
Description: Deactivation error with a process starter.
-
Resolution: Depends on content of exception.
BWENGINE-100029: Activity timed out
-
Role: errorRole
-
Category: BW-Core
-
Description: Activity did not complete execution within the specified time limit.
-
Resolution:
BWENGINE-100030: Input data invalid
-
Role: errorRole
-
Category: BW-Core
-
Description: Activity input data validation error.
-
Resolution:
BWENGINE-100031: Output data invalid
-
Role: errorRole
-
Category: BW-Core
-
Description: Activity output data validation error.
-
Resolution:
BWENGINE-100032: Error output data invalid
-
Role: errorRole
-
Category: BW-Core
-
Description: Activity error output data validation error.
-
Resolution:
BWENGINE-100033: Activity providing output data but none is expected
-
Role: errorRole
-
Category: BW-Core
-
Description: Activity has output when none was expected.
-
Resolution:
BWENGINE-100034: Transition cycle detected in [%1/%2]
-
Role: errorRole
-
Category: BW-Core
-
Description: This process contains an illegal transition cycle.
-
Resolution: This process does not allow transition cycles.
BWENGINE-100035: Error on exit from activity, no matching transition
-
Role: errorRole
-
Category: BW-Core
-
Description: No transition out of activity evaluated true. This generates an Error condition.
-
Resolution: Add transition or check conditions of existing transitions.
BWENGINE-100036: Error on exit from activity, too many matching transitions
-
Role: errorRole
-
Category: BW-Core
-
Description: Multiple transitions may not be taken when transition cycles are allowed.
-
Resolution: This process allows transition cycles and does not allow two transitions from any activity to be true at the same time.
BWENGINE-100037: Repository not found: %1
-
Role: errorRole
-
Category: BW-Core
-
Description: Can not locate specified repository.
-
Resolution: Make sure using correct reference and server is available.
BWENGINE-100038: Repository not specified
-
Role: errorRole
-
Category: BW-Core
-
Description: No repository location specified.
-
Resolution: Specify location of repository.
BWENGINE-100039: Variable name not specified
-
Role: errorRole
-
Category: BW-Plugin
-
Description: Variable name to set has not been specified.
-
Resolution: Specify variable name in configuration panel.
BWENGINE-100040: Undefined variable [%1]
-
Role: errorRole
-
Category: BW-Plugin
-
Description: Unable to find definition for specified variable.
-
Resolution: Please look at exception for more details.
BWENGINE-100041: Mapping Error
-
Role: errorRole
-
Category: BW-Core
-
Description: Problem found with mapping.
-
Resolution: Please look at mapping for more details.
BWENGINE-100042: Configured Fault not found [%1]
-
Role: errorRole
-
Category: BW-Core
-
Description: Can not find the specified fault name.
-
Resolution:
BWENGINE-100043: Error resolving Fault [%1]
-
Role: errorRole
-
Category: BW-Core
-
Description: Error encountered resolving specified fault name.
-
Resolution:
BWENGINE-100044: File not found [%1]
-
Role: errorRole
-
Category: BW-Core
-
Description: Can not find specified file name.
-
Resolution:
BWENGINE-100045: Pager can not load [%1]
-
Role: errorRole
-
Category: BW-Core
-
Description: Can not load the page file for the specified job.
-
Resolution:
BWENGINE-100046: Shutdown due to startup error
-
Role: errorRole
-
Category: BW-Core
-
Description: Engine shutdown due to startup error.
-
Resolution:
BWENGINE-100047: %1 Error in [%2/%3]
-
Role: errorRole
-
Category: BW-Core
-
Description:
-
Resolution:
BWENGINE-100048: Error in [%1/%2]
-
Role: errorRole
-
Category: BW-Core
-
Description:
-
Resolution:
BWENGINE-100049: Error restarting [%1], can not acquire lock [%2]
-
Role: errorRole
-
Category: BW-Core
-
Description: Error trying to restart process from checkpoint.
-
Resolution: Process requires lock that is already acquired.
BWENGINE-100050: Activation error with plugin agent [%1]
-
Role: errorRole
-
Category: BW-Core
-
Description: Activation error with plugin agent.
-
Resolution: Depends on content of exception.
BWENGINE-100051: Unable to create trace object
-
Role: errorRole
-
Category: BW-Core
-
Description: Unable to create trace object.
-
Resolution: Depends on content of exception.
BWENGINE-100052: Configuration error on input type for [%1]: %2
-
Role: errorRole
-
Category: BW-Core
-
Description: Can not load process input type.
-
Resolution: Depends on content of details.
BWENGINE-100053: Configuration error on output type for [%1]: %2
-
Role: errorRole
-
Category: BW-Core
-
Description: Can not load process output type.
-
Resolution: Depends on content of details.
BWENGINE-100054: Configuration error on error output type for [%1]: %2
-
Role: errorRole
-
Category: BW-Core
-
Description: Can not load process error output type.
-
Resolution: Depends on content of details.
BWENGINE-100055: Configuration error on user process variables for [%1]: %2
-
Role: errorRole
-
Category: BW-Core
-
Description: Can not load user process variable types.
-
Resolution: Depends on content of details.
BWENGINE-100056: Loop index slot name already used: [%1]
-
Role: errorRole
-
Category: BW-Core
-
Description: Loop index slot name already used.
-
Resolution: Index variable name already taken. Specify another name not already in use.
BWENGINE-100057: Invalid loop index slot name: [%1]
-
Role: errorRole
-
Category: BW-Core
-
Description: Invalid loop index slot name.
-
Resolution: Specify a valid variable name.
BWENGINE-100058: Accumulate output variable name already used: %1
-
Role: errorRole
-
Category: BW-Core
-
Description: Accumulate output variable name already used.
-
Resolution: Accumulate variable name already taken. Specify another name not already in use.
BWENGINE-100059: Invalid accumulate output variable name: %1
-
Role: errorRole
-
Category: BW-Core
-
Description: Invalid accumulate output variable name.
-
Resolution: Specify a valid variable name.
BWENGINE-100060: No output to accumulate from activity: %1
-
Role: errorRole
-
Category: BW-Core
-
Description: No output to accumulate from activity.
-
Resolution: Can only accumulate output from an activity that has output.
BWENGINE-100061: Bad activity name for accumulate output: %1
-
Role: errorRole
-
Category: BW-Core
-
Description: Bad activity name for accumulate output.
-
Resolution: Can only accumulate output from an activity within the group.
BWENGINE-100062: Slot name already used: %1
-
Role: errorRole
-
Category: BW-Core
-
Description: Slot name already used.
-
Resolution: Slot name already used. Specify another name not already in use.
BWENGINE-100063: Process variable schema error
-
Role: errorRole
-
Category: BW-Core
-
Description: The schema for a process variable had an error.
-
Resolution: Please look at the process variables tab for more information.
BWENGINE-100064: Process Start schema error
-
Role: errorRole
-
Category: BW-Core
-
Description: The Output schema for the process start had an error.
-
Resolution: Please look at the Output Editor tab of the process start for more information.
BWENGINE-100065: Process End schema error
-
Role: errorRole
-
Category: BW-Core
-
Description: The Input schema for the process end had an error.
-
Resolution: Please look at the Input Editor tab of the process end for more information.
BWENGINE-100066: Process Fault schema error
-
Role: errorRole
-
Category: BW-Core
-
Description: An process fault/error schema had an error.
-
Resolution: Please look at the Error Schemas tab of the process end for more information.
BWENGINE-100067: Call process input failed validation
-
Role: errorRole
-
Category: BW-Core
-
Description: The input data passed to the Call Process activity did not conform to the input of the called process.
-
Resolution: Please check the input mappings for the Call Process activity.
BWENGINE-100068: Call process results failed validation
-
Role: errorRole
-
Category: BW-Core
-
Description: The process that was called returned results that were not expected by the Call Process activity.
-
Resolution: Please check the input mappings for the End activity in the process that was called.
BWENGINE-100069: The override process [%1] expects different input than the process the Call Process activity was modeled on [%2]
-
Role: errorRole
-
Category: BW-Core
-
Description: The Process Name Dynamic Override option pointed, at run time, to a process with different input than the model process used to configure the activity at design time.
-
Resolution: Please check the Process Name Dynamic Override expression in the activity configuration.
BWENGINE-100070: The process [%1] is not a callable process
-
Role: errorRole
-
Category: BW-Core
-
Description: The specified process is not a callable process (it has a process starter instead).
-
Resolution: Please check the process names in the activity configuration.
BWENGINE-100071: Multi-engine shared variable or lock requires engine configured to use database
-
Role: errorRole
-
Category: BW-Core
-
Description: Multi-engine shared variable or lock requires engine configured to use database.
-
Resolution: Configure engine to use database.
BWENGINE-100072: Undefined reference [%1]
-
Role: errorRole
-
Category: BW-Core
-
Description: Unable to find definition for specified reference.
-
Resolution: Please look at exception for more details.
BWENGINE-100073: Unable to parse initial value
-
Role: errorRole
-
Category: BW-Core
-
Description: Unable to parse initial value.
-
Resolution: Correct error in definition of initial value.
BWENGINE-100074: Persistent storage error
-
Role: errorRole
-
Category: BW-Core
-
Description: Problem accessing persistent storage.
-
Resolution: Please look at exception for more details.
BWENGINE-100075: Variable not set
-
Role: errorRole
-
Category: BW-Core
-
Description: Variable not set and has no initial value.
-
Resolution: Set variable before use or define initial value.
BWENGINE-100076: Shared variable schema error
-
Role: errorRole
-
Category: BW-Core
-
Description: The schema for a shared variable had an error.
-
Resolution: Please look at exception for more details.
BWENGINE-100077: Error with Transaction Manager [%1]
-
Role: errorRole
-
Category: BW-Core
-
Description: Error with the specified Transaction Manager.
-
Resolution: Please look at exception for more details.
BWENGINE-100078: Transaction Manager not specified
-
Role: errorRole
-
Category: BW-Core
-
Description: Transaction Manager not specified.
-
Resolution: Specify transaction manager.
BWENGINE-100079: Duplicate key [%1] already used by job [%2]
-
Role: errorRole
-
Category: BW-Core
-
Description: Another job has already registered this key.
-
Resolution:
BWENGINE-100080: Only one duplicate key allowed per job
-
Role: errorRole
-
Category: BW-Core
-
Description: This job has already registered another key.
-
Resolution:
BWENGINE-100081: XA Resource not available from [%1]
-
Role: errorRole
-
Category: BW-Core
-
Description: The specified event source did not provide an XA Resource.
-
Resolution: Check event source configuration.
BWENGINE-100082: Event context from [%1] not found
-
Role: errorRole
-
Category: BW-Core
-
Description: The specified event source did not provide an event context.
-
Resolution: Check event source configuration.
BWENGINE-100083: Checkpoint verify failed
-
Role: errorRole
-
Category: BW-Core
-
Description: Attempt to verify checkpoint failed.
-
Resolution: Depends on content of exception.
BWENGINE-100084: Transaction rollback error
-
Role: errorRole
-
Category: BW-Core
-
Description: Exception thrown during transaction rollback.
-
Resolution: Depends on content of exception.
BWENGINE-100085: Configuration error, checkpoint can not join transaction
-
Role: errorRole
-
Category: BW-Core
-
Description: Configuration error, checkpoint can not join transaction.
-
Resolution: Correct the configuration.
BWENGINE-100086: Engine commands are not enabled
-
Role: errorRole
-
Category: BW-Plugin
-
Description: Engine commands are not enabled so Engine Command activity can not be used.
-
Resolution: Enable engine commands.
BWENGINE-100087: Error invoking engine command [%1]
-
Role: errorRole
-
Category: BW-Plugin
-
Description: Error invoking specified engine command.
-
Resolution: Please look at exception for more details.
BWENGINE-100088: Library alias undefined [%1]
-
Role: errorRole
-
Category: BW-Core
-
Description: Cannot resolve library alias.
-
Resolution: Provide valid library path for this alias.
BWENGINE-100089: Library not found for alias [%1], path [%2]
-
Role: errorRole
-
Category: BW-Core
-
Description: Can not find library for specified alias.
-
Resolution: Provide valid library path for this alias.
BWENGINE-100090: Invalid library file type for alias [%1], path [%2]
-
Role: errorRole
-
Category: BW-Core
-
Description: Library for this alias has invalid file type.
-
Resolution: Provide valid library path for this alias.
BWENGINE-100091: Library error for alias [%1], path [%2]
-
Role: errorRole
-
Category: BW-Core
-
Description: Library error for this alias.
-
Resolution: Please look at exception for more details.
BWENGINE-100092: Can not checkpoint in middle of a critical section
-
Role: errorRole
-
Category: BW-Core
-
Description: A checkpoint may not occur within a critical section group.
-
Resolution: Correct process design.
BWENGINE-100093: Required Lock object not specified
-
Role: errorRole
-
Category: BW-Core
-
Description: A multi-group critical section requires a lock object.
-
Resolution: Configure a lock object.
BWENGINE-100094: Process id [%1] not found
-
Role: errorRole
-
Category: BW-Core
-
Description: No process found with matching process id.
-
Resolution: Use existing process id.
BWENGINE-100095: Fault to catch has not been specified
-
Role: errorRole
-
Category: BW-Core
-
Description: Specify fault or select all.
-
Resolution:
BWENGINE-100096: Duplicate catch activities [%1] [%2]
-
Role: errorRole
-
Category: BW-Core
-
Description: More than one catch activity with the same configuration.
-
Resolution: Reconfigure catch activities so that they don't conflict with each other.
BWENGINE-100097: Can not create/access pager directory [%1]
-
Role: errorRole
-
Category: BW-Core
-
Description: Problem encountered creating or accessing the pager directory.
-
Resolution: Check available file space and permissions.
BWENGINE-100100: Transition condition XPath has an error
-
Role: errorRole
-
Category: BW-Core
-
Description:
-
Resolution: Please look at the transition for more details.
BWENGINE-100101: Loop over expression error
-
Role: errorRole
-
Category: BW-Core
-
Description:
-
Resolution: Please look at the group for more details.
BWENGINE-100102: Repeat condition expression error
-
Role: errorRole
-
Category: BW-Core
-
Description:
-
Resolution: Please look at the group for more details.
BWENGINE-100103: Error condition expression error
-
Role: errorRole
-
Category: BW-Core
-
Description:
-
Resolution: Please look at the group for more details.
BWENGINE-100104: Variable [%1] has not been initialized
-
Role: errorRole
-
Category: BW-Plugin
-
Description: Tried to use variable contents that has not been initialized.
-
Resolution: Initialize variable before using contents.
BWENGINE-100105: Join failure exception
-
Role: errorRole
-
Category: BW-Plugin
-
Description: Join condition false and join exception not suppressed.
-
Resolution: May be desired result. If not, redesign process definition accordingly.
BWENGINE-100106: Join condition error
-
Role: errorRole
-
Category: BW-Plugin
-
Description: Join condition XPATH expression has an error.
-
Resolution: Correct join condition.
BWENGINE-200001: Partition [%1] not loaded
-
Role: warnRole
-
Category: BW-Core
-
Description: Partition listed to load has not been loaded.
-
Resolution:
BWENGINE-200002: No path from start to this point
-
Role: warnRole
-
Category: BW-Core
-
Description: This point can not be reached.
-
Resolution:
BWENGINE-200003: Mapping Warning
-
Role: warnRole
-
Category: BW-Core
-
Description: Potential problem find with mapping.
-
Resolution: Please look at mapping for more details.
BWENGINE-200004: Checkpoint not included with transaction
-
Role: warnRole
-
Category: BW-Core
-
Description: Checkpoint taken before commit. Restart could happen before or after commit.
-
Resolution: Reconfigure checkpoint database configuration.
BWENGINE-200005: Join condition warning
-
Role: errorRole
-
Category: BW-Plugin
-
Description: Join condition XPATH expression has a warning.
-
Resolution: Verify join condition.
BWENGINE-300001: Process Engine %1
-
Role: infoRole
-
Category: BW-Core
-
Description: Process engine version.
-
Resolution:
BWENGINE-300002: Engine %1 started
-
Role: infoRole
-
Category: BW-Core
-
Description: Engine started.
-
Resolution:
BWENGINE-300003: Engine %1 started in backup mode
-
Role: infoRole
-
Category: BW-Core
-
Description: Indicates the named engine has been started FT backup mode.
-
Resolution:
BWENGINE-300004: Engine %1 %2
-
Role: infoRole
-
Category: BW-Core
-
Description: Fault Tolerant actions.
-
Resolution:
BWENGINE-300006: Engine %1 terminating
-
Role: infoRole
-
Category: BW-Core
-
Description: Engine terminating.
-
Resolution:
BWENGINE-300007: Process Started
-
Role: infoRole
-
Category: BW-Core
-
Description: A new process has been started.
-
Resolution:
BWENGINE-300008: Process started tracking=%1
-
Role: infoRole
-
Category: BW-Core
-
Description: A new process has been started with associated tracking info.
-
Resolution:
BWENGINE-300009: BW Plugins: %1
-
Role: infoRole
-
Category: BW-Core
-
Description: BW plugins.jar version.
-
Resolution:
BWENGINE-300010: XML Support: %1
-
Role: infoRole
-
Category: BW-Core
-
Description: TIBCOXML version
-
Resolution:
BWENGINE-300011: Java version: %1 %2
-
Role: infoRole
-
Category: BW-Core
-
Description: Java VM name and version.
-
Resolution:
BWENGINE-300012: OS version: %1 %2 %3
-
Role: infoRole
-
Category: BW-Core
-
Description: OS arch, name and version.
-
Resolution:
BWENGINE-300013: Tibrv string encoding: %1
-
Role: infoRole
-
Category: BW-Core
-
Description: Tibrv string encoding.
-
Resolution:
BWENGINE-300014: Starting delayed shutdown, max-delay=[%1], wait-for-checkpoints=[%2]
-
Role: infoRole
-
Category: BW-Core
-
Description: Processing delayed shutdown command.
-
Resolution:
BWENGINE-300015: Statistics collection started, recording to [%1]
-
Role: infoRole
-
Category: BW-Core
-
Description: Starting activity statistics collection and recording to specified file.
-
Resolution:
BWENGINE-300016: Statistics collection stopped
-
Role: infoRole
-
Category: BW-Core
-
Description: Stopping activity statistics collection and recording.
-
Resolution:
BWENGINE-300017: Restarting [%1] for process [%2]
-
Role: infoRole
-
Category: BW-Core
-
Description: Restarting process instance from checkpoint.
-
Resolution:
BWENGINE-300018: Found [%1] checkpoint(s) to be restarted
-
Role: infoRole
-
Category: BW-Core
-
Description: Shows number of checkpoints available to be restarted.
-
Resolution:
BWENGINE-300019: Found [%1] checkpoint(s) auto restart NOT selected
-
Role: infoRole
-
Category: BW-Core
-
Description: Shows number of checkpoints available, but not to be auto restarted.
-
Resolution:
BWENGINE-300020: Found [%1] recoverable checkpoint(s) preserved after process faulted
-
Role: infoRole
-
Category: BW-Core
-
Description: Shows number of checkpoints preserved after process terminated with a fault.
-
Resolution:
BWENGINE-300021: Resource [%1] changed its state from [%2] to [%3].
-
Role: infoRole
-
Category: BW-Core
-
Description: Resource state change information.
-
Resolution:
BW-EXT-LOG-100000: %1
-
Role: errorRole
-
Category: LOG4J
-
Description: Error message logged by third party application or java code using LOG4J api.
-
Resolution: Refer to your third party application or java code.
BW-EXT-LOG-100001: %1
-
Role: errorRole
-
Category: LOG4J
-
Description: Fatal error message logged by third party application or java code using LOG4J api.
-
Resolution: Refer to your third party application or java code.
BW-EXT-LOG-100002: Unable to write the message logged by third party application or java code to TIBCO BusinessWorks log file. %1
-
Role: errorRole
-
Category: LOG4J
-
Description: Error occurred while trying to forward the message logged by third party application or java code to TIBCO BusinessWorks log file.
-
Resolution:
BW-EXT-LOG-200000: %1
-
Role: warnRole
-
Category: LOG4J
-
Description: Warning message logged by third party application or java code using LOG4J api.
-
Resolution: Refer to your third party application or java code.
BW-EXT-LOG-300000: %1
-
Role: infoRole
-
Category: LOG4J
-
Description: Info message logged by third party application or java code using LOG4J api.
-
Resolution: Refer to your third party application or java code.
BW-EXT-LOG-300001: %1
-
Role: infoRole
-
Category: LOG4J
-
Description: Message logged by third party application or java code using LOG4J api.
-
Resolution: Refer to your third party application or java code.
BW-EXT-LOG-300002: %1
-
Role: debugRole
-
Category: LOG4J
-
Description: Debug message logged by third party application or java code using LOG4J api.
-
Resolution: Refer to your third party application or java code.