CoreMedia Error Codes 2107.4 |
||
|
||
Do not evaluate these error codes programmatically. The error codes are subject to changes, as we reserve the option to introduce new error codes and replace error codes by more specific ones. So you must not rely on a certain error code in a specific exceptional situation across different CoreMedia CMS builds. You may however consider the class of the exception and make use of its additional data. |
||
|
||
Error Codes | ||
|
||
CAP-00001 | ERROR | An unknown problem occured.
Please report to support@coremedia.com. |
CAP-01002 | CANNOT_LOCK_IN_CACHE | Cannot lock an object in a cache.
Caches are used all throughout CAP, so look at the consecutive errors to see which cache is affected. |
CAP-01200 | SERIALIZATION | Cannot serialize an object.
This is a low level exception. Watch out for consecutive errors to see what actually failed. |
CAP-01201 | DESERIALIZATION | Cannot deserialize an object.
This is a low level exception. Watch out for consecutive errors to see what actually failed. |
CAP-01250 | IO | An IO problem occurred.
Look at the message and the consecutive errors for details. |
CAP-01300 | REPOSITORY_ERROR | A server internal problem occurred.
Look at the message and the consecutive errors for details. |
CAP-16100 | LOGIN_FAILED | A login attempt failed due to some technical problem.
Consider the message and the cause for details. |
CAP-16101 | LICENSES_EXCEEDED | No license for a requested service is available.
All licenses are in use or the server cannot evaluate the license data. |
CAP-16103 | INVALID_SESSION | A client requested a server operation with an invalid session.
Possibly the session broke, resatart the client. Or the client really provided a bad session (e.g. null) due to a programming error. |
CAP-16170 | INVALID_PROPERTY_VALUE | A client tried to store a document property with an illegal value.
Most likely to occur with blob properties. |
CAP-16182 | NO_SUCH_PROPERTY_DESCRIPTOR | A client requested a property which is not defined for the particular resource type. |
CAP-20105 | INVALID_NAME_TEMPLATE | Could not create resource because of a name conflict.
The server tried to resolve a name conflict with the template provided by the client. However, the template had a wrong format or generated the same name for different arguments. |
CAP-20151 | NOT_CHECKED_OUT | A client requested an unsuitable operation on a checked-in document.
E.g. it tried to save it. |
CAP-20162 | ALREADY_CHECKED_OUT | A client tried to check out a document which was already checked out.
Even if the client checks the state before, this can happen due to concurrent access of another client. |
CAP-20163 | STILL_CHECKED_OUT | A client requested an unsuitable operation on a checked-out document.
E.g. it tried to approve the latest version. |
CAP-20250 | NOT_AUTHORIZED | A client requested an operation for which the user has not the required permissions. |
CAP-20251 | DELETED | A client requested an unsuitable operation on a document in the recycle bin.
E.g. it tried to approve the latest version. |
CAP-20252 | FORBIDDEN | The operation would put the system in an illegal state and is generally forbidden. |
CAP-20300 | DUPLICATE_NAME | A client tried to create a resource with a duplicate name.
The resources in a folder must have mutually distinct names. |
CAP-20301 | INVALID_NAME | A client tried to create or rename a resource with an invalid name.
For details about resource names consult the manual. |
CAP-20302 | DUPLICATE_RESOURCE_UUID | A client tried to create a resource with a duplicate UUID.
Resources must have mutually distinct UUIDs. @since 2010.1 |
CAP-20303 | DUPLICATE_VERSION_UUID | A client tried to create a version with a duplicate UUID.
Versions must have mutually distinct UUIDs. @since 2010.1 |
CAP-20304 | DUPLICATE_USER_UUID | A client tried to create a user with a duplicate UUID.
Active users must have mutually distinct UUIDs. @since 2010.1 |
CAP-20305 | DUPLICATE_GROUP_UUID | A client tried to create a group with a duplicate UUID.
Groups must have mutually distinct UUIDs. @since 2010.1 |
CAP-20350 | TARGET_IS_DESCENDANT | A client tried to move a folder into a (direct or indirect) subfolder.
The result would be a cyclic folder structure disconnected from the root folder tree. This is no good idea and thus rejected. If you need such structures, model them with linklists instead. |
CAP-20500 | NO_SUCH_RESOURCE | A client requested a resource which does not exist. |
CAP-20501 | NO_SUCH_VERSION | A client requested a document version which does not exist. |
CAP-20502 | INCOMPLETE_PROPERTIES | A client tried to create a new document with an incomplete set of
property values.
The CAP server has no concept of default values for properties. Clients must explicitely specify all property values according to the document type. |
CAP-20503 | NO_SUCH_GROUP | A client requested a group which does not exist. |
CAP-20504 | NO_SUCH_USER | A client requested a user which does not exist. |
CAP-20505 | EXTERNAL_MEMBER_ACCESS | A client tried to modify an external user or group |
CAP-20506 | NO_SUCH_RESOURCE_UUID | A client requested a resource which does not exist by UUID. @since 2004.1 |
CAP-20507 | NO_SUCH_VERSION_UUID | A client requested a resource which does not exist by UUID. @since 2004.1 |
CAP-20791 | MALFORMED_QUERY | The server cannot evaluate a query because of semantical errors.
E.g. missing or supernumerous subexpressions or type errors. Consider the particular message for details. |
CAP-20793 | ILLEGAL_QUERY_INDEX_STATE | |
CAP-20796 | UNSUPPORTED_QUERY_EXPRESSION | A query contains an expression which is not supported. |
CAP-21061 | PUBLICATION_FAILED | |
CAP-21100 | ALREADY_PUBLISHED | |
CAP-21102 | DOCUMENT_TYPE_NOT_REGISTERED | |
CAP-21200 | MALFORMED_TYPE_DEFINITION | The server cannot startup with the given document type definition
because of semantical errors.
E.g. wrong names, missing types, unspecified grammars. Consider the particular message for details. |
CAP-23000 | SEARCH_ERROR | |
CAP-30300 | INVALID_PASSWORD | |
CAP-30500 | NOT_IN_ADMINISTRATOR_GROUP | |
CAP-API-01500 | REQUIRED_PROPERTY_NOT_SET | A configuration property was requested, but that property is not available. Parameters: the name of the property. |
CAP-API-02003 | VARIABLE_HAS_WRONG_TYPE | A value of a certain type was supposed to be read from a workflow variable but the variable does not have the expected type. |
CAP-API-02300 | BOOLEAN_HAS_NULL_VALUE | A boolean value was null, but it was expected to be either true or false. |
CAP-API-02514 | CLIENT_ACTION_UNKNOWN_EXCEPTION | An unexpected Exception occurred while executing a
com.coremedia.cap.workflow.plugin.RemoteActionHandler .
|
CAP-API-02515 | CLIENT_ACTION_PUBLICATION_FAILED | A com.coremedia.cap.content.publication.Publication of a com.coremedia.cap.workflow.plugin.RemoteActionHandler failed.
|
CAP-API-02518 | CANNOT_HANDLE_REMOTE_ACTION | No registred com.coremedia.cap.workflow.plugin.RemoteActionHandler could handle the
given remote action.
|
CAP-API-02519 | CANNOT_FIND_COMMAND_OF_REMOTE_ACTION | The registred com.coremedia.cap.workflow.plugin.RemoteActionHandler could handle the
given remote action.
|
CAP-API-02520 | CLIENT_ACTION_RETURNED_INVALID_VALUE | A client action returned a value that does not belong to any of the well-known classes. |
CAP-API-02530 | ACTION_ABORTED | A workflow action has been aborted. @since 5.3.23 |
CAP-API-04120 | UNKNOWN_VALUE_TYPECODE | |
CAP-API-04124 | UNKNOWN_VARIABLE_TYPECODE | |
CAP-API-04151 | CANNOT_SEARCH_RIGHTS_POLICY_PROVIDERS | |
CAP-API-04152 | CANNOT_UNMARSHAL_RIGHTS_POLICY | |
CAP-API-04153 | UNKNOWN_RIGHTS_POLICY_ID | The rights policy ID of a rights policy deployed on the server could not be resolved on the client.
Possible reasons include:
|
CAP-API-06200 | ILLEGAL_PROCESS_STATE | An operation on a Process is not applicable in the
process' current com.coremedia.cap.workflow.ProcessState state .
|
CAP-API-06201 | ILLEGAL_TASK_STATE | An operation on a com.coremedia.cap.workflow.Task is not applicable in the
task's current com.coremedia.cap.workflow.TaskState state .
|
CAP-API-06350 | PROCESS_WAS_ABORTED | The process was aborted through a call to com.coremedia.cap.workflow.Process.abort .
represented as task state ABORTED.
|
CAP-API-06850 | ACTION_EXECUTION_FAILED | |
CAP-API-06851 | CONDITION_EVALUATION_FAILED | |
CAP-API-06870 | ABORTED_DUE_TO_SERVER_RESTART | |
CAP-API-06880 | ESCALATED_DURING_COMPLETE | The task became escalated while the client waited for it to complete. This usually means that an exit action failed (see cause). |
CAP-API-06881 | ESCALATED_DURING_ACCEPT | The task became escalated while the client waited for its entry actions to complete. This usually means that an entry action failed (see cause). |
CAP-API-06882 | CANNOT_ACCEPT_AND_ENTER | A call to acceptAndEnter was unable to reach either an escalated or a running state. Parameter: the name of the state that was reached instead. |
CAP-API-06950 | INVALID_RIGHT | A rights policy was asked for a specific right, but is not responsible for computing that right. |
CAP-API-06951 | NOT_A_MEMBER_VARIABLE | A variable was expected to be of member type to a rights policy, but was of a different type. |
CAP-API-08020 | TIMER_EXPIRED | |
CAP-API-15000 | UNEXPECTED_RUNTIME_EXCEPTION | A RuntimeException was raised unexpectedly.
|
CAP-API-15001 | UNEXPECTED_THROWABLE | A Throwable was raised unexpectedly.
|
CAP-API-15002 | UNEXPECTED_INTERRUPTED_EXCEPTION | An InterruptedException was raised unexpectedly.
|
CAP-API-15500 | INVALID_COMMAND_LINE_ARGUMENTS | The command line arguments were not valid. |
CAP-API-16000 | CONNECTION_NOT_CONNECTED | A com.coremedia.cap.common.CapConnection is not com.coremedia.cap.common.CapConnection.isOpen() open .
|
CAP-API-16001 | CONNECTION_ALREADY_OPENED | A com.coremedia.cap.common.CapConnection is already com.coremedia.cap.common.CapConnection.isOpen() open .
|
CAP-API-16002 | UNPRIVILEGED_CONNECTION | A com.coremedia.cap.common.CapConnection is not com.coremedia.cap.common.CapConnection.isPrivilegedConnection() privileged .
|
CAP-API-16003 | CANNOT_INSTANTIATE_CONNECTION_FACTORY | The com.coremedia.cap.Cap.ConnectionFactory ConnectionFactory
class with the name configured in com.coremedia.cap.Cap.CONNECTION_FACTORY_CLASS is not available.
Parameters: the name of the class. Possible causes include:
|
CAP-API-16004 | REPOSITORY_NOT_AVAILABLE | A com.coremedia.cap.common.CapRepository that was requested, is not available.
This may be caused by configuration errors, a server that is not running, errors from the operation system etc. |
CAP-API-16005 | CANNOT_CONNECT_CONTENT | Could not open a com.coremedia.cap.common.CapConnection to the content server.
|
CAP-API-16006 | CANNOT_CONNECT_WORKFLOW | Could not open a com.coremedia.cap.common.CapConnection to the workflow server.
|
CAP-API-16007 | WORKFLOW_SERVER_NOT_CONFIGURED | Could not open a com.coremedia.cap.common.CapConnection to the workflow server because the IOR URL is
not configured.
|
CAP-API-16008 | CANNOT_CONNECT_ANY_REPOSITORY | No repository could be opened at all. The login configuration does not insists that any particular repositories must be available, so this might not be a serious problem. However, as no operations are possible, it makes no sense to proceed with opening the connection. |
CAP-API-16009 | CACHE_ALREADY_IN_USE | A cache that was injected when creating a connection is already in use by another connection instance. |
CAP-API-16050 | SESSION_NOT_OPEN | A com.coremedia.cap.common.CapSession is not com.coremedia.cap.common.CapSession.isOpen() open .
|
CAP-API-16051 | ALREADY_CONNECTED | A component is already connected although it is not supposed to be connected. |
CAP-API-16052 | NOT_CONNECTED | A component is not connected (yet) although it is supposed to be connected. |
CAP-API-16100 | LOGIN_FAILED | A login failed. |
CAP-API-16101 | LICENSES_EXCEEDED | A login is not possible, as there are no more licenses available. |
CAP-API-16102 | INVALID_LOGIN | A given password to login a com.coremedia.cap.user.User is invalid.
|
CAP-API-16103 | INVALID_SESSION | A com.coremedia.cap.common.CapSession is not valid.
|
CAP-API-16104 | SERVICE_UNAVAILABLE | A login to the content server with the given service is not possible, as the service is not available. This happens, for example, when the service it not started or while the server is still launching, or if the given service is not listed in the license.xml file. |
CAP-API-16105 | CONTENT_REPOSITORY_UNAVAILABLE | A communication failure occurred while invoking a content server operation.
The server may be down. Check com.coremedia.cap.common.CapConnection.isContentRepositoryAvailable() ,
and optionally wait for a com.coremedia.cap.common.events.ConnectionAvailableEvent before retrying.
|
CAP-API-16106 | USER_REPOSITORY_UNAVAILABLE | A communication failure occurred while invoking a content server operation.
The server may be down. Check com.coremedia.cap.common.CapConnection.isUserRepositoryAvailable() ,
and optionally wait for a com.coremedia.cap.common.events.ConnectionAvailableEvent before retrying.
|
CAP-API-16107 | WORKFLOW_REPOSITORY_UNAVAILABLE | A communication failure occurred while invoking a workflow server operation.
The server may be down. Check com.coremedia.cap.common.CapConnection.isWorkflowRepositoryAvailable() ,
and optionally wait for a com.coremedia.cap.common.events.ConnectionAvailableEvent before retrying.
|
CAP-API-16108 | CAPLIST_REPOSITORY_UNAVAILABLE | A communication failure occurred while invoking a cap list repository operation. |
CAP-API-16140 | NO_DEFAULT_CONNECTION | A default connection is not available while deserializing a Unified API object. |
CAP-API-16141 | CONNECTION_DOES_NOT_SUPPORT_DESERIALIZATION | While deserializing a Unified API object, the API implementation did not support deserialization. |
CAP-API-16142 | DESERIALIZATION_NEEDS_CONTENT_REPOSITORY | While deserializing a content repository object, the content repository was needed, but not available. |
CAP-API-16143 | DESERIALIZATION_NEEDS_PUBLICATION_SERVICE | While deserializing a content repository object, the publication service was needed, but not available. |
CAP-API-16144 | DESERIALIZATION_NEEDS_USER_REPOSITORY | While deserializing a user repository object, the user repository was needed, but not available. |
CAP-API-16145 | DESERIALIZATION_NEEDS_WORKFLOW_REPOSITORY | While deserializing a workflow repository object, the workflow repository was needed, but not available. |
CAP-API-16146 | UNSUPPORTED_STRUCT_SERIALIZATION_VERSION | While deserializing a struct, an unsupported (typically newer) serialization version was encountered. |
CAP-API-16147 | DESERIALIZATION_NEEDS_CAP_LIST_REPOSITORY | While deserializing a cap list repository object, the cap list repository was needed, but not available. |
CAP-API-16150 | INVALID_ID | A given id is not valid for a com.coremedia.cap.common.CapObject .
|
CAP-API-16151 | OBJECT_DESTROYED | An attempt was made to invoke a method on a destroyed com.coremedia.cap.common.CapObject .
|
CAP-API-16160 | OBJECT_NOT_WRITABLE | An attempt was made to modify a property value of a
com.coremedia.cap.common.CapObject , which is not writable.
|
CAP-API-16161 | PROPERTY_NOT_WRITABLE | An attempt was made to modify a property value of a
com.coremedia.cap.common.CapPropertyDescriptor property , which is not writable.
|
CAP-API-16170 | INVALID_PROPERTY_VALUE | A given property value cannot be converted to the requested
com.coremedia.cap.common.CapPropertyDescriptor type .
|
CAP-API-16171 | CANNOT_CONVERT_CORBA_VALUE | A CORBA value cannot be converted to a local value. |
CAP-API-16172 | INTERNAL_INVALID_PROPERTY_VALUE | A property value is stored in internal data structures, but does not match one of the expected types. parameters: message regarding the offending value |
CAP-API-16173 | NOT_INSTANCE_OF_LINK_TARGET_TYPE | A content object is supposed to be stored in a link list, but its content type does not match the declared link list target type. |
CAP-API-16174 | STRING_TOO_LONG | A string is supposed to be stored in a string property, but its length exceeds the declared maximum length. |
CAP-API-16175 | ENCODED_STRING_TOO_LONG | A string is supposed to be stored in a string property, but its length after UTF-8 conversion exceeds the declared maximum length. |
CAP-API-16176 | INVALID_XML_PROPERTY_VALUE | A Markup is supposed to be stored in a markup property, but it could not be successfully validated against the property's declared XmlGrammar. |
CAP-API-16178 | MIN_CARDINALITY_VIOLATED | A collection value is supposed to be stored in a collection property, but the size of the collection value is smaller than the property's minimum cardinality |
CAP-API-16179 | MAX_CARDINALITY_EXCEEDED | A collection value is supposed to be stored in a collection property, but the size of the collection value is higher than the property's maximum cardinality |
CAP-API-16180 | TYPE_IS_NULL | The passed com.coremedia.cap.common.CapType or its name is null.
|
CAP-API-16181 | TYPE_DESTROYED | An attempt was made to invoke a method on a destroyed com.coremedia.cap.common.CapType .
|
CAP-API-16182 | NO_SUCH_PROPERTY_DESCRIPTOR | A com.coremedia.cap.common.CapPropertyDescriptor with a given name does not exist.
|
CAP-API-16183 | PROPERTY_DESCRIPTOR_TYPE_IS_NULL | The passed com.coremedia.cap.common.CapPropertyDescriptor or its name is null.
|
CAP-API-16184 | REQUIRED_GRAMMAR_ATTRIBUTE_MISSING | A com.coremedia.cap.common.XmlGrammar is not specified completely, as a required
attribute to define the grammar is missing.
|
CAP-API-16185 | NO_SUCH_TYPE | No type could be found for a type name or id argument. |
CAP-API-16186 | COLLECTION_EXPECTED | An attempt was made to assign an atomic value to a
com.coremedia.cap.common.CapPropertyDescriptor.isCollection() collection property.
|
CAP-API-16200 | REPOSITORY_FAILURE | An unrecoverable failure occured when interacting with a com.coremedia.cap.common.CapRepository
|
CAP-API-16210 | CANNOT_FLUSH_CHANGES | Some error during a flush operation on the server occured. |
CAP-API-16211 | CANNOT_FLUSH_THAT_OBJECT | An object should be flushed, which is not supported to be flushed. |
CAP-API-16212 | FLUSH_FAILED | Some pending write operations could not be flushed to the server. |
CAP-API-16213 | MULTIPLE_EXCEPTIONS | Several independent operations each caused an exception. |
CAP-API-16220 | UNSUPPORTED_LISTENER_TYPE | A given com.coremedia.cap.common.CapListener is not supported for the given com.coremedia.cap.common.CapEvent .
|
CAP-API-16221 | UNSUPPORTED_EVENT_TYPE | A given com.coremedia.cap.common.CapEvent is not supported by the com.coremedia.cache.Cache invalidator.
|
CAP-API-16230 | LISTENER_ALREADY_ADDED | A listener that is supposed to be added was already contained in the set of listeners. |
CAP-API-16240 | CANNOT_DISPATCH_EVENTS | The event dispatching faces an error. |
CAP-API-20005 | CANNOT_SET_SERVER_REFERENCE | a server reference cannot be set, possible because the session is missing the necessary rights |
CAP-API-20010 | CANNOT_DETERMINE_BLOB_SIZE | A com.coremedia.cap.common.Blob 's size cannot be determined.
|
CAP-API-20011 | CANNOT_DETERMINE_BLOB_MIME_TYPE | A com.coremedia.cap.common.Blob 's MimeType cannot be determined.
|
CAP-API-20012 | CANNOT_READ_BLOB | A com.coremedia.cap.common.Blob cannot be read from the server.
|
CAP-API-20013 | BLOB_IS_NULL | Trying to access content type, size or contents of a null com.coremedia.cap.common.Blob property.
|
CAP-API-20014 | CANNOT_DISPOSE_BLOB | A com.coremedia.cap.common.Blob cannot be disposed from the server.
|
CAP-API-20015 | BLOB_MIME_CONTENT_TYPE_IS_NULL | A com.coremedia.cap.common.Blob provided by the user has a null com.coremedia.cap.common.Blob.getContentType() content type .
|
CAP-API-20016 | BLOB_MIME_CONTENT_TYPE_MISMATCH | A com.coremedia.cap.common.Blob provided by the user has a com.coremedia.cap.common.Blob.getContentType() content type that
does not match the content type of the property where it is supposed to be stored.
|
CAP-API-20017 | CANNOT_GET_BLOB_BY_MD5 | Error while trying to find a blob with equal contents on a different content server (e.g. during publication) |
CAP-API-20018 | CANNOT_UPLOAD_BLOB | Error while trying to upload a blob to the content repository |
CAP-API-20050 | CANNOT_READ_CONTENT_TYPE | A com.coremedia.cap.content.ContentType cannot be read from the server.
|
CAP-API-20051 | CANNOT_READ_CONTENT | A com.coremedia.cap.content.Content cannot be read from the server.
|
CAP-API-20052 | CANNOT_READ_ALL_CONTENTS | The com.coremedia.cap.content.Content s of a com.coremedia.cap.content.ContentRepository
cannot be read from the server.
|
CAP-API-20053 | CANNOT_READ_VERSION | A com.coremedia.cap.content.Version cannot be read from the server.
|
CAP-API-20054 | CANNOT_READ_CONTENT_BY_UUID | A com.coremedia.cap.content.Content identified by UUID cannot be read from the server
@since 2004.1
|
CAP-API-20055 | CANNOT_READ_VERSION_BY_UUID | A com.coremedia.cap.content.Version identified by UUID cannot be read from the server
@since 2004.1
|
CAP-API-20060 | CANNOT_READ_RULES | The com.coremedia.cap.content.authorization.Rule rules to a com.coremedia.cap.content.Content
cannot be read from the server.
|
CAP-API-20070 | CANNOT_READ_REFERRERS | The com.coremedia.cap.content.Content referrers to a com.coremedia.cap.content.Content
cannot be read from the server.
|
CAP-API-20071 | CANNOT_READ_REFERENCES | The com.coremedia.cap.content.Content references of a com.coremedia.cap.content.Content
cannot be read from the server.
|
CAP-API-20072 | CANNOT_READ_CONTENT_CHANGES | The com.coremedia.cap.content.Content.getChanges changes of a com.coremedia.cap.content.Content
cannot be read from the server.
|
CAP-API-20073 | CANNOT_READ_CONTENT_REPOSITORY_CHANGES | The com.coremedia.cap.content.ContentRepository.getChanges changes of a
com.coremedia.cap.content.ContentRepository cannot be read from the server.
|
CAP-API-20074 | CANNOT_READ_OBSERVED_PROPERTY_HOLDER | The com.coremedia.cap.content.Content contents holding a observed value
cannot be read from the server.
|
CAP-API-20080 | CANNOT_READ_TIMESTAMP | The com.coremedia.cap.content.Timestamp of a com.coremedia.cap.content.ContentRepository
cannot be read from the server.
|
CAP-API-20081 | INVALID_TIMESTAMP | The repository com.coremedia.cap.content.Timestamp is not valid
(syntactically invalid, or was not found in the server's changelog)
|
CAP-API-20082 | CANNOT_STAMP | The com.coremedia.cap.content.Timestamp of a com.coremedia.cap.content.ContentRepository
cannot be set on the server.
|
CAP-API-20096 | CANNOT_GET_PERSISTENT_PROPERTY | Server error during com.coremedia.cap.content.PropertyService.get
parameters:
|
CAP-API-20097 | CANNOT_PUT_PERSISTENT_PROPERTY | Server error during com.coremedia.cap.content.PropertyService.put
parameters:
|
CAP-API-20098 | CANNOT_REMOVE_PERSISTENT_PROPERTY | Server error during com.coremedia.cap.content.PropertyService.remove
parameters:
|
CAP-API-20099 | CANNOT_GET_PERSISTENT_PROPERTIES | Server error during com.coremedia.cap.content.PropertyService.getProperties
|
CAP-API-20100 | CANNOT_CREATE_CONTENT | A com.coremedia.cap.content.Content cannot be created on the server.
|
CAP-API-20101 | CONTENT_TYPE_IS_ABSTRACT | No com.coremedia.cap.content.Content can be created from an
com.coremedia.cap.content.ContentType.isAbstract() abstract com.coremedia.cap.content.ContentType .
|
CAP-API-20105 | INVALID_NAME_TEMPLATE | The com.coremedia.cap.content.ContentType.createByTemplate name template to create
a uniquely named com.coremedia.cap.content.Content is invalid.
|
CAP-API-20110 | CANNOT_CREATE_VERSION | A com.coremedia.cap.content.Version cannot be created on the server.
|
CAP-API-20150 | CANNOT_CHECKIN_CONTENT | A com.coremedia.cap.content.Content cannot be checked in on the server.
|
CAP-API-20151 | NOT_CHECKED_OUT | A com.coremedia.cap.content.Content is not yet checked out.
|
CAP-API-20161 | CANNOT_CHECKOUT_CONTENT | A com.coremedia.cap.content.Content cannot be checked out on the server.
|
CAP-API-20162 | ALREADY_CHECKED_OUT | A com.coremedia.cap.content.Content is already checked out and thus
cannot be com.coremedia.cap.content.Content.checkOut() checked out .
|
CAP-API-20163 | STILL_CHECKED_OUT | A com.coremedia.cap.content.Content is checked out and may not be
checked out again, and its working version may not be
com.coremedia.cap.content.publication.PublicationService.approve approved or
com.coremedia.cap.content.publication.PublicationService.disapprove disapproved .
|
CAP-API-20164 | NOT_VERSIONED | A versioning operation cannot be applied to a com.coremedia.cap.content.Content
because the content is not a document
|
CAP-API-20165 | CHECKED_OUT_BY_OTHER | A content is checked out by a different user and therefore cannot be modified by the current user. |
CAP-API-20166 | LOCKED_BY_WORKFLOW | A content is locked by a currently running workflow. cannot be modified by the current user. |
CAP-API-20170 | CANNOT_REVERT_CONTENT | A com.coremedia.cap.content.Content cannot be reverted on the server.
|
CAP-API-20180 | NO_CONTENT_OBJECT_LEFT | An operation would remove the last com.coremedia.cap.content.Version of a com.coremedia.cap.content.Content .
|
CAP-API-20181 | WORKING_VERSION | An operation is not applicable to a com.coremedia.cap.content.Version.isWorkingVersion() working version .parameters: the id of the working version |
CAP-API-20182 | VERSION_IS_IMMUTABLE | A version cannot be modified. parameters: the id of the working version |
CAP-API-20200 | BULK_OPERATION_FAILED | A bulk operation on a Collection of com.coremedia.cap.content.Content failed.
|
CAP-API-20250 | NOT_AUTHORIZED | com.coremedia.cap.content.authorization.AccessControl does not allow access to a com.coremedia.cap.content.ContentObject or
a com.coremedia.cap.workflow.WorkflowObject .
|
CAP-API-20251 | DELETED | A com.coremedia.cap.content.Content is com.coremedia.cap.content.Content.delete() deleted and may not be
com.coremedia.cap.content.publication.PublicationService.approve approved or
com.coremedia.cap.content.publication.PublicationService.disapprove disapproved .
|
CAP-API-20252 | ILLEGAL_CONTENT_STATE | A com.coremedia.cap.content.Content is in an illegal state for the operation
|
CAP-API-20254 | MARKED_FOR_DELETION | A com.coremedia.cap.content.Content that is marked for deletion and therefore may not be checked out
|
CAP-API-20300 | DUPLICATE_NAME | A name for a com.coremedia.cap.content.Content already exists.
|
CAP-API-20301 | INVALID_NAME | A given name is not valid for a com.coremedia.cap.content.Content .
|
CAP-API-20302 | DUPLICATE_CONTENT_UUID | A UUID for a com.coremedia.cap.content.Content already exists.
@since 2010.1
|
CAP-API-20303 | DUPLICATE_VERSION_UUID | A UUID for a com.coremedia.cap.content.Version already exists.
@since 2010.1
|
CAP-API-20304 | DUPLICATE_USER_UUID | A UUID for an active com.coremedia.cap.user.User already exists.
@since 2010.1
|
CAP-API-20305 | DUPLICATE_GROUP_UUID | A UUID for a com.coremedia.cap.user.Group already exists.
@since 2010.1
|
CAP-API-20350 | TARGET_IS_DESCENDANT | A com.coremedia.cap.content.Content cannot be copied/moved into a child com.coremedia.cap.content.Content ,
since the resulting folder structure would not be a tree any more.
|
CAP-API-20351 | INVALID_PATH | A given path is not valid for a com.coremedia.cap.content.Content .
|
CAP-API-20352 | DOCUMENT_ON_PATH | An intermediate path node is not a com.coremedia.cap.content.Content.isFolder() folder .
|
CAP-API-20400 | CANNOT_RENAME_CONTENT | A com.coremedia.cap.content.Content cannot be renamed.
|
CAP-API-20410 | CANNOT_MOVE_CONTENT | A com.coremedia.cap.content.Content cannot be moved.
|
CAP-API-20420 | CANNOT_COPY_CONTENT | A com.coremedia.cap.content.Content cannot be copied.
|
CAP-API-20430 | CANNOT_DELETE_CONTENT | A com.coremedia.cap.content.Content cannot be deleted.
|
CAP-API-20431 | CANNOT_UNDELETE_CONTENT | A com.coremedia.cap.content.Content cannot be undeleted.
|
CAP-API-20440 | CANNOT_DESTROY_CONTENT | A com.coremedia.cap.content.Content cannot be destroyed.
|
CAP-API-20441 | CANNOT_DESTROY_VERSION | A com.coremedia.cap.content.Version cannot be destroyed.
|
CAP-API-20450 | SYNTHETIC_REPLAY_NOT_ALLOWED | A repository listener for timestamp com.coremedia.cap.content.Timestamp.SYNTHETIC_REPLAY
was added, but a synthetic replay is not allowed.
|
CAP-API-20790 | CANNOT_POSE_QUERY | An error occurred while posing a query. |
CAP-API-20791 | MALFORMED_QUERY | The supplied query was invalid.
parameters:
|
CAP-API-20792 | CANNOT_QUERY_CAPABILITIES | Server error during com.coremedia.cap.content.query.QueryService.getCapabilities
|
CAP-API-20793 | ILLEGAL_QUERY_INDEX_STATE | the requested operation was not applicable in the current state of the query index. |
CAP-API-20794 | CANNOT_GET_INDEX_STATE | Server error during com.coremedia.cap.content.query.QueryIndex.getState()
|
CAP-API-20795 | CANNOT_CHANGE_INDEX_STATE | Server error during a state change operation in com.coremedia.cap.content.query.QueryIndex
parameters:
|
CAP-API-20800 | CANNOT_GET_GC_STATE | |
CAP-API-20801 | CANNOT_GET_GC_RESULT | |
CAP-API-20802 | CANNOT_START_GC | |
CAP-API-20803 | CANNOT_END_GC | |
CAP-API-20804 | CANNOT_CANCEL_GC | |
CAP-API-21000 | CANNOT_APPROVE_CONTENT_PLACE | The com.coremedia.cap.content.publication.Place of a com.coremedia.cap.content.Content cannot be approved.
|
CAP-API-21001 | CANNOT_DISAPPROVE_CONTENT_PLACE | The com.coremedia.cap.content.publication.Place of a com.coremedia.cap.content.Content cannot be disapproved.
|
CAP-API-21010 | CANNOT_APPROVE_VERSION | A com.coremedia.cap.content.Version cannot be approved.
|
CAP-API-21011 | CANNOT_DISAPPROVE_VERSION | A com.coremedia.cap.content.Version cannot be disapproved.
|
CAP-API-21020 | CANNOT_SET_CONTENT_TO_BE_DELETED | A com.coremedia.cap.content.Content cannot be set to be deleted.
|
CAP-API-21021 | CANNOT_SET_CONTENT_NOT_TO_BE_DELETED | A com.coremedia.cap.content.Content cannot be set not to be deleted.
|
CAP-API-21030 | CANNOT_SET_CONTENT_TO_BE_WITHDRAWN | A com.coremedia.cap.content.Content cannot be set to be withdrawn.
|
CAP-API-21031 | CANNOT_SET_CONTENT_NOT_TO_BE_WITHDRAWN | A com.coremedia.cap.content.Content cannot be set not to be withdrawn.
|
CAP-API-21050 | NO_PUBLICATION_SERVICE_AVAILABLE | There is no com.coremedia.cap.content.publication.PublicationService on the given server.
|
CAP-API-21051 | CANNOT_INITIALIZE_PUBLICATION_SERVICE | A failure occurred during the initialization of the publication service (during initial installation). |
CAP-API-21060 | CANNOT_PUBLISH_CONTENT | Changes to a set of com.coremedia.cap.content.Content cannot be published.
|
CAP-API-21061 | PUBLICATION_FAILED | The publication of a Collection of com.coremedia.cap.content.Content s
was not successful. A publication result is available, providing additional
information.
|
CAP-API-21062 | PUBLICATION_ABORTED | The publication of a Collection of com.coremedia.cap.content.Content s
was aborted early due to an unexpected condition. No publication result
is available.
parameters:
|
CAP-API-21063 | PUBLICATION_CANCELLED | The publication of a Collection of com.coremedia.cap.content.Content s
was cancelled by the user or by an external tool. No publication result is available.
|
CAP-API-21070 | CANNOT_EXTEND_CHANGES | Changes to a set of com.coremedia.cap.content.Content cannot be extended
to other com.coremedia.cap.content.Content that has to be published together with
a set of given com.coremedia.cap.content.Content .
|
CAP-API-21080 | PUBLICATION_SPANS_BASE_FOLDERS | The publication set contains changes belonging to different
base folders.
parameters: diagnostic message |
CAP-API-21081 | CANNOT_PUBLISH_DOCUMENTS_IN_ROOT_FOLDER | The publication set contains a document immediately below the
root folder and the server is configured for multi-site mode. In this
case, the documents are not assignable to a publication target.
parameters: diagnostic message |
CAP-API-21082 | UNCONFIGURED_BASE_FOLDER | The publication set contains resources from a
base folder for which no publication target has been configured.
No publication is currently possible in the base folder.
parameters: diagnostic message |
CAP-API-21083 | INCONSISTENTLY_CONFIGURED_BASE_FOLDER | The publication set contains resources from a
base folder for which multiple publication target have been configured.
No publication is currently possible in the base folder.
parameters: diagnostic message |
CAP-API-21090 | NOT_STARTING_USER | A publication that was started by another user may not be reprioritized. |
CAP-API-21100 | ALREADY_PUBLISHED | A com.coremedia.cap.content.Version is
com.coremedia.cap.content.publication.PublicationService.publish published and may not be
com.coremedia.cap.content.publication.PublicationService.disapprove disapproved .
|
CAP-API-21110 | CANNOT_SET_CONTENT_PUBLISHED | An exception occurred while the publication service tried to record on the content management server that a content (place) was published or withdrawn. |
CAP-API-21111 | CANNOT_SET_VERSION_PUBLISHED | An exception occurred while the publication service tried to record on the content management server that a version was published. |
CAP-API-21200 | CANNOT_APPROVE_VERSION_FOR_TRANSLATION | A com.coremedia.cap.content.Version cannot be approved for translation.
|
CAP-API-21201 | CANNOT_DISAPPROVE_VERSION_FOR_TRANSLATION | A com.coremedia.cap.content.Version cannot be disapproved for translation.
|
CAP-API-21202 | CANNOT_ADD_MERGE_VERSION | Failed to add a merge versions. |
CAP-API-21203 | CANNOT_REMOVE_MERGE_VERSION | Failed to remove a merge versions. |
CAP-API-21500 | CANNOT_KILL_SESSION | Cannot kill a com.coremedia.cap.common.CapSession .
|
CAP-API-21501 | CANNOT_TRACE_SESSION | Cannot trace a com.coremedia.cap.common.CapSession .
|
CAP-API-21502 | CANNOT_TRACE_SESSIONS | Cannot trace a set of com.coremedia.cap.common.CapSession s.
|
CAP-API-21503 | CANNOT_GET_SESSION_INFO | Cannot get the com.coremedia.cap.common.infos.CapSessionInfo
of a com.coremedia.cap.common.CapSession .
|
CAP-API-21600 | CANNOT_SWITCH_TO_RUNLEVEL | Cannot switch server to a given run level. |
CAP-API-21601 | CANNOT_ABORT_RUNLEVEL_SWITCH | Cannot abort the switch of the server to a given level. |
CAP-API-21602 | CANNOT_DETERMINE_RUNLEVEL | Cannot determine the current content server runlevel. |
CAP-API-21603 | CANNOT_DETERMINE_FUTURE_RUNLEVEL | Cannot determine the future content server runlevel. |
CAP-API-22000 | CANNOT_ADD_RULE | A com.coremedia.cap.content.authorization.Rule cannot be added to a triple of
com.coremedia.cap.content.Content , com.coremedia.cap.user.Group and com.coremedia.cap.content.ContentType .
|
CAP-API-22001 | CANNOT_MODIFY_RULE | A com.coremedia.cap.content.authorization.Rule cannot be modified for a triple of
com.coremedia.cap.content.Content , com.coremedia.cap.user.Group and com.coremedia.cap.content.ContentType .
|
CAP-API-22002 | CANNOT_REMOVE_RULE | A com.coremedia.cap.content.authorization.Rule cannot be removed from a triple of
com.coremedia.cap.content.Content , com.coremedia.cap.user.Group and com.coremedia.cap.content.ContentType .
|
CAP-API-22050 | INTERRUPTED_NAVIGATE_THROUGH_COMPUTATION | The navigate-through com.coremedia.cap.content.authorization.Right.READ right computation
for a com.coremedia.cap.content.Content was interrupted.
|
CAP-API-22051 | NO_RULES_DEFINED | The navigate-through com.coremedia.cap.content.authorization.Right.READ right computation
did not found com.coremedia.cap.content.authorization.Rule s on com.coremedia.cap.content.Content .
|
CAP-API-22052 | NO_POSITIVE_RULES_DEFINED | The navigate-through com.coremedia.cap.content.authorization.Right.READ right computation
did not found positive, authorizing com.coremedia.cap.content.authorization.Rule s on com.coremedia.cap.content.Content .
|
CAP-API-22060 | UNSUPPORTED_FOLDER_RIGHTS | The given combination of rights is not supported by the server. When defining a rule for content type folder, either both or neither of WRITE and DELETE must be specified. |
CAP-API-23000 | SEARCH_ERROR | A search failed caused by an error in the search context, e.g. due to an invalid query string. For details see the error cause. |
CAP-API-23001 | SEARCH_UNEXPECTED_ERROR | A search failed caused by an error outside the search context, e.g. due to a repository error. For details see the error cause. |
CAP-API-24000 | CANNOT_EXECUTE_AD_HOC_QUERY | An error occurred while executing an adhoc SQL query. |
CAP-API-24010 | CANNOT_EXECUTE_PREPARED_STATEMENT | An error occurred while executing a prepared SQL statement. |
CAP-API-24020 | CANNOT_READ_RESULT | An error occurred while reading the results of an SQL operation. |
CAP-API-24030 | CANNOT_COMMIT_TRANSACTION | An error occurred while committing a SQL transaction. |
CAP-API-24040 | CANNOT_ROLLBACK_TRANSACTION | An error occurred while rolling back a SQL transaction. |
CAP-API-25001 | BAD_DIFF_REQUEST | The difference request was not valid |
CAP-API-25002 | DIFF_CONTENTOBJECT_NOT_FOUND | A content id in the difference request was not valid |
CAP-API-26000 | CANNOT_INFER_PROPERTY_DESCRIPTOR | com.coremedia.cap.struct.StructBuilder.set(String, Object) or
com.coremedia.cap.struct.StructBuilder.setAll(java.util.Map) could not infer a property descriptor
|
CAP-API-26001 | CANNOT_REDECLARE_PROPERTY_DESCRIPTOR | a com.coremedia.cap.struct.StructBuilder could not redeclare an existing
property definition, because its mode was not com.coremedia.cap.struct.StructBuilderMode.LOOSE
|
CAP-API-26002 | INVALID_STRUCT_MARKUP_PROPERTY_VALUE | A markup to be added to a struct has the wrong |
CAP-API-30050 | NOT_ADMINISTRATIVE | com.coremedia.cap.user.UserRepository does not allow modifications of com.coremedia.cap.user.Member s,
since they required an com.coremedia.cap.user.User.isAdministrative() administrative user.
|
CAP-API-30060 | CANNOT_READ_USER | A com.coremedia.cap.user.User cannot be read from the server.
|
CAP-API-30061 | CANNOT_READ_GROUP | A com.coremedia.cap.user.Group cannot be read from the server.
|
CAP-API-30062 | CANNOT_REFRESH_MEMBER | A com.coremedia.cap.user.Member cannot be refreshed on the server.
|
CAP-API-30063 | MEMBER_IS_IMMUTABLE | The properties of a com.coremedia.cap.user.Member object cannot be modified using the Unified API.
|
CAP-API-30100 | ALREADY_A_MEMBER | A com.coremedia.cap.user.Member is already member of a com.coremedia.cap.user.Group .
|
CAP-API-30101 | NOT_A_MEMBER | A com.coremedia.cap.user.Member is not member of a com.coremedia.cap.user.Group .
|
CAP-API-30150 | CANNOT_READ_DOMAINS | The String domains to a com.coremedia.cap.user.UserRepository
cannot be read from the server.
|
CAP-API-30200 | CANNOT_SEARCH_USER | A com.coremedia.cap.user.User cannot be searched on the server.
|
CAP-API-30201 | CANNOT_SEARCH_GROUP | A com.coremedia.cap.user.Group cannot be searched on the server.
|
CAP-API-30202 | CANNOT_READ_USER_BY_UUID | A com.coremedia.cap.user.User cannot be read from the server by UUID.
@since 2007.1
|
CAP-API-30203 | CANNOT_READ_GROUP_BY_UUID | A com.coremedia.cap.user.Group cannot be read from the server by UUID.
@since 2007.1
|
CAP-API-30250 | CANNOT_CREATE_USER | A com.coremedia.cap.user.User cannot be created on the server.
|
CAP-API-30251 | CANNOT_CREATE_GROUP | A com.coremedia.cap.user.Group cannot be created on the server.
|
CAP-API-30252 | MUST_BE_CONTENT_OR_LIVE_GROUP | A com.coremedia.cap.user.Group cannot be created as it was neither a
com.coremedia.cap.user.Group.isContentGroup() content server group nor a
com.coremedia.cap.user.Group.isLiveGroup() live server group.
|
CAP-API-30260 | CANNOT_DESTROY_USER | A com.coremedia.cap.user.User cannot be destroyed.
|
CAP-API-30261 | CANNOT_DESTROY_GROUP | A com.coremedia.cap.user.Group cannot be destroyed.
|
CAP-API-30270 | CANNOT_CHANGE_PASSWORD | The password of com.coremedia.cap.user.User cannot be changed.
|
CAP-API-30280 | CANNOT_JOIN_MEMBER | A com.coremedia.cap.user.Member cannot join a com.coremedia.cap.user.Group .
|
CAP-API-30281 | CANNOT_LEAVE_MEMBER | A com.coremedia.cap.user.Member cannot leave a com.coremedia.cap.user.Group .
|
CAP-API-30282 | CANNOT_RENAME_USER | A com.coremedia.cap.user.User name or password cannot be changed.
|
CAP-API-30283 | CANNOT_UPDATE_GROUP | A com.coremedia.cap.user.Group 's name or "administrative" flag cannot be changed.
|
CAP-API-30290 | CANNOT_SET_HOME_FOLDER | A com.coremedia.cap.user.User home folder cannot be changed.
|
CAP-API-30291 | CANNOT_SET_USER_UUID | A com.coremedia.cap.user.User 's UUID cannot be changed.
@since 2010.1
|
CAP-API-30292 | CANNOT_SET_GROUP_UUID | A com.coremedia.cap.user.Group 's UUID cannot be changed.
@since 2010.1
|
CAP-API-30300 | INVALID_PASSWORD | A given password is not valid for a com.coremedia.cap.user.Member .
|
CAP-API-30310 | INVALID_SERVER_TYPE | The server type declared in the license file does not match the actual server type. |
CAP-API-40010 | CANNOT_CREATE_CAP_LIST | A CapList cannot be created. |
CAP-API-40011 | CANNOT_CREATE_CAP_LIST_DUPLICATE_ID | A CapList cannot be created with a given id, because a CapList with the same id already exists. |
CAP-API-40021 | CANNOT_RENAME_CAP_LIST | A CapList cannot be renamed. |
CAP-API-40022 | CANNOT_CHANGE_CAP_LIST_ELEMENTS | The elements of a CapList cannot be changed. |
CAP-API-40023 | CANNOT_DESTROY_CAP_LIST | A CapList cannot be destroyed. |
CAP-API-40030 | CANNOT_READ_CAP_LIST | The CapLists cannot be read. |
CAP-API-40031 | CANNOT_READ_CAP_LISTS | The CapLists cannot be read. |
CAP-API-40032 | CANNOT_READ_CAP_LIST_TIMESTAMP | The timestamp of a CapListRepository cannot be read. |
CAP-API-40033 | CANNOT_READ_CAP_LIST_REFERRERS | The CapList referrers to a CapObject cannot be read.
Parameters: the ID of the CapObject |
CAP-API-40034 | CANNOT_ACCESS_CAP_LIST_NOT_AUTHORIZED | AccessControl does not allow access to a CapList. |
CAP-API-40035 | CANNOT_SET_CAP_LIST_PERMISSIONS | The access control permissions of a CapList cannot be set. |
CAP-API-40036 | CAP_LIST_MAX_SIZE_EXCEEDED | The maximum size of a CapList is exceeded. |
CAP-CS-16102 | INVALID_LOGIN | Login denied because user's name and password are invalid. |
CAP-CS-16110 | CANNOT_PARSE_PUBLIC_SERVER_KEY | internal server error: could not parse the server's own public key |
CAP-CS-16111 | CANNOT_GET_ALGORITHM | internal server error: required cryptographic algorithm not available |
CAP-CS-16112 | CANNOT_LOGIN | third party error: a configured jaas module caused an exception |
CAP-CS-16113 | CANNOT_SET_SERVER_REFERENCE | Only authorized users may set a server reference. |
CAP-CS-16120 | SERVICE_DISABLED | The requested service is not enabled.
For example this happens when the server's runlevel is lower than required. |
CAP-CS-16121 | SERVICE_LOGIN_DISABLED | The requested service does not accept any logins. |
CAP-CS-16122 | SERVICE_UNKNOWN | The requested service is not known |
CAP-CS-16123 | INVALID_SERVICE_SIGNATURE | The requested service name was not signed correctly. |
CAP-CS-16124 | INVALID_SERVICE_SIGNATURE_ENCODING | The requested service name was not signed correctly. |
CAP-CS-16125 | SERVICE_RESERVED_FOR_SU_SESSIONS | The requested service name can only be used for su-sessions. |
CAP-CS-16170 | INVALID_PROPERTY_VALUE | |
CAP-CS-16173 | NOT_INSTANCE_OF_LINK_TARGET_TYPE | |
CAP-CS-16174 | STRING_TOO_LONG | |
CAP-CS-16175 | ENCODED_STRING_TOO_LONG | |
CAP-CS-16177 | LINK_TARGET_DOES_NOT_EXIST | |
CAP-CS-16231 | CANNOT_ADD_GLOBAL_FOLDER_LISTENER | Cannot add a global folder listener to the content repository. |
CAP-CS-16300 | CANNOT_SET_PERSISTENT_PROPERTY | Only authorized users may set a persistent property. |
CAP-CS-20015 | BLOB_MIME_CONTENT_TYPE_IS_NULL | |
CAP-CS-20016 | BLOB_MIME_CONTENT_TYPE_MISMATCH | |
CAP-CS-20017 | CANNOT_PARSE_MIME_CONTENT_TYPE | |
CAP-CS-20018 | BLOB_NOT_ACTIVE | |
CAP-CS-20019 | CLIENT_CAPABILITY_NOT_ENABLED | client tries to use a protocol capability it did not advertise in its version string |
CAP-CS-20095 | ILLEGAL_QUERY_INDEX_STATE | A com.coremedia.cap.content.query.QueryIndex query index operation was attempted while the index was in
an inappropriate state.
This is a client error, not a provider or thirdparty error.
|
CAP-CS-20700 | VALUE_GRAMMAR_MISSING | a property value without grammar was sent to the server. If the sgml property declaration in the document types declares a grammar, all values need to provide a grammar, too. |
CAP-CS-20701 | UNKNOWN_XML_GRAMMAR_NAME | |
CAP-CS-20702 | SGML_TEXT_GRAMMAR_MISMATCH | the grammar used for an sgml text value must always be a subtype of the grammar declared for the property the value is supposed to be stored in. |
CAP-CS-21060 | CANNOT_PUBLISH_CONTENT | Content changes cannot be published. |
CAP-CS-21610 | ALREADY_SWITCHING_RUNLEVEL | The service is alread switching run levels thus cannot currently switch. |
CAP-CS-21611 | INTERNAL_HTTPD_ADDRESS_ALREADY_IN_USE | The internal httpd is trying to use a port, that is already in use. Check you content server configuration. |
CAP-CS-23000 | SEARCH_ERROR | The search failed caused by an unspecified error in the search context. Consider the cause for details. Error message arguments: no arguments |
CAP-CS-23002 | SEARCH_DISABLED | The search failed because it's disabled in the configuration. Error message arguments: no arguments |
CAP-CS-23004 | NO_SEARCH_ENGINE_CONNECTION | The search engine is not connected or a connection problem occurs. Error message arguments: 1: search engine string representation |
CAP-CS-23006 | SEARCH_ENGINE_INTERNAL_ERROR | An internal error occurred in the search engine. Error message arguments: 1: search engine error code 2: search engine error message |
CAP-CS-30000 | WRAPPED_BY_STORE | used internally |
CAP-UP-00000 | UNKNOWN | The most generic user provider exception. |
CAP-UP-10000 | LDAP_DOWN | service error: an LDAP user provider is down |
CAP-UP-10001 | LDAP_OFFLINE | network error: LDAP server not reachable |
CAP-UP-10010 | TOO_MANY_LDAP_RESULTS | LDAP queries support a max results parameter.
Some LDAP implementations don't respect this parameter and
throw a javax.naming.SizeLimitExceededException instead.
|
CAP-WF-00001 | ERROR | |
CAP-WF-01000 | CACHE_LOOKUP_FAILED | |
CAP-WF-01001 | CACHE_INSERT_FAILED | |
CAP-WF-01100 | OPERATION_NOT_AVAILABLE | |
CAP-WF-01500 | REQUIRED_PROPERTY_NOT_SET | |
CAP-WF-01501 | REQUIRED_PROPERTY_NOT_AN_INTEGER | |
CAP-WF-01600 | CANNOT_CREATE_DIRECTORY_SERVICE_ADAPTER | |
CAP-WF-02000 | VARIABLE_IS_READ_ONLY | |
CAP-WF-02001 | VALUE_HAS_WRONG_TYPE | A value cannot be written to a variable or used in an expression because it has the wrong type.
variable name may be null for intermediate expression results.
parameters: workflow object, variable value class, variable name, wrong value |
CAP-WF-02002 | VALUE_IS_NULL | |
CAP-WF-02003 | VARIABLE_HAS_WRONG_TYPE | A value of a certain type was supposed to be read from a variable but the variable does not have the expected type.
parameters: workflow object, expected variable value class, variable name, variable type and value |
CAP-WF-02010 | UNKNOWN_VARIABLE_TYPE | |
CAP-WF-02020 | NOT_AN_ATOMIC_VARIABLE | |
CAP-WF-02021 | NOT_AN_AGGREGATION_VARIABLE | |
CAP-WF-02200 | INVALID_DOCUMENT_ID | |
CAP-WF-02201 | INVALID_FOLDER_ID | |
CAP-WF-02202 | EXCEPTION_LOST | An exception value could not be read, likely because the exception object could not be deserialized. |
CAP-WF-02300 | BOOLEAN_HAS_NULL_VALUE | |
CAP-WF-02301 | INTEGER_HAS_NULL_VALUE | |
CAP-WF-02302 | PROPERTY_HAS_NULL_VALUE | |
CAP-WF-02303 | STRING_HAS_NULL_VALUE | |
CAP-WF-02304 | AGGREGATE_HAS_NULL_VALUE | |
CAP-WF-02305 | AGGREGATE_HAS_WRONG_TYPE | |
CAP-WF-02306 | DOCUMENT_HAS_NULL_VALUE | |
CAP-WF-02310 | INVALID_TYPE_FOR_FUNCTION | |
CAP-WF-02320 | PROPERTY_VALUE_VARIABLE_HAS_NULL_VALUE | |
CAP-WF-02321 | PROPERTY_VALUE_VARIABLE_HAS_INVALID_TYPE | |
CAP-WF-02322 | EXCEPTION_DURING_PROPERTY_VALUE | |
CAP-WF-02323 | EXCEPTION_WHILE_FETCHING_LATEST_VERSION | |
CAP-WF-02330 | SUBEXPRESSION_INDEX_OUT_OF_BOUNDS | |
CAP-WF-02331 | NOT_AN_EXPRESSION | |
CAP-WF-02332 | NOT_A_BOOLEAN_EXPRESSION | |
CAP-WF-02340 | RESOURCE_DOES_NOT_EXIST | |
CAP-WF-02341 | DOCUMENT_DOES_NOT_EXIST | |
CAP-WF-02342 | DOCUMENT_VERSION_DOES_NOT_EXIST | |
CAP-WF-02400 | ILLEGAL_SUCCESSOR_STATE | |
CAP-WF-02510 | CLIENT_ACTION_FAILED | A client action could not be executed successfully. Further details are logged at the client, typically the editor. |
CAP-WF-02511 | CLIENT_ACTION_UAPI_EXCEPTION | |
CAP-WF-02512 | CLIENT_ACTION_INTERRUPTED_WAITING_FOR_RESULT | |
CAP-WF-02513 | CLIENT_ACTION_TIMEOUT_WAITING_FOR_RESULT | A client action timed out. Further details might be logged at the client, typically the editor. |
CAP-WF-02514 | CLIENT_ACTION_UNKNOWN_EXCEPTION | |
CAP-WF-02515 | CLIENT_ACTION_PUBLICATION_FAILED | |
CAP-WF-02516 | CLIENT_ACTION_NULL_RESULT | |
CAP-WF-02517 | CLIENT_ACTION_PUBLICATION_EXCEPTION | |
CAP-WF-02518 | CANNOT_HANDLE_REMOTE_ACTION | |
CAP-WF-02520 | CLIENT_ACTION_RETURNED_INVALID_VALUE | A client action returned a value that does not belong to any of the well-known classes. |
CAP-WF-02530 | ACTION_ABORTED | A workflow action has been aborted. @since 5.3.23 |
CAP-WF-02550 | NO_PARAMETER_VARIABLE_SPECIFIED | |
CAP-WF-02551 | INVALID_RESOURCE_ID | |
CAP-WF-02552 | DOCUMENT_ID_IS_NULL | |
CAP-WF-02553 | DOCUMENT_VERSION_IS_NULL | |
CAP-WF-02554 | FOLDER_ID_IS_NULL | |
CAP-WF-02555 | RESOURCE_ID_IS_NULL | |
CAP-WF-02556 | RESOURCE_NAME_IS_NULL | |
CAP-WF-02557 | DOCUMENT_TYPE_IS_NULL | |
CAP-WF-02558 | USER_ID_IS_NULL | |
CAP-WF-02570 | NOT_A_USER_TASK | |
CAP-WF-02571 | NOT_A_VALID_VALUE | |
CAP-WF-02580 | CANNOT_HANDLE_TASK_INSTANCE | |
CAP-WF-02581 | CANNOT_HANDLE_PROCESS_INSTANCE | |
CAP-WF-02590 | UNKNOWN_INSTANCE_TYPE | |
CAP-WF-03000 | EXECUTING_REMOTE_TRANSACTION_FAILED | |
CAP-WF-03001 | REMOTE_TRANSACTION_RAISED_EXCEPTION | |
CAP-WF-03002 | REMOTE_TRANSACTION_ABANDONED | |
CAP-WF-03100 | CLIENT_OPERATION_NOT_SUPPORTED | |
CAP-WF-03110 | CLIENT_OPERATION_NOT_IMPLEMENTED | |
CAP-WF-03200 | CANNOT_CREATE_CONNECTOR | |
CAP-WF-03201 | CANNOT_CREATE_ACTION_LISTENER | |
CAP-WF-03202 | CLIENT_ALREADY_INSTANTIATED | |
CAP-WF-03203 | CANNOT_CREATE_OBJECT_REPOSITORY | |
CAP-WF-03210 | ERROR_WHILE_INITIALIZING | |
CAP-WF-03211 | ERROR_WHILE_TERMINATING | |
CAP-WF-04000 | SEQUENCE_NUMBERS_DONT_MATCH | |
CAP-WF-04001 | CLIENT_SESSION_IS_NULL | |
CAP-WF-04002 | CANNOT_RESOLVE_SERVER_USER | |
CAP-WF-04003 | MASTER_SESSION_IS_NULL | |
CAP-WF-04004 | INVALID_SESSION_TYPE | |
CAP-WF-04005 | UNREGISTERED_SESSION | |
CAP-WF-04006 | CANNOT_DETERMINE_HOSTNAME | |
CAP-WF-04010 | NO_SERVER_CONNECTOR_REGISTERED | |
CAP-WF-04011 | ERROR_DURING_CONNECT | |
CAP-WF-04012 | ERROR_DURING_DISCONNECT | |
CAP-WF-04100 | INVALID_SERVER_IOR_URL | |
CAP-WF-04101 | ERROR_RETRIEVING_IOR | |
CAP-WF-04110 | INVALID_CORBA_CLIENT_SESSION | |
CAP-WF-04111 | NULL_CORBA_CLIENT_SESSION | |
CAP-WF-04120 | UNKNOWN_VALUE_TYPECODE | |
CAP-WF-04121 | UNKNOWN_VALUE_CLASS | |
CAP-WF-04122 | NOT_A_VALID_EVENT | |
CAP-WF-04123 | NOT_AN_ATOMIC_VALUE | |
CAP-WF-04124 | UNKNOWN_VARIABLE_TYPECODE | |
CAP-WF-04130 | OBJECT_NOT_SERIALIZABLE | |
CAP-WF-04131 | STREAM_NOT_DESERIALIZABLE | Objects from stream are not serializable. This may happen for example on CMS update where serialization for objects changed. It is recommended to run {@code cm workflowconverter} once this issue occurs. |
CAP-WF-04140 | CANNOT_MARSHAL_UNKNOWN_OBJECT | |
CAP-WF-04141 | CANNOT_UNMARSHAL_UNKNOWN_TYPE | |
CAP-WF-04142 | CANNOT_MARSHAL_ORIGINAL_EXCEPTION | |
CAP-WF-04143 | CANNOT_UNMARSHAL_ORIGINAL_EXCEPTION | |
CAP-WF-04150 | CANNOT_MARSHAL_RIGHTS_POLICY | |
CAP-WF-04151 | CANNOT_SEARCH_RIGHTS_POLICY_PROVIDERS | |
CAP-WF-04152 | CANNOT_UNMARSHAL_RIGHTS_POLICY | |
CAP-WF-04153 | UNKNOWN_RIGHTS_POLICY_ID | The rights policy ID of a rights policy deployed on the server could not be resolved on the client. |
CAP-WF-05000 | MUST_CONNECT_TO_A_CONTENT_MANAGEMENT_SERVER | The workflow service is connected to a content server, which is not a content management server, but a master live server or a replication live server. |
CAP-WF-05001 | INVALID_LICENSE | |
CAP-WF-05010 | FILE_NOT_FOUND_IN_ARCHIVE | |
CAP-WF-05011 | ERROR_OPENING_ARCHIVE | |
CAP-WF-05012 | ERROR_READING_FROM_ARCHIVE | |
CAP-WF-05020 | VERIFICATION_OF_SIGNATURE_FAILED | |
CAP-WF-05021 | ERROR_VERIFYING_SIGNATURE | |
CAP-WF-05100 | CANNOT_CREATE_PERSISTENCE_ADAPTER | |
CAP-WF-05101 | CANNOT_START_INTERNAL_HTTPD | |
CAP-WF-05102 | CANNOT_CREATE_MANAGER | |
CAP-WF-05103 | INVALID_MANAGER_NAME | |
CAP-WF-05104 | CANNOT_INSTANTIATE_SERVER | |
CAP-WF-05105 | CANNOT_START_SERVER | |
CAP-WF-05110 | CANNOT_CREATE_REMOTE_ACTION_HANDLER | |
CAP-WF-05201 | CANNOT_STOP_INTERNAL_HTTPD | |
CAP-WF-05400 | INVALID_AUTHENTICATION_DATA | |
CAP-WF-05401 | NOT_A_CLIENT_SESSION | |
CAP-WF-05402 | NOT_A_MASTER_SESSION | |
CAP-WF-05500 | ERROR_READING_DEFINITION | |
CAP-WF-05501 | ERROR_PARSING_DEFINITION | |
CAP-WF-05502 | MALFORMED_DEFINITON_URL | |
CAP-WF-05503 | INVALID_DEFINITION | |
CAP-WF-05504 | ERROR_VERIFYING_JAR | |
CAP-WF-05505 | ERROR_CREATING_PROCESS_DEFINITION_FACTORY | |
CAP-WF-05510 | CANNOT_INSTANTIATE_VALUE | |
CAP-WF-05511 | CANNOT_ACCESS_VALUE | |
CAP-WF-05520 | EXCEPTION_THROWN_WHILE_PROCESSING | |
CAP-WF-05521 | CANNOT_INSTANTIATE_BEAN | |
CAP-WF-05522 | CANNOT_SET_PROPERTY | |
CAP-WF-05523 | INVALID_PROPERY_METHOD_SIGNATURE | |
CAP-WF-05524 | CREATED_NULL_ELEMENT | |
CAP-WF-05525 | INVALID_FIELD_SIGNATURE | |
CAP-WF-05526 | EXCEPTION_THROWN_WHILE_SETTING_PROPERTY | |
CAP-WF-05600 | NO_PROCESS_DEFINITION_PARSED | |
CAP-WF-05601 | NO_TASK_DEFINITION_PARSED | |
CAP-WF-05602 | INVALID_PROCESS_DEFINITION | |
CAP-WF-05603 | PROCESS_VALIDATION_FAILED | |
CAP-WF-05610 | INVALID_NODE_ID | |
CAP-WF-05611 | UNKNOWN_TASK_TYPE | |
CAP-WF-05620 | DETACHED_TASKS_FOUND | |
CAP-WF-05621 | NO_FINAL_TASK_FOUND | |
CAP-WF-05622 | FINAL_TASK_NOT_WITHIN_START_PATH | |
CAP-WF-05623 | NON_TERMINATING_TASKS_FOUND | |
CAP-WF-05624 | NO_PATH_FROM_FORKING_TASK | |
CAP-WF-05625 | DETACHED_SUBPROCESSES_CANNOT_BE_JOINED | |
CAP-WF-05630 | INVALID_START_TASK_TYPE | |
CAP-WF-05631 | INVALID_FINAL_TASK_TYPE | |
CAP-WF-05640 | PATH_CLASH | |
CAP-WF-05641 | NODE_ALREADY_ACCEPTED | |
CAP-WF-05642 | NODE_CANNOT_ACCEPT_SELF | |
CAP-WF-05650 | JOIN_ALREADY_RESOLVED | |
CAP-WF-05651 | PATH_ALREADY_JOINED | |
CAP-WF-05652 | NODE_NOT_A_DEFINED_PREDECESSOR | |
CAP-WF-05653 | LINE_NUMBER_ERROR | |
CAP-WF-05654 | DUPLICATE_LINE | |
CAP-WF-05655 | NO_INCOMING_PATH | |
CAP-WF-05656 | PATHS_DONT_MATCH | |
CAP-WF-05657 | CANNOT_MERGE_PATHS | |
CAP-WF-05658 | TIMER_HANDLER_NOT_IN_SAME_SCOPE_AS_TIMER_VARIABLE | |
CAP-WF-05660 | NON_EXISTING_VARIABLE_IN_ASSIGNMENT | |
CAP-WF-06000 | CONTEXT_DOES_NOT_CONTAIN_VARIABLE | |
CAP-WF-06001 | CONTEXT_ALREADY_CONTAINS_VARIABLE | |
CAP-WF-06010 | INVALID_CLIENT_SESSION | |
CAP-WF-06011 | SESSION_IS_CLOSED | |
CAP-WF-06012 | INVALID_MASTER_SESSION | |
CAP-WF-06013 | CLIENT_SESSION_NOT_ATTACHED_TO_MASTER | |
CAP-WF-06020 | NO_PENDING_CLIENT_ACTION_FOUND | |
CAP-WF-06021 | CANNOT_SET_CLIENT_ACTION_RESULT | |
CAP-WF-06110 | SERVER_OPERATION_NOT_SUPPORTED | |
CAP-WF-06111 | SERVER_OPERATION_NOT_IMPLEMENTED | |
CAP-WF-06112 | NO_PERMISSION | a user attempted an operation on an object for which permission was denied.
parameters:
|
CAP-WF-06115 | INVALID_SIGNAL_RECEIVED | |
CAP-WF-06120 | NO_PROCESS_DEFINITION_FOUND | |
CAP-WF-06130 | NO_PROTOTYPE_VARIABLE_WITH_NAME | |
CAP-WF-06131 | NO_TASK_WITH_NAME | |
CAP-WF-06150 | NULL_VARIABLE_ASSIGNMENT | |
CAP-WF-06151 | VARIABLE_ASSIGNMENT_LENGTH_MISMATCH | |
CAP-WF-06152 | VARIABLE_ASSIGNMENT_MISMATCH | |
CAP-WF-06153 | VARIABLE_ASSIGNMENT_IS_READ_ONLY | |
CAP-WF-06154 | INVALID_VALUE_ASSIGNED | |
CAP-WF-06155 | INVALID_VALUES_ASSIGNED | |
CAP-WF-06160 | VALIDATION_ERROR | |
CAP-WF-06300 | NO_PROCESS_INSTANCE_FOUND | |
CAP-WF-06301 | NO_PROCESS_SIGNAL_HANDLER_INSTALLED | A process has a received a signal (method call) that it does not understood in its current state.
parameters:
|
CAP-WF-06302 | NO_PROCESS_TIMER_HANDLER_INSTALLED | |
CAP-WF-06310 | PROCESS_OPERATION_NOT_PERMITTED | |
CAP-WF-06320 | NOT_A_TOP_LEVEL_PROCESS | |
CAP-WF-06321 | PROCESS_IS_OUTDATED | |
CAP-WF-06322 | PROCESS_NOT_ENABLED | |
CAP-WF-06330 | NO_DISABLED_PROCESS_WITH_NAME | |
CAP-WF-06331 | NO_ENABLED_PROCESS_WITH_NAME | |
CAP-WF-06340 | INVALID_PROCESS_STATE_TRANSITION | |
CAP-WF-06350 | PROCESS_WAS_ABORTED | |
CAP-WF-06360 | PROCESS_INSTANCE_NOT_OPEN | |
CAP-WF-06370 | CANNOT_COMPLETE_TASK_INSTANCES_STILL_ACTIVE | |
CAP-WF-06371 | CANNOT_SUSPEND_TASK_INSTANCES_STILL_ACTIVE | |
CAP-WF-06400 | PROCESS_TIMEOUT_OUT_OF_RANGE | |
CAP-WF-06401 | PROCESS_VARIABLE_ALREADY_DEFINED | |
CAP-WF-06500 | NO_TASK_INSTANCE_FOUND | |
CAP-WF-06501 | NO_TASK_SIGNAL_HANDLER_INSTALLED | A task has a received a signal (method call) that it does not understood in its current state.
parameters:
|
CAP-WF-06502 | NO_TASK_TIMER_HANDLER_INSTALLED | |
CAP-WF-06510 | TASK_OPERATION_NOT_PERMITTED | |
CAP-WF-06520 | INVALID_NUMBER_OF_SUCCESSORS | |
CAP-WF-06530 | TASK_NOT_REEXECUTABLE | |
CAP-WF-06540 | TASK_PRIORITY_OUT_OF_RANGE | |
CAP-WF-06541 | TASK_TIMEOUT_OUT_OF_RANGE | |
CAP-WF-06542 | TASK_OFFERTIMEOUT_OUT_OF_RANGE | |
CAP-WF-06543 | TASK_VARIABLE_ALREADY_DEFINED | |
CAP-WF-06550 | INVALID_TASK_STATE_TRANSITION | |
CAP-WF-06551 | PROCESS_INSTANCE_NOT_RUNNING | |
CAP-WF-06560 | INVALID_TOKEN_RECEIVED | |
CAP-WF-06561 | DUPLICATE_TOKEN_RECEIVED | |
CAP-WF-06562 | TOKEN_INCONSISTENCY | |
CAP-WF-06600 | CONDITION_VIOLATED | |
CAP-WF-06610 | USER_NOT_A_VALID_DELEGATE | |
CAP-WF-06800 | CANNOT_RESOLVE_TASK_BY_NAME | |
CAP-WF-06801 | SUCCESSOR_ALREADY_DEFINED | |
CAP-WF-06802 | PREDECESSOR_ALREADY_DEFINED | |
CAP-WF-06803 | SUCCESSOR_NOT_AN_USER_TASK | |
CAP-WF-06804 | TASK_NOT_A_FORK_SUBPROCESS_TASK | |
CAP-WF-06805 | SUCCESSOR_CHOICE_TASK_NAME_NOT_SET | |
CAP-WF-06806 | CHOICE_TASK_NOT_A_PREDECESSOR | |
CAP-WF-06807 | PREDECESSOR_NOT_A_CHOICE_TASK | |
CAP-WF-06808 | PREDECESSORS_INCONSISTENTLY_DEFINED | |
CAP-WF-06810 | NOT_POSSIBLE_FOR_FLOWCONTROL_TASK | |
CAP-WF-06811 | NOT_POSSIBLE_FOR_AUTOMATED_TASK | |
CAP-WF-06812 | NOT_POSSIBLE_FOR_IF_TASK | |
CAP-WF-06813 | NOT_AN_ACTION | |
CAP-WF-06820 | INVALID_PARAMETER_VALUE | |
CAP-WF-06830 | TASK_INSTANCE_NOT_RUNNING | |
CAP-WF-06831 | TASK_INSTANCE_ALREADY_RUNNING | |
CAP-WF-06850 | ACTION_EXECUTION_FAILED | |
CAP-WF-06851 | CONDITION_EVALUATION_FAILED | |
CAP-WF-06852 | ACTION_GUARD_EVALUATION_FAILED | |
CAP-WF-06853 | PARAMETER_ASSIGNMENT_FAILED | |
CAP-WF-06854 | TRANSFORMER_EXECUTION_FAILED | |
CAP-WF-06870 | ABORTED_DUE_TO_SERVER_RESTART | |
CAP-WF-06900 | EMPTY_USER_ASSIGNMENT | |
CAP-WF-06950 | INVALID_RIGHT | |
CAP-WF-06951 | NOT_A_MEMBER_VARIABLE | A variable was expected to be of member type to a rights policy, but was of a different type. |
CAP-WF-07000 | CANNOT_INITIALIZE_TRANSACTION_CONTEXT | |
CAP-WF-07010 | NO_CURRENT_TRANSACTION_DEFINED | |
CAP-WF-07011 | CURRENT_TRANSACTION_ALREADY_DEFINED | |
CAP-WF-07012 | CURRENT_TRANSACTION_STILL_RUNNING | |
CAP-WF-07050 | TRANSACTION_ISOLATION_VIOLATED | |
CAP-WF-07100 | TRANSACTION_RAISED_EXCEPTION | |
CAP-WF-07110 | INTERRUPTED_WHILE_WAITING_FOR_TRANSACTION | |
CAP-WF-07200 | SERIALIZATION_EXCEPTION | A transaction could not be serialized. The transaction should be retried. |
CAP-WF-07201 | UNKNOWN_CONCURRENCY_LEVEL | |
CAP-WF-07202 | CANNOT_ACQUIRE_COMMIT_LOCK | |
CAP-WF-07203 | TIMEOUT_WAITING_FOR_RUN_LOCK | A transaction could not be started within a defined timeframe. |
CAP-WF-07204 | COMPLETED_AFTER_SHUTDOWN_TIMEOUT | |
CAP-WF-07210 | MODIFICATION_IN_MULTIPLE_INSTANCES | |
CAP-WF-07211 | MODIFICATION_IN_OTHER_INSTANCE | |
CAP-WF-07212 | MODIFICATION_WITHOUT_LOCK | |
CAP-WF-07350 | INVALID_ERROR_LEVEL | |
CAP-WF-08000 | NOT_A_TIMER | |
CAP-WF-08001 | TIMER_ALREADY_REGISTERED | |
CAP-WF-08002 | TIMER_HANDLER_ALREADY_REGISTERED | |
CAP-WF-08010 | CANNOT_SUSPEND_SUSPENDED_TIMER | |
CAP-WF-08011 | CANNOT_DISABLE_SUSPENDED_TIMER | |
CAP-WF-08012 | CANNOT_ENABLE_SUSPENDED_TIMER | |
CAP-WF-08013 | CANNOT_RESUME_ENABLED_TIMER | |
CAP-WF-08014 | CANNOT_EXPIRE_SUSPENDED_TIMER | |
CAP-WF-08020 | TIMER_EXPIRED | |
CAP-WF-08030 | NO_SPECIAL_TIMER_HANDLER_POSSIBLE | |
CAP-WF-08040 | CANNOT_HANDLE_PROCESS_TIMER | |
CAP-WF-08041 | CANNOT_HANDLE_TASK_TIMER | |
CAP-WF-08900 | MANAGER_NOT_STOPPED | |
CAP-WF-08901 | MANAGER_NOT_REGISTERED | |
CAP-WF-08902 | MANAGER_ALREADY_REGISTERED | |
CAP-WF-08903 | INVALID_MANAGER_CLASS | |
CAP-WF-09000 | CANNOT_INSTANTIATE_UAPI_CLIENT | |
CAP-WF-09001 | UAPI_CLIENT_ALREADY_SET | |
CAP-WF-09200 | CANNOT_QUERY_USER | |
CAP-WF-09201 | CANNOT_QUERY_GROUP | |
CAP-WF-09202 | CANNOT_QUERY_GROUPS | |
CAP-WF-09203 | CANNOT_QUERY_USERS | |
CAP-WF-09204 | CANNOT_QUERY_MEMBERSHIP | |
CAP-WF-09210 | CANNOT_QUERY_NAME | |
CAP-WF-09211 | CANNOT_QUERY_DOMAIN | |
CAP-WF-09212 | CANNOT_QUERY_ATTRIBUTE_KEYS | |
CAP-WF-09213 | CANNOT_QUERY_ATTRIBUTE | |
CAP-WF-09500 | CANNOT_BEGIN_TRANSACTION | |
CAP-WF-09501 | CANNOT_END_TRANSACTION | |
CAP-WF-09502 | CANNOT_INIT_TRANSACTION | |
CAP-WF-09510 | UNKNOWN_VALUE_CODE | |
CAP-WF-09511 | UNKNOWN_VALUE_TYPE | |
CAP-WF-09512 | UNKNOWN_MIME_TYPE | |
CAP-WF-09520 | PROCESS_DOES_NOT_EXIST | the requested process definition does not exist.
parameters:
|
CAP-WF-09521 | TASK_DOES_NOT_EXIST | the requested task definition does not exist.
parameters:
|
CAP-WF-09522 | PROCESS_INSTANCE_DOES_NOT_EXIST | the requested process instance does not exist.
parameters:
|
CAP-WF-09523 | TASK_INSTANCE_DOES_NOT_EXIST | the requested task instance does not exist.
parameters:
|
CAP-WF-09530 | CANNOT_FETCH_PROCESS_DEFINITION | |
CAP-WF-09531 | CANNOT_FETCH_PROCESS | |
CAP-WF-09532 | CANNOT_FETCH_TASK | |
CAP-WF-09533 | CANNOT_FETCH_PROCESS_INSTANCE | |
CAP-WF-09534 | CANNOT_FETCH_TASK_INSTANCE | |
CAP-WF-09535 | CANNOT_FETCH_CONTEXT | |
CAP-WF-09540 | CANNOT_CREATE_PROCESS | |
CAP-WF-09541 | CANNOT_CREATE_TASK | |
CAP-WF-09542 | CANNOT_CREATE_PROCESS_INSTANCE | |
CAP-WF-09543 | CANNOT_CREATE_TASK_INSTANCE | |
CAP-WF-09544 | CANNOT_CREATE_CONTEXT | |
CAP-WF-09550 | CANNOT_UPDATE_VARIABLE | |
CAP-WF-09555 | CANNOT_DISABLE_PROCESS | |
CAP-WF-09556 | CANNOT_ENABLE_PROCESS | |
CAP-WF-09560 | CANNOT_DELETE_PROCESS | |
CAP-WF-09561 | CANNOT_DELETE_PROCESS_INSTANCE | |
CAP-WF-09707 | CANNOT_WRITE_PENDING_SIGNAL | |
CAP-WF-09708 | CANNOT_REMOVE_PENDING_SIGNAL | |
CAP-WF-09800 | CANNOT_FETCH_ALL_PROCESSES | |
CAP-WF-09801 | CANNOT_FETCH_LATEST_PROCESSES | |
CAP-WF-09802 | CANNOT_FETCH_ALL_PROCESS_INSTANCES | |
CAP-WF-09803 | CANNOT_FETCH_PROCESS_INSTANCES | |
CAP-WF-09804 | CANNOT_FETCH_ALL_TASK_INSTANCES | |
CAP-WF-09805 | CANNOT_FETCH_TASK_INSTANCES | |
CAP-WF-09806 | CANNOT_FETCH_ALL_SUBPROCESS_INSTANCES | |
CAP-WF-09807 | CANNOT_FETCH_SUBPROCESS_INSTANCES | |
CAP-WF-09808 | CANNOT_FETCH_DEPENDENT_PROCESS_INSTANCES | |
CAP-WF-09809 | CANNOT_FETCH_PROCESS_INSTANCES_WITH_PENDING_RESUME | |
CAP-WF-09810 | CANNOT_FETCH_PROCESS_INSTANCES_WITH_PENDING_SUSPEND | |
CAP-WF-09811 | CANNOT_FETCH_PROCESS_INSTANCES_WITH_PENDING_ABORT | |
CAP-WF-09812 | CANNOT_FETCH_ALL_ACTIVE_TASK_INSTANCES | |
CAP-WF-09813 | CANNOT_FETCH_ALL_COMPLETING_PROCESS_INSTANCES | |
CAP-WF-09814 | CANNOT_FETCH_ALL_STALLED_SUBPROCESS_INSTANCES | |
CAP-WF-09815 | CANNOT_FETCH_ALL_FINISHED_PROCESS_INSTANCES | |
CAP-WF-09816 | CANNOT_FETCH_ALL_TIMER_VALUES | |
CAP-WF-09817 | CANNOT_FETCH_ALL_RESOURCE_VALUES | |
CAP-WF-09818 | CANNOT_FETCH_NEW_PROCESS_LIST | |
CAP-WF-09819 | CANNOT_FETCH_RUNNING_PROCESS_LIST | |
CAP-WF-09820 | CANNOT_FETCH_CAN_DO_LIST | |
CAP-WF-09821 | CANNOT_FETCH_TO_DO_LIST | |
CAP-WF-09822 | CANNOT_FETCH_ERROR_LIST | |
CAP-WF-09823 | CANNOT_FETCH_WARNING_LIST | |
CAP-WF-09824 | CANNOT_FETCH_NOT_STARTED_PROCESS_LIST | |
CAP-WF-09830 | CANNOT_FETCH_PROCESS_INSTANCE_STATES | |
CAP-WF-09831 | CANNOT_FETCH_TASK_INSTANCE_STATES | |
CAP-WF-09850 | CANNOT_QUERY_MAXID | |
CAP-WF-09855 | CANNOT_LOAD_JDBC_DRIVER | |
CAP-WF-09856 | CANNOT_READ_DATABASE_PROPERTIES | |
CAP-WF-09860 | INITIALIZATION_FAILED | |
CAP-WF-09900 | UNKNOWN_SQL_EXCEPTION | |
CAP-WF-09901 | UNKNOWN_PREPARED_STATEMENT | |
CAP-WF-09902 | UNKNOWN_TRANSACTION_FAILURE | |
CAP-WF-09910 | TRANSACTION_CHAIN_BROKEN | |
CAP-WF-09920 | CANNOT_READ_PERSISTENT_PROPERTY | |
CAP-WF-09921 | CANNOT_STORE_PERSISTENT_PROPERTY | |
CAP-WF-09999 | INVALID_SERVER_INCARNATION_ID | |
CAP-WF-10000 | UNEXPECTED_WORKLIST_TYPE | |
CAP-WF-10001 | CANNOT_CONNECT_MISSING_WORKFLOW_CLIENT | |
CAP-WF-10002 | WORKLIST_CLIENT_ALREADY_INSTANTIATED | |
CAP-WF-10003 | ALREADY_CONNECTED_TO_WORKLIST_CLIENT | |
CAP-WF-10004 | NOT_CONNECTED_TO_WORKLIST_CLIENT | |
CAP-WF-10010 | CANNOT_CREATE_WORKLIST_FACTORY | |
CAP-WF-10050 | WORKLIST_NOT_MODIFIABLE | |
CAP-WF-10051 | WORKLIST_NOT_REGISTERED | |
CAP-WF-11000 | CANNOT_CONNECT_SINCE_ALREADY_CONNECTED | |
CAP-WF-11001 | CANNOT_DISCONNECT_SINCE_UNCONNECTED |