9.2 Detailed Log Codes

In each instance where they appear, %s represents a variable which will be substituted with a string, and %d represents a variable which will be substituted with a number.

9.2.1 Concurrent Log Codes

Table 9.1. Concurrent Log Codes

CodeMessage
CC0000E
  • Deadlock(s) detected. Generating dump file. See dump for more details.

9.2.2 Control Log Codes

Table 9.2. Control Log Codes

CodeMessage
CN0000E
  • The attempt to register a control MBean for the service ${service} with definition interface ${interface} failed. The cause of the failure follows:
InsertsDescription
  • service
  • interface
  • The service
  • The definition interface
CN0001E
  • The class ${class} under which service reference ${reference} was registered could not be loaded from bundle ${bundle}.
InsertsDescription
  • class
  • reference
  • bundle
  • The class under which the service reference is registered
  • Service reference
  • The bundle where the registered class should be loaded from
CN0002E
  • The attempt to unregister the control MBean registered as ${mbean} failed. The cause of the failure follows:
InsertsDescription
  • mbean
  • The name which the control MBean is registered as
CN0003E
  • Immediate shutdown initiated.
CN0004I
  • Shutdown initiated.

9.2.3 Config Log Codes

Table 9.3. Config Log Codes

CodeMessage
CO0000E
  • Configuration list not found at '${path}'.
InsertsDescription
  • path
  • configuration list path
CO0001E
  • Configuration map not found at path '${path}'.
InsertsDescription
  • path
  • The configuration map's path location
CO0002E
  • Configuration map at path '${path}' contained an invalid key '${key}'.
InsertsDescription
  • path
  • key
  • The configuration map's path location
  • The key
CO0003E
  • Configuration map at path '${path}' omitted the key '${key}'.
InsertsDescription
  • path
  • key
  • The configuration map's path location
  • The key
CO0004E
  • Configuration scalar not found at path '${path}'
InsertsDescription
  • path
  • The configuration scalar's path location
CO0005E
  • Configuration enumeration at path '${path}' contained an invalid value '${value}'.
InsertsDescription
  • path
  • value
  • The configuration enumeration's location path
  • A value
CO0006E
  • Configuration integer at path '${path}' contained an unrecognized value '${value}'.
InsertsDescription
  • path
  • value
  • The configuration integer's path location
  • A value
CO0007E
  • Configuration integer at path '${path}'contained a value '${value}' outside the permitted range.
InsertsDescription
  • path
  • value
  • The configuration integer's location path
  • A value
CO0008E
  • Configuration version at path '${path}' contained an unrecognized value '${value}'.
InsertsDescription
  • path
  • value
  • The configuration version's path location
  • A value
CO0009E
  • Configuration version at path '${path}' contained a value '${value}' outside the permitted range.
InsertsDescription
  • path
  • value
  • The configuration version's path location
  • A value
CO0010W
  • Invalid configuration directory '${directory}'.
InsertsDescription
  • directory
  • Configuration directory
CO0011E
  • Unrecognized configuration point '${point}'.
InsertsDescription
  • point
  • The configuration point
CO0012W
  • Invalid configuration filename '${filename}'.
InsertsDescription
  • filename
  • Configuration filename
CO1000E
  • Parser error [line=${line}, column=${column}]. Numbers should never have a leading zero.
InsertsDescription
  • line
  • column
  • line number
  • column number
CO1001E
  • Parser error [line=${line}, column=${column}]. Strings must be quoted.
InsertsDescription
  • line
  • column
  • line number
  • column number
CO1002E
  • Parser error [line=${line}, column=${column}]. Invalid exponent.
InsertsDescription
  • line
  • column
  • line number
  • column number
CO1003E
  • Parser error [line=${line}, column=${column}]. Extraneous data found at end of input.
InsertsDescription
  • line
  • column
  • line number
  • column number
CO1004E
  • Parser error [line=${line}, column=${column}]. Unexpectedly run out of data. Expecting to find '%s1'.
InsertsDescription
  • line
  • column
  • line number
  • column number
CO1005E
  • Parser error [line=${line}, column=${column}]. Mismatched input '%s1' expecting '%s2'.
InsertsDescription
  • line
  • column
  • line number
  • column number
CO1006E
  • Parser error [line=${line}, column=${column}]. Mismatched tree node: '%s1' expecting '%s2'.
InsertsDescription
  • line
  • column
  • line number
  • column number
CO1007E
  • Parser error [line=${line}, column=${column}]. No viable alternative at input '%s1'.
InsertsDescription
  • line
  • column
  • line number
  • column number
CO1008E
  • Parser error [line=${line}, column=${column}]. Mismatched input '%s1' expecting set '%s2'.
InsertsDescription
  • line
  • column
  • line number
  • column number
CO1009E
  • Parser error [line=${line}, column=${column}]. Rule '%s1' failed predicate: '%s2'.
InsertsDescription
  • line
  • column
  • line number
  • column number
CO1010E
  • Parser error [line=${line}, column=${column}]. Required (...)+ loop did not match anything at input '%s1'.
InsertsDescription
  • line
  • column
  • line number
  • column number
CO1011E
  • Parser error [line=${line}, column=${column}]. Unexpected character. Expecting '%s1', got '%s2'.
InsertsDescription
  • line
  • column
  • line number
  • column number
CO1100E
  • Parser error [line=${line}, column=${column}]. Recognition error.
InsertsDescription
  • line
  • column
  • line number
  • column number

9.2.4 Deployer Log Codes

Table 9.4. Deployer Log Codes

CodeMessage
DE0000E
  • Application symbolic name omitted from application descriptor '${descriptor}'.
InsertsDescription
  • descriptor
  • application descriptor
DE0002E
  • Application version '${version}' invalid in application descriptor '${descriptor}'.
InsertsDescription
  • version
  • descriptor
  • application version number
  • application descriptor
DE0003E
  • Application '${application}' version '${version}' exports the package(s) '${package}' more than once.
InsertsDescription
  • application
  • version
  • package
  • application name
  • version number
  • export package(s)
DE0004E
  • Application '${application}' version '${version}' has unsatisfied constraints: '${constraints}' more than once.
InsertsDescription
  • application
  • version
  • constraints
  • application name
  • version number
  • constraints
DE0005E
  • Hot deploy failed for resource '${resource}'.
InsertsDescription
  • resource
  • resource name
DE0006E
  • Hot re-deploy failed for resource '${resource}'.
InsertsDescription
  • resource
  • resource name
DE0007E
  • Hot un-deploy failed for resource '${resource}'.
InsertsDescription
  • resource
  • resource name
DE0008E
  • Automatic re-deployment failed for resource '${resource}'.
InsertsDescription
  • resource
  • resource name
DE0009E
  • Application '${name}' version '${version}' exports package '${package}' from more than one bundle: ${bundle}.
InsertsDescription
  • name
  • version
  • package
  • bundle
  • application name
  • version number
  • export package
  • export bundle
DE0010I
  • Deployment of '${application}' version '${version}' completed.
InsertsDescription
  • application
  • version
  • application name
  • version number
DE0011E
  • Deployment failed.
DE0012I
  • Undeployment of '${application}' version '${version}' completed.
InsertsDescription
  • application
  • version
  • application name
  • version number
DE0013E
  • Undeployment of '${application}' version '${version}' failed.
InsertsDescription
  • application
  • version
  • application name
  • version number
DE0014I
  • Refresh of module '${module}' of '${application}' version '${version}' completed.
InsertsDescription
  • module
  • application
  • version
  • module name
  • application name
  • version number
DE0015E
  • Refresh of module '${module}' of '${application}' version '${version}' failed.
InsertsDescription
  • module
  • application
  • version
  • module name
  • application name
  • version number
DE0016E
  • Application symbolic name in application descriptor '${descriptor}' has invalid syntax.
InsertsDescription
  • descriptor
  • descriptor name
DE0017W
  • Discarding bundle update location '${location}' of module '${module}' of '${application}' version '${version}' so it will not interfere with refresh.
InsertsDescription
  • location
  • module
  • application
  • version
  • bundle update location
  • module name
  • application name
  • version number
DE0018E
  • Unable to install application from location '${location}'. Could not satisfy constraints for bundle '${bundle}' at version '${version}'.\n ${application}.
InsertsDescription
  • location
  • bundle
  • version
  • application
  • application location
  • bundle name
  • version number
  • application name
DE0019I
  • Ignoring undeployment of artifact '${artifact}', application is not currently deployed.
InsertsDescription
  • artifact
  • artifact name
DE0020E
  • Application context creation failure for bundle '${bundle}'.
InsertsDescription
  • bundle
  • bundle name
DE0021E
  • Artifact at URI '${uri}' cannot be deployed as application ${application} is already deployed.
InsertsDescription
  • uri
  • application
  • uri address
  • application name
DE0022E
  • Artifact at URI '${uri}' cannot be deployed as it has the same file or directory name '${name}' as application ${application}.
InsertsDescription
  • uri
  • name
  • application
  • uri address
  • file or directory name
  • application name
DE0023E
  • Error parsing application manifest.
DE0024E
  • Error parsing Spring configuration file '${file}'.
InsertsDescription
  • file
  • configuration file name
DE0025E
  • Exception after module '{module}' started.
DE0026E
  • Exception after module '{module}' stopped.
DE0027E
  • Exception deploying module '{module}'.
DE0028E
  • Exception stopping module '{module}'.
DE0029E
  • Starting the bundle for module '{module}' threw an exception.
DE0030E
  • Stopping the bundle for module '{module}' threw an exception.
DE0031E
  • Updated module '{module}' has unsatisfied dependencies.
DE0032E
  • Update of module '{module}' took too long and timed out.
DE0033E
  • Wait for update of module '{module}' was interrupted.
DE0034E
  • Exception updating module '{module}'.
DE0035E
  • Deployment artifact '${artifact}' has no manifest.
InsertsDescription
  • artifact
  • artifact name
DE0036E
  • More than one bundle in scope '${scope}' version '${version}' has the same bundle symbolic name '${name}'.
InsertsDescription
  • scope
  • version
  • name
  • scope range
  • version number
  • bundle symbolic name
DE0037E
  • No module with bundle symbolic name '${name}' was found in application '${applcation}'.
InsertsDescription
  • name
  • application
  • bundle symbolic name
  • application name
DE0038E
  • Refresh not possible as no application is deployed at '${location}'.
InsertsDescription
  • location
  • deploy location
DE0039E
  • Undeployment not possible as no artifact is deployed at '${location}'.
InsertsDescription
  • location
  • deploy location
DE0040E
  • Deployment of module '${module}' took too long and timed out.
InsertsDescription
  • module
  • module name
DE0041E
  • OSGi R4 manifest with no bundle symbolic name detected:\n ${manifest}\nfor module '${module}'.
InsertsDescription
  • manifest
  • module
  • manifest name
  • module name
DE0042E
  • Refresh of module '${module}' took too long and timed out.
InsertsDescription
  • module
  • module name
DE0043E
  • Wait for refresh of module '${module}' was interrupted.
InsertsDescription
  • module
  • module name
DE0044E
  • Exception refreshing module '${module}'.
InsertsDescription
  • module
  • module name
DE0045E
  • Artifact at '${location}' not found.
InsertsDescription
  • location
  • location name
DE0046E
  • Artifact at '${location}' cannot be unpackaged.
InsertsDescription
  • location
  • location name
DE0047E
  • Artifact at '${location}' cannot be copied.
InsertsDescription
  • location
  • location name
DE1000E
  • Unknown error exception received, unable to track non-Antlr exceptions [${exception}]
InsertsDescription
  • exception
  • exception
DE1001E
  • There has been an unknown recognition error exception with the Parser, it will attempt to continue [${exception}]
InsertsDescription
  • exception
  • exception
DE1002E
  • The parser could not find an expected symbol at the given input position [${position}]
InsertsDescription
  • position
  • position
DE1003E
  • The parser could not find a node with the expected token type [${token}]
InsertsDescription
  • token
  • token
DE1004E
  • At this decision point the parser's look-ahead could not find a viable option [${option}]
InsertsDescription
  • option
  • option
DE1005E
  • The parser could not match a reqiured sub rule [${rule}]
InsertsDescription
  • rule
  • rule
DE1006E
  • The parser has evaluated a validating semantic to false [${semantic}]
InsertsDescription
  • semantic
  • semantic
DE1007E
  • The parser has failed to match a range of symbols [${symbols}]
InsertsDescription
  • symbols
  • range of symbols
DE1008E
  • The parser has failed to match a set of symbols [${symbols}]
InsertsDescription
  • symbols
  • set of symbols
DE1009E
  • The parser has failed to match the inverse of a set of symbols [${symbols}]
InsertsDescription
  • symbols
  • set of symbols
DE1025W
  • Unknown warning exception received, unable to track non-Antlr exceptions [${exceptions}]
InsertsDescription
  • exceptions
  • exceptions
DE1026W
  • There has been an unknown recognition warning exception with the Parser, it will attempt to continue [${exception}]
InsertsDescription
  • exception
  • exception
DE1027W
  • The parser could not find an expected symbol at the given input position [${position}]
InsertsDescription
  • position
  • position
DE1028W
  • The parser could not find a node with the expected token type [${type}]
InsertsDescription
  • type
  • token type
DE1029W
  • At this decision point the parser's look-ahead could not find a viable option [${option}]
InsertsDescription
  • option
  • option
DE1030W
  • The parser could not match a required sub rule [${sub_rule}]
InsertsDescription
  • sub_rule
  • sub rule
DE1031W
  • The parser has evaluated a validating semantic to false [${semantic}]
InsertsDescription
  • semantic
  • semantic
DE1032W
  • The parser has failed to match a range of symbols [${symbols}]
InsertsDescription
  • symbols
  • range of symbols
DE1033W
  • The parser has failed to match a set of symbols [${symbols}]
InsertsDescription
  • symbols
  • set of symbols
DE1034W
  • The parser has failed to match the inverse of a set of symbols [${symbols}]
InsertsDescription
  • symbols
  • set of symbols
DE1050I
  • Unknown info exception received, unable to track non-Antlr exceptions [${symbols}]
InsertsDescription
  • symbols
  • range of symbols
DE1051I
  • There has been an unknown recognition info exception with the Parser, it will attempt to continue [${exception}]
InsertsDescription
  • exception
  • exception
DE1052I
  • The parser could not find an expected symbol at the given input position [${position}]
InsertsDescription
  • position
  • position
DE1053I
  • The parser could not find a node with the expected token type [${type}]
InsertsDescription
  • type
  • type
DE1054I
  • At this decision point the parser's look-ahead could not find a viable option [${option}]
InsertsDescription
  • option
  • option
DE1055I
  • The parser could not match a required sub rule [${sub_rule}]
InsertsDescription
  • sub_rule
  • sub rule
DE1056I
  • The parser has evaluated a validating semantic to false [${semantic}]
InsertsDescription
  • semantic
  • semantic
DE1057I
  • The parser has failed to match a range of symbols [${symbols}]
InsertsDescription
  • symbols
  • range of symbols
DE1058I
  • The parser has failed to match a set of symbols [${symbols}]
InsertsDescription
  • symbols
  • set of symbols
DE1059I
  • The parser has failed to match the inverse of a set of symbols [${symbols}]
InsertsDescription
  • symbols
  • set of symbols
DE1085E
  • There has been an error that can't be identified by any part of the system [${error}]
InsertsDescription
  • error
  • unidentified error

9.2.5 FFDC Log Codes

Table 9.5. FFDC Log Codes

CodeMessage
FF0000E
  • Failed to locate dump directory "${directory}"
InsertsDescription
  • directory
  • dump file directory
FF0001I
  • Using dump directory "${directory}"
InsertsDescription
  • directory
  • dump file directory
FF0002I
  • Wrote dump file "${file}"
InsertsDescription
  • file
  • dump file name
FF0003E
  • Bundle '${bundle}' in Subsystem '${subsystem}' failed to start.
InsertsDescription
  • bundle
  • subsystem
  • bundle name
  • subsystem name

9.2.6 Bootstrap Log Codes

Table 9.6. Bootstrap Log Codes

CodeMessage
KB0001I
  • Server starting.
KB0002E
  • Start failed:

9.2.7 Kernel Log Codes

Table 9.7. Kernel Log Codes

CodeMessage
KE0000I
  • Boot subsystems installed.
KE0001I
  • Base subsystems installed.
KE0051E
  • Subsystem descriptor has a bundle element '${element}' with no bundle symbolic name.
InsertsDescription
  • element
  • bundle element

9.2.8 OSGi Log Codes

Table 9.8. OSGi Log Codes

CodeMessage
OP0001W
  • The library definition '${definition}' could not be provisioned. A library definition with the name '${definition}' and version '${version}' has already been added to the repository from '${location}'.
InsertsDescription
  • definition
  • version
  • location
  • library definition
  • library version
  • library location
OP0002W
  • The bundle '${bundle}' could not be provisioned. A bundle with the symbolic name '${name}' and version '${version}' has already been added to the repository from '${location}'.
InsertsDescription
  • bundle
  • name
  • version
  • location
  • bundle name
  • bundle symbolic name
  • bundle version
  • bundle location
OP0003W
  • The JAR bundle '${bundle}' could not be provisioned as it appears to be corrupted. The exception encountered whilst reading the file was:
InsertsDescription
  • bundle
  • bundle name
OP0004W
  • The bundle '${bundle}' could not be provisioned is its manifest is malformed. The error encountered whilst parsing the manifest was: ${error}
InsertsDescription
  • bundle
  • error
  • bundle name
  • error

9.2.9 Profile Log Codes

Table 9.9. Profile Log Codes

CodeMessage
PM0000I
  • Installing profile '${profile}'.
InsertsDescription
  • profile
  • profile name
PM0001I
  • Installed profile '${profile}'.
InsertsDescription
  • profile
  • profile name
PM0002I
  • Server open for business with profile '${profile}'.
InsertsDescription
  • profile
  • profile name
PM0003E
  • Timed out with profile '${profile}' waiting for the application context of bundle '${bundle}' to be created.
InsertsDescription
  • profile
  • bundle
  • profile name
  • bundle name
PM0004W
  • With profile '${profile}', bundle '${bundle}' has not started.
InsertsDescription
  • profile
  • bundle
  • profile name
  • bundle name

9.2.10 Servlet Log Codes

Table 9.10. Servlet Log Codes

CodeMessage
SC0000I
  • Starting the ServletContainer on port ${port}.
InsertsDescription
  • port
  • port
SC0001I
  • Starting the ServletContainer on port ${port} and SSL port ${ssl}.
InsertsDescription
  • port
  • ssl
  • port
  • ssl port
SC0002I
  • Shutting down the ServletContainer.
SC0003E
  • Failed to start the ServletContainer.
SC0004E
  • Failed to stop the ServletContainer.
SC1000I
  • Creating web application ${application}.
InsertsDescription
  • application
  • web application
SC1001I
  • Deploying web application ${application}.
InsertsDescription
  • application
  • web application
SC1002I
  • Removing web application ${application}.
InsertsDescription
  • application
  • web application
SC1003E
  • Failed to create web application ${application}.
InsertsDescription
  • application
  • web application
SC1004E
  • Failed to create web application ${application}: the associated web bundle \ '${bundle}' failed to publish its ApplicationContext within ${time} seconds.
InsertsDescription
  • application
  • bundle
  • time
  • web application
  • web bundle
  • time frame
SC2000E
  • Failed to deploy WAR ${war}.
InsertsDescription
  • war
  • war file

9.2.11 Web Log Codes

Table 9.11. Web Log Codes

CodeMessage
WE1000E
  • Failed to create web application context [${context}]: the associated web \ bundle [${bundle}] failed to publish its ApplicationContext.
InsertsDescription
  • context
  • bundle
  • web application context
  • web bundle
WE1001E
  • Failed to create web application context [${context}]; the associated web \ bundle [${bundle}] failed to publish its ApplicationContext within \ ${time} seconds.
InsertsDescription
  • context
  • bundle
  • time
  • web application context
  • web bundle
  • time frame