Package com.attivio.sdk.error
Class ConfigurationError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.ConfigurationError
-
- All Implemented Interfaces:
java.io.Serializable
public final class ConfigurationError extends ErrorCode
Contains the ErrorCodes for Attivio configuration problems.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorCode
CANNOT_ACCESS_CONFIGURATION
CONFIGURATION-13, Cannot access internal configuration objectstatic ErrorCode
CANNOT_EXTEND
CONFIGURATION-20, Attempt to extend a component failed.static ErrorCode
CIRCULAR_EXTENSION
CONFIGURATION-18, A component cannot extend itself or a component which ultimately extends the component.static ErrorCode
CIRCULAR_FEATURE_DEPENDENCY
CONFIGURATION-51, A feature directly or indirectly depends on itself.static ErrorCode
CLASS_MISSING
CONFIGURATION-19, The class attribute must be present on a component unless it extends an existing component.static ErrorCode
CLASS_NOT_FOUND
CONFIGURATION-9, The class named as the implementation for a component could not be loaded.static ErrorCode
COMPONENT_DEFINED_AFTER_WORKLFOW_METADATA
CONFIGURATION-60, Indicates that a component was defined or redefined after it was referenced in a workflow that had metadata set on the stage such as a splitter.static ErrorCode
COMPONENT_DOES_NOT_EXIST
CONFIGURATION-5, Component reference or override source cannot be resolved.static ErrorCode
COMPONENT_EXISTS
CONFIGURATION-12, Attempted to redefine a component without using override flag.static ErrorCode
CONFIGURATION_FILE_NOT_SPECIFIED
CONFIGURATION-62, Indicates that aie was started without a configuration file specified.static ErrorCode
CONTAINS_DYNAMIC_CHANGES
CONFIGURATION-61, Indicates that the project has dynamic changes and is not allowed to at this point.static ErrorCode
DEPRECATED_CONFIGURATION
CONFIGURATION-35, Indicates that a component or property used in a configuration file has been deprecated.static ErrorCode
DUPLICATE_NAME
CONFIGURATION-48, A duplicate name was used for two components/nodes/nodesets..static ErrorCode
FAILED_TO_LOAD_DICTIONARY
CONFIGURATION-16 A field was specified that doesn't exist in the given schemastatic ErrorCode
FEATURE_NOT_LICENSED
CONFIGURATION-67, Indicates that a feature is not licensed to be usedstatic ErrorCode
FIELD_CONFIGURATION_ERROR
CONFIGURATION-58, Configuration for field is invalid.static ErrorCode
FIELD_NOT_IN_SCHEMA
CONFIGURATION-15 A field was specified that doesn't exist in the given schemastatic ErrorCode
FILE_ACCESS_FAILED
CONFIGURATION-31, File access failedstatic ErrorCode
GENERAL_ERROR
CONFIGURATION-1, General configuration error.static ErrorCode
IGNORE_IMPORT_WILDCARDS
CONFIGURATION-42, Ignore imports with wildcards warningstatic ErrorCode
INCOMPATIBLE_CONFIGURATION
CONFIGURATION-34, At least two of the component's configuration values are inconsistent.static ErrorCode
INCOMPATIBLE_DISTRIBUTION_SCHEMES
CONFIGURATION-45, Transfer of messages between workflows with an unsupported combination of distribution schemes was encountered.static ErrorCode
INVALID_BEAN_NAME
CONFIGURATION-53, A feature has an invalid bean name, usually a singleton bean's name does not match it's class name.static ErrorCode
INVALID_CLASS
CONFIGURATION-37, Indicates that a class did not match an expected type.static ErrorCode
INVALID_COMMAND_LINE_PARAMETER
CONFIGURATION-40, Command line parameter is invalid.static ErrorCode
INVALID_COMPONENT_NAME
CONFIGURATION-36, Indicates that a component has an invalid name.static ErrorCode
INVALID_COMPONENT_STAGE_TYPE
CONFIGURATION-6, Invalid component stage type.static ErrorCode
INVALID_COMPONENT_TYPE
CONFIGURATION-21, Invalid component type.static ErrorCode
INVALID_CONFIGURATION
CONFIGURATION-39, Particular configuration is invalidstatic ErrorCode
INVALID_CONFIGURATION_SERVER_COUNT
CONFIGURATION-63, Indicates that more than one configuration servers were requestedstatic ErrorCode
INVALID_INPUT_TYPE
CONFIGURATION-30, Invalid input type specified for a component.static ErrorCode
INVALID_LICENSE
CONFIGURATION-29, Invalid license file, please contact Attivio for further assistance.static ErrorCode
INVALID_ORDERED_MESSAGING_CONFIGURATION
CONFIGURATION-38, Indicates that the system settings and component settings for ordered messaging do not match.static ErrorCode
INVALID_PROPERTY_NAME
CONFIGURATION-23, Invalid property namestatic ErrorCode
INVALID_PROPERTY_VALUE
CONFIGURATION-17, Invalid property valuestatic ErrorCode
INVALID_QUEUE_SIZE
CONFIGURATION-24, Invalid message queue size, must be > 0static ErrorCode
INVALID_SCHEMA_FIELD_TYPE
CONFIGURATION-26 A schema field type was specified that does not existstatic ErrorCode
INVALID_SPLITTER_CLASS
CONFIGURATION-25, Invalid splitter class; it must extend AbstractRouterstatic ErrorCode
INVALID_STORE_SERVER_COUNT
CONFIGURATION-66, Indicates that more than one store servers were requestedstatic ErrorCode
INVALID_WORKFLOW_NAME
CONFIGURATION-59, Indicates that a workflow name is invalid.static ErrorCode
INVALID_WORKFLOW_TYPE
CONFIGURATION-4, Invalid workflow type.static ErrorCode
LOCAL_NODE_SPECIFIED_IN_GLOBAL_CONFIG
CONFIGURATION-46, The global configuration has more than one node specified, but the default "local" node name was used in startup.static ErrorCode
MISSING_COMMAND_LINE_PARAMETER
CONFIGURATION-41, Missing Command line parameterstatic ErrorCode
MISSING_PROPERTY
CONFIGURATION-10, Missing an required propertystatic ErrorCode
NO_DEFAULT_ROUTE
CONFIGURATION-65, No Default route configured for index featurestatic ErrorCode
NO_RELEVANCY_MODELS_AVAILABLE
CONFIGURATION-22, No relevancy models availablestatic ErrorCode
NODE_DOES_NOT_EXIST
CONFIGURATION-44, The node name does not exist in the global configuration.static ErrorCode
NODES_USE_OVERLAPPING_PORTS
CONFIGURATION-57, Overlapping ports found on host %s baseports (%d,%d) must be seperated by at least %dstatic ErrorCode
NODESET_DOES_NOT_EXIST
CONFIGURATION-56, A referenced nodeset is not definedstatic ErrorCode
NOT_SINGLE_INSTANCED
CONFIGURATION-43, This component is required to be single instanced but is not configured appropriately.static ErrorCode
OPTIONAL_FEATURE_DEPENDENCY_IN_LATER_CONFIGURATION_STAGE
CONFIGURATION-52, A feature optionally depends on another feature which is present but initialized in a later stage.static ErrorCode
REJOINING_SPLITTER_REUSED_IN_WORKFLOWS
CONFIGURATION-64, A splitter with rejoin=true referenced in multiple ingest workflowsstatic ErrorCode
REQUIRED_FEATURE_MISSING
CONFIGURATION-50, A feature requires another feature which does exist.static ErrorCode
REQUIRES_FEATURE_FROM_LATER_CONFIGURATION_STAGE
CONFIGURATION-49, A feature requires another feature which does not get applied to a later ConfigurationStage.static ErrorCode
SCHEMA_DOES_NOT_EXIST
CONFIGURATION-14 a referenced schema is not loaded into the configuration.static ErrorCode
SCHEMA_EXISTS
CONFIGURATION-3, A schema already exists with the given name.static ErrorCode
UNKNOWN_DISTRIBUTION_SCHEME
CONFIGURATION-47, The distribution scheme was not registered as a Spring.static ErrorCode
UNKNOWN_LOCALE
CONFIGURATION-32, Locale was unknownstatic ErrorCode
UNKNOWN_TOKENIZER
CONFIGURATION-27 A tokenizer with requested that is not known to the configurationstatic ErrorCode
UNREGISTERED_COMPONENT_TYPE
CONFIGURATION-33, The type of component was not registered.static ErrorCode
UNRESOLVED_REFERENCE
CONFIGURATION-8, Attempt made to use a component reference as a full-fledged component.static ErrorCode
UPGRADE_REQUIRED
CONFIGURATION-68, Indicates that the project must be upgraded prior to deployment.static ErrorCode
WORKFLOW_DOES_NOT_EXIST
CONFIGURATION-7, Workflow reference cannot be resolved.static ErrorCode
WORKFLOW_EXISTS
CONFIGURATION-28, Attempted to redefine a workflow without using override flag.static ErrorCode
WORKFLOW_INFINITE_LOOP
CONFIGURATION-55, Indicates that an infinite workflow loop was detected: For example: A->B, B->C, C->A.static ErrorCode
WORKFLOW_NOT_ON_NODE
CONFIGURATION-54, A referenced workflow doesn't run on a required node.
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
GENERAL_ERROR
public static final ErrorCode GENERAL_ERROR
CONFIGURATION-1, General configuration error.
-
SCHEMA_EXISTS
public static final ErrorCode SCHEMA_EXISTS
CONFIGURATION-3, A schema already exists with the given name.
-
INVALID_WORKFLOW_TYPE
public static final ErrorCode INVALID_WORKFLOW_TYPE
CONFIGURATION-4, Invalid workflow type. Type must be 'ingest', 'query', or 'response'.
-
COMPONENT_DOES_NOT_EXIST
public static final ErrorCode COMPONENT_DOES_NOT_EXIST
CONFIGURATION-5, Component reference or override source cannot be resolved. The list of available components does not contain the component name.
-
INVALID_COMPONENT_STAGE_TYPE
public static final ErrorCode INVALID_COMPONENT_STAGE_TYPE
CONFIGURATION-6, Invalid component stage type.
-
WORKFLOW_DOES_NOT_EXIST
public static final ErrorCode WORKFLOW_DOES_NOT_EXIST
CONFIGURATION-7, Workflow reference cannot be resolved. The list of defined workflows does not contain the workflow name.
-
UNRESOLVED_REFERENCE
public static final ErrorCode UNRESOLVED_REFERENCE
CONFIGURATION-8, Attempt made to use a component reference as a full-fledged component. The component reference must be resolved prior to this use.
-
CLASS_NOT_FOUND
public static final ErrorCode CLASS_NOT_FOUND
CONFIGURATION-9, The class named as the implementation for a component could not be loaded. Check classpath.
-
MISSING_PROPERTY
public static final ErrorCode MISSING_PROPERTY
CONFIGURATION-10, Missing an required property
-
COMPONENT_EXISTS
public static final ErrorCode COMPONENT_EXISTS
CONFIGURATION-12, Attempted to redefine a component without using override flag.
-
CANNOT_ACCESS_CONFIGURATION
public static final ErrorCode CANNOT_ACCESS_CONFIGURATION
CONFIGURATION-13, Cannot access internal configuration object
-
SCHEMA_DOES_NOT_EXIST
public static final ErrorCode SCHEMA_DOES_NOT_EXIST
CONFIGURATION-14 a referenced schema is not loaded into the configuration.
-
FIELD_NOT_IN_SCHEMA
public static final ErrorCode FIELD_NOT_IN_SCHEMA
CONFIGURATION-15 A field was specified that doesn't exist in the given schema
-
FAILED_TO_LOAD_DICTIONARY
public static final ErrorCode FAILED_TO_LOAD_DICTIONARY
CONFIGURATION-16 A field was specified that doesn't exist in the given schema
-
INVALID_PROPERTY_VALUE
public static final ErrorCode INVALID_PROPERTY_VALUE
CONFIGURATION-17, Invalid property value
-
CIRCULAR_EXTENSION
public static final ErrorCode CIRCULAR_EXTENSION
CONFIGURATION-18, A component cannot extend itself or a component which ultimately extends the component.
-
CLASS_MISSING
public static final ErrorCode CLASS_MISSING
CONFIGURATION-19, The class attribute must be present on a component unless it extends an existing component.
-
CANNOT_EXTEND
public static final ErrorCode CANNOT_EXTEND
CONFIGURATION-20, Attempt to extend a component failed.
-
INVALID_COMPONENT_TYPE
public static final ErrorCode INVALID_COMPONENT_TYPE
CONFIGURATION-21, Invalid component type. Type must be 'ingest', 'query', or 'response'.
-
NO_RELEVANCY_MODELS_AVAILABLE
public static final ErrorCode NO_RELEVANCY_MODELS_AVAILABLE
CONFIGURATION-22, No relevancy models available
-
INVALID_PROPERTY_NAME
public static final ErrorCode INVALID_PROPERTY_NAME
CONFIGURATION-23, Invalid property name
-
INVALID_QUEUE_SIZE
public static final ErrorCode INVALID_QUEUE_SIZE
CONFIGURATION-24, Invalid message queue size, must be > 0
-
INVALID_SPLITTER_CLASS
public static final ErrorCode INVALID_SPLITTER_CLASS
CONFIGURATION-25, Invalid splitter class; it must extend AbstractRouter
-
INVALID_SCHEMA_FIELD_TYPE
public static final ErrorCode INVALID_SCHEMA_FIELD_TYPE
CONFIGURATION-26 A schema field type was specified that does not exist
-
UNKNOWN_TOKENIZER
public static final ErrorCode UNKNOWN_TOKENIZER
CONFIGURATION-27 A tokenizer with requested that is not known to the configuration
-
WORKFLOW_EXISTS
public static final ErrorCode WORKFLOW_EXISTS
CONFIGURATION-28, Attempted to redefine a workflow without using override flag.
-
INVALID_LICENSE
public static final ErrorCode INVALID_LICENSE
CONFIGURATION-29, Invalid license file, please contact Attivio for further assistance.
-
INVALID_INPUT_TYPE
public static final ErrorCode INVALID_INPUT_TYPE
CONFIGURATION-30, Invalid input type specified for a component.
-
FILE_ACCESS_FAILED
public static final ErrorCode FILE_ACCESS_FAILED
CONFIGURATION-31, File access failed
-
UNKNOWN_LOCALE
public static final ErrorCode UNKNOWN_LOCALE
CONFIGURATION-32, Locale was unknown
-
UNREGISTERED_COMPONENT_TYPE
public static final ErrorCode UNREGISTERED_COMPONENT_TYPE
CONFIGURATION-33, The type of component was not registered.
-
INCOMPATIBLE_CONFIGURATION
public static final ErrorCode INCOMPATIBLE_CONFIGURATION
CONFIGURATION-34, At least two of the component's configuration values are inconsistent.
-
DEPRECATED_CONFIGURATION
public static final ErrorCode DEPRECATED_CONFIGURATION
CONFIGURATION-35, Indicates that a component or property used in a configuration file has been deprecated.
-
INVALID_COMPONENT_NAME
public static final ErrorCode INVALID_COMPONENT_NAME
CONFIGURATION-36, Indicates that a component has an invalid name.
-
INVALID_CLASS
public static final ErrorCode INVALID_CLASS
CONFIGURATION-37, Indicates that a class did not match an expected type.
-
INVALID_ORDERED_MESSAGING_CONFIGURATION
public static final ErrorCode INVALID_ORDERED_MESSAGING_CONFIGURATION
CONFIGURATION-38, Indicates that the system settings and component settings for ordered messaging do not match.
-
INVALID_CONFIGURATION
public static final ErrorCode INVALID_CONFIGURATION
CONFIGURATION-39, Particular configuration is invalid
-
INVALID_COMMAND_LINE_PARAMETER
public static final ErrorCode INVALID_COMMAND_LINE_PARAMETER
CONFIGURATION-40, Command line parameter is invalid.
-
MISSING_COMMAND_LINE_PARAMETER
public static final ErrorCode MISSING_COMMAND_LINE_PARAMETER
CONFIGURATION-41, Missing Command line parameter
-
IGNORE_IMPORT_WILDCARDS
public static final ErrorCode IGNORE_IMPORT_WILDCARDS
CONFIGURATION-42, Ignore imports with wildcards warning
-
NOT_SINGLE_INSTANCED
public static final ErrorCode NOT_SINGLE_INSTANCED
CONFIGURATION-43, This component is required to be single instanced but is not configured appropriately.
-
NODE_DOES_NOT_EXIST
public static final ErrorCode NODE_DOES_NOT_EXIST
CONFIGURATION-44, The node name does not exist in the global configuration.
-
INCOMPATIBLE_DISTRIBUTION_SCHEMES
public static final ErrorCode INCOMPATIBLE_DISTRIBUTION_SCHEMES
CONFIGURATION-45, Transfer of messages between workflows with an unsupported combination of distribution schemes was encountered.
-
LOCAL_NODE_SPECIFIED_IN_GLOBAL_CONFIG
public static final ErrorCode LOCAL_NODE_SPECIFIED_IN_GLOBAL_CONFIG
CONFIGURATION-46, The global configuration has more than one node specified, but the default "local" node name was used in startup. The node name must be specified.
-
UNKNOWN_DISTRIBUTION_SCHEME
public static final ErrorCode UNKNOWN_DISTRIBUTION_SCHEME
CONFIGURATION-47, The distribution scheme was not registered as a Spring.
-
DUPLICATE_NAME
public static final ErrorCode DUPLICATE_NAME
CONFIGURATION-48, A duplicate name was used for two components/nodes/nodesets..
-
REQUIRES_FEATURE_FROM_LATER_CONFIGURATION_STAGE
public static final ErrorCode REQUIRES_FEATURE_FROM_LATER_CONFIGURATION_STAGE
CONFIGURATION-49, A feature requires another feature which does not get applied to a later ConfigurationStage.
-
REQUIRED_FEATURE_MISSING
public static final ErrorCode REQUIRED_FEATURE_MISSING
CONFIGURATION-50, A feature requires another feature which does exist.
-
CIRCULAR_FEATURE_DEPENDENCY
public static final ErrorCode CIRCULAR_FEATURE_DEPENDENCY
CONFIGURATION-51, A feature directly or indirectly depends on itself.
-
OPTIONAL_FEATURE_DEPENDENCY_IN_LATER_CONFIGURATION_STAGE
public static final ErrorCode OPTIONAL_FEATURE_DEPENDENCY_IN_LATER_CONFIGURATION_STAGE
CONFIGURATION-52, A feature optionally depends on another feature which is present but initialized in a later stage.
-
INVALID_BEAN_NAME
public static final ErrorCode INVALID_BEAN_NAME
CONFIGURATION-53, A feature has an invalid bean name, usually a singleton bean's name does not match it's class name.
-
WORKFLOW_NOT_ON_NODE
public static final ErrorCode WORKFLOW_NOT_ON_NODE
CONFIGURATION-54, A referenced workflow doesn't run on a required node.
-
WORKFLOW_INFINITE_LOOP
public static final ErrorCode WORKFLOW_INFINITE_LOOP
CONFIGURATION-55, Indicates that an infinite workflow loop was detected: For example: A->B, B->C, C->A.
-
NODESET_DOES_NOT_EXIST
public static final ErrorCode NODESET_DOES_NOT_EXIST
CONFIGURATION-56, A referenced nodeset is not defined
-
NODES_USE_OVERLAPPING_PORTS
public static final ErrorCode NODES_USE_OVERLAPPING_PORTS
CONFIGURATION-57, Overlapping ports found on host %s baseports (%d,%d) must be seperated by at least %d
-
FIELD_CONFIGURATION_ERROR
public static final ErrorCode FIELD_CONFIGURATION_ERROR
CONFIGURATION-58, Configuration for field is invalid.
-
INVALID_WORKFLOW_NAME
public static final ErrorCode INVALID_WORKFLOW_NAME
CONFIGURATION-59, Indicates that a workflow name is invalid.
-
COMPONENT_DEFINED_AFTER_WORKLFOW_METADATA
public static final ErrorCode COMPONENT_DEFINED_AFTER_WORKLFOW_METADATA
CONFIGURATION-60, Indicates that a component was defined or redefined after it was referenced in a workflow that had metadata set on the stage such as a splitter.
-
CONTAINS_DYNAMIC_CHANGES
public static final ErrorCode CONTAINS_DYNAMIC_CHANGES
CONFIGURATION-61, Indicates that the project has dynamic changes and is not allowed to at this point.
-
CONFIGURATION_FILE_NOT_SPECIFIED
public static final ErrorCode CONFIGURATION_FILE_NOT_SPECIFIED
CONFIGURATION-62, Indicates that aie was started without a configuration file specified. Usually occurs when started without first creating a project.
-
INVALID_CONFIGURATION_SERVER_COUNT
public static final ErrorCode INVALID_CONFIGURATION_SERVER_COUNT
CONFIGURATION-63, Indicates that more than one configuration servers were requested
-
REJOINING_SPLITTER_REUSED_IN_WORKFLOWS
public static final ErrorCode REJOINING_SPLITTER_REUSED_IN_WORKFLOWS
CONFIGURATION-64, A splitter with rejoin=true referenced in multiple ingest workflows
-
NO_DEFAULT_ROUTE
public static final ErrorCode NO_DEFAULT_ROUTE
CONFIGURATION-65, No Default route configured for index feature
-
INVALID_STORE_SERVER_COUNT
public static final ErrorCode INVALID_STORE_SERVER_COUNT
CONFIGURATION-66, Indicates that more than one store servers were requested
-
FEATURE_NOT_LICENSED
public static final ErrorCode FEATURE_NOT_LICENSED
CONFIGURATION-67, Indicates that a feature is not licensed to be used
-
UPGRADE_REQUIRED
public static final ErrorCode UPGRADE_REQUIRED
CONFIGURATION-68, Indicates that the project must be upgraded prior to deployment.
-
-