System Errors
System errors are errors, thrown by the xUML Runtime, that can be caught by the modeler (refer to Catching Errors). A system error, that has not been caught, will be written to the xUML service log.
Overview of the Error Domains
Click an error domain to go to the list of errors of that domain. Click a context to go to the documentation of the selected topic.
Error Domain | Context |
---|---|
Core messages | |
Object creation | |
Mathematics | |
Miscellanous | |
Unicode | |
classToXML() Operation |
Domain AWSS3SM
Domain | Error Code | Description |
---|---|---|
|
| Client call fails. |
|
| Cannot open file for getting or putting object. |
Domain BESM
Domain | Error Code | Description |
---|---|---|
|
| Function did not return data. |
|
| One of the parameters of a vararg function is null. |
|
| No executable component found. |
|
| Accessor returned simple type instead of complex type. |
|
| Accessor returned simple type instead of complex type. |
|
| Type of retrieved item does not match required type. |
|
| Neither m_Execute nor execute are defined for function. |
|
| Access to component denied (role based access control). |
|
| License violation: Too many concurrent requests. |
|
| Database: The given statement was not prepared. |
|
| Database: Generic SQL API error. |
|
| Can not connect to database. |
|
| The virtual operation is not supported by the given object instance. |
|
| The given object instance is missing class information. |
|
| The given object is not a class. |
|
| The mapping guard does not return a boolean value. |
|
| Executing SQL statement. |
|
| Executing SQL statement. |
|
| Executing commit or rollback. |
|
| Can not find function |
|
| Accessor returned simple type instead of complex type. |
|
| Error parsing JSON. |
Domain FLOWSM (Flows)
Refer to Drawing an Activity Diagram for more information on the context.
Domain | Error Code | Description |
---|---|---|
|
| A called condition in a generic flow did not return a value. |
|
| A called condition in a generic flow did not return boolean. |
|
| Source for the iteration is not a complex item. |
|
| Function did not return an error domain object. |
|
| The returned error domain object is not of string type. |
|
| Function did not return an error code object. |
|
| The returned error code object is not of string type. |
|
| Function did not return an error domain object. |
|
| The returned error domain object is not of string type. |
|
| Function did not return an error code object. |
|
| The returned error code object is not of string type. |
|
| Function did not return an error description object. |
|
| The returned error description object is not of string type. |
|
| It is not possible to store an iteration output to an input object of the same iteration. Correct the service model. |
Domain FSADSM (Filesystem Adapter)
Refer to Filesystem Adapter for more information on the context.
Domain | Error Code | Description |
---|---|---|
|
| Failed opening file. |
|
| Position is invalid. |
|
| Failed reading file. |
|
| Failed stating file. |
|
| The content is smaller than the write size. |
|
| Failed opening file. |
|
| Position is invalid. |
|
| Failed writing file. |
|
| Failed stating file. |
|
| Failed renaming entry. |
|
| Failed creating directory. |
|
| Failed opening directory. |
|
| Data missing for write request. |
|
| Failed creating file. |
|
| Failed stating entry for removal. |
|
| Failed opening file. |
|
| Failed renaming entry. |
|
| File is not open. |
|
| Failed getting exact file size. The real size may differ. |
|
| Name is empty. |
|
| Path '%s' is outside allowed base directory '%s'. |
|
| Failed copying entry. |
Domain FUASM (Arithmetic Operations)
Domain | Error Code | Description |
---|---|---|
|
| Floating point functions can only operate on float values |
|
| A division by zero occurred during a float divide |
|
| Integer operations can only operate on integer values |
|
| A division by zero occured during an integer divide |
Domain FUBLOBSM (Blob Operations)
Domain | Error Code | Description |
---|---|---|
|
| Blob size is too large for universe. |
|
| Can't concat blob to non-blob |
Domain FUBSM (Boolean Operations)
Domain | Error Code | Description |
---|---|---|
|
| Boolean function can only operate on boolean values |
|
| Boolean function can only operate on boolean values |
|
| Left and right argument of the comparison differ in type |
|
| Complex or unknown types can not be compared |
|
| The operator is not valid for this data type |
|
| Cannot compile the regular expression in like/not like expression. |
|
| Cannot compare with NULL using operator. |
Domain FUCSM (Create)
Domain | Error Code | Description |
---|---|---|
|
| Function getServiceContext ("SystemEnvironment") is not supported at the moment. You can call getServiceContextValue() to get a value for one specific environment variable. |
Domain FUDSM (DateTime Operations)
Domain | Error Code | Description |
---|---|---|
|
| Accessor for function failed. |
|
| Item to convert is wrong type. |
|
| Accessor for function failed. |
|
| Item to convert is wrong type. |
|
| Accessor for function failed. |
|
| Item to convert is wrong type. |
|
| Accessor for function failed. |
|
| Item to convert is wrong type. |
|
| Parsing of "..." failed, it does not match format expression "...". |
|
| Time ticks must be greater or equal zero. |
|
| Unrecognized tabfile element found. |
Domain FUMATHSM (Mathematics)
Domain | Error Code | Description |
---|---|---|
|
| Generation of random number failed. |
Domain FUMMAPSM (Map)
Domain | Error Code | Description |
---|---|---|
|
| No valid map key value |
|
| No valid map item |
|
| buildMap: No array to build a map from |
|
| buildMap: No valid key name string |
|
| buildMap: Did expect an non-empty array of records |
|
| buildMap: Cannot find the key attribute in the array element |
Domain FUMSM (Miscellanous)
Domain | Error Code | Description |
---|---|---|
|
| The count function can only work on complex types. |
|
| The filter function can only work on complex types. |
|
| The filter function can only work with boolean arguments. |
|
| The source structure for getAt is not of complex type. |
|
| The accessor to the complex structure is not a number. |
|
| The accessor to the complex number is < 0 or > count. |
|
| The map function can only work on complex types. |
|
| The reduce function can only work on complex types. |
|
| The first item of a reduce function is NULLFUMSM. |
|
| The reduce function returned NULLFUMSM. |
|
| The target structure for setAt is not of complex type. |
|
| Index accessor of setAt function is negative. |
|
| The sort function can only work on complex types. |
|
| The clone function can only work on complex types. |
|
| Could not find the called component. |
|
| Invalid repository for the generic function: no called-component. |
|
| Only simple types can be cast by castValue(). |
|
| castValue(): The dynamic type is String but the static type does not derive from String. |
|
| castValue(): Constraint violations. |
|
| castValue(): The dynamic type is Integer but the static type does not derive from Integer. |
|
| castValue(): Constraint violations. |
|
| castValue(): The dynamic type is Float but the static type does not derive from Float. |
|
| castValue(): Constraint violations. |
|
| Can't execute join on simple type. |
|
| All elements of the complex type must be strings. Element is not String. |
|
| All elements of the complex type must be strings. Element is NULL. |
|
| castValue(): The dynamic type is Boolean but the static type does not derive from Boolean. |
|
| castValue(): The dynamic type is Blob but the static type does not derive from Blob. |
|
| castValue(): The dynamic type is DateTime but the static type does not derive from DateTime. |
|
| URL parsing error. |
|
| URL composing error. |
|
| Invalid return type of sort condition. |
Domain FUSSM (String Operations)
Domain | Error Code | Description |
---|---|---|
|
| concat function can only be applied to strings |
|
| chars to be found has not been found in accessed string |
|
| string shorter than start position of substring |
|
| Regular separator expression used to split a string is not valid. |
|
| Regular separator expression used to split a string is not valid. |
|
| Cannot compile the regular expression '%s' in split(). Error on line %d, column %d. |
|
| Cannot construct split matcher finding occurrences of '%s' in '%s'. |
|
| Split error. |
|
| Cannot compile the regular expression '%s' in replace(). Error on line %d, column %d. |
|
| Cannot construct replace matcher finding occurrences of '%s' in '%s'. |
|
| Cannot replace all occurences of '%s' in string '%s' by '%s'. |
|
| Cannot execute findPattern operations on undefined or empty strings. |
|
| Cannot execute findPattern operations using an undefined or empty pattern string. |
|
| Cannot compile the regular expression '%s' in findPattern(). Error on line %d, column %d. |
|
| Cannot construct findPattern matcher finding occurrences of '%s' in '%s'. |
|
| Cannot find any occurrences of '%s' in '%s'. |
|
| Error occurred while matching the first occurrences of '%s' in string '%s'. |
|
| Cannot execute findPatterns operations on undefined or empty strings. |
|
| Cannot execute findPatterns operations using an undefined or empty pattern string. |
|
| Cannot compile the regular expression '%s' in findPatterns(). Error on line %d, column %d. |
|
| Cannot construct findPatterns matcher finding occurrences of '%s' in '%s'. |
|
| Error occurred while matching the %d-th occurrences of '%s' in string '%s'. |
|
| Error converting float to string. |
|
| Error converting integer to string. |
|
| Error converting string to float. |
|
| Error converting string to integer. |
|
| Cannot execute capture operations on empty strings. |
|
| Cannot execute capture operations using an undefined or empty pattern string. |
|
| Cannot compile the regular expression '%s' in capture(). Error on line %d, column %d. |
|
| Cannot construct capture matcher finding occurrences of '%s' in '%s'. |
|
| Error occurred while capturing the %d-th occurrences of '%s' in string '%s'. |
|
| Cannot compile the regular expression in function matches. |
|
| Error during matching against pattern. |
Domain FUTSM (Type Conversion Operations)
Runtime 2017.6
Domain | Error Code | Description |
---|---|---|
|
| type converter functions can not work on complex types |
|
| Binary integer is too big ( > 8 byte) |
|
| Illegal conversion |
|
| Length of HEX string is an odd number |
|
| Invalid duration |
Domain JSONSM (JSON Parser)
Domain | Error Code | Description |
---|---|---|
|
| The input object is missing. |
|
| Input object must be an object of a class but it is of type. |
|
| JSONToClass(): The JSON input string is missing. |
|
| JSONToClass(): The JSON input must be of type string but it is of type. |
|
| JSONToClass(): Parser error. |
|
| Options object must be an object of a class. |
Domain KAWKAADSM (Kafka Producer Adapter)
Refer to Apache Kafka Producer Adapter for more information on the context.
Domain | Error Code | Description |
---|---|---|
|
| One of the headers in the input array is null or not a record. |
|
| The type of the header record does not match the expected one. |
|
| Input ProducerRecord is null or not a record. |
|
| The type of the input ProducerRecord does not match the expected one. |
|
| The 'topic' field within the ProducerRecord is missing or is not a string. |
|
| The 'key' field within the MessageHeader is missing or is not a string. |
|
| The initialization of the Kafka Producer has failed. |
|
| Producing a message has failed. |
Domain MEMADSM (Memory Adapter)
Refer to Memory Adapter for more information on the context.
Domain | Error Code | Description |
---|---|---|
|
| The key is missing. |
|
| The key is empty. |
|
| The key is missing. |
|
| The key is empty. |
|
| The message is not stored here. |
|
| The key is missing. |
|
| The key is empty. |
|
| The message is not stored here. |
|
| The map key is empty. |
|
| The map key is empty. |
|
| The map key is empty. |
|
| The map key is empty. |
Domain MONGOADSM (MongoDB Adapter)
Refer to MongoDB Adapter for more information on the context.
Domain | Error Code | Description |
---|---|---|
|
| Blob to big to serialize. |
|
| Initializing MongoDB Addon failed. |
|
| Could not start session. |
|
| Accessing database/collection failed. |
|
| Operation failed. |
|
| No open result set '{}' for fetch operation. |
|
| Type is unknown. |
|
| Attribute has wrong type. |
|
| Attribute has unsupported type. |
|
| Nested arrays are unsupported. |
|
| Parsing as float failed. |
|
| Parsing failed. |
Domain RESTADSM (REST Adapter)
Refer to REST Adapter for more information on the context.
Domain | Error Code | Description |
---|---|---|
|
| Error occurred during REST request. |
|
| Unsupported content type for C-T or Accept header |
|
| HTTP Error occured |
|
| Received unexpected (not handled in a model) HTTP status |
|
| Failed to parse response body. |
Domain SAPADSM (SAP Adapter)
Refer to SAP Adapter for more information on the context.
Domain | Error Code | Description |
---|---|---|
|
| Unknown request. |
|
| Failed to open SAP communication. |
|
| SAP exception occurred during request. |
|
| SAP system exception occurred during request. |
|
| SAP error occurred during request. |
|
| Component is not properly set up. |
|
| Header is missing. |
|
| Content is missing. |
|
| Failed parsing message. |
|
| Component is not properly set up. |
|
| Content is missing. |
|
| Failed parsing message. |
|
| Component is not properly set up. |
|
| Component is not properly set up. |
|
| Content is missing. |
|
| Failed parsing message. |
|
| Content is missing. |
|
| Failed parsing message. |
|
| Header is missing. |
|
| Request is unknown in the SAD repository. |
|
| Failed to open SAP communication for request. |
|
| SAP exception occurred during request. |
|
| SAP system exception occurred during request. |
|
| SAP error occurred during request. |
|
| Request is unknown in the SAD repository. |
|
| Failed to open SAP communication for request. |
|
| SAP exception occurred during request. |
|
| SAP system exception occurred during request. |
|
| SAP error occurred during request. |
|
| No transaction id si given for request. |
|
| Composing SAP message failed. |
|
| Parsing SAP message failed. |
|
| Connection string is empty |
Domain SSISM
Domain | Error Code | Description |
---|---|---|
|
| Parsing request failed. |
Domain SSPSM
Domain | Error Code | Description |
---|---|---|
|
| The value to store and the requested type are not compatible. |
|
| The soap input is invalid (parser). |
|
| Message element ist missing (parser). |
|
| Invalid message (parser). |
|
| Message conversion failed (parser). |
|
| The xml repository is invalid (parser). |
|
| The input is invalid xml (parser). |
|
| The soap repository is invalid (composer). |
|
| Unknown soap message (composer). |
|
| Unknown xml message (composer). |
|
| Unknown soap output type (composer). |
|
| Unknown xml output type (composer). |
|
| The SOAP repository is invalid (parser). |
|
| Unknown SOAP message (parser). |
|
| SOAP dataitem for message is unknown. |
|
| Invalid message (parser). |
|
| Unknown xml message (parser). |
|
| XML dataitem for message is unknown. |
|
| Message set is unknown. |
|
| The soap repository is invalid (composer). |
|
| Message set is unknown. |
|
| The soap repository is invalid (composer). |
|
| The metadata for a record is missing, probably corrupt repository. |
|
| Found empty SOAP request or response. |
|
| Found multiple consecutive elements. This indicates (ill-formed but supported) array, but expecting a record. |
|
| Expected and received records are incompatible. |
Domain UCSM (Unicode)
Domain | Error Code | Description |
---|---|---|
|
| Input data could not be converted to the intermediate. |
|
| Could not convert between source and target codepage. |
|
| Codepage is unknown. |
Domain XMLFSM
Domain | Error Code | Description |
---|---|---|
|
| The parser repository is not correctly set up. |
|
| The composer repository is not correctly set up. |
|
| Unknown function requested. |
|
| Unknown function requested. |
|
| Unknown parser input message. |
|
| Unknown output message. |
|
| Error during parsing. |
|
| Unknown message. |
|
| Content is wrong type. |
|
| Blob is empty. |
|
| String is empty. |
|
| Parser accessor failed. |
|
| Composer accessor failed. |
|
| Content is of wrong type. |
|
| Prolog for XML composing is not array of strings |
Domain XMLSM (XML Parsing)
Domain | Error Code | Description |
---|---|---|
|
| The native XML parser reported an XML error. |
|
| The native XML parser reported an internal parser error. |
|
| The native XML parser reported an error during parsing. |
|
| The native XML parser reported a warning during parsing. |
|
| The native XML parser reported a fatal error during parsing. |
|
| The parser has found a subelement that is not expected here. |
|
| The parser has found a subelement that wasn't expected. |
|
| Expected array meta information here. |
|
| Expected array or record meta information here. |
|
| Failed to convert character to simple record type. |
|
| Failed to convert simple array type. |
|
| Failed to convert element to simple record type. |
|
| DataItem for message is unknown. |
|
| Message is unknown. |
|
| Invalid XML repository. |
|
| Invalid XML repository. |
|
| Error with handling ignored sub-elements |
|
| Type not convertable. |
|
| Parsing element of type ANY without xsi:type. |
Related Pages: