Resolve problems with Teracloud® Streams using the troubleshooting tools provided with the product as well as the resources offered by Teracloud Support.
The Teracloud® Streams messages describe the errors and solutions, warnings of potentially problematic conditions, and helpful information that you can use to troubleshoot the problems that can occur when you work with the product. These messages are displayed in the user interfaces and log files.
These messages describe the conditions and problems that can occur when you work with the Streams Processing Language compiler, utility, and documentation (SPLDOC).
Generating Java template code for explanation
Learn about the core capabilities of Teracloud® Streams, its architecture, and key concepts.
Use this information to install, upgrade, and uninstall the Teracloud® Streams product.
Create a basic or an enterprise domain which is a single point for configuring and managing common resources, security, and instances.
Administer the product by using the Teracloud® Streams graphical user interface, APIs, or the streamtool command-line interface.
streamtool
Develop stream applications with the Streams Processing Language (SPL), Java, and Python.
Review this information before you contact Teracloud® Support. These resources might help you to find possible solutions for your issue, or make your support experience more efficient if you need to contact Teracloud Support.
Troubleshooting is a systematic approach to solving a problem. The goal of troubleshooting is to determine why something does not work as you expect it to work, and then decide how to resolve the problem.
Use the solutions that are provided to resolve known problems that you might encounter when you work with different components of the product.
Teracloud® Streams provides log and trace services and troubleshooting tools that can help you resolve the issues that you encounter when you work with the product.
Each log message has a unique message ID. The naming convention for each Teracloud® Streams message ID is CDISXNNNNT.
These messages describe the conditions and problems that can occur when you work with Streams Console.
These messages describe the conditions and problems that can occur when you work with the streamtool commands.
These messages describe the conditions and problems that can occur during the product installation, a reinstallation of the product, the migration to a different version of the product, and the uninstallation process.
The following message cannot be loaded: message index. Contact Product Support.
The SPL program did not compile.
The composite name main composite exists in the following toolkits: toolkit name and toolkit name.
The following internal compiler error occurred: AST parsing:
The toolkit.xml file in the pathname directory is out of date. The compiler will rebuild the toolkit by using the spl-make-toolkit command.
The following avoid-runtime-yield option is not known: argument value.
A token is missing in the SPL program context of the SPL program. The token is incorrect token. The expected token is expected token.
A syntax error exists at the incorrect token token in SPL program context. A viable parsing alternative does not exist.
There are multiple connections between operator operator name input port input port number and operator operator name output port output port number.
A syntax error exists at the incorrect token token in SPL program context.
The token in SPL program context is not correct. The specified token is incorrect token. The required token is expected token.
An invalid length was specified for the --max-filename-length option.
The name port name is not valid.
An ambiguous call to the procedure name procedure resolved to functions in the following namespaces: list of SPL namespaces.
An ambiguous identifier named identifier name exists in the following namespaces: list of SPL namespaces.
An ambiguous identifier named identifier name exists in the following input ports or operator-specific enumerations: list of qualified names.
The break statement is outside the loop.
An input port that corresponds to the input port name identifier was not found.
A port that corresponds to the port name identifier was not found.
The tuple definition is circular.
The continue statement is outside the loop.
The use directive is a duplicate.
The following identifier is a duplicate: duplicate identifier.
The following string literal is not valid: explanation of incorrect string literal.
The tuple literal element is not valid. The elements of a tuple literal must be attribute assignments in the following form: attribute = expression.
The following label is a duplicate: SPL config or logic clause.
SPL config or logic clause
config
logic
The name parameter expects expected number expressions, but the following number of expressions was specified: actual number.
The function name function has the same parameter types as another function.
The name identifier was previously defined at this location.
There is a problem parsing the XML file file name.
The history subscript for the following input stream cannot be a slice: input stream name [ : ].
A type mismatch was found in the history subscript. An integral type is expected, but the following type is found instead: input stream name [ subscript type ].
The expression that is used to subscript a stream history reference must be an integer that is a compile time value, but the following expression was found: subscript expression.
A type mismatch exists in the following subscript index: list or map type [subscript type].
A type mismatch exists in the following subscript slice: list or map type [low bound type : upper bound type].
The following list, map, or set is a heterogeneous literal: list/map/set.
The suffix specifies that the type of this numeric literal must be: int/uint/float/decimal8/16/128. SPL does not support this type.
A type mismatch exists in the following cast: (cast type) expression type.
The conditional expression contains a type mismatch. The type of the then-branch, which is left type, must be the same as the type of the else-branch, which is right type.
A type mismatch exists. A boolean is required. The actual type of the condition is: selector type.
A type mismatch exists. The expression type expression type cannot be converted to the declaration type declaration type in a variable initilizer.
The name operator parameter requires values of the expected type type, but values of the actual type type are specified.
A type mismatch exists for the unary operator unary operator and the expression type expression type.
A type name is expected. The specified name is name and is not a valid type in this scope.
An unknown attribute was specified: name.
An unknown function was called: function name.
An unknown identifier was referenced in the SPL program: name.
The parameter name parameter is unknown and was not defined for the operator operator.
This version of the product does not support the translation of SPADE code. To translate SPADE code, use the SPADE to SPL migration tools that are available in Version 2.x of the product.
The trang program failed to run. The error is: explanation.
The subscription/filter parameter on an Import operator must be a compile time rstring, but the following expression was specified: expression.
The expression subscription parameter on the Import operator is not a valid subscription expression.
A literal is expected in the filter expression, but the following expression is used instead: expression.
An int64 literal is expected in the filter expression, but the following expression is found: expression.
The type of the symbol in the filter % expression must be an integral type, but the following expression was found: expression.
The type of the identifier symbol in the filter expression must be integer/rstring/float64/boolean type.
The type of the identifier symbol in the filter subscript expression must be list<integer>/list<rstring>/list<float64>/list<boolean>.
An integer literal expression is expected in the filter subscript, but the following expression is found: identifier.
For the operation operation, the type of the left side expression, which is left hand side expression, does not match the type of the right side expression, which is right hand side expression.
In the filter expression, for the operation operation, the boolean type is expected, but the following type is found: type.
In the filter expression, the list type is expected for the in operand, but the following type is found: expression.
The use of the expression symbol expression is not valid in a filter expression.
The use of the expression literal expression is not valid in a filter expression.
The use of the expression expression in the filter is not valid.
The expression filter expression contains a subexpression that is not valid: expression.
The following symbol is not defined in output tuple: identifier.
The following expression is not a valid filter expression: expression.
Multiple calls to the following stateful functions exist in the same output clause: function and function. Ensure that no more than one stateful function is invoked by an output clause.
A graph clause does not exist for the following main composite: composite name.
The following label is a duplicate: SPL config clause name or logic onTuple/onPunct clause.
SPL config clause name or logic onTuple/onPunct clause
onTuple
onPunct
The following label is a duplicate: logic onTuple/onPunct clause. A comma rather than a semicolon might have been used on the input port declarations.
logic onTuple/onPunct clause
The language and language languages are both specified as the default language for the following message set: name
A default language is not specified for the following message set: name
The following input stream alias is identical to an input stream name: name.
The config checkpoint clause is not supported in stand alone mode.
The expression value of the parameter name parameter is not a custom literal. The operator model for the primitive operator name operator expects a value of the custom literal type.
The following expression for the config threadedPort clause is not valid: expression.
The expression for the queue size parameter must be int32 literal >= 1. The incorrect expression is: expression.
A queue was already specified for the following port: input stream name.
Because of previous compilation errors, the compile process cannot continue.
The following path does not exist: path.
The following path was input, but is the path to a directory: path.
The following path was input, but is not the path to a directory: path.
The preprocessing of the following file failed: pathname.
The following remote distcc node count value, which is specified by the -r switch, is not valid: argument. The remote distcc node count must be greater than zero.
The following default pool size value, which is specified by the -d switch, is not valid: argument. The default pool size must be greater than 0.
The following pool index for the host pool name pool is outside the valid range: expression. The valid range is: 0...host pool size.
The following file cannot be opened: pathname. The error is: explanation.
The following file cannot be created: pathname. The error is: explanation.
The following file cannot be removed: pathname. The error is: 'explanation'.
The following old pathname file cannot be renamed to new pathname. The error is: explanation.
The following directory cannot be created: pathname. The error is: explanation.
The following directory cannot be removed: pathname. The error is: explanation.
The primitive operator name operator, which specifies punctuation for port number input port number, is connected to multiple streams: list of stream names.
The primitive operator name operator, which specifies punctuation for port number input port number, is connected to a stream that has no punctuation.
The primitive operator name operator, which specifies punctuation for port input port number, is connected to a stream that does not preserve the punctuation semantics. A loop was detected.
The operator profile for pathname failed to load. The error is: explanation.
The intrinsic function name intrinsic function can only be used within a placement config.
The following path is already in the SPL path list: pathname
The following toolkit file is missing: pathname.
The following toolkit failed to load: pathname. The error is: explanation.
The pathname XML file was not found during the lookup in the toolkit name toolkit.
The pathname XML file cannot be created. The error is: explanation.
The pathname SPL file was not found during the lookup in the toolkit name toolkit.
The following toolkit file is out of date: toolkit name. This file is newer: pathname.
The identifier identifier is duplicated in the following namespace: namespace name.
The identifier identifier is duplicated in the default namespace.
The identifier identifier is duplicated as the operator name operator and the function name function.
Errors occurred while the toolkits were loading.
The following transport performance file was not found: performance file.
The following helper file for the code generator is missing: pathname.
The following template file for the code generator is missing: pathname.
The execution of the code generator failed. The error is: explanation.
The execution of the following script failed: pathname. The error is: explanation.
The compilation of the generated code failed.
During the evaluation of the expression expression, the following compile time exception occurred: exception. Ensure that the expression can be evaluated at compile time.
A compile time exception occurred during the evaluation of the following SPL expression: expression. Check the constraints.
The subscript expression subscript in the expression expression is not valid.
The operator name operator was not found in the toolkit.
The following script cannot be run: pathname.
The following non-zero return code was received from the pathname script: return code.
A valid canonical name cannot be obtained for the following host: hostname. The error is: explanation.
A valid canonical name cannot be obtained for the following host. The hostname is hostname. The name of the host pool is: host pool name. The error is: explanation.
The hostname hostname is duplicated in host pool host pool name.
After the host resolution, hostname hostname is duplicated in host pool host pool name.
The following explicit host pool is empty: pool name.
The pool name explicit host pool is incomplete. The following number of hosts are missing from the pool: number of missing.
Multiple imported streams with filter expressions on one port is not supported.
The syntax of the applicationName parameter of the Import operator is not valid. The following syntax was found: expression. The expected syntax is: [<namespaceName>::]<compositeName>
The use of multiple subscription-based import streams on one port is not supported.
The parameter name parameter uses a single expression, but an expression list was specified.
The parameter name parameter uses a string literal, but the following expression was specified: expression.
The applicationName parameter is missing from a name-based streamId import.
The compiler ignores an applicationName parameter in an import that is not name-based.
The expression expression in the subscription is not valid.
The subscription expression expects a literal, but the following expression is specified instead: expression.
The subscription expression expects an identifier, but the following expression is specified instead: expression.
The subscription expression expects a literal of rstring, int64 or float64 type, but the following expression is specified instead: expression.
The subscription expression expects an integer literal, but the following expression is specified instead: expression.
The export property expression expects a tuple literal, but the following expression is specified instead: expression.
The export property expression expects an identifier, but the following expression is specified instead: expression.
The property expression of an export expects a literal of the rstring, int64 or float64 type, or a list literal with these element types, but the following expression is specified instead: expression.
The following stream is exported multiple times: stream name.
The export of the following imported stream is not valid: stream name.
An error occurred while the operator model was loading. The error is: explanation
The parameter expects a compile time expression of the type type, but the following expression is specified instead: expression.
The parameter expects an expression with one of the values in the following list: list of values. The following expression is specified instead: expression.
The following host pool expression is not valid: expression.
The following placement expression is not valid: expression.
The config placement expects a string, but the following expression is specified instead: expression.
The config clause contains multiple host placements.
The following fusion mode option is unknown: argument value.
The following transport option is not known: argument value.
The input transport kind input transport for the input operator name operator does not match the output transport kind output transport for the output operator name operator, but they are connected.
The first transport kind input transport for the first operator name operator does not match the second transport kind output transport for the second operator name operator, but they are located in the same partition.
The first transport kind output transport for the first operator name operator does not match the second transport kind output transport for the second operator name operator, but they are located on the same partition.
The number of input ports in the operator name operator does not match the number that is specified by the operator model.
The number of output ports in the operator name operator does not match the number that is specified by the operator model.
The correct number of attribute assignments, which is specified by the operator model, is not specified for output port number port number in the operator name operator.
An assignment cannot be generated for the output attribute name attribute of output port number port number in the operator name operator.
The parameter name parameter is not allowed for the operator name operator.
The parameter name parameter is required by the operator model for the operator name operator, but is not found.
The expression value of the parameter name parameter is not an attribute. The operator model for the operator name operator expects a value that is an input attribute.
The expression value of the parameter name parameter is not a constant expression. The operator model for the operator name operator expects a compile time literal value.
The expression assignment is not a constant expression. The operator model for the operator name operator expects a compile time literal value.
The expression assignment expression is not an attribute expression. The operator model for the operator name operator expects an attribute expression.
The argument value value of the profiling parameter needs to be >= -1.
The sampling rate for profiling argument value must be a floating point value.
The sampling rate for profiling argument value needs to be >= 0 and <= 1.
A window is defined for port number port number of the operator name operator, but the operator model specifies that the port must not define a window.
A window is not defined for port number port number of the operator name operator, but the operator model specifies that the port requires a window.
The logic clause in the operator name operator modifies the incoming tuple of port number port number. However, the operator model specifies that this tuple is not mutable.
The output clause in the operator name operator modifies the incoming tuple of port number port number. However, the operator model specifies that this tuple is not mutable.
The parameter name parameter in the operator name operator modifies the incoming tuple of port number port number. However, the operator model specifies that this tuple is not mutable.
A port is accessed by the expression expression in the parameter name parameter, but the operator model for the operator name operator does not allow access to this port.
The following main composite name is not a valid identifier: composite name.
The output clause in the operator name operator specifies assignment expressions for output port number output port number, but the value for the expression mode is specified as Nonexistent in the operator model.
An error was encountered during the generation of the code for the operator name operator.
The name environment variable is not set.
The function name function expects a string literal, but found the following expression: expression.
A compile time cast failed. The error is: explanation.
The boolean type is expected for the expression predicate, but the following type is found: type.
The following value for the maximum processing element cpu fraction must be a floating point value: argument value.
The argument value argument value for the maximum PE cpu fraction needs to be >= 0.
The exlocation value value of the partition exlocation for the operator name and operator name operators conflicts with the direct or transitive partition colocation of the operators.
The operator name operator can be restarted, but the operator name cannot be restarted, which conflicts with the direct or transitive partition colocation of the operators.
The operator name operator can be relocated, but the operator name operator cannot be relocated, which conflicts with the direct or transitive partition colocation of the operators.
The operator name operator can be relocated, and must also be able to be restarted.
The exlocation value host exlocation values of the operator name and operator name operators conflicts with the direct or transitive partition colocation of the operators.
The specification of partition isolation for the operator name operator conflicts with the specification of direct or transitive partition colocation with the operator name operator.
The exlocation value specification of host exlocation for the operator name and operator name operators conflicts with the direct or transitive specification of host colocation for these operators.
The host isolation of the operator name operator and the direct or transitive host colocation of this operator with the operator name and operator name operators imply that these three operators must be placed in a single partition. The placement of these three operators in a single partition conflicts with the exlocation value partition exlocation value of the operator name and operator name operators.
The host isolation of the operator name operator and the direct or transitive host colocation of this operator with the operator name and operator name operators imply that these three operators must be placed in a single partition. The placement of these operators in a single partition creates a conflict because the operator name operator can be restarted, but the operator name operator cannot be restarted.
The host isolation of the operator name operator and the direct or transitive host colocation of this operator with the operator name and operator name operators imply that these three operators must be placed in a single partition. The placement of these operators in a single partition creates a conflict because the operator name operator can be relocated, but the operator name operator cannot be relocated.
The host isolation of the operator name operator and the direct or transitive host colocation with the operator name operator imply that these two operators must be placed in a single partition. The placement of these operators in a single partition conflicts with the partition isolation of the operator name operator.
A host that is common to the direct or transitive host placements of the following operators does not exist: operator names
The host exlocation or host isolation specifications cannot be satisfied.
A feasible placement cannot be found.
A stream name is expected, but the identifier identifier is not a stream in this scope.
A value name is expected, but the identifier identifier is not a value in this scope.
The expression expression for the size of the window eviction policy does not simplify to a literal.
The expression expression for the size of the window trigger policy does not simplify to a literal.
A user error was encountered during the verification of the operator name operator.
The compiler predicts that the expression expression has side effects.
The expression predicate expression cannot be evaluated.
An internal error occurred. The error is: explanation.
explanation
The expression for the parameter name parameter contains a reference to the input attribute name attribute, but the operator model specifies that the expression is attribute free.
An output assignment contains a reference to the parameter name attribute, but the operator model specifies that the output assignment is attribute free.
An output port that corresponds to the identifier identifier cannot be found.
Multiple ports that correspond to the identifier identifier were found. To remove the ambiguity, consider using port aliases.
A port name is expected.
The name name is expected to be a simple identifier in the window clause.
The name name is expected to be an intrinsic call in the window clause.
The expression in the window clause is not valid.
The eviction policy that is expected in the tumbling window was not found. Instead, the following number of eviction policies were found: number of eviction policies.
One or two eviction policies are expected in the window, but the following number of eviction policies are found: number of eviction policies.
The first argument to delta is expected to be an attribute of the input stream name input stream.
A window for the port of the input stream name input stream is redundant. The window was already specified.
An operator name is expected, but name is not an operator name in this scope.
An actual parameter to a primitive operator must be an expression that denotes a value.
The operand that is modified by the SPL expression operator SPL expression operator must be mutable.
The actual parameter that is passed to the parameter name mutable formal parameter must be mutable.
The expression output assignment expression accesses a port, but the model for the operator name operator does not allow access to that port.
At least one possible assignment for the output attribute name output attribute was found, but it was blocked by a mismatch in the port scope.
The SPL compiler failed to load the function model XML file function model file using the function model schema function model schema. The error is: explanation.
The toolkit name toolkit requires Streams version required Streams version, but version provided Streams version of the product is currently installed.
The toolkit name toolkit requires version required toolkit version of the required toolkit name toolkit, but version provided toolkit version of the required toolkit is currently installed.
The toolkit name toolkit requires version required toolkit version of the required toolkit name toolkit, but version required toolkit version of the required toolkit name toolkit is not available.
The target filename symbolic link cannot be created. The error is: explanation.
The identifier namespace component is reserved for the SPL compiler. Use a different identifier.
The operator name operator name conflicts with a C++ keyword.
The attribute name attribute name conflicts with a C++ keyword.
The identifier that extends a tuple must itself be a tuple type or a stream that that is used as a tuple type.
Immutable variables require an explicit initializer.
The composite name composite operator expects expected number of ports input ports, but actual number of ports input ports are found.
The composite name composite operator expects expected number of ports output ports, but actual number of ports output ports are found.
All the streams on one port must be of the same type, but the type of the stream name stream is different from the type of the stream name stream.
Return statements are permitted only in functions.
The type type of the return value from the function name function needs to be the type type.
The leading character of composite formal identifiers must be the dollar sign symbol ($).
The function name function is missing the following compile time argument: compile time name.
An empty container literal was used in an unknown type context. Did you forget a cast?
The expression checkpoint expression is not valid.
A checkpoint configuration cannot contain both of the following terms: periodic and operatorDriven.
A function name is expected, but the identifier identifier is found and this identifier is not a function in this scope.
The expression argument for the checkpoint period must be greater than zero.
The error output from the script name script is: standard error output.
Only the composite formal identifiers must lead with a dollar sign symbol ($). The identifier identifier is not a valid identifier.
A return statement with a value is included in a function that returns void.
A config checkpoint clause has no effect without a config restartable : true clause.
The assignment to the expression slice is not valid.
The assignment to the expression string subscript is not valid.
The toolkit directory is missing.
The namespace name namespace that is defined in the pathname SPL file does not match the namespace name namespace that is derived from the following directory path: pathname.
The version string toolkit version number is not expected to be in the following format: d[.d[.d[.alnum].
The following product version range is not valid: version range.
Only the static type definitions can be accessed with dot notation, but the type name type is not static.
The type name typeName, which is not static, cannot be used to define the following static typeName: type name.
The operator name main composite cannot be found in the following file: pathname. The composite expansion will not occur.
Input port number port number in the operator name operator, which expects punctuation, is potentially connected to multiple streams due to an upstream import.
The property name property name is duplicated in the export property expression.
Errors were generated during the instantiation of the composite operator name composite operator.
The operator was expanded from the composite operator name composite operator.
The input stream name input port of the composite operator name composite operator expects a stream of the type type, but found the input stream name stream of the type type.
The clause clause is not permitted on a composite operator invocation.
The invocation of the composite operator name composite operator is recursive.
The actual parameter for the expression formal parameter with the parameter type mode expression mode is not valid.
The execution of the spl-make-operator script failed during the toolkit indexing process.
The following output directory path exists, but the path does not point to a directory: pathname.
The following data directory path exists, but the path does not point to a directory: pathname.
The following checkpoint directory path exists, but the path does not point to a directory: pathname.
The function name function must be declared to be stateful because it calls the function name function, which is stateful.
The function name function does not need to be declared stateful because it does not call any stateful functions.
Because the composite operator name composite operator from the namespace name namespace is not public, the composite operator is not visible from the namespace name namespace.
Because the function name function from the namespace name namespace is not public, the function is not visible from the namespace name namespace.
SPL does not support this use of the local variable name uninitialized variable.
The operator model for the operator name operator prohibits the specification of a logic clause.
The local variable name variable is never read.
A type mismatch exists between the type type of the input stream name stream and the type name type of the port.
The composite name main composite cannot be located. The composite does not exist.
The config threadedPort clause is allowed only on the primitive operator instances.
The type bound must be a positive integer constant.
The composite parameter name composite parameter cannot be used to define a new name.
The value of config defaultPoolSize clause must be a positive integer constant.
The config defaultPoolSize clause accepts only one value.
The namespace name is not valid.
Multiple matching functions can be found for the call to the function name function. The following number of functions candidates are found:
Either the streamId or the properties can be specified on the Export, but both cannot be specified.
Either the streamId or the subscription can be specified on the Import, but both cannot be specified.
The export parameter for the streamId name streamdId already exists. The same stream cannot be specified in different export operators.
The literal value literal is out of bounds for type type.
A matching function cannot be found for the call to the function name function. The following number of functions candidates are found:
This is a possible candidate: function declaration.
This is a possible candidate in the namespace name namespace: function declaration.
A host pool without a specified size cannot be exclusive.
The code generation for the code generation template failed.
The hexadecimal literal of the type type is too long and is not supported.
The verification process for the pathname operator verifier failed.
A return statement is missing at the end of a function that returns a non-void type.
The name variable is written here and read or written elsewhere in the same expression.
For the composite operator name main composite, inputs or outputs must not be specified and all the parameters must have defaults.
This is the aliased read or write of the variable name variable in the same expression.
Multiple calls to the following stateful functions exist in the same expression: function name and function name.
The host isolation of the operator name operator and the direct or transitive host colocation of this operator with the following operators imply that all these operators must be placed in a single partition: list of operator names
The assignment of the operator name operator to the host pool name exclusive pool conflicts with the direct or transitive host colocation of this operator with the operator name operator, which is not assigned to the host pool name pool.
Shared host pools are not permitted when the -p option and the FOPT value is specified.
The host pool name host pool, for which a size is not specified, cannot be subscripted.
The operator name operator uses the default pool, but the default pool size according to the -d option was not specified by using -p FOPT option and value.
Conflicting default values exist in the literal getSubmissionTimeValue function. The conflicting default values are: default value and default value.
The port name port name is duplicated in the composite operator definition.
A call to the custom output function name custom output function is nested in another expression.
The following character is not supported: 'character'. Its decimal value is integer value of character.
The parameter name reserved parameter name in the Java operator model is not valid.
The parameter name reserved parameter name in the Java operator instance is not valid.
The clause name clause cannot be followed by the clause name clause. The expected order of the clauses is: list of clause names.
The SPL compiler reaches the namespace name namespace by using multiple paths. The paths are: pathname and pathname.
The pathname file was not found.
spl is the top-level namespace and is reserved.
The pathname file is not indexed because it is in a reserved directory.
The identifier identifier is not an attribute of the identifier tuple.
Duplicate output assignment exists for the attribute name attribute.
The expression subexpression of the expression subscription expression is not valid.
The end-of-file (EOF) for the input file was reached prematurely.
The pathname path to the transport statistics directory exists, but it is not a directory.
The expression expression for the queue name parameter must be an input port.
The number of available hosts in the pool name pool is available hosts. This number is not sufficient to support the actual hosts actual hosts of the operators that use Host Exlocation exlocation and are assigned to the pool name pool.
The identifier identifier is a reserved word and cannot be used.
The null type may not appear on the left side of an optional type operator.
The null type may not appear on both sides of an infix operator.
A type mismatch exists at the SPL expression operator shift operator. Operands of the type and type types were found.
A type mismatch exists at the SPL expression operator infix operator. Operands of the type and type types are found, but operands of type types are expected.
The transport statistics data failed to load in the following file: pathname. The error is: explanation.
Illegal consistent region topology: Operator operator name input port input port has streams from both consistent and autonomous regions feeding it.
The value of the attribute name attribute of the annotation name annotation is not unique.
The annotation name annotation is not functional in standalone mode. The annotation is ignored.
An error was detected while the function model was loading. The error is: explanation.
An error was detected while the operator model was loading. The error is: explanation.
The value for the parameter name parameter of the annotation name annotation is not valid.
The annotation name annotation requires that one of the following parameters be specified: parameter list.
The parameter name and parameter name annotation parameters are mutually exclusive.
The getSubmissionTimeValue intrinsic function is not allowed in the value expression for the key name parameter of the annotation name annotation.
The function name function may not appear in the value expression of an annotation key/value parameter.
The annotation name annotation cannot be used on an operator in a parallel region.
Two consistent regions cannot be merged due to a conflict in submission-time parameter names.
The other annotation is defined here.
A non-relative SAB file include or exclude path is specified in the info.xml file file path.
Standalone applications cannot be profiled.
Operators can not be declared relocatable but not restarable.
The getThisCompositeInstanceName function must be called from an operator instance. This requirement excludes static type definitions and the config clause of a composite definition.
The following attribute is a duplicate: identifier.
An invalid value option value was specified for the option name option.
Both consistent and autonomous annotations cannot be specified on the same operator.
Operator operator name is in a consistent region and has a direct or indirect config checkpoint.
The application has one or more consistent region but has no Job Control Plane operator.
The operator type operator cannot participate in a consistent region. It must be annotated with the @autonomous annotation.
The option option is not supported on this platform and is ignored.
An error was detected while the toolkit info model was loading. The error is: explanation.
An error was detected while the toolkit list model was loading. The error is: explanation.
The unknown value option value was specified for the c++std compiler option.
The annotation SPL annotation is used too many times. The maximum cardinality for the annotation is cardinality.
The identifier matching identifier was found in the namespace name namespace. If this identifier is the correct matching identifier, make the unqualified name visible by adding a use directive, or qualify the reference.
The pathname file cannot be opened and read.
The stream name output stream is already set to be viewable.
The expression expression in the config streamViewability clause is not valid.
A value for the parameter name parameter is required by the composite operator name composite operator, but the value does not exist in the current invocation.
The port name output port of the operator name composite operator needs a stream of the type type, but the stream name stream of the type type is specified.
The operator name Import operator must generate only one output port.
The operator name Export operator must accept only one input port.
The name variable is written in the expression, and then is read or written elsewhere in the same expression.
The boolean value for the config streamViewability clause is specified multiple times.
WARNING: The messages for the locale name locale cannot be loaded. The compiler will continue to load the default messages.
The toolkit name must be a string that is not empty.
The SPL compiler is using the toolkit name toolkit Version toolkit version in pathname.
An unrecoverable internal compiler error occurred. The signal number is: signal number. Contact Product Support.
The operator name operator cannot use the config clause.
The fusion mode fusion mode option is available only with the --allow-convenience-fusion-options switch.
The operator name operator is not supported in standalone mode.
The option value value is not valid for the output-side-effects-behavior option. The valid values are: ignore, warn, or error.
The default initializer for the composite parameter name composite formal parameter contains a reference to the composite parameter name composite formal parameter. The composite formal initializers cannot reference other composite formals.
A circular type definition was detected in the type name type.
The pathname input path is not a directory.
The logic onProcess clause can be used only in a Custom operator that has no input streams.
A feedback loop was detected on the data path: list of operators.
The SPL files, operators, or native functions are not found in the path name path. The toolkit.xml file was not created.
The expression expression for the window eviction policy size must not reference an input stream.
The expression expression for the window trigger policy size must not reference an input stream.
The following warning was generated while the compiler was parsing an XML file: explanation.
The following error was generated while the compiler was parsing an XML file: explanation.
The pathname path contains directory names that are not valid names for SPL namespaces. The filename file is ignored.
An unrecoverable internal compiler error occurred in the spl-make-toolkit command. The signal number is: signal number. Contact Product Support.
For the expression expression, the value of the window partition eviction policy must not reference an input stream.
One partition eviction policy is needed for the window, but the following number of policies found are found: number of partition eviction policies.
The partition eviction policy for the window is found, but the window is not partitioned.
The map literal element is not valid. All the elements of a map literal must be in the following format: expression : expression
The state variable name state variable shadows an attribute of the same name.
The option value value is not valid for the option name option. The valid values for this option are: old and new.
The order of the window clause must be: ( 'tumbling' ',' evictionSpec ) | ('sliding' ',' evictionSpec [',' triggerSpec] ) [',' 'partitioned' [',' partitionEvictionSpec] ].
The order of the window clause must be: ( 'tumbling' ',' evictionSpec ) | ('sliding' ',' evictionSpec [',' triggerSpec] ) | ('timeInterval', ['intervalDuration(intervalDurationSpec)'] [',' 'intervalOffset(intervalOffsetSpec)'] [',' 'creationPeriod(creationPeriodSpec)'] [',' 'discardAge(discardAgeSpec)']) [',' 'partitioned' [',' partitionEvictionSpec] ].
The option value value is not valid for the for the window-clause-ordering option. The valid values are: any and strict.
The attribute name attribute of the type type is found, but the type type is expected.
The type formal name type formal was already defined in the function prototype function prototype.
The type formal name type formal is declared, but is not used as a type in any function parameter in the function prototype function prototype. To enable the compiler to bind the type formals to a concrete type, the type formals must be in the parameter list.
The bound formal name bound formal is already defined in the function prototype function prototype.
The bound formal name bound formal is declared, but is not used in a type in any function parameter in the function prototype function prototype. To enable the compiler to bind the bound formals to a concrete type, the bound formals must appear in the parameter list.
The pathname file was not indexed because it is under a primitive operator directory.
The identifier variable is written here and read or written elsewhere in the output clause.
The toolkit name toolkit was ignored because the name of the toolkit is the same as the name of the application.
The namespace name namespace is not defined in the use directive.
The input XML file was not specified.
At least one trigger expression must be specified.
The value for the option name option is not valid. The value must be either valid option value or valid option value.
The attribute name attribute name that is specified for the option name option must be a valid SPL attribute name.
The trigger XPath trigger is not valid.
The pathname XML file does not exist.
The attributes of the XML element name element cannot be flattened because the XML attribute name attribute conflicts with a nested element of the same name.
The output file was not specified.
No elements were found under the trigger XPath trigger expression. Ensure that the trigger expression is valid for the given XML.
An int64 literal value is required in the subscription, but the literal value literal value was found.
The XML literal literal is not valid for the declared type, which is type. The error is: explanation.
The port number toolkit name in the call to submit is not a valid output port.
The return statement in the logic of an onTuple, onPunct, or onProcess clause must not use a return value.
The logLevel config value is different from the tracing config value. The logLevel config value is ignored.
The function name function name conflicts with a C++ keyword.
While the XML was processed, the compiler encountered element or attribute names that result in SPL attribute names that are not supported. An underscore character (__) was prepended to the SPL attribute name to make it a supported name.
The identifier identifier is a reserved word, and cannot be used as an argument to the option name option.
The generation of the message set name resource bucket failed.
The JVM arguments of the operator name Java operator invocation are inconsistent with the other Java operators invocations in the same processing element.
The composite or namespace name of name is not valid. The name must be a valid SPL identifier.
The composite option is not specified. The option name option is ignored.
The annotation name SPL annotation is not a supported annotation.
The annotation name SPL annotation does not support a key that is named annotation key.
The annotation key annotation key is used multiple times in the definition of the annotation name SPL annotation.
The definition of the annotation name SPL annotation is missing the following required key: annotation key.
The compiler expects an operator or enumeration name. The identifier identifier is not an operator or enumeration in this scope.
The composite parameter name formal parameter cannot be used in this context because the type of the formal parameter is not attribute.
No set of toolkits could be selected that would satisfy all dependencies.
The toolkit name toolkit version toolkit version cannot be loaded because the dependencies of the toolkit are not satisfied by the toolkit name toolkit version toolkit version.
A cycle was detected in the toolkit dependency tree that involves the following toolkits:
The following toolkit was involved in a toolkit dependency cycle. The toolkit is: toolkit name and the version is: toolkit version.
A syntax error was found while parsing the SPLDOC comment block.
The value specified as a getSubmissionTimeValue default cannot be converted to an integer.
The export parameter for the stream id stream id does not use the getChannel function.
The initializer expression for the parameter name parameter of the annotation name annotation does not have the correct type. The expression must be of expression type type.
The annotation name annotation cannot be applied to a composite operator definition.
The annotation annotation cannot be applied to the operator name operator.
A stream from an Import operator or to an Export operator cannot cross a parallel region boundary.
The Import operator producing the stream that crosses the parallel region boundary is defined here.
The Export operator consuming the stream that crosses the parallel region boundary is defined here.
Input port number port number in the operator name operator, which expects punctuation, is potentially connected to multiple streams due to an upstream parallel region.
The primitive operator name operator, which specifies punctuation for port number input port number, is in a parallel region that is directly adjacent to an upstream parallel region.
The value of the width parameter specified in the parallel annotation is not valid.
The parallel annotation has a partitionBy parameter specified but no partitions were found.
The port name port name specified in the parallel annotation is not a valid stream or port name.
The attribute name attribute specified in the parallel annotation is not a valid attribute name in the stream type associated with port port.
The attribute name attribute specified in the parallel annotation is already in the attribute list.
The value specified for the replicateHostTags parameter of the parallel annotation must be a compile-time constant non-empty list of rstring literals.
The partitionBy attribute of the parallel annotation is missing the port or attributes attribute.
The value specified for the attributes attribute of the parallel annotation is invalid. A list of attributes from the specified input port is expected.
The STREAMS_INSTALL environment variable is not defined.
Illegal consistent region topology: Custom operator operator name cannot be the start of a consistent region.
Illegal consistent region topology: a start operator has a feedback loop within the consistent region. The path is: path name.
Illegal consistent region topology: there is a feedback loop contained within the consistent region. The path is: path name.
Illegal consistent region topology: operator operator name has exclusively control input ports and has output ports.
Illegal consistent region topology: incompatible consistent regions cannot be merged.
The incompatible consistent region is defined here.
Illegal consistent region topology: There are too many start operators that are operator driven. Start operators are: list of operator names
Illegal consistent region topology: start operator operator name is specified as a parallel region with a width greater than 1, and has a trigger kind of operatorDriven.
The consistent region start operator operator name is also specified as a parallel region. Application submission will fail if a parallel width greater than 1 is specified.
The annotation name annotation has a parameter name parameter with a value of parameter value but the required parameter name parameter was not specified.
The annotation name annotation has a parameter name parameter which is not valid unless the parameter name parameter with a value of parameter value is also specified.
The copy of toolkit toolkit name to file location failed.
The profile option FOPT must be specified with a profile file.
The profile file file name could not be untared.
More than one operator name operator is declared in the application.
The first operator name operator is defined here.
The operator name operator may not appear in a parallel region.
The annotation name annotation may not be applied to the invocation of the operator name operator.
The option name option is no longer supported and will be removed in a future release.
The annotation name annotation may not be applied to the invocation of a primitive operator.
The port name port name has been used more than once in a broadcast element of a parallel annotation.
The port name port name has been in both a broadcast element and a partitionBy element of a parallel annotation.
The port name port name has been used more than once in a partitionBy element of a parallel annotation.
The XML schema explanation is not found.
Error generating Java template code.
Operator invocation error for Java primitive explanation
Error opening file file name reason: explanation
Error writing to file file name reason: explanation
The operator operator may not be used with a boolean literal.
An optional type may not have another optional type as its underlying type.
A literal null cannot be assigned to a non-optional type.
A literal null cannot appear in a parameter expression without an explicit cast to an optional type if that parameter does not have a type.
A literal null cannot appear in the given expression without an explicit cast to an optional type.
For the subclause subclause of the window definition, the expression expression must not reference an input stream.
The resolution in an @eventTime annotation must be one of Milliseconds, Microseconds, or Nanoseconds.
The port port of the operator operator is included in multiple timeInterval subgraphs.
The duplicate timeInterval attributes are timeInterval attribute and timeInterval attribute.
The window clause uses a subclause valid only for timeInterval windows with a subclause valid only for sliding or tumbling windows.
The window clause specifies a timeInterval window, but there is no \@eventTime annotation.
The window clause specifies a timeInterval window, but the \@eventTime annotation specifies an eventTimeAttribute value that is not in the input schema.
There are at least two output ports with an attribute matching the eventTimeAttribute from the @eventTime annotation, but with different types. This is not supported. The types are type and type.
No attribute was found matching event-time attribute attribute.
The event-time attribute attribute has unsupported type type. Only timestamp, uint64, and int64 are supported.
The @eventTime annotation is not supported on composite operators.
The @eventTime annotation specifies a resolution other than Nanoseconds. The type of the event-time attribute is timestamp. The only supported resolution for timestamp is Nanoseconds.
In the window clause for a timeInterval window, window_clause_part must be specified exactly once.
In the window clause for a timeInterval window, window_clause_part may be specified at most once.
window_clause_part may only be used in a window clause if the window is a timeInterval window.
For the subclause subclause of the window definition, the expression expression does not simplify to a literal.
The eventTimeAttribute value in the @eventTime annotation must be an attribute in an output tuple type.
Exception ports cannot be used on the operator composite operator.
On the operator operator, the output port exception port has an incorrect schema.
The operator operator has number of exception ports exception port(s), but must have number of input ports exception port(s) as it has that number of input ports.
The operator operator has number of exception ports exception port(s), but does not have exceptionPorts=true enabled in its catch annotation.
The exception port that corresponds to the exception port name identifier is not allowed in this context.
The STREAMS_JAVA_HOME environment variable is not defined.
The initializer expression for the parameter name parameter of the annotation name annotation fails to parse as valid JSON.
No toolkit specified. Use either the -i or -t parameter to specify the toolkit path(s).
JVM locale: language: language, country: country, variant: variant
Invalid argument: argument.
Both -i and -t parameters are specified. Use either the -i or -t parameter to specify the toolkit path(s).
The specified toolkit path path does not exist or is not a directory.
Error loading model file: model file. File does not exist, or: error. Try reindexing or recompiling the toolkit.
Exiting spl-make-doc.
Error reading model file: model file. Content missing. Try reindexing or recompiling the toolkit.
Error reading SPL file: model file. Verify that the SPL file exists and can be read.
Exception encountered: exception
Primitive operator image not displayed. Problem loading file: image file
Exception loading the model file model file. Try reindexing or recompiling the toolkit.
Source model inconsistency. Start column number column on line line number exceeds line length line length. Contact Product Support.
Source model inconsistency. End column number column on line line number exceeds line length line length. Contact Product Support.
File does not exist, or incorrect path name: file. Try reindexing or recompiling the toolkit.
URI table not found for toolkit toolkit. Try reindexing or recompiling the toolkit.
URI index for toolkit toolkit missing entry: entry. Try reindexing or recompiling the toolkit.
The toolkit in directory toolkit directory has the same name as the toolkit in directory toolkit directory. Specify the toolkit toolkit only once.
Toolkit model inconsistency for the toolkit in directory toolkit directory. Try rebuilding the toolkit.
A line of SPLDOC markup text starts with characters reserved for possible future markup. Suppress interpretation by using the backslash (\\) escape character in this line: line
A title in SPLDOC markup text starts with characters reserved for possible future SPLDOC markup. Suppress interpretation by using the backslash (\\) escape character in this title: title
A line of SPLDOC markup text includes characters reserved for possible future SPLDOC markup. Suppress interpretation by using the backslash (\\) escape character in this text: text
A line of SPLDOC markup text that requires a title has no title.
A line of SPLDOC markup text contains in-line markup that is not closed or that contains incorrect SPLDOC markup. Correct the markup or suppress interpretation of the markup tag by using the backslash (\\) escape character in this text: text
An SPLDOC in-line markup tag is nested within other in-line markup where this is not currently supported. Suppress interpretation by using the backslash (\\) escape character in this text: text
The SPLDOC markup for a table is missing the markup to end the table at this line: line
There is a syntax error in the SPLDOC markup for a table. Correct the markup at this text: text
Required SPLDOC markup is missing from the end of this line of SPLDOC markup for a table: line
This line of SPLDOC markup for a table has fewer columns than the number already defined for the table: line
A line of SPLDOC markup for a table has more columns than the number already defined for the table, starting at this text: line
The SPLDOC markup for a column boundary in a table uses both normal and row header column boundary markup for the same column, at this text: text
The SPLDOC markup for a row boundary in a table occurs before all columns have been defined, at this text: text
The SPLDOC markup for a row boundary in a table has fewer than three characters between columns before this text: text
An error occurred during generation of image file: image file. Contact Product Support.
No SPLDOC comment provided for composite "composite".
No SPLDOC comment provided for function "function".
No SPLDOC comment provided for type "type".
Processing SPL artifacts.
Loading toolkit: toolkit name : toolkit version
Unrecognized SPLDOC annotation tag "tag" for artifact "artifact". Skipping tag.
SPLDOC annotation tag for artifact "artifact" has no name.
SPLDOC annotation "@annotation" for artifact "artifact" has no value.
No SPLDOC comment provided for operator "operator".
Generation complete with error count errors and warning count warnings. Generation of the SPL documentation failed.
Generation complete with error count errors and warning count warnings. Top-level document: document
Generation complete with 0 errors and warning count warnings. Top-level document: document
Invalid image URI: image URI. Correct the image file name in the SPLDOC comment.
Image file not found or cannot be read: image file. Correct the image file name in the SPLDOC comment or correct its access permissions.
The "@return" annotation for function "function" with return type void has been skipped.
Ambiguous link to SPL artifact "artifact". Link matches: list of matches.
The link to SPL artifact "artifact" must include a namespace to reference an artifact in another toolkit. The link matches: matching artifact.
The SPL artifact referenced by the link "link" is not in the document. Correct the reference to the SPL artifact in the SPLDOC link. If the link is to a function with parameters, include the parameter types.
Operator parameter parameter requires parameter parameter.
Operator parameter parameter cannot be set when parameter parameter is set.
Required attribute attribute is missing from schema schema.
Required attribute attribute is missing from schema schema for port port.
Schema schema for port port does not match schema schema for port port.
Input port input port is required to be have window type window type but has type window type.
Attribute attribute is required to be of type type but has type type.
Not supported at SPL compile time
Java primitive primitive operator model file model file can not be read.
Internal error: No current toolkit root directory
Operator does not support type for attribute attribute.
Annotation annotation requires class to be a non-abstract class.
Annotation annotation requires method to be an instance method.
Annotation annotation requires language element to be public.
Annotation annotation requires method to be a setter method with a single parameter.
Annotation annotation requires identifier to be a valid SPL namespace identifier.
Annotation annotation requires language element to be static.
Annotation annotation requires method to be a void method.
Annotation annotation requires method to be a setter method with a single parameter with type Metric.
Varargs methods are not supported by annotation annotation : Method method
Annotation annotation does not support parameter type method for method type.
Annotation annotation requires class to implement the Operator interface.
Cardinality for annotation annotation for method method must be greater than 1 or equal to -1 to represent unbounded.
Cannot set cardinality for annotation annotation for method method as the setter method's type enforces cardinality of 1.
Optional attribute for annotation annotation for method method must be set to true (or unspecified) if used in conjunction with the @DefaultAttribute annotation.
Cannot set cardinality for annotation annotation for method method as the setter method's @DefaultAttribute annotation enforces cardinality of 1.
DefaultAttribute annotation can only be used in conjunction with the @Parameter annotation.
Annotation annotation requires identifier to be a valid attribute name.
Icons annotation can only be used in conjunction with the PrimitiveOperator annotation.
The cardinality of the output port set must be specified.
The cardinality of the input port set must be specified.
The windowPunctuationInputPort value value does not correspond with a valid input port set identifier.
InputPortSet and InputPorts annotations cannot occur on the same element.
OutputPortSet and OutputPorts annotations cannot occur on the same element.
The id for an input port set must be unique.
The windowPunctuationInputPort attribute can be only set on punctuation preserving output ports.
Data directory was not specified at compile time.
Operator: operator requires exactly number input port(s).
Operator: operator requires at least number input port(s).
Operator: operator requires exactly number output port(s).
Operator: operator requires at least number output port(s).
Blob cannot support length of: length
Complex SPL character format is invalid, expecting: '(real, imaginary)', was value
The pathname file cannot be opened for writing.
The pathname file cannot be opened for reading.
The pathname directory cannot be created.
The string separator is not paired correctly.
message
STDOUT could not be duplicated.
STDOUT could not be restored.
Cannot find the code generation template name generator template file for the operator name operator.
The operator name cannot be derived from the directory context.
The operator model pathname operator model file cannot be found.
Do you want to create the file? [y or n]
Multiple operator name generator template files were found: pathname or empty string<op-name>_h or cpp.cgt.
The code generator template name.pm file is being generated.
The code generator template name.pm file cannot be created.
The base names of the code generator template name_h interface generator template and the code generator template name_cpp implementation generator template are different.
The pathname current working directory name does not end with .code generator template name.
signal name: Interruptions are disabled momentarily.
The operator model file is not specified.
The function model file is not specified.
The code generator template include file include file for the code generator template cannot be processed.
An unsupported window configuration was specified on the following input port number: port number.
A count-based trigger size of trigger size is not valid. The only valid size is 1.
The parameter name parameter is missing. This parameter is mandatory for the operator kind operator when a partitioned window is specified.
The partitioned window modifier is missing. This modifier is mandatory for the operator kind operator when a parameter name parameter is specified.
The number of values that is specified for the order parameter is not valid. The expected number of values is: expected number. The actual number of values found is: actual number.
The type of the expression sortBy parameter is type, which is not an ordered type.
The eolMarker parameter is valid for the line format only.
The blockSize parameter is valid for the block format only.
When the format is block, the blockSize parameter must be set.
The hasDelayField option is valid with the following formats only: csv, txt, and bin.
The parsing option is valid with the following formats only: csv, txt, and bin.
The writePunctuations option is valid with the following formats only: csv, txt, and bin.
The line format tuple must use one rstring attribute.
The block format tuple must use one blob attribute.
The value of the eolMarker parameter must be one or two characters. The value can use the \X SPL form for special characters.
The address parameter and the name parameter cannot both be specified.
The port parameter and the name parameter cannot both be specified.
Either the name parameter or the address and the port parameters can be specified.
The address parameter is not valid when the role parameter is set to server.
The port expression type must be rstring or uint32. The actual type is type.
The option name option is unknown to the command.
To use the reconnectionBound parameter, the reconnection policy must be set with a bounded retry.
If the reconnection policy is set with a bounded retry, the reconnectionBound parameter must be specified.
The number of expressions in the parameter name parameter list is different from the number of expressions in the parameter name parameter list.
The actual number of output ports, which is actual number of ports, is not valid. The expected number of output ports for the join algorithm join algorithm is expected number of ports.
The schema for the second output port does not match the schema for the left input port.
The schema for the second or third output port does not match the schema for the right input port.
The following expression type mismatch exists in the equalityLHS and the equalityRHS parameter lists: type and type.
The PartitionByname expression is missing from the parameter list.
The parameter name parameter was already specified for input port number port number.
The expected number of expressions for the partition name partition is expected number of expressions, but the actual number of partitions found is actual number of expressions.
The following expression type mismatch exists in the partition name parameter list: type and type.
The maximum size of the spl file was reached while the splmm file was processing.
The maximum elapsed time was reached while the splmm file was processing.
The file parameter is specified for the Split operator, but the key parameter missing.
The key parameter is specified for the Split operator but the file parameter missing.
The file and index parameters for the Split operator are mutually exclusive.
The schema at output port number port number must match the schema at input port number port number.
The type of the type index expression must be one of the following types: int32/uint32/int64/uint64/list<int32>/list<uint32>/list<int64>/list<uint64>.
The Split operator must use either the index or the file parameter.
The source pathname file cannot be renamed to be target pathname.
The pathname file cannot be removed.
An attempt to create a temporary file failed.
The option value value is not valid for the option name option.
Either the name or the port parameter must be specified for the operator kind operator.
The interface parameter is valid only when the address or the name parameter is specified.
The pathname script cannot run.
The pathname code formatter was not found. The compilation will continue without formatting the code.
The value window property value that is specified for the key key is unknown.
The key window property key was specified, but it is unknown.
Perl code segments that are delimited by <% and %> cannot be used in non-generic operators.
In the file resource definition file, a attribute attribute in the message id message id is missing or empty.
The type of the attribute name attribute must be rstring. This attribute is generated by DirectoryScan without an output value.
The FileSource operator must use the file parameter or an input stream.
The input tuple of a FileSource operator must use one rstring attribute.
The parameter name and parameter name FileSource options conflict.
A FileSource operator must not use the parameter name parameter and an input stream.
The separator parameter is valid only when the format is csv.
The value of the separator option must be a one byte rstring or (u)int8.
The operator requires that the schemas of all the input ports match.
The type of the attribute name attribute in the input port number input schema must be type, but the actual type is type.
The attribute name attribute was not found in the input port number input schema.
The defaultTuple parameter is valid only when the format is csv.
The type of the defaultTuple parameter does not match the tuple type of the output port.
The parameter name parameter cannot be specified for the join algorithm Join algorithm.
The parameter name parameter cannot be specified for a join with more than one output.
The encoding parameter is not valid when the format is format parameter value.
The number of expressions specified for the parameter name parameter does not match the number of expressions specified for the key parameter.
When the removeKey parameter is specified, exactly three input ports are required, but one input port is missing.
Three input ports are specified, but the removeKey parameter is missing.
The type of the value at the expression number index for the key parameter is type, and does not match the type of the parameter name parameter, which is type.
The attribute name attribute does not exist in the schema for port number port number.
The type of the attribute name attribute in the schema for port number port number is type, but the type type is expected.
In the schema for port number port number, an attribute with the type type does not exist.
The type type of the attribute name attribute is not valid in the schema for port number port number.
The type of the attribute name attribute in the schema for port number port number is type, but the required type for this attribute must be one of the following types: list of types.
The quoteStrings parameter is valid only when the format is csv.
The code formatting failed while the command command was running. The return code is: return code.
An incorrect number of tuple variable names were passed to the adaptCppExpression() routine.
The operator kind operator kind is specified. The valid values for the operator kind are: generic, c++, and java.
The transport kind transport kind is specified. The valid values for the transport kind are: tcp, llm_rum_tcp, and llm_run_ib.
The type type from the attribute name attribute is not a supported as an attribute type by Streams Version 1.x.
The instance name instance is not running. Use the streamtool startinstance command to start the instance.
The aggregateIncompleteWindows parameter is valid only with sliding windows.
The command failed to change to a temporary directory under the current directory: directory path.
The xml file was not generated. Verify that the working directory is shared across the instance hosts.
The following instance is used to run the transport performance tests: stream instance name.
The transport performance benchmark is running and using a tuple size of number of bytes in the tuple bytes.
The transport performance benchmark for the transport transport is compiling in the directory name temporary directory.
The transport performance benchmark is complete. The following XML file for the transport statistics is now being generated: pathname.
The transport performance benchmark failed to build.
The FileSink output tuple requires one rstring attribute.
The closeMode parameter of the closeMode kind kind also requires the parameter name parameter.
The type of the parameter name parameter of the FileSink operator is type. The expected type is: uint32/uint64.
The parameter name parameter of the FileSink operator is not valid with the closeMode parameter of the closeMode kind kind.
The info.xml file is not specified.
The XML file for the toolkit list is not specified.
The hasHeaderLine parameter is valid only with the csv format.
The type of the tuple in the parameter name parameter does not match the schema for input port number port number.
The type of the primitive operator cannot be determined from the namename operator model file. Verify the operator model by using the spl-verify-operator-model command.
The operator name operator name is not valid. The name must be a valid SPL identifier.
The type of the hasHeaderLine parameter value is type, but either the boolean or uint32 type is expected.
The partition eviction policy kind partition eviction policy is ignored.
The selector kind partition eviction selector is not valid. The supported values are: LRU and OperatorDefined.
The type of the parameter name parameter is type, but the list of supported types is: list of types.
The interface parameter is valid only when the name parameter is specified and the role is server.
For a FileSource operator, the second output port requires one rstring attribute and one int32 attribute only.
The number of trigger values that are expected is expected number, but the number that was found is actual number.
An input tuple requires only one attribute if the xmlInput parameter is not specified.
The type XML input type is not supported.
The type of the attribute name attribute must be map<rstring,rstring> without the flatten : attributes parameter.
The type of the attribute name attribute must be rstring without the flatten : elements parameter.
The actual size of the bounded list is actual size. The expected value for the type type of the attribute name attribute is 1.
The type XML output conversion type is not supported for the attribute name attribute.
The XPath expression expression for output port number port number must be a relative XPath.
The 'XPath expression' trigger expression for output port number port number must be an absolute XPath.
The XPath expression trigger expression for output port number port number must not end with a forward slash (/).
Double forward slashes (//) are not supported in the XPath expression XPath expression for output port number port number.
The XPath expression for the attribute name tuple attribute must end with 'text()' or '@<attributeLabel>', but the following XPath expression was found: XPath expression.
The type XML output conversion type for the attribute name attribute is not supported.
The type of the attribute name attribute must be map<rstring,rstring> if the XPath uses @* for output port number port number.
The XPathMap output function must be used for the map<rstring,rstring> attribute name attribute.
The use of the XPath expression in the expression expression for output port number port number is not valid.
The second argument to the function name function needs to be a tuple literal for output port number port number.
The first argument to the function name function needs to be an rstring literal, but the expression expression for output port number port number was found.
The XPathMap argument must be @* or \@name, but the XPath expression XPath expression for the attribute name attribute was found.
All the expressions in an XPath tuple must be XPath, XPathList or XPathMap expressions, but the expression expression was found.
The second argument to the function name function is the expression expression, but a tuple literal for output port number port number is required.
The XPath fragment XPath component in the XPath expression name XPath expression for output port number port number is not valid.
The XPath fragment final XPath component in the XPath expression name XPath expression for output port number port number is not valid.
The expression file parameter of the FileSink operator can reference input attributes only if the closeMode parameter is dynamic.
The readPunctuations option is valid only when the value of the format parameter is bin.
The parameter name and parameter name parameters conflict with each other.
The types of the delta and the deltaAttribute parameters must be the same.
The delta and deltaAttribute parameters must both exist.
The type of the delta parameter type must be numeric and ordered.
The ServerPort custom output function can be used only when the role is server.
It is not valid to generate all the output attributes from the output clause of the operator name operator.
The attribute name output attribute must not reference an input attribute if the writePunctuations attribute is set to true.
The operator kind input tuple must use only one blob attribute unless the parameter name parameter is specified.
The output tuple output tuple must use one blob attribute.
The argument number argument to the expression custom output function is not a function call.
The argument number argument to the expression custom output function must not reference an input stream attribute.
The pathname directory cannot be removed. The return code is return code.
The pathname file cannot be removed. The return code is: return code.
When the resource bundle name resource bundle was processing, the default language file in the pathname directory was not found. Ensure that one of the <lang> elements in the info.xml file specifies a default value of true.
The pathname resource bundle was not generated.
The pathname xliff file was not converted.
The command failed to run genrb on the pathname file.
The substitution text format string is not a supported format string.
The substitution variable indexes in the resource name message are not valid. Indexes must be positive integer values that start at 0 and increase in a linear way.
A dynamic closeMode parameter must also use the retryFailedSends parameter that is set to true.
For a dynamic closeMode parameter, the role parameter must be set to client.
A dynamic closeMode parameter must use the parameter name parameter.
The parameter name parameter can reference input attributes only if the closeMode parameter is dynamic.
The pathname: filename ADL file cannot be read.
The copy and patch of the pathname resource file failed.
The specified output format is not supported. The output format must be: xhtml or ditaonly.
The specified image file format is not supported. The image file format must be: addjpeg, jpegonly or svg.
The specified directory pathname does not exist or is not a directory.
The command name command run by the command name command failed. The return code is: return code.
No toolkit.xml file found in the directory or directories: pathname(s). Document generation cannot occur.
Job submission to instance instance name failed for the spl-transport-stats test.
A toolkit.xml file was not created. The documentation was not generated.
The keepAlive parameter is valid only when the role is server.
The expression expression cannot contain side effects.
Creation of the executable file failed. The location code is location code and the error code is: error code
The parameter value is missing a SPL expression tree.
The parameter parameter is not supported in a consistent region.
A FileSource operator with an input port cannot be the start of a consistent region.
The operator type operator cannot participate in a consistent region. It must be annotated with the \@autonomous annotation.
The writeStateHandlerCallbacks parameter not supported with format parameter.
The truncateOnReset parameter is not supported outside of a consistent region.
The truncateOnReset parameter is not supported when parameter closeMode is set.
The operator type operator cannot be a start operator of a consistent region.
A Buffer operator is not in an consistent region.
usage: spl-app-info -h, --help | [--build-id][--build-date][--toolkits][--files][--xml <outFile>][--unbundle <dir>] <sabFile>
The triggerCount parameter must be set when Beacon is in an operator driven consistent region.
The triggerCount parameter can be set only when Beacon is in an operator driven consistent region.
DirectoryScan operator with parameter moveToDirectory is not supported in a consistent region with a periodic trigger.
The --checkpoint-directory and -K options of the sc command are deprecated.
The 'block' format is not supported for a Parse operator in a consistent region.
The aggregateEvictedPartitions parameter is valid only with tumbling windows.
The aggregateEvictedPartitions parameter is valid only with a tumbling window with a partition eviction specification.
The LLM transport argument value specified in the -F (use-transport) option is not supported on PowerPC 64-bit Little Endian platform.
The LLM transport expression specified in the config clause is not supported on PowerPC 64-bit Little Endian platform.
The following attribute name in the tuple literal is not valid: attribute name.
The following attribute name in the tuple literal appears more than once: attribute name.
The annotation is not valid. The elements of an annotation must be attribute assignments in the following form: attribute = expression.
The operator kind operator does not allow both the parameter name parameter and the parameter name parameter to be set.
The 'separator' character is not a supported separator.
Generating Java template code for operator class.
Failed to run generation of Java template code
Error generation Java template code.
Operator invocation error for Java primitive Java primitive
The 'blockSize' FileSource parameter must be set when the 'format' parameter is set to 'block' and the 'hotFile' option is set.
A tuple was supplied in a call to the 'submit' function that is not compatible with the type of the specified port.The type of the tuple was The type of the submitted tuple and the type of the specified port is The type of the specified port.
The following host pool could not be found in the main composite: The name of the host pool.
The type of the attribute name of attribute, whose type is type of attribute is not compatible with the return type of the output function signature of output function, whose type is type of output function.
The parameter name of parameter is ignored when SSL / TLS is not enabled.
The parameter name of parameter is ignored when role is value of role parameter.
These messages describe the conditions and problems that can occur during the processing of the runtime services and utilities.
These messages describe the conditions and problems that can occur when you work with the application manager service (SAM).
These messages describe the conditions and problems that can occur when you work with the REST API and the web management service (SWS).
Find details on the SPL language, toolkits, APIs, commands, and more.
Use this glossary to find terms and definitions for Teracloud® Streams.