001package org.opends.messages; 002 003import org.forgerock.i18n.LocalizableMessageDescriptor; 004 005/** 006 * This file contains localizable message descriptors having the resource 007 * name {@code org.opends.messages.backend}. This file was generated 008 * automatically by the {@code i18n-maven-plugin} from the property file 009 * {@code org/opends/messages/backend.properties} and it should not be manually edited. 010 */ 011public final class BackendMessages { 012 // The name of the resource bundle. 013 private static final String RESOURCE = "org.opends.messages.backend"; 014 015 // Prevent instantiation. 016 private BackendMessages() { 017 // Do nothing. 018 } 019 020 /** 021 * Returns the name of the resource associated with the messages contained 022 * in this class. The resource name may be used for obtaining named loggers, 023 * e.g. using SLF4J's {@code org.slf4j.LoggerFactory#getLogger(String name)}. 024 * 025 * @return The name of the resource associated with the messages contained 026 * in this class. 027 */ 028 public static String resourceName() { 029 return RESOURCE; 030 } 031 032 /** 033 * An attempt was made to configure the root DSE backend without providing a configuration entry. This is not allowed 034 */ 035 public static final LocalizableMessageDescriptor.Arg0 ERR_ROOTDSE_CONFIG_ENTRY_NULL = 036 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_ROOTDSE_CONFIG_ENTRY_NULL_2", 2); 037 038 /** 039 * Base DN "%s" is configured as one of the subordinate base DNs to use for searches below the root DSE. However, this base DN is not handled by any suffix registered with the Directory Server and will therefore not be used 040 */ 041 public static final LocalizableMessageDescriptor.Arg1<Object> WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE = 042 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4", 4); 043 044 /** 045 * An unexpected problem occurred while trying to determine the set of subordinate base DNs to use for searches below the root DSE: %s 046 */ 047 public static final LocalizableMessageDescriptor.Arg1<Object> WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION = 048 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5", 5); 049 050 /** 051 * The root DSE backend was asked to retrieve entry with DN "%s". This backend should only be asked to retrieve the root DSE itself. However, it will check with the defined subordinate backends and see if it can find the requested entry 052 */ 053 public static final LocalizableMessageDescriptor.Arg1<Object> WARN_ROOTDSE_GET_ENTRY_NONROOT = 054 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "WARN_ROOTDSE_GET_ENTRY_NONROOT_6", 6); 055 056 /** 057 * Unwilling to update entry "%s" because modify operations are not supported in the root DSE backend. If you wish to alter the contents of the root DSE itself, then it may be possible to do so by modifying the "%s" entry in the configuration 058 */ 059 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_ROOTDSE_MODIFY_NOT_SUPPORTED = 060 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9", 9); 061 062 /** 063 * Unwilling to perform a search (connection ID %d, operation ID %d) with a base DN of "%s" in the root DSE backend. The base DN for searches in this backend must be the DN of the root DSE itself 064 */ 065 public static final LocalizableMessageDescriptor.Arg3<Number, Number, Object> ERR_ROOTDSE_INVALID_SEARCH_BASE = 066 new LocalizableMessageDescriptor.Arg3<Number, Number, Object>(BackendMessages.class, RESOURCE, "ERR_ROOTDSE_INVALID_SEARCH_BASE_11", 11); 067 068 /** 069 * An unexpected failure occurred while trying to process a search operation (connection ID %d, operation ID %d) in the root DSE backend: %s 070 */ 071 public static final LocalizableMessageDescriptor.Arg3<Number, Number, Object> ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE = 072 new LocalizableMessageDescriptor.Arg3<Number, Number, Object>(BackendMessages.class, RESOURCE, "ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12", 12); 073 074 /** 075 * Unable to process the search with connection ID %d and operation ID %d because it had an invalid scope of %s 076 */ 077 public static final LocalizableMessageDescriptor.Arg3<Number, Number, Object> ERR_ROOTDSE_INVALID_SEARCH_SCOPE = 078 new LocalizableMessageDescriptor.Arg3<Number, Number, Object>(BackendMessages.class, RESOURCE, "ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13", 13); 079 080 /** 081 * An unexpected error occurred while trying to open the LDIF writer for the root DSE backend: %s 082 */ 083 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER = 084 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14", 14); 085 086 /** 087 * An unexpected error occurred while trying to export the root DSE entry to the specified LDIF target: %s 088 */ 089 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE = 090 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15", 15); 091 092 /** 093 * The root DSE backend does not provide a facility for backup and restore operations. The contents of the root DSE should be backed up as part of the Directory Server configuration 094 */ 095 public static final LocalizableMessageDescriptor.Arg0 ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED = 096 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17", 17); 097 098 /** 099 * The root DSE configuration has been updated so that it will now use the defined set of Directory Server suffixes when performing searches below the root DSE 100 */ 101 public static final LocalizableMessageDescriptor.Arg0 INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS = 102 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS_18", 18); 103 104 /** 105 * The root DSE configuration has been updated so that it will now use the base DN set %s when performing below the root DSE 106 */ 107 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_ROOTDSE_USING_NEW_SUBORDINATE_BASE_DNS = 108 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "INFO_ROOTDSE_USING_NEW_SUBORDINATE_BASE_DNS_19", 19); 109 110 /** 111 * The root DSE configuration has been updated so that it will now use a new set of user-defined attributes 112 */ 113 public static final LocalizableMessageDescriptor.Arg0 INFO_ROOTDSE_USING_NEW_USER_ATTRS = 114 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_ROOTDSE_USING_NEW_USER_ATTRS_20", 20); 115 116 /** 117 * An attempt was made to configure the monitor backend without providing a configuration entry. This is not allowed, and no monitor information will be available over protocol 118 */ 119 public static final LocalizableMessageDescriptor.Arg0 ERR_MONITOR_CONFIG_ENTRY_NULL = 120 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_MONITOR_CONFIG_ENTRY_NULL_21", 21); 121 122 /** 123 * An unexpected error occurred while attempting to decode cn=monitor as the base DN for the Directory Server monitor information: %s. No monitor information will be available over protocol 124 */ 125 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN = 126 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22", 22); 127 128 /** 129 * Unwilling to add entry "%s" because add operations are not supported in the "%s" backend 130 */ 131 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_ADD_NOT_SUPPORTED = 132 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_ADD_NOT_SUPPORTED_23", 23); 133 134 /** 135 * Unwilling to remove entry "%s" because delete operations are not supported in the "%s" backend 136 */ 137 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_DELETE_NOT_SUPPORTED = 138 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_DELETE_NOT_SUPPORTED_24", 24); 139 140 /** 141 * Unwilling to update entry "%s" because modify operations are not supported in the monitor backend. If you wish to alter the contents of the base monitor entry itself, then it may be possible to do so by modifying the "%s" entry in the configuration 142 */ 143 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MONITOR_MODIFY_NOT_SUPPORTED = 144 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_MONITOR_MODIFY_NOT_SUPPORTED_25", 25); 145 146 /** 147 * Unwilling to rename entry "%s" because modify DN operations are not supported in the "%s" backend 148 */ 149 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_MODIFY_DN_NOT_SUPPORTED = 150 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_MODIFY_DN_NOT_SUPPORTED_26", 26); 151 152 /** 153 * An error occurred while attempting to export the base monitor entry: %s 154 */ 155 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MONITOR_UNABLE_TO_EXPORT_BASE = 156 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27", 27); 157 158 /** 159 * An error occurred while attempting to export the monitor entry for monitor provider %s: %s 160 */ 161 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY = 162 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28", 28); 163 164 /** 165 * The "%s" backend does not support LDIF import operations 166 */ 167 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_IMPORT_NOT_SUPPORTED = 168 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_IMPORT_NOT_SUPPORTED_29", 29); 169 170 /** 171 * The monitor configuration has been updated so that it will now use a new set of user-defined attributes 172 */ 173 public static final LocalizableMessageDescriptor.Arg0 INFO_MONITOR_USING_NEW_USER_ATTRS = 174 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_MONITOR_USING_NEW_USER_ATTRS_31", 31); 175 176 /** 177 * Unable to retrieve the requested entry from the "%s" backend because the provided DN was null 178 */ 179 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_GET_ENTRY_NULL = 180 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_GET_ENTRY_NULL_32", 32); 181 182 /** 183 * Unable to initialize the "%s" backend because an error occurred while attempting to decode the base DN for this backend: %s 184 */ 185 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_CANNOT_DECODE_BACKEND_ROOT_DN = 186 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_CANNOT_DECODE_BACKEND_ROOT_DN_33", 33); 187 188 /** 189 * Unable to retrieve the requested entry %s from the monitor backend because the DN is not below the monitor base of %s 190 */ 191 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MONITOR_INVALID_BASE = 192 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_MONITOR_INVALID_BASE_34", 34); 193 194 /** 195 * %d days %d hours %d minutes %d seconds 196 */ 197 public static final LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number> INFO_MONITOR_UPTIME = 198 new LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "INFO_MONITOR_UPTIME_37", 37); 199 200 /** 201 * An attempt was made to configure the schema backend without providing a configuration entry. This is not allowed, and no schema information will be available over protocol 202 */ 203 public static final LocalizableMessageDescriptor.Arg0 ERR_SCHEMA_CONFIG_ENTRY_NULL = 204 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_SCHEMA_CONFIG_ENTRY_NULL_38", 38); 205 206 /** 207 * An error occurred while trying to determine the base DNs to use when publishing the Directory Server schema information, as specified in the ds-cfg-schema-entry-dn attribute of configuration entry %s: %s. The default schema base DN of cn=schema will be used 208 */ 209 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN = 210 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40", 40); 211 212 /** 213 * An error occurred while attempting to export the base schema entry: %s 214 */ 215 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_UNABLE_TO_EXPORT_BASE = 216 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45", 45); 217 218 /** 219 * Unable to retrieve the requested entry %s from the schema backend because the DN is equal to one of the schema entry DNs 220 */ 221 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_INVALID_BASE = 222 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_INVALID_BASE_48", 48); 223 224 /** 225 * An unexpected error occurred while trying to open the LDIF writer for the schema backend: %s 226 */ 227 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER = 228 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49", 49); 229 230 /** 231 * Successfully deregistered DN %s so that it will no longer be available as a schema entry DN 232 */ 233 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_SCHEMA_DEREGISTERED_BASE_DN = 234 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "INFO_SCHEMA_DEREGISTERED_BASE_DN_50", 50); 235 236 /** 237 * An error occurred while trying to deregister %s as a schema entry DN: %s 238 */ 239 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN = 240 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51", 51); 241 242 /** 243 * Successfully registered DN %s as a new schema entry DN 244 */ 245 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_SCHEMA_REGISTERED_BASE_DN = 246 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "INFO_SCHEMA_REGISTERED_BASE_DN_52", 52); 247 248 /** 249 * An error occurred while trying to register %s as a schema entry DN: %s 250 */ 251 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_CANNOT_REGISTER_BASE_DN = 252 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53", 53); 253 254 /** 255 * The schema configuration has been updated so that it will now use a new set of user-defined attributes 256 */ 257 public static final LocalizableMessageDescriptor.Arg0 INFO_SCHEMA_USING_NEW_USER_ATTRS = 258 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_SCHEMA_USING_NEW_USER_ATTRS_54", 54); 259 260 /** 261 * The Directory Server was unable to obtain a lock on entry %s after multiple attempts. This could mean that the entry is already locked by a long-running operation or that the entry has previously been locked but was not properly unlocked 262 */ 263 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_CANNOT_LOCK_ENTRY = 264 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_CANNOT_LOCK_ENTRY_55", 55); 265 266 /** 267 * The task defined in entry %s is invalid because it has an invalid state %s 268 */ 269 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASK_INVALID_STATE = 270 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASK_INVALID_STATE_91", 91); 271 272 /** 273 * An error occurred while trying to parse the scheduled start time value %s from task entry %s 274 */ 275 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME = 276 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92", 92); 277 278 /** 279 * An error occurred while trying to parse the actual start time value %s from task entry %s 280 */ 281 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME = 282 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93", 93); 283 284 /** 285 * An error occurred while trying to parse the completion time value %s from task entry %s 286 */ 287 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASK_CANNOT_PARSE_COMPLETION_TIME = 288 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94", 94); 289 290 /** 291 * Task entry %s is missing required attribute %s 292 */ 293 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASK_MISSING_ATTR = 294 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASK_MISSING_ATTR_95", 95); 295 296 /** 297 * There are multiple instances of attribute %s in task entry %s 298 */ 299 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE = 300 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96", 96); 301 302 /** 303 * There are no values for attribute %s in task entry %s 304 */ 305 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASK_NO_VALUES_FOR_ATTR = 306 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASK_NO_VALUES_FOR_ATTR_97", 97); 307 308 /** 309 * There are multiple values for attribute %s in task entry %s 310 */ 311 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASK_MULTIPLE_VALUES_FOR_ATTR = 312 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98", 98); 313 314 /** 315 * An error occurred while executing the task defined in entry %s: %s 316 */ 317 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASK_EXECUTE_FAILED = 318 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASK_EXECUTE_FAILED_99", 99); 319 320 /** 321 * The provided recurring task entry does not contain attribute %s which is needed to hold the recurring task ID 322 */ 323 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_NO_ID_ATTRIBUTE = 324 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100", 100); 325 326 /** 327 * The provided recurring task entry contains multiple attributes with type %s, which is used to hold the recurring task ID, but only a single instance is allowed 328 */ 329 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_MULTIPLE_ID_TYPES = 330 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101", 101); 331 332 /** 333 * The provided recurring task entry does not contain any values for the %s attribute, which is used to specify the recurring task ID 334 */ 335 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_NO_ID = 336 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_NO_ID_102", 102); 337 338 /** 339 * The provided recurring task entry contains multiple values for the %s attribute, which is used to specify the recurring task ID, but only a single value is allowed 340 */ 341 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_MULTIPLE_ID_VALUES = 342 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103", 103); 343 344 /** 345 * The provided recurring task entry does not contain attribute %s which is needed to specify recurring task schedule 346 */ 347 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE = 348 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE_104", 104); 349 350 /** 351 * The provided recurring task entry contains multiple attributes with type %s, which is used to hold recurring task schedule, but only a single instance is allowed 352 */ 353 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES = 354 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES_105", 105); 355 356 /** 357 * The provided recurring task entry does not contain any values for the %s attribute, which is used to specify recurring task schedule 358 */ 359 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_NO_SCHEDULE_VALUES = 360 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_NO_SCHEDULE_VALUES_106", 106); 361 362 /** 363 * The provided recurring task entry contains multiple values for the %s attribute, which is used to specify recurring task schedule, but only a single value is allowed 364 */ 365 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES = 366 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES_107", 107); 367 368 /** 369 * An error occurred while attempting to load class %s specified in attribute %s of the provided recurring task entry: %s. Does this class exist in the Directory Server classpath? 370 */ 371 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_RECURRINGTASK_CANNOT_LOAD_CLASS = 372 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108", 108); 373 374 /** 375 * An error occurred while trying to create an instance of class %s as a Directory Server task. Is this class a subclass of %s? 376 */ 377 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK = 378 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109", 109); 379 380 /** 381 * An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s 382 */ 383 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL = 384 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110", 110); 385 386 /** 387 * The task backend configuration entry does not contain any base DNs. There must be exactly one base DN for task information in the Directory Server 388 */ 389 public static final LocalizableMessageDescriptor.Arg0 ERR_TASKBE_NO_BASE_DNS = 390 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_TASKBE_NO_BASE_DNS_112", 112); 391 392 /** 393 * The task backend configuration entry contains multiple base DNs. There must be exactly one base DN for task information in the Directory Server 394 */ 395 public static final LocalizableMessageDescriptor.Arg0 ERR_TASKBE_MULTIPLE_BASE_DNS = 396 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_TASKBE_MULTIPLE_BASE_DNS_113", 113); 397 398 /** 399 * An error occurred while attempting to decode recurring task base %s as a DN: %s 400 */ 401 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN = 402 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114", 114); 403 404 /** 405 * An error occurred while attempting to decode scheduled task base %s as a DN: %s 406 */ 407 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN = 408 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115", 115); 409 410 /** 411 * The specified task data backing file %s already exists and the Directory Server will not attempt to overwrite it. Please delete or rename the existing file before attempting to use that path for the new backing file, or choose a new path 412 */ 413 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_BACKING_FILE_EXISTS = 414 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_BACKING_FILE_EXISTS_121", 121); 415 416 /** 417 * The specified path %s for the new task data backing file appears to be an invalid path. Please choose a new path for the task data backing file 418 */ 419 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_INVALID_BACKING_FILE_PATH = 420 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_INVALID_BACKING_FILE_PATH_122", 122); 421 422 /** 423 * The parent directory %s for the new task data backing file %s does not exist. Please create this directory before attempting to use this path for the new backing file or choose a new path 424 */ 425 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKBE_BACKING_FILE_MISSING_PARENT = 426 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123", 123); 427 428 /** 429 * The parent directory %s for the new task data backing file %s exists but is not a directory. Please choose a new path for the task data backing file 430 */ 431 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY = 432 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124", 124); 433 434 /** 435 * An error occurred while attempting to determine the new path to the task data backing file: %s 436 */ 437 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_ERROR_GETTING_BACKING_FILE = 438 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125", 125); 439 440 /** 441 * The completed task retention time has been updated to %d seconds. This will take effect immediately 442 */ 443 public static final LocalizableMessageDescriptor.Arg1<Number> INFO_TASKBE_UPDATED_RETENTION_TIME = 444 new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "INFO_TASKBE_UPDATED_RETENTION_TIME_128", 128); 445 446 /** 447 * The path to the task data backing file has been changed to %s. A snapshot of the current task configuration has been written to that file and it will continue to be used for future updates 448 */ 449 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_TASKBE_UPDATED_BACKING_FILE = 450 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "INFO_TASKBE_UPDATED_BACKING_FILE_129", 129); 451 452 /** 453 * New entries in the task backend may only be added immediately below %s for scheduled tasks or immediately below %s for recurring tasks 454 */ 455 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKBE_ADD_DISALLOWED_DN = 456 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_ADD_DISALLOWED_DN_130", 130); 457 458 /** 459 * This file contains the data used by the Directory Server task scheduler backend. Do not edit this file directly, as there is a risk that those changes will be lost. Scheduled and recurring task definitions should only be edited using the administration utilities provided with the Directory Server 460 */ 461 public static final LocalizableMessageDescriptor.Arg0 INFO_TASKBE_BACKING_FILE_HEADER = 462 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_TASKBE_BACKING_FILE_HEADER_132", 132); 463 464 /** 465 * Unable to add recurring task %s to the task scheduler because another recurring task already exists with the same ID 466 */ 467 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_DUPLICATE_RECURRING_ID = 468 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133", 133); 469 470 /** 471 * Unable to schedule task %s because another task already exists with the same ID 472 */ 473 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_DUPLICATE_TASK_ID = 474 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_DUPLICATE_TASK_ID_134", 134); 475 476 /** 477 * Unable to add completed task %s to the task scheduler because another task already exists with the same ID 478 */ 479 public static final LocalizableMessageDescriptor.Arg1<Object> WARN_TASKSCHED_DUPLICATE_TASK_ID = 480 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "WARN_TASKSCHED_DUPLICATE_TASK_ID_135", 135); 481 482 /** 483 * An error occurred while attempting to schedule the next iteration of recurring task %s: %s 484 */ 485 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION = 486 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136", 136); 487 488 /** 489 * An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d: %s. This is not a fatal error, so the task scheduler will attempt to continue parsing the file and schedule any additional tasks that it contains 490 */ 491 public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE = 492 new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137", 137); 493 494 /** 495 * An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d: %s. This is an unrecoverable error, and parsing cannot continue 496 */ 497 public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL = 498 new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138", 138); 499 500 /** 501 * Entry %s read from the tasks backing file is invalid because it has no parent and does not match the task root DN of %s 502 */ 503 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_ENTRY_HAS_NO_PARENT = 504 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139", 139); 505 506 /** 507 * An error occurred while attempting to parse entry %s as a recurring task and add it to the scheduler: %s 508 */ 509 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY = 510 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140", 140); 511 512 /** 513 * An error occurred while attempting to parse entry %s as a task and add it to the scheduler: %s 514 */ 515 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY = 516 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141", 141); 517 518 /** 519 * Entry %s read from the tasks backing file %s has a DN which is not valid for a task or recurring task definition and will be ignored 520 */ 521 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_INVALID_TASK_ENTRY_DN = 522 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142", 142); 523 524 /** 525 * An error occurred while attempting to read from the tasks data backing file %s: %s 526 */ 527 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE = 528 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143", 143); 529 530 /** 531 * An error occurred while attempting to create a new tasks backing file %s for use with the task scheduler: %s 532 */ 533 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE = 534 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144", 144); 535 536 /** 537 * The provided task entry does not contain attribute %s which is needed to specify the fully-qualified name of the class providing the task logic 538 */ 539 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_NO_CLASS_ATTRIBUTE = 540 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145", 145); 541 542 /** 543 * The provided task entry contains multiple attributes with type %s, which is used to hold the task class name, but only a single instance is allowed 544 */ 545 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_MULTIPLE_CLASS_TYPES = 546 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146", 146); 547 548 /** 549 * The provided task entry does not contain any values for the %s attribute, which is used to specify the fully-qualified name of the class providing the task logic 550 */ 551 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_NO_CLASS_VALUES = 552 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_NO_CLASS_VALUES_147", 147); 553 554 /** 555 * The provided task entry contains multiple values for the %s attribute, which is used to specify the task class name, but only a single value is allowed 556 */ 557 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_MULTIPLE_CLASS_VALUES = 558 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148", 148); 559 560 /** 561 * An error occurred while attempting to load class %s specified in attribute %s of the provided task entry: %s. Does this class exist in the Directory Server classpath? 562 */ 563 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TASKSCHED_CANNOT_LOAD_CLASS = 564 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_LOAD_CLASS_149", 149); 565 566 /** 567 * An error occurred while trying to create an instance of class %s as a Directory Server task. Is this class a subclass of %s? 568 */ 569 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK = 570 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150", 150); 571 572 /** 573 * An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s 574 */ 575 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL = 576 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151", 151); 577 578 /** 579 * An error occurred while attempting to rename the current tasks backing file from %s to %s: %s. The previous task configuration (which does not reflect the latest update) may be lost 580 */ 581 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE = 582 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152", 152); 583 584 /** 585 * An error occurred while attempting to rename the new tasks backing file from %s to %s: %s. If the Directory Server is restarted, then the task scheduler may not work as expected 586 */ 587 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE = 588 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153", 153); 589 590 /** 591 * An error occurred while attempting to write the new tasks data backing file %s: %s. Configuration information reflecting the latest update may be lost 592 */ 593 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE = 594 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154", 154); 595 596 /** 597 * The tasks backend is being shut down 598 */ 599 public static final LocalizableMessageDescriptor.Arg0 INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN = 600 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN_156", 156); 601 602 /** 603 * The root DSE configuration has been updated so that configuration attribute %s will now use a value of %s 604 */ 605 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS = 606 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS_159", 159); 607 608 /** 609 * Unable to remove pending task %s because no such task exists 610 */ 611 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK = 612 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161", 161); 613 614 /** 615 * Unable to remove pending task %s because the task is no longer pending 616 */ 617 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING = 618 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162", 162); 619 620 /** 621 * Unable to remove completed task %s because no such task exists in the list of completed tasks 622 */ 623 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK = 624 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163", 163); 625 626 /** 627 * Unable to remove entry %s from the task backend because its DN is either not appropriate for that backend or it is not below the scheduled or recurring tasks base entry 628 */ 629 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_DELETE_INVALID_ENTRY = 630 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_DELETE_INVALID_ENTRY_164", 164); 631 632 /** 633 * Unable to remove entry %s from the task backend because there is no scheduled task associated with that entry DN 634 */ 635 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_DELETE_NO_SUCH_TASK = 636 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_DELETE_NO_SUCH_TASK_165", 165); 637 638 /** 639 * Unable to delete entry %s from the task backend because the associated task is currently running 640 */ 641 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_DELETE_RUNNING = 642 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_DELETE_RUNNING_166", 166); 643 644 /** 645 * Unable to remove entry %s from the task backend because there is no recurring task associated with that entry DN 646 */ 647 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK = 648 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167", 167); 649 650 /** 651 * Unable to process the search operation in the task backend because the provided base DN %s is not valid for entries in the task backend 652 */ 653 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_SEARCH_INVALID_BASE = 654 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_SEARCH_INVALID_BASE_168", 168); 655 656 /** 657 * Unable to process the search operation in the task backend because there is no scheduled task associated with the provided search base entry %s 658 */ 659 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_SEARCH_NO_SUCH_TASK = 660 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_SEARCH_NO_SUCH_TASK_169", 169); 661 662 /** 663 * Unable to process the search operation in the task backend because there is no recurring task associated with the provided search base entry %s 664 */ 665 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK = 666 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170", 170); 667 668 /** 669 * Unable to initialize the "%s" backend because the provided configuration entry is null 670 */ 671 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_CONFIG_ENTRY_NULL = 672 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_CONFIG_ENTRY_NULL_171", 171); 673 674 /** 675 * Requested entry %s does not exist in the backup backend 676 */ 677 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_INVALID_BASE = 678 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_INVALID_BASE_176", 176); 679 680 /** 681 * Unable to retrieve entry %s from the backup backend because the requested DN is one level below the base DN but does not specify a backup directory 682 */ 683 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY = 684 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177", 177); 685 686 /** 687 * Unable to retrieve entry %s from the backup backend because the requested backup directory is invalid: %s 688 */ 689 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUP_INVALID_BACKUP_DIRECTORY = 690 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178", 178); 691 692 /** 693 * An error occurred while attempting to examine the requested backup directory: %s 694 */ 695 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY = 696 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179", 179); 697 698 /** 699 * Unable to retrieve entry %s from the backup backend because the requested DN is two levels below the base DN but does not specify a backup ID 700 */ 701 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_NO_BACKUP_ID_IN_DN = 702 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_NO_BACKUP_ID_IN_DN_180", 180); 703 704 /** 705 * Unable to retrieve entry %s from the backup backend because it does not have a parent 706 */ 707 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_NO_BACKUP_PARENT_DN = 708 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_NO_BACKUP_PARENT_DN_181", 181); 709 710 /** 711 * Unable to retrieve entry %s from the backup backend because the DN does not contain the backup directory in which the requested backup should reside 712 */ 713 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_NO_BACKUP_DIR_IN_DN = 714 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182", 182); 715 716 /** 717 * Backup %s does not exist in backup directory %s 718 */ 719 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUP_NO_SUCH_BACKUP = 720 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_NO_SUCH_BACKUP_183", 183); 721 722 /** 723 * Unwilling to update entry "%s" because modify operations are not supported in the "%s" backend 724 */ 725 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_MODIFY_NOT_SUPPORTED = 726 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_MODIFY_NOT_SUPPORTED_186", 186); 727 728 /** 729 * The requested entry %s does not exist in the backup backend 730 */ 731 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_NO_SUCH_ENTRY = 732 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_NO_SUCH_ENTRY_188", 188); 733 734 /** 735 * Exactly one base DN must be provided for use with the memory-based backend 736 */ 737 public static final LocalizableMessageDescriptor.Arg0 ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE = 738 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192", 192); 739 740 /** 741 * Entry %s already exists in the memory-based backend 742 */ 743 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS = 744 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193", 193); 745 746 /** 747 * Entry %s does not belong in the memory-based backend 748 */ 749 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG = 750 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194", 194); 751 752 /** 753 * Unable to add entry %s because its parent entry %s does not exist in the memory-based backend 754 */ 755 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST = 756 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195", 195); 757 758 /** 759 * Entry %s does not exist in the "%s" backend 760 */ 761 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_ENTRY_DOESNT_EXIST = 762 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_ENTRY_DOESNT_EXIST_196", 196); 763 764 /** 765 * Cannot delete entry %s because it has one or more subordinate entries 766 */ 767 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN = 768 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197", 197); 769 770 /** 771 * Unable to create an LDIF writer: %s 772 */ 773 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER = 774 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199", 199); 775 776 /** 777 * Cannot write entry %s to LDIF: %s 778 */ 779 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF = 780 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200", 200); 781 782 /** 783 * Unable to create an LDIF reader: %s 784 */ 785 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER = 786 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201", 201); 787 788 /** 789 * An unrecoverable error occurred while reading from LDIF: %s 790 */ 791 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_ERROR_READING_LDIF = 792 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_ERROR_READING_LDIF_202", 202); 793 794 /** 795 * An unexpected error occurred while processing the import: %s 796 */ 797 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_ERROR_DURING_IMPORT = 798 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203", 203); 799 800 /** 801 * The memory-based backend does not support backup or restore operations 802 */ 803 public static final LocalizableMessageDescriptor.Arg0 ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED = 804 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204", 204); 805 806 /** 807 * Cannot rename entry %s because it has one or more subordinate entries 808 */ 809 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN = 810 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205", 205); 811 812 /** 813 * Cannot rename entry %s because the target entry is in a different backend 814 */ 815 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND = 816 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206", 206); 817 818 /** 819 * Cannot rename entry %s because the new parent entry %s doesn't exist 820 */ 821 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST = 822 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207", 207); 823 824 /** 825 * An error occurred while attempting to register base DN %s in the Directory Server: %s 826 */ 827 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_CANNOT_REGISTER_BASEDN = 828 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_CANNOT_REGISTER_BASEDN_210", 210); 829 830 /** 831 * The schema backend does not support the %s modification type 832 */ 833 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_INVALID_MODIFICATION_TYPE = 834 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212", 212); 835 836 /** 837 * The schema backend does not support the modification of the %s attribute type. Only attribute types, object classes, ldap syntaxes, name forms, DIT content rules, DIT structure rules, and matching rule uses may be modified 838 */ 839 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE = 840 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213", 213); 841 842 /** 843 * An error occurred while attempting to decode the object class "%s": %s 844 */ 845 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS = 846 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216", 216); 847 848 /** 849 * Unable to add objectclass %s because its superior class of %s is not defined in the server schema 850 */ 851 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS = 852 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217", 217); 853 854 /** 855 * Unable to add objectclass %s because it requires attribute %s which is not defined in the server schema 856 */ 857 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR = 858 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218", 218); 859 860 /** 861 * Unable to add objectclass %s because it allows attribute %s which is not defined in the server schema 862 */ 863 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR = 864 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219", 219); 865 866 /** 867 * An error occurred while attempting to write the updated schema: %s 868 */ 869 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA = 870 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222", 222); 871 872 /** 873 * An error occurred while attempting to decode the name form "%s": %s 874 */ 875 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM = 876 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223", 223); 877 878 /** 879 * An error occurred while attempting to decode the DIT content rule "%s": %s 880 */ 881 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR = 882 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224", 224); 883 884 /** 885 * An error occurred while attempting to decode the DIT structure rule "%s": %s 886 */ 887 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR = 888 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225", 225); 889 890 /** 891 * An error occurred while attempting to decode the matching rule use "%s": %s 892 */ 893 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE = 894 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226", 226); 895 896 /** 897 * The server will not allow removing all values for the %s attribute type in the server schema 898 */ 899 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_DELETE_NO_VALUES = 900 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227", 227); 901 902 /** 903 * Unable to add attribute type %s because it conflicts with multiple existing attribute types (%s and %s) 904 */ 905 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE = 906 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228", 228); 907 908 /** 909 * Unable to add objectclass %s because it conflicts with multiple existing objectclasses (%s and %s) 910 */ 911 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS = 912 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230", 230); 913 914 /** 915 * Unable to add name form %s because it conflicts with multiple existing name forms (%s and %s) 916 */ 917 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM = 918 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231", 231); 919 920 /** 921 * Unable to add name form %s because it references structural objectclass %s which is not defined in the server schema 922 */ 923 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC = 924 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232", 232); 925 926 /** 927 * Unable to add name form %s because it references required attribute type %s which is not defined in the server schema 928 */ 929 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR = 930 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233", 233); 931 932 /** 933 * Unable to add name form %s because it references optional attribute type %s which is not defined in the server schema 934 */ 935 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR = 936 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234", 234); 937 938 /** 939 * Unable to add DIT content rule %s because it conflicts with multiple existing DIT content rules (%s and %s) 940 */ 941 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR = 942 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235", 235); 943 944 /** 945 * Unable to add DIT content rule %s because it references structural objectclass %s which is already associated with another DIT content rule %s 946 */ 947 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR = 948 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236", 236); 949 950 /** 951 * Unable to add DIT content rule %s because it references structural objectclass %s which is not defined in the server schema 952 */ 953 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC = 954 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237", 237); 955 956 /** 957 * Unable to add DIT content rule %s because it references auxiliary objectclass %s which is not defined in the server schema 958 */ 959 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC = 960 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238", 238); 961 962 /** 963 * Unable to add DIT content rule %s because it references required attribute type %s which is not defined in the server schema 964 */ 965 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR = 966 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239", 239); 967 968 /** 969 * Unable to add DIT content rule %s because it references optional attribute type %s which is not defined in the server schema 970 */ 971 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR = 972 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240", 240); 973 974 /** 975 * Unable to add DIT content rule %s because it references prohibited attribute type %s which is not defined in the server schema 976 */ 977 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR = 978 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241", 241); 979 980 /** 981 * Unable to add DIT structure rule %s because it conflicts with multiple existing DIT structure rules (%s and %s) 982 */ 983 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR = 984 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242", 242); 985 986 /** 987 * Unable to add DIT structure rule %s because it references name form %s which is already associated with another DIT structure rule %s 988 */ 989 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR = 990 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243", 243); 991 992 /** 993 * Unable to add DIT structure rule %s because it references name form %s which is not defined in the server schema 994 */ 995 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM = 996 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244", 244); 997 998 /** 999 * Unable to add matching rule use %s because it conflicts with multiple existing matching rule uses (%s and %s) 1000 */ 1001 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE = 1002 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245", 245); 1003 1004 /** 1005 * Unable to add matching rule use %s because it references matching rule %s which is already associated with another matching rule use %s 1006 */ 1007 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE = 1008 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246", 246); 1009 1010 /** 1011 * Unable to add matching rule use %s because it references attribute type %s which is not defined in the server schema 1012 */ 1013 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR = 1014 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247", 247); 1015 1016 /** 1017 * Circular reference detected for attribute type %s in which the superior type chain references the attribute type itself 1018 */ 1019 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT = 1020 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248", 248); 1021 1022 /** 1023 * Circular reference detected for objectclass %s in which the superior class chain references the objectclass itself 1024 */ 1025 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC = 1026 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249", 249); 1027 1028 /** 1029 * Circular reference detected for DIT structure rule %s in which the superior rule chain references the DIT structure rule itself 1030 */ 1031 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR = 1032 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250", 250); 1033 1034 /** 1035 * An error occurred while attempting to create copies of the existing schema files before applying the updates: %s. The server was able to restore the original schema configuration, so no additional cleanup should be required 1036 */ 1037 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED = 1038 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251", 251); 1039 1040 /** 1041 * An error occurred while attempting to create copies of the existing schema files before applying the updates: %s. A problem also occurred when attempting to restore the original schema configuration, so the server may be left in an inconsistent state and could require manual cleanup 1042 */ 1043 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED = 1044 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252", 252); 1045 1046 /** 1047 * An error occurred while attempting to write new versions of the server schema files: %s. The server was able to restore the original schema configuration, so no additional cleanup should be required 1048 */ 1049 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED = 1050 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253", 253); 1051 1052 /** 1053 * An error occurred while attempting to write new versions of the server schema files: %s. A problem also occurred when attempting to restore the original schema configuration, so the server may be left in an inconsistent state and could require manual cleanup 1054 */ 1055 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED = 1056 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254", 254); 1057 1058 /** 1059 * Unable to remove attribute type %s from the server schema because no such attribute type is defined 1060 */ 1061 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE = 1062 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255", 255); 1063 1064 /** 1065 * Unable to remove attribute type %s from the server schema because it is referenced as the superior type for attribute type %s 1066 */ 1067 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE = 1068 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256", 256); 1069 1070 /** 1071 * Unable to remove attribute type %s from the server schema because it is referenced as a required or optional attribute type in objectclass %s 1072 */ 1073 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC = 1074 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257", 257); 1075 1076 /** 1077 * Unable to remove attribute type %s from the server schema because it is referenced as a required or optional attribute type in name form %s 1078 */ 1079 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF = 1080 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258", 258); 1081 1082 /** 1083 * Unable to remove attribute type %s from the server schema because it is referenced as a required, optional, or prohibited attribute type in DIT content rule %s 1084 */ 1085 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR = 1086 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259", 259); 1087 1088 /** 1089 * Unable to remove attribute type %s from the server schema because it is referenced by matching rule use %s 1090 */ 1091 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE = 1092 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260", 260); 1093 1094 /** 1095 * Unable to remove objectclass %s from the server schema because no such objectclass is defined 1096 */ 1097 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS = 1098 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261", 261); 1099 1100 /** 1101 * Unable to remove objectclass %s from the server schema because it is referenced as the superior class for objectclass %s 1102 */ 1103 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS = 1104 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262", 262); 1105 1106 /** 1107 * Unable to remove objectclass %s from the server schema because it is referenced as the structural class for name form %s 1108 */ 1109 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF = 1110 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263", 263); 1111 1112 /** 1113 * Unable to remove objectclass %s from the server schema because it is referenced as a structural or auxiliary class for DIT content rule %s 1114 */ 1115 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR = 1116 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264", 264); 1117 1118 /** 1119 * Unable to remove name form %s from the server schema because no such name form is defined 1120 */ 1121 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM = 1122 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265", 265); 1123 1124 /** 1125 * Unable to remove name form %s from the server schema because it is referenced by DIT structure rule %s 1126 */ 1127 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR = 1128 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266", 266); 1129 1130 /** 1131 * Unable to remove DIT content rule %s from the server schema because no such DIT content rule is defined 1132 */ 1133 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR = 1134 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267", 267); 1135 1136 /** 1137 * Unable to remove DIT structure rule %s from the server schema because no such DIT structure rule is defined 1138 */ 1139 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR = 1140 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268", 268); 1141 1142 /** 1143 * Unable to remove DIT structure rule %s from the server schema because it is referenced as a superior rule for DIT structure rule %s 1144 */ 1145 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE = 1146 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269", 269); 1147 1148 /** 1149 * Unable to remove matching rule use %s from the server schema because no such matching rule use is defined 1150 */ 1151 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE = 1152 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270", 270); 1153 1154 /** 1155 * Unable to add name form %s because it references objectclass %s which is defined in the server schema but is not a structural objectclass 1156 */ 1157 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL = 1158 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271", 271); 1159 1160 /** 1161 * Unable to add DIT content rule %s because it references structural objectclass %s which is defined in the server schema but is not structural 1162 */ 1163 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL = 1164 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272", 272); 1165 1166 /** 1167 * Unable to add attribute type %s because the superior type %s is marked as OBSOLETE in the server schema 1168 */ 1169 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE = 1170 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274", 274); 1171 1172 /** 1173 * Unable to add attribute type %s because the associated matching rule %s is marked as OBSOLETE in the server schema 1174 */ 1175 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR = 1176 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275", 275); 1177 1178 /** 1179 * Unable to add object class %s because the superior class %s is marked as OBSOLETE in the server schema 1180 */ 1181 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS = 1182 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276", 276); 1183 1184 /** 1185 * Unable to add object class %s because required attribute %s is marked as OBSOLETE in the server schema 1186 */ 1187 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR = 1188 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277", 277); 1189 1190 /** 1191 * Unable to add object class %s because optional attribute %s is marked as OBSOLETE in the server schema 1192 */ 1193 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR = 1194 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278", 278); 1195 1196 /** 1197 * Unable to add name form %s because its structural object class %s is marked as OBSOLETE in the server schema 1198 */ 1199 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE = 1200 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279", 279); 1201 1202 /** 1203 * Unable to add name form %s because it requires attribute type %s which is marked as OBSOLETE in the server schema 1204 */ 1205 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR = 1206 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280", 280); 1207 1208 /** 1209 * Unable to add name form %s because it allows attribute type %s which is marked as OBSOLETE in the server schema 1210 */ 1211 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR = 1212 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281", 281); 1213 1214 /** 1215 * Unable to add DIT content rule %s because its structural object class %s is marked as OBSOLETE in the server schema 1216 */ 1217 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE = 1218 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282", 282); 1219 1220 /** 1221 * Unable to add DIT content rule %s because it references auxiliary object class %s which is defined in the server schema but is not an auxiliary class 1222 */ 1223 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY = 1224 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283", 283); 1225 1226 /** 1227 * Unable to add DIT content rule %s because it requires attribute type %s which is marked as OBSOLETE in the server schema 1228 */ 1229 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR = 1230 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285", 285); 1231 1232 /** 1233 * Unable to add DIT content rule %s because it allows attribute type %s which is marked as OBSOLETE in the server schema 1234 */ 1235 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR = 1236 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286", 286); 1237 1238 /** 1239 * Unable to add DIT content rule %s because it prohibits attribute type %s which is marked as OBSOLETE in the server schema 1240 */ 1241 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR = 1242 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287", 287); 1243 1244 /** 1245 * Unable to add DIT structure rule %s because its name form %s is marked OBSOLETE in the server schema 1246 */ 1247 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM = 1248 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288", 288); 1249 1250 /** 1251 * Unable to add DIT structure rule %s because it references superior rule %s which is marked as OBSOLETE in the server schema 1252 */ 1253 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE = 1254 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289", 289); 1255 1256 /** 1257 * Unable to add matching rule use %s because its matching rule %s is marked OBSOLETE in the server schema 1258 */ 1259 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR = 1260 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290", 290); 1261 1262 /** 1263 * Unable to add matching rule use %s because it references attribute type %s which is marked as OBSOLETE in the server schema 1264 */ 1265 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR = 1266 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291", 291); 1267 1268 /** 1269 * Unable to add DIT content rule %s because it references auxiliary object class %s which is marked as OBSOLETE in the server schema 1270 */ 1271 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC = 1272 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292", 292); 1273 1274 /** 1275 * You do not have sufficient privileges to modify the Directory Server schema 1276 */ 1277 public static final LocalizableMessageDescriptor.Arg0 ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES = 1278 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293", 293); 1279 1280 /** 1281 * Unable to find a file containing concatenated schema element definitions in order to determine if any schema changes were made with the server offline. The file was expected in the %s directory and should have been named either %s or %s 1282 */ 1283 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE = 1284 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294", 294); 1285 1286 /** 1287 * An error occurred while attempting to determine whether any schema changes had been made by directly editing the schema files with the server offline: %s 1288 */ 1289 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES = 1290 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295", 295); 1291 1292 /** 1293 * An error occurred while attempting to write file %s containing a concatenated list of all server schema elements: %s. The server may not be able to accurately identify any schema changes made with the server offline 1294 */ 1295 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE = 1296 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296", 296); 1297 1298 /** 1299 * The Directory Server is not configured to allow task %s to be invoked 1300 */ 1301 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_NOT_ALLOWED_TASK = 1302 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_NOT_ALLOWED_TASK_298", 298); 1303 1304 /** 1305 * Task ID: %s 1306 * Task State: %s 1307 * Scheduled Start Time: %s 1308 * Actual Start Time: %s 1309 * Completion Time: %s 1310 * 1311 * Log Messages: 1312 */ 1313 public static final LocalizableMessageDescriptor.Arg5<Object, Object, Object, Object, Object> INFO_TASK_COMPLETION_BODY = 1314 new LocalizableMessageDescriptor.Arg5<Object, Object, Object, Object, Object>(BackendMessages.class, RESOURCE, "INFO_TASK_COMPLETION_BODY_299", 299); 1315 1316 /** 1317 * Requested entry %s does not exist in the trust store backend 1318 */ 1319 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TRUSTSTORE_INVALID_BASE = 1320 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_INVALID_BASE_301", 301); 1321 1322 /** 1323 * Unable to process entry %s in the trust store backend because the requested DN is one level below the base DN but does not specify a certificate name 1324 */ 1325 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE = 1326 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302", 302); 1327 1328 /** 1329 * Error while trying to retrieve certificate %s from the trust store file %s: %s 1330 */ 1331 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT = 1332 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303", 303); 1333 1334 /** 1335 * Indexes are not supported in the "%s" backend 1336 */ 1337 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INDEXES_NOT_SUPPORTED = 1338 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_INDEXES_NOT_SUPPORTED_305", 305); 1339 1340 /** 1341 * Unable to initialize the trust store backend from configuration entry %s because it does not contain exactly one base DN 1342 */ 1343 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN = 1344 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306", 306); 1345 1346 /** 1347 * LDIF import and export operations are not supported in the "%s" backend 1348 */ 1349 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_IMPORT_AND_EXPORT_NOT_SUPPORTED = 1350 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_IMPORT_AND_EXPORT_NOT_SUPPORTED_307", 307); 1351 1352 /** 1353 * Backup and restore operations are not supported in the "%s" backend 1354 */ 1355 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_BACKUP_AND_RESTORE_NOT_SUPPORTED = 1356 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_BACKUP_AND_RESTORE_NOT_SUPPORTED_308", 308); 1357 1358 /** 1359 * The trust store file %s specified in attribute ds-cfg-trust-store-file of configuration entry %s does not exist 1360 */ 1361 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_NO_SUCH_FILE = 1362 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_NO_SUCH_FILE_309", 309); 1363 1364 /** 1365 * The trust store type %s specified in attribute ds-cfg-trust-store-type of configuration entry %s is not valid: %s 1366 */ 1367 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TRUSTSTORE_INVALID_TYPE = 1368 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_INVALID_TYPE_310", 310); 1369 1370 /** 1371 * An error occurred while trying to create the PIN file %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s 1372 */ 1373 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE = 1374 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311", 311); 1375 1376 /** 1377 * An error occurred while trying to read the trust store PIN from file %s specified in configuration attribute ds-cfg-trust-store-pin-file of configuration entry %s: %s 1378 */ 1379 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ = 1380 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312", 312); 1381 1382 /** 1383 * File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the trust store, but this file is empty 1384 */ 1385 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_PIN_FILE_EMPTY = 1386 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_PIN_FILE_EMPTY_313", 313); 1387 1388 /** 1389 * Environment variable %s which is specified in attribute ds-cfg-trust-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the trust store, but this property is not set 1390 */ 1391 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET = 1392 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314", 314); 1393 1394 /** 1395 * Java property %s which is specified in attribute ds-cfg-trust-store-pin-property of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this property is not set 1396 */ 1397 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET = 1398 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315", 315); 1399 1400 /** 1401 * An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-file in configuration entry %s: %s 1402 */ 1403 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE = 1404 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316", 316); 1405 1406 /** 1407 * An error occurred while trying to load the trust store contents from file %s: %s 1408 */ 1409 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_CANNOT_LOAD = 1410 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_CANNOT_LOAD_317", 317); 1411 1412 /** 1413 * An error occurred while trying to create a trust manager factory to access the contents of trust store file %s: %s 1414 */ 1415 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY = 1416 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318", 318); 1417 1418 /** 1419 * The certificate entry %s already exists 1420 */ 1421 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TRUSTSTORE_ALIAS_IN_USE = 1422 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_ALIAS_IN_USE_319", 319); 1423 1424 /** 1425 * Error while attempting to generate a self-signed certificate %s in the trust store file %s: %s 1426 */ 1427 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TRUSTSTORE_CANNOT_GENERATE_CERT = 1428 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320", 320); 1429 1430 /** 1431 * Error while trying to add certificate %s to the trust store file %s: %s 1432 */ 1433 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TRUSTSTORE_CANNOT_ADD_CERT = 1434 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_CANNOT_ADD_CERT_321", 321); 1435 1436 /** 1437 * The entry %s could not be added because it does not contain a certificate attribute %s 1438 */ 1439 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR = 1440 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323", 323); 1441 1442 /** 1443 * The entry %s could not be added because it contains multiple certificate attributes %s 1444 */ 1445 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS = 1446 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324", 324); 1447 1448 /** 1449 * The entry %s could not be added because it does not contain a value of certificate attribute %s 1450 */ 1451 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE = 1452 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325", 325); 1453 1454 /** 1455 * The entry %s could not be added because it contains multiple values of certificate attribute %s 1456 */ 1457 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES = 1458 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326", 326); 1459 1460 /** 1461 * Error while writing certificate %s to a file: %s 1462 */ 1463 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_CANNOT_WRITE_CERT = 1464 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327", 327); 1465 1466 /** 1467 * Failed to set permissions on trust store file %s 1468 */ 1469 public static final LocalizableMessageDescriptor.Arg1<Object> WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED = 1470 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328", 328); 1471 1472 /** 1473 * The root container for backend %s has not been initialized preventing this backend from processing the requested operation 1474 */ 1475 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ROOT_CONTAINER_NOT_INITIALIZED = 1476 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_ROOT_CONTAINER_NOT_INITIALIZED_329", 329); 1477 1478 /** 1479 * Unable to obtain a write lock on entry %s 1480 */ 1481 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY = 1482 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330", 330); 1483 1484 /** 1485 * Entry %s cannot be modified because it does not represent a task entry. Only task entries may be modified in the task backend 1486 */ 1487 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_MODIFY_INVALID_ENTRY = 1488 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_MODIFY_INVALID_ENTRY_331", 331); 1489 1490 /** 1491 * Entry %s cannot be modified because it does not represent a valid task in the server 1492 */ 1493 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_MODIFY_NO_SUCH_TASK = 1494 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_MODIFY_NO_SUCH_TASK_332", 332); 1495 1496 /** 1497 * Entry %s cannot be modified because the assoicated task has completed running. Completed tasks cannot be modified 1498 */ 1499 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_MODIFY_COMPLETED = 1500 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_MODIFY_COMPLETED_333", 333); 1501 1502 /** 1503 * Entry %s cannot be modified because the server does not currently support modifying recurring task entries 1504 */ 1505 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_MODIFY_RECURRING = 1506 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_MODIFY_RECURRING_334", 334); 1507 1508 /** 1509 * The task associated with entry %s is currently running. The only modification allowed for running tasks is to replace the value of the ds-task-state attribute with "cancel" 1510 */ 1511 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_MODIFY_RUNNING = 1512 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_MODIFY_RUNNING_335", 335); 1513 1514 /** 1515 * Task processing was interrupted by a modify request to cancel the task 1516 */ 1517 public static final LocalizableMessageDescriptor.Arg0 INFO_TASKBE_RUNNING_TASK_CANCELLED = 1518 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_TASKBE_RUNNING_TASK_CANCELLED_336", 336); 1519 1520 /** 1521 * Error while trying to delete certificate %s from the trust store file %s: %s 1522 */ 1523 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TRUSTSTORE_CANNOT_DELETE_CERT = 1524 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337", 337); 1525 1526 /** 1527 * Unable to retrieve entry %s from the trust store backend because the certificate %s does not exist 1528 */ 1529 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND = 1530 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338", 338); 1531 1532 /** 1533 * The LDIF backend defined in configuration entry %s only supports a single base DN, but was configured for use with multiple base DNs 1534 */ 1535 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS = 1536 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339", 339); 1537 1538 /** 1539 * LDIF file %s configured for use with the LDIF backend defined in configuration entry %s has multiple entries with a DN of %s 1540 */ 1541 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_LDIF_BACKEND_DUPLICATE_ENTRY = 1542 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342", 342); 1543 1544 /** 1545 * LDIF file %s configured for use with the LDIF backend defined in configuration entry %s includes entry %s which is not below the base DN defined for that backend 1546 */ 1547 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE = 1548 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343", 343); 1549 1550 /** 1551 * LDIF file %s configured for use with the LDIF backend defined in configuration entry %s contains entry %s but its parent entry has not yet been read 1552 */ 1553 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_LDIF_BACKEND_MISSING_PARENT = 1554 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_MISSING_PARENT_344", 344); 1555 1556 /** 1557 * An error occurred while trying to create file %s to write an updated version of the data for the LDIF backend defined in configuration entry %s: %s 1558 */ 1559 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_LDIF_BACKEND_ERROR_CREATING_FILE = 1560 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345", 345); 1561 1562 /** 1563 * An error occurred while trying to write updated data to file %s for the LDIF backend defined in configuration entry %s: %s 1564 */ 1565 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_LDIF_BACKEND_ERROR_WRITING_FILE = 1566 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346", 346); 1567 1568 /** 1569 * An error occurred while attempting to rename file %s to %s while writing updated data for the LDIF backend defined in configuration entry %s: %s 1570 */ 1571 public static final LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object> ERR_LDIF_BACKEND_ERROR_RENAMING_FILE = 1572 new LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347", 347); 1573 1574 /** 1575 * Entry %s already exists in the LDIF backend 1576 */ 1577 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS = 1578 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348", 348); 1579 1580 /** 1581 * The parent for entry %s does not exist 1582 */ 1583 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_ADD_MISSING_PARENT = 1584 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349", 349); 1585 1586 /** 1587 * Entry %s does not exist 1588 */ 1589 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY = 1590 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350", 350); 1591 1592 /** 1593 * Entry %s has one or more subordinate entries and cannot be deleted until all of its subordinate entries are removed first 1594 */ 1595 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_DELETE_NONLEAF = 1596 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_DELETE_NONLEAF_351", 351); 1597 1598 /** 1599 * Entry %s does not exist 1600 */ 1601 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY = 1602 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352", 352); 1603 1604 /** 1605 * Source entry %s does not exist 1606 */ 1607 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY = 1608 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353", 353); 1609 1610 /** 1611 * Target entry %s already exists 1612 */ 1613 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS = 1614 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354", 354); 1615 1616 /** 1617 * The new parent DN %s does not exist 1618 */ 1619 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST = 1620 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355", 355); 1621 1622 /** 1623 * Entry %s specified as the search base DN does not exist 1624 */ 1625 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE = 1626 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356", 356); 1627 1628 /** 1629 * An error occurred while trying to create the writer for the LDIF export operation: %s 1630 */ 1631 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER = 1632 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357", 357); 1633 1634 /** 1635 * An error occurred while trying to write entry %s during the LDIF export: %s 1636 */ 1637 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF = 1638 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358", 358); 1639 1640 /** 1641 * An error occurred while trying to create the reader for the LDIF import operation: %s 1642 */ 1643 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER = 1644 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359", 359); 1645 1646 /** 1647 * An unrecoverable error occurred while attempting to read data from the import file: %s. The LDIF import cannot continue 1648 */ 1649 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_ERROR_READING_LDIF = 1650 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_ERROR_READING_LDIF_360", 360); 1651 1652 /** 1653 * The LDIF backend currently does not provide a backup or restore mechanism. Use LDIF import and export operations instead 1654 */ 1655 public static final LocalizableMessageDescriptor.Arg0 ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED = 1656 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361", 361); 1657 1658 /** 1659 * The change to the LDIF file path will not take effect until the backend is disabled and re-enabled 1660 */ 1661 public static final LocalizableMessageDescriptor.Arg0 INFO_LDIF_BACKEND_LDIF_FILE_CHANGED = 1662 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_LDIF_BACKEND_LDIF_FILE_CHANGED_363", 363); 1663 1664 /** 1665 * The change to the LDIF backend base DN will not take effect until the backend is disabled and re-enabled 1666 */ 1667 public static final LocalizableMessageDescriptor.Arg0 INFO_LDIF_BACKEND_BASE_DN_CHANGED = 1668 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_LDIF_BACKEND_BASE_DN_CHANGED_364", 364); 1669 1670 /** 1671 * The target entry %s does not exist 1672 */ 1673 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY = 1674 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365", 365); 1675 1676 /** 1677 * The target entry %s does not exist 1678 */ 1679 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY = 1680 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366", 366); 1681 1682 /** 1683 * Error reading key %s from key store %s: %s 1684 */ 1685 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TRUSTSTORE_ERROR_READING_KEY = 1686 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_ERROR_READING_KEY_367", 367); 1687 1688 /** 1689 * This backend does not provide support for the hasSubordinates operational attribute 1690 */ 1691 public static final LocalizableMessageDescriptor.Arg0 ERR_HAS_SUBORDINATES_NOT_SUPPORTED = 1692 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368", 368); 1693 1694 /** 1695 * This backend does not provide support for the numSubordinates operational attribute 1696 */ 1697 public static final LocalizableMessageDescriptor.Arg0 ERR_NUM_SUBORDINATES_NOT_SUPPORTED = 1698 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369", 369); 1699 1700 /** 1701 * The backend %s is now taken offline 1702 */ 1703 public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_BACKEND_OFFLINE = 1704 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_BACKEND_OFFLINE_370", 370); 1705 1706 /** 1707 * The provided recurring task entry attribute %s holding the recurring task schedule has invalid number of tokens 1708 */ 1709 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_N_TOKENS = 1710 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_N_TOKENS_371", 371); 1711 1712 /** 1713 * The provided recurring task entry attribute %s holding the recurring task schedule has invalid minute token 1714 */ 1715 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN = 1716 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_372", 372); 1717 1718 /** 1719 * The provided recurring task entry attribute %s holding the recurring task schedule has invalid hour token 1720 */ 1721 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_HOUR_TOKEN = 1722 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_373", 373); 1723 1724 /** 1725 * The provided recurring task entry attribute %s holding the recurring task schedule has invalid day of the month token 1726 */ 1727 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_DAY_TOKEN = 1728 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_DAY_TOKEN_374", 374); 1729 1730 /** 1731 * The provided recurring task entry attribute %s holding the recurring task schedule has invalid month of the year token 1732 */ 1733 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_MONTH_TOKEN = 1734 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_375", 375); 1735 1736 /** 1737 * The provided recurring task entry attribute %s holding the recurring task schedule has invalid day of the week token 1738 */ 1739 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN = 1740 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_376", 376); 1741 1742 /** 1743 * The provided recurring task entry attribute %s holding the recurring task schedule has invalid tokens combination yielding a nonexistent calendar date 1744 */ 1745 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_TOKENS_COMBO = 1746 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_TOKENS_COMBO_377", 377); 1747 1748 /** 1749 * An error occurred while attempting to export task backend data: %s 1750 */ 1751 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKS_CANNOT_EXPORT_TO_FILE = 1752 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_CANNOT_EXPORT_TO_FILE_378", 378); 1753 1754 /** 1755 * The information for backup %s could not be found in the backup directory %s 1756 */ 1757 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUP_MISSING_BACKUPID = 1758 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_MISSING_BACKUPID_407", 407); 1759 1760 /** 1761 * Unable to add DIT structure rule %s because its rule identifier conflicts with existing DIT structure rule (%s) 1762 */ 1763 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR = 1764 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR_409", 409); 1765 1766 /** 1767 * JE backend '%s' does not specify the number of cleaner threads: defaulting to %d threads 1768 */ 1769 public static final LocalizableMessageDescriptor.Arg2<Object, Number> INFO_ERGONOMIC_SIZING_OF_JE_CLEANER_THREADS = 1770 new LocalizableMessageDescriptor.Arg2<Object, Number>(BackendMessages.class, RESOURCE, "INFO_ERGONOMIC_SIZING_OF_JE_CLEANER_THREADS_410", 410); 1771 1772 /** 1773 * JE backend '%s' does not specify the number of lock tables: defaulting to %d 1774 */ 1775 public static final LocalizableMessageDescriptor.Arg2<Object, Number> INFO_ERGONOMIC_SIZING_OF_JE_LOCK_TABLES = 1776 new LocalizableMessageDescriptor.Arg2<Object, Number>(BackendMessages.class, RESOURCE, "INFO_ERGONOMIC_SIZING_OF_JE_LOCK_TABLES_411", 411); 1777 1778 /** 1779 * Unable to schedule task %s because its dependency task %s is missing 1780 */ 1781 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_DEPENDENCY_MISSING = 1782 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_DEPENDENCY_MISSING_412", 412); 1783 1784 /** 1785 * %s task %s started execution 1786 */ 1787 public static final LocalizableMessageDescriptor.Arg2<Object, Object> NOTE_TASK_STARTED = 1788 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "NOTE_TASK_STARTED_413", 413); 1789 1790 /** 1791 * %s task %s finished execution in the state %s 1792 */ 1793 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> NOTE_TASK_FINISHED = 1794 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "NOTE_TASK_FINISHED_414", 414); 1795 1796 /** 1797 * Unable to add ldap syntax description with OID %s because it conflicts with an existing ldap syntax description 1798 */ 1799 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX = 1800 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX_415", 415); 1801 1802 /** 1803 * Unable to remove ldap syntax description %s from the server schema because no such ldap syntax description is defined 1804 */ 1805 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD = 1806 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD_416", 416); 1807 1808 /** 1809 * The provided value "%s" could not be parsed as an ldap syntax because its OID %s corresponds to an attribute syntax that is already implemented 1810 */ 1811 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX = 1812 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX_417", 417); 1813 1814 /** 1815 * An error occurred while attempting to decode the ldapsyntax description "%s": %s 1816 */ 1817 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX = 1818 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX_418", 418); 1819 1820 /** 1821 * The provided recurring task schedule value has an invalid number of tokens 1822 */ 1823 public static final LocalizableMessageDescriptor.Arg0 ERR_RECURRINGTASK_INVALID_N_TOKENS_SIMPLE = 1824 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_N_TOKENS_SIMPLE_419", 419); 1825 1826 /** 1827 * The provided recurring task schedule value has an invalid minute token 1828 */ 1829 public static final LocalizableMessageDescriptor.Arg0 ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_SIMPLE = 1830 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_SIMPLE_420", 420); 1831 1832 /** 1833 * The provided recurring task schedule value has an invalid hour token 1834 */ 1835 public static final LocalizableMessageDescriptor.Arg0 ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_SIMPLE = 1836 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_SIMPLE_421", 421); 1837 1838 /** 1839 * The provided recurring task schedule value has an invalid day of the month token 1840 */ 1841 public static final LocalizableMessageDescriptor.Arg0 ERR_RECURRINGTASK_INVALID_DAY_TOKEN_SIMPLE = 1842 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_DAY_TOKEN_SIMPLE_422", 422); 1843 1844 /** 1845 * The provided recurring task schedule value has an invalid month of the year token 1846 */ 1847 public static final LocalizableMessageDescriptor.Arg0 ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_SIMPLE = 1848 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_SIMPLE_423", 423); 1849 1850 /** 1851 * The provided recurring task schedule value has an invalid day of the week token 1852 */ 1853 public static final LocalizableMessageDescriptor.Arg0 ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_SIMPLE = 1854 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_SIMPLE_424", 424); 1855 1856 /** 1857 * The schema backend does not support the Replace modification type for the %s attribute type 1858 */ 1859 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_INVALID_REPLACE_MODIFICATION = 1860 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_INVALID_REPLACE_MODIFICATION_425", 425); 1861 1862 /** 1863 * An error occurred while trying to close file %s for the LDIF backend defined in configuration entry %s: %s 1864 */ 1865 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_LDIF_BACKEND_ERROR_CLOSING_FILE = 1866 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_ERROR_CLOSING_FILE_426", 426); 1867 1868 /** 1869 * The file %s written for the LDIF backend defined in configuration entry %s is 0 bytes long and unusable. 1870 */ 1871 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIF_BACKEND_ERROR_EMPTY_FILE = 1872 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_ERROR_EMPTY_FILE_427", 427); 1873 1874 /** 1875 * Configuration attribute ds-cfg-db-cache-size has a value of %d but the JVM has only %d available. Consider using ds-cfg-db-cache-percent 1876 */ 1877 public static final LocalizableMessageDescriptor.Arg2<Number, Number> ERR_BACKEND_CONFIG_CACHE_SIZE_GREATER_THAN_JVM_HEAP = 1878 new LocalizableMessageDescriptor.Arg2<Number, Number>(BackendMessages.class, RESOURCE, "ERR_BACKEND_CONFIG_CACHE_SIZE_GREATER_THAN_JVM_HEAP_428", 428); 1879 1880 /** 1881 * Configuration attribute ds-cfg-db-cache-percent has a value of %d%% but the JVM has only %d%% available 1882 */ 1883 public static final LocalizableMessageDescriptor.Arg2<Number, Number> ERR_BACKEND_CONFIG_CACHE_PERCENT_GREATER_THAN_JVM_HEAP = 1884 new LocalizableMessageDescriptor.Arg2<Number, Number>(BackendMessages.class, RESOURCE, "ERR_BACKEND_CONFIG_CACHE_PERCENT_GREATER_THAN_JVM_HEAP_429", 429); 1885 1886 /** 1887 * Unable to process the virtual list view request because the target assertion could not be decoded as a valid value for the '%s' attribute type 1888 */ 1889 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_VLV_BAD_ASSERTION = 1890 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_VLV_BAD_ASSERTION_430", 430); 1891 1892 /** 1893 * Disk free space of %d bytes for directory %s is now below low threshold of %d bytes. Backend %s is now locked down and will no longer accept any operations from clients until sufficient disk space is restored 1894 */ 1895 public static final LocalizableMessageDescriptor.Arg4<Number, Object, Number, Object> WARN_DISK_SPACE_LOW_THRESHOLD_CROSSED = 1896 new LocalizableMessageDescriptor.Arg4<Number, Object, Number, Object>(BackendMessages.class, RESOURCE, "WARN_DISK_SPACE_LOW_THRESHOLD_CROSSED_431", 431); 1897 1898 /** 1899 * Disk free space of %d bytes for directory %s is now below disk low threshold of %d bytes. Backend %s is now offline and will no longer accept any operations until sufficient disk space is restored 1900 */ 1901 public static final LocalizableMessageDescriptor.Arg4<Number, Object, Number, Object> WARN_DISK_SPACE_FULL_THRESHOLD_CROSSED = 1902 new LocalizableMessageDescriptor.Arg4<Number, Object, Number, Object>(BackendMessages.class, RESOURCE, "WARN_DISK_SPACE_FULL_THRESHOLD_CROSSED_432", 432); 1903 1904 /** 1905 * An error occurred while trying to list the files to backup for backend '%s': %s 1906 */ 1907 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_LIST_FILES_TO_BACKUP = 1908 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_LIST_FILES_TO_BACKUP_433", 433); 1909 1910 /** 1911 * An error occurred while trying to switch to append mode for backend '%s': %s 1912 */ 1913 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_SWITCH_TO_APPEND_MODE = 1914 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_SWITCH_TO_APPEND_MODE_434", 434); 1915 1916 /** 1917 * An error occurred while trying to end append mode for backend '%s': %s 1918 */ 1919 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_END_APPEND_MODE = 1920 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_END_APPEND_MODE_435", 435); 1921 1922 /** 1923 * Insufficient free memory (%d bytes) to perform import. At least %d bytes of free memory is required 1924 */ 1925 public static final LocalizableMessageDescriptor.Arg2<Number, Number> ERR_IMPORT_LDIF_LACK_MEM = 1926 new LocalizableMessageDescriptor.Arg2<Number, Number>(BackendMessages.class, RESOURCE, "ERR_IMPORT_LDIF_LACK_MEM_438", 438); 1927 1928 /** 1929 * The attribute '%s' cannot have indexing of type '%s' because it does not have a corresponding matching rule 1930 */ 1931 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE = 1932 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE_440", 440); 1933 1934 /** 1935 * Unable to process the virtual list view request because the target start position was before the beginning of the result set 1936 */ 1937 public static final LocalizableMessageDescriptor.Arg0 ERR_ENTRYIDSORTER_NEGATIVE_START_POS = 1938 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_ENTRYIDSORTER_NEGATIVE_START_POS_441", 441); 1939 1940 /** 1941 * The entry database does not contain a record for ID %s 1942 */ 1943 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MISSING_ID2ENTRY_RECORD = 1944 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MISSING_ID2ENTRY_RECORD_443", 443); 1945 1946 /** 1947 * Unable to examine the entry with ID %s for sorting purposes: %s 1948 */ 1949 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY = 1950 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY_444", 444); 1951 1952 /** 1953 * Execution error during backend operation: %s 1954 */ 1955 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXECUTION_ERROR = 1956 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_EXECUTION_ERROR_445", 445); 1957 1958 /** 1959 * Interrupted error during backend operation: %s 1960 */ 1961 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INTERRUPTED_ERROR = 1962 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_INTERRUPTED_ERROR_446", 446); 1963 1964 /** 1965 * The backend database directory could not be created: %s 1966 */ 1967 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CREATE_FAIL = 1968 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_CREATE_FAIL_447", 447); 1969 1970 /** 1971 * This platform does not support setting file permissions %s to the database directory %s 1972 */ 1973 public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_UNABLE_SET_PERMISSIONS = 1974 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "WARN_UNABLE_SET_PERMISSIONS_448", 448); 1975 1976 /** 1977 * An error occurred while setting file permissions for the backend database directory %s: %s 1978 */ 1979 public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_SET_PERMISSIONS_FAILED = 1980 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "WARN_SET_PERMISSIONS_FAILED_449", 449); 1981 1982 /** 1983 * The change to the DB directory will not take effect until the backend is restarted. The DB files from the previous directory %s must be moved to the new directory %s after shutting down the backend to retain the existing data 1984 */ 1985 public static final LocalizableMessageDescriptor.Arg2<Object, Object> NOTE_CONFIG_DB_DIR_REQUIRES_RESTART = 1986 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "NOTE_CONFIG_DB_DIR_REQUIRES_RESTART_450", 450); 1987 1988 /** 1989 * The backend database directory '%s' is not a valid directory 1990 */ 1991 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DIRECTORY_INVALID = 1992 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_DIRECTORY_INVALID_451", 451); 1993 1994 /** 1995 * PDB backend '%s' initialized to use %d buffers of %d bytes (total %dkb) 1996 */ 1997 public static final LocalizableMessageDescriptor.Arg4<Object, Number, Number, Number> NOTE_PDB_MEMORY_CFG = 1998 new LocalizableMessageDescriptor.Arg4<Object, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_PDB_MEMORY_CFG_452", 452); 1999 2000 /** 2001 * The entry '%s' cannot be added because an entry with that name already exists 2002 */ 2003 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ADD_ENTRY_ALREADY_EXISTS = 2004 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_ADD_ENTRY_ALREADY_EXISTS_453", 453); 2005 2006 /** 2007 * The entry '%s' cannot be added because its parent entry does not exist 2008 */ 2009 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ADD_NO_SUCH_OBJECT = 2010 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_ADD_NO_SUCH_OBJECT_454", 454); 2011 2012 /** 2013 * There is no index configured for attribute type '%s' 2014 */ 2015 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ATTRIBUTE_INDEX_NOT_CONFIGURED = 2016 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_ATTRIBUTE_INDEX_NOT_CONFIGURED_455", 455); 2017 2018 /** 2019 * An error occurred while preloading the database cache for backend %s: %s 2020 */ 2021 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CACHE_PRELOAD = 2022 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_CACHE_PRELOAD_456", 456); 2023 2024 /** 2025 * An error occurred while attempting to decode an attribute description token from the compressed schema definitions: %s 2026 */ 2027 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN = 2028 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN_457", 457); 2029 2030 /** 2031 * An error occurred while attempting to decode an object class set token from the compressed schema definitions: %s 2032 */ 2033 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN = 2034 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN_458", 458); 2035 2036 /** 2037 * An error occurred while attempting to store compressed schema information in the database: %s 2038 */ 2039 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_COMPSCHEMA_CANNOT_STORE_EX = 2040 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_COMPSCHEMA_CANNOT_STORE_EX_459", 459); 2041 2042 /** 2043 * An error occurred while parsing the search filter %s defined for VLV index %s: %s 2044 */ 2045 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_CONFIG_VLV_INDEX_BAD_FILTER = 2046 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_CONFIG_VLV_INDEX_BAD_FILTER_460", 460); 2047 2048 /** 2049 * Sort attribute %s for VLV index %s is not defined in the server schema 2050 */ 2051 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIG_VLV_INDEX_UNDEFINED_ATTR = 2052 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_CONFIG_VLV_INDEX_UNDEFINED_ATTR_461", 461); 2053 2054 /** 2055 * Database exception: %s 2056 */ 2057 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DATABASE_EXCEPTION = 2058 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_DATABASE_EXCEPTION_462", 462); 2059 2060 /** 2061 * A plugin caused the delete operation to be aborted while deleting a subordinate entry %s 2062 */ 2063 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DELETE_ABORTED_BY_SUBORDINATE_PLUGIN = 2064 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_DELETE_ABORTED_BY_SUBORDINATE_PLUGIN_463", 463); 2065 2066 /** 2067 * The entry '%s' cannot be removed because it has subordinate entries 2068 */ 2069 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DELETE_NOT_ALLOWED_ON_NONLEAF = 2070 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_DELETE_NOT_ALLOWED_ON_NONLEAF_464", 464); 2071 2072 /** 2073 * The entry '%s' cannot be removed because it does not exist 2074 */ 2075 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DELETE_NO_SUCH_OBJECT = 2076 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_DELETE_NO_SUCH_OBJECT_465", 465); 2077 2078 /** 2079 * An entry container named '%s' is alreadly registered for base DN '%s' 2080 */ 2081 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_ENTRY_CONTAINER_ALREADY_REGISTERED = 2082 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_ENTRY_CONTAINER_ALREADY_REGISTERED_466", 466); 2083 2084 /** 2085 * The entry database does not contain a valid record for ID %s 2086 */ 2087 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ENTRY_DATABASE_CORRUPT = 2088 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_ENTRY_DATABASE_CORRUPT_467", 467); 2089 2090 /** 2091 * I/O error occurred while exporting entry: %s 2092 */ 2093 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXPORT_IO_ERROR = 2094 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_EXPORT_IO_ERROR_468", 468); 2095 2096 /** 2097 * The backend must be disabled before the import process can start 2098 */ 2099 public static final LocalizableMessageDescriptor.Arg0 ERR_IMPORT_BACKEND_ONLINE = 2100 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_IMPORT_BACKEND_ONLINE_469", 469); 2101 2102 /** 2103 * Unable to create the temporary directory %s 2104 */ 2105 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_IMPORT_CREATE_TMPDIR_ERROR = 2106 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_IMPORT_CREATE_TMPDIR_ERROR_471", 471); 2107 2108 /** 2109 * The parent entry '%s' does not exist 2110 */ 2111 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_IMPORT_PARENT_NOT_FOUND = 2112 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_IMPORT_PARENT_NOT_FOUND_481", 481); 2113 2114 /** 2115 * Entry record is not compatible with this version of the backend database. Entry version: %x 2116 */ 2117 public static final LocalizableMessageDescriptor.Arg1<Number> ERR_INCOMPATIBLE_ENTRY_VERSION = 2118 new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "ERR_INCOMPATIBLE_ENTRY_VERSION_482", 482); 2119 2120 /** 2121 * An error occurred while reading from index %s. The index seems to be corrupt and is now operating in a degraded state. The index must be rebuilt before it can return to normal operation 2122 */ 2123 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INDEX_CORRUPT_REQUIRES_REBUILD = 2124 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_INDEX_CORRUPT_REQUIRES_REBUILD_483", 483); 2125 2126 /** 2127 * The following paged results control cookie value was not recognized: %s 2128 */ 2129 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INVALID_PAGED_RESULTS_COOKIE = 2130 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_INVALID_PAGED_RESULTS_COOKIE_484", 484); 2131 2132 /** 2133 * A plugin caused the modify DN operation to be aborted while moving and/or renaming an entry from %s to %s 2134 */ 2135 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN = 2136 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN_487", 487); 2137 2138 /** 2139 * A plugin caused the modify DN operation to be aborted while moving and/or renaming an entry from %s to %s because the change to that entry violated the server schema configuration: %s 2140 */ 2141 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_MODIFYDN_ABORTED_BY_SUBORDINATE_SCHEMA_ERROR = 2142 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_MODIFYDN_ABORTED_BY_SUBORDINATE_SCHEMA_ERROR_488", 488); 2143 2144 /** 2145 * The entry cannot be renamed to '%s' because an entry with that name already exists 2146 */ 2147 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MODIFYDN_ALREADY_EXISTS = 2148 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MODIFYDN_ALREADY_EXISTS_489", 489); 2149 2150 /** 2151 * The entry '%s' cannot be renamed because it does not exist 2152 */ 2153 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MODIFYDN_NO_SUCH_OBJECT = 2154 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MODIFYDN_NO_SUCH_OBJECT_490", 490); 2155 2156 /** 2157 * The entry '%s' cannot be modified because it does not exist 2158 */ 2159 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MODIFY_NO_SUCH_OBJECT = 2160 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MODIFY_NO_SUCH_OBJECT_491", 491); 2161 2162 /** 2163 * The entry cannot be moved because the new parent entry '%s' does not exist 2164 */ 2165 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_NEW_SUPERIOR_NO_SUCH_OBJECT = 2166 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_NEW_SUPERIOR_NO_SUCH_OBJECT_492", 492); 2167 2168 /** 2169 * The database environment could not be opened: %s 2170 */ 2171 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_OPEN_ENV_FAIL = 2172 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_OPEN_ENV_FAIL_493", 493); 2173 2174 /** 2175 * Rebuilding system index(es) must be done with the backend containing the base DN disabled 2176 */ 2177 public static final LocalizableMessageDescriptor.Arg0 ERR_REBUILD_BACKEND_ONLINE = 2178 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_REBUILD_BACKEND_ONLINE_494", 494); 2179 2180 /** 2181 * The backend database files could not be removed: %s 2182 */ 2183 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_REMOVE_FAIL = 2184 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_REMOVE_FAIL_495", 495); 2185 2186 /** 2187 * The requested search operation included both the simple paged results control and the virtual list view control. These controls are mutually exclusive and cannot be used together 2188 */ 2189 public static final LocalizableMessageDescriptor.Arg0 ERR_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV = 2190 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV_496", 496); 2191 2192 /** 2193 * The search results cannot be sorted because the given search request is not indexed 2194 */ 2195 public static final LocalizableMessageDescriptor.Arg0 ERR_SEARCH_CANNOT_SORT_UNINDEXED = 2196 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_SEARCH_CANNOT_SORT_UNINDEXED_497", 497); 2197 2198 /** 2199 * The search base entry '%s' does not exist 2200 */ 2201 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SEARCH_NO_SUCH_OBJECT = 2202 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SEARCH_NO_SUCH_OBJECT_498", 498); 2203 2204 /** 2205 * You do not have sufficient privileges to perform an unindexed search 2206 */ 2207 public static final LocalizableMessageDescriptor.Arg0 ERR_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES = 2208 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES_499", 499); 2209 2210 /** 2211 * Unchecked exception during database transaction: %s 2212 */ 2213 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UNCHECKED_EXCEPTION = 2214 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_UNCHECKED_EXCEPTION_500", 500); 2215 2216 /** 2217 * There is no VLV index configured with name '%s' 2218 */ 2219 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_VLV_INDEX_NOT_CONFIGURED = 2220 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_VLV_INDEX_NOT_CONFIGURED_501", 501); 2221 2222 /** 2223 * The filter value exceeded the index entry limit for the %s index 2224 */ 2225 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_INDEX_FILTER_INDEX_LIMIT_EXCEEDED = 2226 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "INFO_INDEX_FILTER_INDEX_LIMIT_EXCEEDED_502", 502); 2227 2228 /** 2229 * %s index is invalid and needs to be rebuilt 2230 */ 2231 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_INDEX_FILTER_INDEX_NOT_TRUSTED = 2232 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "INFO_INDEX_FILTER_INDEX_NOT_TRUSTED_503", 503); 2233 2234 /** 2235 * %s index type is disabled for the %s attribute 2236 */ 2237 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_INDEX_FILTER_INDEX_TYPE_DISABLED = 2238 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "INFO_INDEX_FILTER_INDEX_TYPE_DISABLED_504", 504); 2239 2240 /** 2241 * Matching rule %s is disabled for the extensible index of the %s attribute 2242 */ 2243 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_INDEX_FILTER_MATCHING_RULE_NOT_INDEXED = 2244 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "INFO_INDEX_FILTER_MATCHING_RULE_NOT_INDEXED_505", 505); 2245 2246 /** 2247 * Average number of entries referenced is %.2f/record 2248 */ 2249 public static final LocalizableMessageDescriptor.Arg1<Number> INFO_VERIFY_AVERAGE_REFERENCE_COUNT = 2250 new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "INFO_VERIFY_AVERAGE_REFERENCE_COUNT_506", 506); 2251 2252 /** 2253 * Free memory = %d MB, Cache miss rate = %.1f/record 2254 */ 2255 public static final LocalizableMessageDescriptor.Arg2<Number, Number> INFO_CACHE_AND_MEMORY_REPORT = 2256 new LocalizableMessageDescriptor.Arg2<Number, Number>(BackendMessages.class, RESOURCE, "INFO_CACHE_AND_MEMORY_REPORT_507", 507); 2257 2258 /** 2259 * Number of records that exceed the entry limit: %d 2260 */ 2261 public static final LocalizableMessageDescriptor.Arg1<Number> INFO_VERIFY_ENTRY_LIMIT_EXCEEDED_COUNT = 2262 new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "INFO_VERIFY_ENTRY_LIMIT_EXCEEDED_COUNT_508", 508); 2263 2264 /** 2265 * Statistics for records that have exceeded the entry limit: 2266 */ 2267 public static final LocalizableMessageDescriptor.Arg0 INFO_VERIFY_ENTRY_LIMIT_STATS_HEADER = 2268 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_VERIFY_ENTRY_LIMIT_STATS_HEADER_509", 509); 2269 2270 /** 2271 * File %s has %d such record(s) min=%d max=%d median=%d 2272 */ 2273 public static final LocalizableMessageDescriptor.Arg5<Object, Number, Number, Number, Number> INFO_VERIFY_ENTRY_LIMIT_STATS_ROW = 2274 new LocalizableMessageDescriptor.Arg5<Object, Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "INFO_VERIFY_ENTRY_LIMIT_STATS_ROW_510", 510); 2275 2276 /** 2277 * Maximum number of entries referenced by any record is %d 2278 */ 2279 public static final LocalizableMessageDescriptor.Arg1<Number> INFO_VERIFY_MAX_REFERENCE_COUNT = 2280 new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "INFO_VERIFY_MAX_REFERENCE_COUNT_511", 511); 2281 2282 /** 2283 * Number of records referencing more than one entry: %d 2284 */ 2285 public static final LocalizableMessageDescriptor.Arg1<Number> INFO_VERIFY_MULTIPLE_REFERENCE_COUNT = 2286 new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "INFO_VERIFY_MULTIPLE_REFERENCE_COUNT_512", 512); 2287 2288 /** 2289 * The database backend %s containing %d entries has started 2290 */ 2291 public static final LocalizableMessageDescriptor.Arg2<Object, Number> NOTE_BACKEND_STARTED = 2292 new LocalizableMessageDescriptor.Arg2<Object, Number>(BackendMessages.class, RESOURCE, "NOTE_BACKEND_STARTED_513", 513); 2293 2294 /** 2295 * Some index keys have already exceeded the previous index entry limit in index %s. This index must be rebuilt before it can use the new limit 2296 */ 2297 public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_CONFIG_INDEX_ENTRY_LIMIT_REQUIRES_REBUILD = 2298 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_CONFIG_INDEX_ENTRY_LIMIT_REQUIRES_REBUILD_514", 514); 2299 2300 /** 2301 * Exported %d entries and skipped %d in %d seconds (average rate %.1f/sec) 2302 */ 2303 public static final LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number> NOTE_EXPORT_FINAL_STATUS = 2304 new LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_EXPORT_FINAL_STATUS_515", 515); 2305 2306 /** 2307 * Exported %d records and skipped %d (recent rate %.1f/sec) 2308 */ 2309 public static final LocalizableMessageDescriptor.Arg3<Number, Number, Number> NOTE_EXPORT_PROGRESS_REPORT = 2310 new LocalizableMessageDescriptor.Arg3<Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_EXPORT_PROGRESS_REPORT_516", 516); 2311 2312 /** 2313 * Flushing data to disk 2314 */ 2315 public static final LocalizableMessageDescriptor.Arg0 NOTE_IMPORT_CLOSING_DATABASE = 2316 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "NOTE_IMPORT_CLOSING_DATABASE_518", 518); 2317 2318 /** 2319 * Processed %d entries, imported %d, skipped %d, rejected %d and migrated %d in %d seconds (average rate %.1f/sec) 2320 */ 2321 public static final LocalizableMessageDescriptor.Arg7<Number, Number, Number, Number, Number, Number, Number> NOTE_IMPORT_FINAL_STATUS = 2322 new LocalizableMessageDescriptor.Arg7<Number, Number, Number, Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_FINAL_STATUS_519", 519); 2323 2324 /** 2325 * Setting DB cache size to %d bytes and phase one buffer size to %d bytes 2326 */ 2327 public static final LocalizableMessageDescriptor.Arg2<Number, Number> NOTE_IMPORT_LDIF_DB_MEM_BUF_INFO = 2328 new LocalizableMessageDescriptor.Arg2<Number, Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_LDIF_DB_MEM_BUF_INFO_520", 520); 2329 2330 /** 2331 * Index %s phase two processing completed 2332 */ 2333 public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_IMPORT_LDIF_INDEX_CLOSE = 2334 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_LDIF_INDEX_CLOSE_522", 522); 2335 2336 /** 2337 * Index %s phase two started processing %d buffers in %d batches 2338 */ 2339 public static final LocalizableMessageDescriptor.Arg3<Object, Number, Number> NOTE_IMPORT_LDIF_INDEX_STARTED = 2340 new LocalizableMessageDescriptor.Arg3<Object, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_LDIF_INDEX_STARTED_523", 523); 2341 2342 /** 2343 * Index %s %d%% complete: remaining = %d KB, rate = %d KB/s; batch %d/%d 2344 */ 2345 public static final LocalizableMessageDescriptor.Arg6<Object, Number, Number, Number, Number, Number> NOTE_IMPORT_LDIF_PHASE_TWO_REPORT = 2346 new LocalizableMessageDescriptor.Arg6<Object, Number, Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_LDIF_PHASE_TWO_REPORT_525", 525); 2347 2348 /** 2349 * Import LDIF environment close took %d seconds 2350 */ 2351 public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_IMPORT_LDIF_ROOTCONTAINER_CLOSE = 2352 new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_LDIF_ROOTCONTAINER_CLOSE_526", 526); 2353 2354 /** 2355 * The amount of free memory available to the import task is %d bytes. The number of phase one buffers required is %d buffers 2356 */ 2357 public static final LocalizableMessageDescriptor.Arg2<Number, Number> NOTE_IMPORT_LDIF_TOT_MEM_BUF = 2358 new LocalizableMessageDescriptor.Arg2<Number, Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_LDIF_TOT_MEM_BUF_528", 528); 2359 2360 /** 2361 * Total import time was %d seconds. Phase one processing completed in %d seconds, phase two processing completed in %d seconds 2362 */ 2363 public static final LocalizableMessageDescriptor.Arg3<Number, Number, Number> NOTE_IMPORT_PHASE_STATS = 2364 new LocalizableMessageDescriptor.Arg3<Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_PHASE_STATS_531", 531); 2365 2366 /** 2367 * Processed %d entries, skipped %d and rejected %d (recent rate %.1f/sec) 2368 */ 2369 public static final LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number> NOTE_IMPORT_PROGRESS_REPORT = 2370 new LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_PROGRESS_REPORT_532", 532); 2371 2372 /** 2373 * %s starting import (build %s, R%s) 2374 */ 2375 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> NOTE_IMPORT_STARTING = 2376 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_STARTING_533", 533); 2377 2378 /** 2379 * Import Thread Count: %d threads 2380 */ 2381 public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_IMPORT_THREAD_COUNT = 2382 new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_THREAD_COUNT_534", 534); 2383 2384 /** 2385 * Due to changes in the configuration, index %s is currently operating in a degraded state and must be rebuilt before it can be used 2386 */ 2387 public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_INDEX_ADD_REQUIRES_REBUILD = 2388 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_INDEX_ADD_REQUIRES_REBUILD_535", 535); 2389 2390 /** 2391 * This search operation has checked the maximum of %d entries for matches 2392 */ 2393 public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_LOOKTHROUGH_LIMIT_EXCEEDED = 2394 new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "NOTE_LOOKTHROUGH_LIMIT_EXCEEDED_536", 536); 2395 2396 /** 2397 * Rebuild of all indexes started with %d total entries to process 2398 */ 2399 public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_REBUILD_ALL_START = 2400 new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "NOTE_REBUILD_ALL_START_537", 537); 2401 2402 /** 2403 * Degraded state of index(es) %s has been cleared 2404 */ 2405 public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_REBUILD_CLEARDEGRADEDSTATE_FINAL_STATUS = 2406 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_REBUILD_CLEARDEGRADEDSTATE_FINAL_STATUS_538", 538); 2407 2408 /** 2409 * Rebuild of all degraded indexes started with %d total entries to process 2410 */ 2411 public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_REBUILD_DEGRADED_START = 2412 new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "NOTE_REBUILD_DEGRADED_START_539", 539); 2413 2414 /** 2415 * Rebuild complete. Processed %d entries in %d seconds (average rate %.1f/sec) 2416 */ 2417 public static final LocalizableMessageDescriptor.Arg3<Number, Number, Number> NOTE_REBUILD_FINAL_STATUS = 2418 new LocalizableMessageDescriptor.Arg3<Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_REBUILD_FINAL_STATUS_540", 540); 2419 2420 /** 2421 * %.1f%% Completed. Processed %d/%d entries. (recent rate %.1f/sec) 2422 */ 2423 public static final LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number> NOTE_REBUILD_PROGRESS_REPORT = 2424 new LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_REBUILD_PROGRESS_REPORT_541", 541); 2425 2426 /** 2427 * Rebuild of index(es) %s started with %d total entries to process 2428 */ 2429 public static final LocalizableMessageDescriptor.Arg2<Object, Number> NOTE_REBUILD_START = 2430 new LocalizableMessageDescriptor.Arg2<Object, Number>(BackendMessages.class, RESOURCE, "NOTE_REBUILD_START_542", 542); 2431 2432 /** 2433 * A referral entry %s indicates that the operation must be processed at a different server 2434 */ 2435 public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_REFERRAL_RESULT_MESSAGE = 2436 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_REFERRAL_RESULT_MESSAGE_543", 543); 2437 2438 /** 2439 * Checked %d records and found %d error(s) in %d seconds (average rate %.1f/sec) 2440 */ 2441 public static final LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number> NOTE_VERIFY_CLEAN_FINAL_STATUS = 2442 new LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_VERIFY_CLEAN_FINAL_STATUS_544", 544); 2443 2444 /** 2445 * Checked %d entries and found %d error(s) in %d seconds (average rate %.1f/sec) 2446 */ 2447 public static final LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number> NOTE_VERIFY_FINAL_STATUS = 2448 new LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_VERIFY_FINAL_STATUS_545", 545); 2449 2450 /** 2451 * Processed %d out of %d records and found %d error(s) (recent rate %.1f/sec) 2452 */ 2453 public static final LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number> NOTE_VERIFY_PROGRESS_REPORT = 2454 new LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_VERIFY_PROGRESS_REPORT_546", 546); 2455 2456 /** 2457 * The requested operation is not supported by this backend 2458 */ 2459 public static final LocalizableMessageDescriptor.Arg0 WARN_FUNCTION_NOT_SUPPORTED = 2460 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "WARN_FUNCTION_NOT_SUPPORTED_547", 547); 2461 2462 /** 2463 * Unable to determine the total number of entries in the container: %s 2464 */ 2465 public static final LocalizableMessageDescriptor.Arg1<Object> WARN_GET_ENTRY_COUNT_FAILED = 2466 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "WARN_GET_ENTRY_COUNT_FAILED_548", 548); 2467 2468 /** 2469 * Including %s additional log file(s) due to cleaner activity 2470 */ 2471 public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_JEB_BACKUP_CLEANER_ACTIVITY = 2472 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_JEB_BACKUP_CLEANER_ACTIVITY_557", 557); 2473 2474 /** 2475 * The database logging level string '%s' provided for configuration entry '%s' is invalid. The value must be one of OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, or ALL. Note that these values are case sensitive 2476 */ 2477 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_JEB_INVALID_LOGGING_LEVEL = 2478 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_JEB_INVALID_LOGGING_LEVEL_561", 561); 2479 2480 /** 2481 * Configuration attribute ds-cfg-db-cache-size has a value of %d which is less than the minimum: %d 2482 */ 2483 public static final LocalizableMessageDescriptor.Arg2<Number, Number> ERR_CONFIG_JEB_CACHE_SIZE_TOO_SMALL = 2484 new LocalizableMessageDescriptor.Arg2<Number, Number>(BackendMessages.class, RESOURCE, "ERR_CONFIG_JEB_CACHE_SIZE_TOO_SMALL_569", 569); 2485 2486 /** 2487 * Configuration attributes ds-cfg-db-txn-no-sync and ds-cfg-db-txn-write-no-sync are mutually exclusive and cannot be both set at the same time 2488 */ 2489 public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIG_JEB_DURABILITY_CONFLICT = 2490 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_CONFIG_JEB_DURABILITY_CONFLICT_570", 570); 2491 2492 /** 2493 * Could not find any backup in '%s'. A full backup will be executed 2494 */ 2495 public static final LocalizableMessageDescriptor.Arg1<Object> WARN_BACKUPDB_INCREMENTAL_NOT_FOUND_DOING_NORMAL = 2496 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "WARN_BACKUPDB_INCREMENTAL_NOT_FOUND_DOING_NORMAL_578", 578); 2497 2498 /** 2499 * The backend must be disabled before verification process can start 2500 */ 2501 public static final LocalizableMessageDescriptor.Arg0 ERR_VERIFY_BACKEND_ONLINE = 2502 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_VERIFY_BACKEND_ONLINE_579", 579); 2503 2504 /** 2505 * Missing ID %d%n%s 2506 */ 2507 public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_VERIFY_MISSING_ID = 2508 new LocalizableMessageDescriptor.Arg2<Number, Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_MISSING_ID_583", 583); 2509 2510 /** 2511 * Missing entry %s in VLV index %s 2512 */ 2513 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_VERIFY_MISSING_ENTRY_VLV = 2514 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_MISSING_ENTRY_VLV_584", 584); 2515 2516 /** 2517 * Reference to unknown entry ID %s%n%s 2518 */ 2519 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_VERIFY_UNKNOWN_ID = 2520 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_UNKNOWN_ID_585", 585); 2521 2522 /** 2523 * Reference to entry ID %s has a key which does not match the expected key%n%s 2524 */ 2525 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_VERIFY_ENTRY_NON_MATCHING_KEY = 2526 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_ENTRY_NON_MATCHING_KEY_586", 586); 2527 2528 /** 2529 * Empty ID set: %n%s 2530 */ 2531 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_VERIFY_EMPTY_IDSET = 2532 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_EMPTY_IDSET_587", 587); 2533 2534 /** 2535 * Duplicate reference to ID %d%n%s 2536 */ 2537 public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_VERIFY_DUPLICATE_REFERENCE = 2538 new LocalizableMessageDescriptor.Arg2<Number, Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_DUPLICATE_REFERENCE_588", 588); 2539 2540 /** 2541 * Reference to unknown ID %d%n%s 2542 */ 2543 public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_VERIFY_UNKNOWN_REFERENCE = 2544 new LocalizableMessageDescriptor.Arg2<Number, Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_UNKNOWN_REFERENCE_589", 589); 2545 2546 /** 2547 * Reference to entry <%s> which does not match the value%n%s 2548 */ 2549 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_VERIFY_UNEXPECTED_REFERENCE = 2550 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_UNEXPECTED_REFERENCE_590", 590); 2551 2552 /** 2553 * File dn2id is missing key %s. 2554 */ 2555 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_VERIFY_DN2ID_MISSING_KEY = 2556 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_DN2ID_MISSING_KEY_591", 591); 2557 2558 /** 2559 * File dn2id has ID %d instead of %d for key %s. 2560 */ 2561 public static final LocalizableMessageDescriptor.Arg3<Number, Number, Object> ERR_VERIFY_DN2ID_WRONG_ID = 2562 new LocalizableMessageDescriptor.Arg3<Number, Number, Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_DN2ID_WRONG_ID_592", 592); 2563 2564 /** 2565 * File dn2id has DN <%s> referencing unknown ID %d. 2566 */ 2567 public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_VERIFY_DN2ID_UNKNOWN_ID = 2568 new LocalizableMessageDescriptor.Arg2<Object, Number>(BackendMessages.class, RESOURCE, "ERR_VERIFY_DN2ID_UNKNOWN_ID_593", 593); 2569 2570 /** 2571 * File dn2id has DN <%s> referencing entry with wrong DN <%s>. 2572 */ 2573 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_VERIFY_DN2ID_WRONG_ENTRY = 2574 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_DN2ID_WRONG_ENTRY_594", 594); 2575 2576 /** 2577 * The stored entry count in id2entry (%d) does not agree with the actual number of entry records found (%d). 2578 */ 2579 public static final LocalizableMessageDescriptor.Arg2<Number, Number> ERR_VERIFY_WRONG_ENTRY_COUNT = 2580 new LocalizableMessageDescriptor.Arg2<Number, Number>(BackendMessages.class, RESOURCE, "ERR_VERIFY_WRONG_ENTRY_COUNT_595", 595); 2581 2582 /** 2583 * File id2childrenCount has wrong number of children for DN <%s> (got %d, expecting %d) 2584 */ 2585 public static final LocalizableMessageDescriptor.Arg3<Object, Number, Number> ERR_VERIFY_ID2COUNT_WRONG_COUNT = 2586 new LocalizableMessageDescriptor.Arg3<Object, Number, Number>(BackendMessages.class, RESOURCE, "ERR_VERIFY_ID2COUNT_WRONG_COUNT_596", 596); 2587 2588 /** 2589 * File id2ChildrenCount references non-existing EntryID <%d>. 2590 */ 2591 public static final LocalizableMessageDescriptor.Arg1<Number> ERR_VERIFY_ID2COUNT_WRONG_ID = 2592 new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "ERR_VERIFY_ID2COUNT_WRONG_ID_597", 597); 2593 2594 /** 2595 * Rebuilding index finished: no indexes to rebuild. 2596 */ 2597 public static final LocalizableMessageDescriptor.Arg0 NOTE_REBUILD_NOTHING_TO_REBUILD = 2598 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "NOTE_REBUILD_NOTHING_TO_REBUILD_598", 598); 2599 2600 /** 2601 * Setting DB cache size to %d MB. Using %d mb off-heap memory through %d phase one buffers of %d KB. 2602 */ 2603 public static final LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number> NOTE_IMPORT_LDIF_OFFHEAP_MEM_BUF_INFO = 2604 new LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_LDIF_OFFHEAP_MEM_BUF_INFO_599", 599); 2605 2606 /** 2607 * Ignoring schema definition '%s' because the following error occurred while it was being parsed: %s 2608 */ 2609 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_PARSE_LINE = 2610 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_PARSE_LINE_600", 600); 2611 2612 /** 2613 * Schema definition could not be parsed as valid attribute value 2614 */ 2615 public static final LocalizableMessageDescriptor.Arg0 ERR_SCHEMA_COULD_NOT_PARSE_DEFINITION = 2616 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_SCHEMA_COULD_NOT_PARSE_DEFINITION_601", 601); 2617 2618 /** 2619 * Attribute %s is set as confidential on a backend whose entries are still cleartext. Enable confidentiality on the backend first 2620 */ 2621 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CLEARTEXT_BACKEND_FOR_INDEX_CONFIDENTIALITY = 2622 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_CLEARTEXT_BACKEND_FOR_INDEX_CONFIDENTIALITY_602", 602); 2623 2624 /** 2625 * The attribute '%s' cannot enable confidentiality for keys and values at the same time 2626 */ 2627 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIG_INDEX_CANNOT_PROTECT_BOTH = 2628 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_CONFIG_INDEX_CANNOT_PROTECT_BOTH_603", 603); 2629 2630 /** 2631 * Cannot encode entry for writing on storage: %s 2632 */ 2633 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CANNOT_ENCODE_ENTRY = 2634 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_CANNOT_ENCODE_ENTRY_604", 604); 2635 2636 /** 2637 * Input stream ended unexpectedly while decoding entry 2638 */ 2639 public static final LocalizableMessageDescriptor.Arg0 ERR_CANNOT_DECODE_ENTRY = 2640 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_CANNOT_DECODE_ENTRY_605", 605); 2641 2642 /** 2643 * Confidentiality cannot be disabled on suffix '%s' because the following indexes have confidentiality still enabled: %s 2644 */ 2645 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_CANNOT_CHANGE_CONFIDENTIALITY = 2646 new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_CANNOT_CHANGE_CONFIDENTIALITY_606", 606); 2647 2648 /** 2649 * Changing confidentiality for index '%s' requires the index to be rebuilt before it can be used again 2650 */ 2651 public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_CONFIG_INDEX_CONFIDENTIALITY_REQUIRES_REBUILD = 2652 new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_CONFIG_INDEX_CONFIDENTIALITY_REQUIRES_REBUILD_607", 607); 2653 2654 /** 2655 * Error while enabling confidentiality with cipher %s, %d bits: %s 2656 */ 2657 public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_BACKEND_FAULTY_CRYPTO_TRANSFORMATION = 2658 new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_FAULTY_CRYPTO_TRANSFORMATION_608", 608); 2659 2660 /** 2661 * There are insufficient resources to perform the operation 2662 */ 2663 public static final LocalizableMessageDescriptor.Arg0 ERR_NOT_ENOUGH_RESOURCES = 2664 new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_NOT_ENOUGH_RESOURCES_644", 644); 2665 2666}