All Downloads are FREE. Search and download functionalities are using the official Maven repository.

flex.messaging.errors.properties Maven / Gradle / Ivy

Go to download

BlazeDS is the server-based Java remoting and web messaging technology that enables developers to easily connect to back-end distributed data and push data in real-time to Adobe Flex and Adobe AIR applications for more responsive rich Internet application (RIA) experiences.

There is a newer version: 3.2.0.3978
Show newest version
# Error and details messages for LocalizedMessageExceptions are stored in the following format:
# Error message: {number}[-{variant}]={message}
# Details message: {number}[-{variant}]-details={details}
#
# Server error numbers start at 10000.
#
# Error numbers are chosen by taking the next available value in a numeric sequence.
# Each functional component or group of components should claim a unique block of 50
# numbers to use for error and details messages. If this initial set of 50 values
# are exhausted, the component should claim the next available block of 50 values for
# its use. This means that an error-ridden component may well use a disjoint set of
# error numbers. Here's an example:
# Feature		Error numbers claimed
# -----------------------------------
# Security		10050-10099
# Configuration	10100-10149
# Security		10150-10199 <- Security exhausted its first block, so it claims the next
#							   available block of 50 values for its continued use.
#
# Constants to lookup error/details strings by 'number', and optional 'variant',
# should be defined in the classes that use them. When a class needs to define a new
# error and/or details string, add the necessary string(s) to this file using the next
# available numeric value in the corresponding range.
#
# The structure of this file should be maintained according to increasing error number. This
# means that for features that throw many errors, blocks of corresponding message strings
# won't necessarily be contiguous, but this simplifies identifying the starting value for
# the next available block of values and simplifies validation that duplicate error numbers
# are not being used.
# * Caution: Reusing a property key doesn't generate any error, so watch for typos.
#			 The last defined property with a duplicate key clobbers the earlier values.

# 10000-10049: General LocalizedException messages (in MessageBrokerFilter and MessageBroker).
10000=There was an unhandled failure on the server. {0}
10001=Null endpoint id arrived on message.
10002=No such endpoint: {0}
10003=No configured channel has an endpoint path ''{0}''.
10004=No destination with id ''{0}'' is registered with any service.
10005=Destination ''{0}'' not accessible over channel ''{1}''.
10006=Error occurred while attempting to convert an input argument''s type.
10007=Cannot invoke method ''{0}''.
10007-0-details=Method ''{0}'' not found.
10007-1-details={0} arguments were sent but {1} were expected.
10007-2-details=The expected argument types are ({0}) but the supplied types were ({1}) and converted to ({2}).
10007-3-details=The expected argument types are ({0}) but the supplied types were ({1}) with none successfully converted.
10007-4-details=The expected argument types are ({0}) but no arguments were provided.
10007-5-details=No arguments were expected but the following types were supplied ({0}).
10008=Cannot create class of type ''{0}''.
10008-0-details=Type ''{0}'' not found.
10009=Given type ''{0}'' is not of expected type ''{1}''.
10010=Unable to create a new instance of type ''{0}''.
10010-0-details=Types must have a public, no arguments constructor.
10010-1-details=Interfaces cannot be instantiated.
10010-2-details=Abstract types cannot be instantiated.
10010-3-details=Types cannot be instantiated without a public, no arguments constructor.
10011=A security exception occurred while creating an instance of type ''{0}''.
10012=An unknown exception occurred while creating an instance of type ''{0}''.
10013=Invalid target specified. Target must not be null.
10014=Categories must be at least one character in length.
10015=Categories can not contain any of the following characters: ''{0}''
10016=Error for filter ''{0}''. The following characters are not valid: {1}
10017=Error for filter ''{0}''. ''*'' must be the right most character.
10018=The server configuration parser requires an instance of MessagingConfiguration.
10019=The FlexSession is invalid.
10020=Unknown remote credentials format.
10021=Failed to get property ''{0}'' on type ''{1}''.
10022=Failed to set property ''{0}'' on type ''{1}''.
10023=Property ''{0}'' is not readable on class ''{1}''.
10024=Property ''{0}'' is not writable on class ''{1}''.
10025=Property ''{0}'' not found on class ''{1}''.
10026=Cannot send a null Map key for type ''{0}''.
10027=The FlexClient is invalid.
10028=The client has no active subscriptions over endpoint ''{0}''.
10029=MessageBroker cannot service the message because message has null id.
10030=Destination ''{0}'' requires FlexClient support which was introduced in version 2.5. Please recompile the client application with an updated client framework.
10031=LogManager has a null Log reference.
10032=Session map not initialized for session with id: ''{0}''.
10033=FlexClient ''{0}'' already has a push listener registered for endpoint ''{1}''. 
10034=Channel endpoint does not support polling.
10034-details=Client attempted to contact a server endpoint that does not support a polling channel.  

# 10050-10099: SecurityException messages.
10050=Invalid login.
10051=Login required.
10053=External login command required. Please check your security configuration.
10054=Cannot re-authenticate in the same session.
10055=Access denied. User not authorized.
10056=Login required before authorization can proceed.
10057=RTMP channels do not support Basic security. Please use Custom security or a different channel.
10060=Authentication failed.
10061=No security manager found on this application server. Cannot authenticate.
10062=Security constraint {0} is not defined.
10063=It is an error to specify both a security constraint and run-as for a DataService object adapter operation.
10064=Invalid credential format.
10065=Cannot use application server authentication together with per client authentication.  
10066=Secure endpoint ''{0}'' must be contacted via a secure protocol. 
10067=SSO Cookie created sessions may only be invalidated by removal of Cookie on the client.

# 10100-10149: Server configuration error messages.
# 11100-11149: Server configuration error messages.
10100=Error initializing configuration parser.
10101=An internal error occured while parsing the services configuration.
10102=Configuration error encountered on line {0}, column {1}: ''{2}''
10103=The services configuration root element must be ''{0}''.
10104=Child element ''{0}'' must be specified for element ''{1}''.
10105=Attribute ''{0}'' must be specified for element ''{1}''.
10106=Unexpected child element ''{0}'' found in ''{1}'' from file: {2}.
10107=Unexpected attribute ''{0}'' found in ''{1}'' from file: {2}.
10108=''{0}'' must occur no more than once for ''{1}''.
10109={0} not found for reference ''{1}''.
10110=Invalid {0} id ''{1}''.
10110-details=An id must be non-empty and not contain any list delimiter characters, i.e. commas, semi-colons or colons.
10111=Invalid endpoint port ''{0}'' specified for channel definition ''{1}''.
10112=The services include root element must be ''{0}''.
10113=Duplicate service definition ''{0}''.
10114=Class not specified for {0} ''{1}''.
10115=Message type(s) not specified for {0} ''{1}''.
10116=A default channel was specified without a reference for service ''{0}''.
10117=Duplicate default adapter ''{0}'' in service ''{1}''. ''{2}'' has already been selected as the default.
10118=The destination include root element must be ''{0}''.
10119=Invalid {0} id ''{1}'' for service ''{2}''.
10120={0} not found for reference ''{1}'' in destination ''{2}''.
10121=Invalid {0} reference ''{1}'' in destination ''{2}''.
10122=Duplicate destination ''{0}'' in service ''{1}''.
10123=Destination ''{0}'' must specify at least one channel.
10124=Destination ''{0}'' is configured to use an unsupported throttle policy, ''{1}''.
10125=Invalid channel endpoint class ''{0}'' specified for ''{1}''.
10126=Invalid logging target class ''{0}''.
10127=Destination ''{0}'' must specify at least one adapter.
10128=Cannot add ''{0}'' with null url to the ''{1}''.
10129={0} token cannot be resolved in the url. Please specify the url completely.
10129-0={0} token cannot be resolved in the url as the destination was not accessed via HTTP. Please switch to an HTTP based channel or specify the url completely.
10130={0} token cannot be resolved in the url. Please specify the url completely, using * to indicate all ports.
10131=Error parsing dynamic URLs.
10132=Invalid {0} reference ''{1}'' in channel ''{2}''.
10133=No  property was specified for the secure RTMP channel.
10134=A  or  property must be specified for the secure RTMP channel.
10135=Secure RTMP endpoints are only supported on Java 1.5 or above.
10136=Invalid RTMP Endpoint URI: {0}
10137=MessageBroker already defined from MessageBrokerServlet with init parameter messageBrokerId = ''{0}''
10138=Unable to create a parser to load messaging configuration.
10139=The minimum required Java version was not found. Please install JDK 1.4.2_06 or above. Current version is {0}.
10140=The minimum required Java version was not found. Please install JDK 1.4.2 or above. Current version is {0}.
10141=This RTMP channel with id ''{0}'' requires that ''websphere-workmanager-jndi-name'' be defined.
10142=WebSphere RTMP Server failed to find WorkManager at {0}.
10143=Unable to start WebSphere RTMP Server.
10144=The RTMP channel bind address, ''{0}'', is not valid.
10145=The secure RTMP channel could not be constructed: {0}
10146=The whitelist ip, ''{0}'', is not valid.
10146-pattern=The whitelist ip pattern, ''{0}'', is not valid.
10147=The blacklist ip, ''{0}'', is not valid.
10147-pattern=The blacklist ip pattern, ''{0}'', is not valid.
10148=The bind address, ''{0}'', is not a defined address for any local network interface.
10149=Unused tags in  found.  Please fix them before continuing: {0}
10149-pattern-details=''{0}'' in {1} with id: ''{2}'' from file: {3}
#No more here - 10150->10166 is below.
11100=Invalid channel endpoint URI, {0}, must begin with {1}.
11101=The factory tag with class ''{0}'' does not implement the flex.messaging.FlexFactory interface.
11102=An error occurred trying to construct FlexFactory ''{0}''.   The underlying cause is: ''{1}''.
11103=Invalid factory id: ''{1}'' for destination ''{0}''.  Look for a factory tag with this id under the factories tag for your configuration.
11104=Unexpected text ''{0}'' found in ''{1}'' from file: {2}.
11105=Please specify a valid ''flex.write.path'' in web.xml.
11106=Please specify a valid  file path in flex-config.xml.
11107=Please specify a valid include file. ''{0}'' is invalid.
11108=Please specify a valid ''services.configuration.file'' in web.xml.  You specified ''{0}''.  This is not a valid file system path reachable via the app server and is also not a path to a resource in your J2EE application archive.
11109=Could not register endpoint ''{0}'' because its URL, ''{1}'', is already used by endpoint ''{2}''
11110=Cannot add null ''{0}'' to the ''{1}''
11111=Cannot add ''{0}'' with null id to the ''{1}''
11112=Cannot add a {0} with the id ''{1}'' that is already registered with the {2}
11113=Cannot add a Service type that is already registered with the MessageBroker: {0}
11114=No adapter with id ''{0}'' is registered with the service ''{1}''.
11115=Cannot change the ''{0}'' property of a component after startup. 
11116=The ''{0}'' property of a component cannot be null.
11117=Destination cannot create adapter ''{0}'' without its Service set.
11118=Factory cannot be returned without ''{0}'' set.
11119=Cannot add destination with id ''{0}'' to service with id ''{1}'' because another service with id ''{2}'' already has a destination with the same id.
11120=The services configuration includes a channel-definition ''{0}'' that has an endpoint with a context.root token but a context root has not been defined. Please specify a context-root compiler argument.
11121=The value of the cluster-message-routing attribute needs to be either the value 'server-to-server' (the default) or 'broadcast'.
11122=Invalid location: ''{0}''. Please specify a valid LiveCycle Data Services Configuration file via the LiveCycle Admin UI.
11123=Invalid  value ''{0}'' in the  configuration section. Please specify a positive value or leave the element undefined in which case flex client instances on the server will be timed out when all associated sessions/connections have shut down.
11124=Invalid default-security-constraint reference ''{0}'' in service ''{1}''.
11125=Token ''{0}'' in ''{1}'' was not replaced. Either supply a value to this token with a JVM option or remove it from the configuration.
11126=Invalid ''{0}'' value, ''{1}'', for ''{2}'' with id ''{3}''.
11127=Cannot have multiple channels with the same id ''{0}''.
11128=The endpoint, ''{0}'', is attempting to use a referenced server, ''{1}'', but no shared server is defined with this id.

# 10150-10199: DataService error messages
10150=Unable to access UserTransaction in DataService.
10151=Association relations must be one-to-many, many-to-many, many-to-one, or one-to-one.
10152=Unable to access identity field ''{0}'' of an instance, please check the identity configuration for destination ''{1}''.
10153=Client sent no sequence id, cannot retrieve page.
10154=Pages for sequence id {0} have expired in destination {1}.
10155=No property named {0} exists in class {1}.
10156=A one-to-many or many-to-many relation must reference a java.util.Collection type (error in destination {0}).
10157=The destination ''{0}'' has no identity property. Data Service destinations must have at least one identity property configured in the  section of the destination properties.
10158=An error occurred on DataService destination ''{0}'' while processing transactional operations: the transaction could not be rolled back or committed.
10159=Identity property names should be individual properties ''{0}''.  Use more than one identity tag when you want to specify multiple id properties.
10160=Page request made for items in a lazily loaded property failed to retrieve the parent item.  Parent destination = ''{0}'', id=''{1}''
10161=Page request made for item with id = ''{0}''.  The item was not in the cache and the adapter''s get method failed to return the item for destination = {1} that is expected to be in the requested page.
10162=Error occurred completing a transaction
10163=Unable to locate a MessageBroker initialized with server id ''{0}''
10164=MessageBroker with server id ''{0}'' does not contain a service with class flex.data.DataService
10165=Attempt to begin a DataServiceTransaction when an existing transaction was already in place.
10166=Page requested does not exist in the specified sequence id ''{0}'' for destination ''{1}''.
10167=The destination ''{0}'' has identity properties that do not have defined types. Identity types must be defined for all properties or for no properties; not a partial set.
10168=There is no current message broker to return.
10169=Unexpected multiple values for property ''{0}''.
10170=Invalid reconnect fetch value. Valid options are ''{1}''
10171=You are specifying a strongly-typed object ''{0}'' on the client using RemoteClass metadata and a strongly typed object ''{1}'' on the server using item-class.  If you wish to have strongly typed objects on both client and server, you must specify RemoteClass(alias='server.Object') where 'server.Object' is the target item type on the server.  Otherwise, remove one of the designations to specify client or server-only.
10172=Attempt to request a page with sequence id: ''{0}'' for destination ''{1}'' which the client is not subscribed to.
10173=Value for extends attribute must be a comma separated list of valid destination names.  Destination ''{0}'' refers to ''{1}'' which is not recognized as a data destination name.
10174=Identity properties for all destinations in the same extends hierarchy must match.  Destination ''{0}'' has id properties ''{1}'' but extends a destination with ''{2}''
10175=Destination ''{0}'' extends another destination but does not specify item-class so we can tell which instances go with which destination.
10176=The extends value for destination ''{0}'' should be a comma separated list of destination names.  Found ''{1}''.
10177=Encountered an instance for destination ''{0}'' with class: ''{1}'' that is not a sub-type of the item-class: ''{2}''
10178=Destination ''{0}'' has two sub-types which inherit from each other but the destinations do not extend from each other.  Destination ''{1}'' (class: ''{2}'') is a super or sub type of destination ''{3}'' (class: ''{4}'').
10179=Destination ''{0}'' extends from these destinations: ''{1}'' which directly or indirectly extend from it.
10180=Destination ''{0}'' defined an association: ''{1}'' that refers to non-existent destination ''{2}''
10181=Destination ''{0}'' received invalid message: ''{1}''
10182=Destination ''{0}'' received request for an association property that is not defined on the server ''{1}''
10183=Updating collection property ''{0}.{1}'' did not return a valid collection: ''{2}''
10184=Attempt to modify collection property without a corresponding association: ''{0}'' does not have an association named ''{1}''
10185=A destination can only extend from a single destination.  Destination ''{0}'' has extends ''{1}''
10186=Single valued associations do not support paging - page size must be 0 for destination ''{0}'' on association ''{1}''

# 10200-10249: Clustering error messages
10200=Unable to create a cluster id named {0} using properties file {1}.
10201=Could not create replicated map of cluster nodes for cluster id {0}.
10202=The cluster library is not available, please configure the destination ''{0}'' for single-host deployment.
10203=In order to use the channel with a clustered destination, the endpoint for channel ''{0}'' must be a fully-qualified URL.
10204=Unable to broadcast a replicated service operation to the service peers for cluster id ''{0}''.
10205=Unable to replicate a service operation received from a broadcast on cluster id ''{0}''.
10206=A cluster named ''{0}'' already exists. The same cluster id may not be configured more than once.
10207=The destination ''{0}'' contains a reference to cluster ''{1}'' which does not exist, please check the cluster name.
10208=The cluster properties file ''{0}'' does not exist.
10209=The clustered destination ''{0}'' cannot use the channel ''{1}'' because the endpoint URI for the channel contains the token ''{2}''. Token replacement is not supported for clustered destinations when url-load-balancing is true for that destination.
10210=The cluster implementation does not provide the expected constructor.
10211=The cluster implementation cannot be instantiated.
10212=Unable to broadcast a replicated service operation to the service peers for cluster id ''{0}'' because ''{1}'' is not Serializable.
10213=The cluster properties file ''{0}'' cannot be read.
10214=Only one cluster tag can have the default=true attribute ''{0}'' and ''{1}'' both have default set to true.
10215=Default attribute to cluster tag: ''{0}'' must be true or false not: ''{1}''.  
10216=url-load-balancing attribute in cluster tag: ''{0}'' must be true or false not: ''{1}''
10217=Destination ''{0}'' is referencing an undefined cluster ''{1}''. Please correct your destination configuration and restart.
10218=Unable to create a cluster id named {0} because the root region could not be found.

# 10300-10349: Serialization error messages
10300=Error deserializing typed AMF object because the target server type ''{0}'' cannot be found.
10301=Unknown AMF type ''{0}''.
10302=Unsupported type found in AMF stream.
10303=Unexpected object end tag in AMF stream.
10304=AMF Recordsets are not supported.
10305=Class ''{0}'' must implement java.io.Externalizable to receive client IExternalizable instances.
10306=An unhandled error occurred while processing client request(s).
10307=Error deserializing client message.
10308=Error serializing response.
10309=Unsupported RTMP extended command message data format {0}.
10310=Unsupported AMF version {0}.

# 10400-10449: Management error messages
10400=The specified object name, ''{0}'', is malformed and cannot be used to create an ObjectName instance.
10401=The MBean, ''{0}'', could not be unregistered because its preDeregister() method threw an exception.
10402=The MBean, ''{0}'', could not be unregistered because it is not currently registered.
10403=The MBean, ''{0}'', could not be registered because its preRegister() method threw an exception.
10404=The MBean, ''{0}'', could not be registered because it is already registered.
10405=The MBean, ''{0}'', is not compliant and could not be registered.
10406=An exception was thrown while introspecting the MBean, ''{0}''.
10407=The MBean, ''{0}'', could not be found.
10408=An exception was thrown trying to invoke the getMBeanInfo method for the dynamic MBean, ''{0}''.
10409=The attribute, ''{0}'', was not found in the MBean, ''{1}''.
10410=The getter for the attribute, ''{0}'', on MBean, ''{1}'', threw an exception.
10411=A reflection exception was thrown while invoking the getter for the attribute, ''{0}'', on MBean, ''{1}''
10412=The attribute name to get is null. Please provide a non-null attribute name.
10413=A reflection exception was thrown while invoking the getAttributes method for the dynamic MBean, ''{0}''
10414=One of the supplied attribute names is null. Please ensure that all attribute names are not null.
10415=A reflection exception was thrown while trying to invoke the method, ''{0}'', on MBean, ''{1}''.
10416=An exception was thrown by the invoked method, ''{0}'', on MBean, ''{1}''.
10417=An exception was thrown creating MBean, ''{0}''.
10418=The MBean, ''{0}'', already exists and is registered with the MBean server.
10419=The MBean class, ''{0}'', is not JMX compliant.
10420=The preRegister method of the MBean, ''{0}'', threw an exception so the MBean was not registered.
10421=The preDeregister method of the MBean, ''{0}'', threw an exception so the MBean was not unregistered.
10422=A reflection exception was thrown while invoking the setter for the attribute, ''{0}'', on MBean, ''{1}''
10423=The setter for the attribute, ''{0}'', on MBean, ''{1}'', threw an exception.
10424=The value, ''{0}'', specified for the attribute, ''{1}'', on MBean, ''{2}'', is not valid.
10425=A reflection exception was thrown while invoking the setAttributes method for the dynamic MBean, ''{0}''
10426=The MBean, ''{0}'', cannot be registered because the previous MBean with the same name could not be unregistered possibly due to some security setting on the application server. This can be avoided by setting manageable property to false in the configuration file.   
10427=MBeanServerLocator ''{0}'' failed to retrieve MBeanServer. 
10428=The admin console registrar could not be found.

# 10450-10499: Service error messages
10450=Unable to create service ''{0}'' for ''{1}'' due to the following error: {2}.
10451=Command forbidden on service ''{0}''.
10452=Unable to create service ''{0}'' for ''{1}'' due to the following error: class ''{2}'' could not be found in the classpath.
10453=Unable to create service ''{0}'' for ''{1}'' due to a dependency on commons-logging.jar. To resolve this, copy commons-logging.jar from WEB-INF/flex/jars to WEB-INF/lib or add your desired version of commons-logging.jar to the classpath for this web application.
10454=The ''{0}'' service can only process messages of type ''{1}''.
10455=Destination ''{0}'' is not registered with service ''{1}''.


# 10500-10549: Data adapter error messages
# 11200-11249: Data adapter error messages. (continuation)
10500=Could not invoke sync method on data adapter for destination ''{0}'' due to the following error: {1}.
10501=Unable to locate a sync method for destination {0}.
10502=Unable to instantiate object assembler class ''{0}''.
10503=No identity sent with delete operation.
10504=Unsupported DataMessage operation ''{0}''.
10505=No identity sent with update operation.
10506=ObjectAdapter class ''{0}'' could not be found.
10507=Could not create ObjectAdapter class ''{0}''.
10508=Unable to locate a count method for destination ''{0}'' which matches the following parameters: {1}.
10509=Unable to invoke a count operation on destination ''{0}'' due to the following error: {1}.
10510=Unable to locate a fill method for destination ''{0}'' which matches the following parameters: {1}.
10511=Unable to invoke a fill operation on destination ''{0}'' due to the following error: {1}.
10512=Unable to locate a get method for destination ''{0}''
10513=Unable to invoke a get operation on destination ''{0}'' due to the following error: {1}.
10514=More than one ''{0}'' method is configured with the same argument types for destination: ''{1}'', which is not permitted.
10515=While generating methods for a data adapter, could not find parameter class {0}.
10516=Data adapter could not locate method {0} with parameters {1} on class {2}.
10517=Data adapter could not find sync method {0} on class {1}.
10518=An association tag is missing a value for either the property or destination attributes.  You have configured property=''{0}'', association destination=''{1}''.
10519=Hibernate destination ''{0}'' has an association to destination ''{1}'' which is not a Hibernate destination.
10520=The fill method with parameters ''{0}'' and destination ''{1}'' returned null.
10521=No parameters passed to fill method for the Hibernate assembler on destination ''{0}'' and there is no fill-method defined for zero args.
10522=An HQL expression contained a named or positional parameter token, but no parameters were provided to the fill operation.
10523=No Hibernate mapping was found for entity name ''{0}'' configured in destination ''{1}''. Please verify that your destination configuration specifies a valid , or that the destination id references a valid entity.
10524=The PROPERTY conflict mode is not useful for the delete-conflict-mode setting, please specify NONE or OBJECT instead for destination ''{0}''.
10525=Unable to inspect fields when evaluating a query in the ASObjectAdapter
10526=The ASObject Data Adapter has no back end, so when clustered it cannot be configured to share a back end
10527=The ASObject Data Adapter can accept only a single parameter, in the form a selector expression, in its fill operation
10528=Unique id must be specified. Identity properties specified are not found on specified object instance.
10529=Unable to access the field ''{0}'' of a strongly-typed Java object ''{1}'' which was passed into the ASObjectAdapter.
10530=Attempt to create an item in data destination ''{0}'' with an identity which already exists. Identities must be unique.
10531=A fill with an HQL query was attempted but no query expression was provided as the second parameter to fill for destination ''{0}''.
10532=A fill with an HQL query was attempted but the wrong number of arguments were supplied.  We expect the args to be: fill("flex:hql", hqlExpressionString, hqlPositionalOrMapParameters).  Destination is: ''{0}''
10533=Data adapter could not locate fill-contains-method {0} on class {1} with parameters 'Object[] fillParams, Object value'.
10534=Data adapter has a fill-contains-method tag which is missing a name tag for fill method {0} on class {1}.
10535=The fill-contains-method for class {0} did not return a boolean result - class {1} was found instead.
10536=The fill-contains-method for class {0} returned an error: {1}
10537=Data adapter has a fill-contains-method tag which is missing a name sub-tag for fill method {0} on assembler class {1}
10538=Data adapter has more than one sync-method which is not allowed. methods: {0}
10539=Data destination ''{0}'' has property ''{1}'' configured more than once which is not allowed.
10540=Data adapter could not find init method {0} on class {1}.
10541=Data adapter has more than one init-method which is not allowed. methods: {0}
10542=Unable to invoke a init method on destination ''{0}'' due to the following error: {1}.
10543=The auto-refresh can be false only if fill-contains-method does not exist for fill method {0} on assembler class {1}
10544=A fill for a named Hibernate query was attempted but the wrong number of arguments was supplied.  We expect two fill arguments - the name of the query and the parameters as the second argument either as an Object or an Array.  Destination: ''{0}''.
10545=A fill for a Hibernate query was attempted with invalid parameter types.  The first arg should be a string to identify the query.  For HQL, the second arg is the string HQL expression, followed by parameters.  For named queries parameters are the second arg.  Parameters are either an array for position params, or an Object for named params.  Destination: ''{0}''.
10546=Unable to invoke a get method for destination ''{0}'' because the identity property ''{1}'' was not provided.
10547=Unable to invoke a get method for destination ''{0}'' because the identity type(s) did not match. Received {1}. Expected {2}.
10548=Cannot load type ''{0}'' for identity property ''{1}''.
10549=Ambiguous fill method encountered.  Incoming arguments ''{0}'' match both fill-method: ''{1}'' and fill-method: ''{2}''
# Data adapter error messages continued.
11200=The item of type, ''{0}'', passed to the Hibernate assembler does not match the assembler''s configured entity type, ''{1}''.  To convert ''flex.messaging.io.amf.ASObject'' to a strong type automatically, set the item-class in the destination.
11201=Hibernate HQL queries are not allowed for destination ''{0}''.
11202=The fill method is not defined for destination ''{0}'' which matches fill parameters: ''{1}'' 
11203=The fill method which returns a page of items is not defined for destination ''{0}'' but useFillPage for fill parameters: ''{1}'' returned true.

# SQL Assembler error messages
11250=The driver-class, ''{0}'', could not be found. Please specify a valid driver-class in the configuration file.
11251=The datasource, ''{0}'', could not be found. Please specify a valid datasource in the configuration file.
11252=Database connection information for destination ''{0}'' must be specified in the configuration file."            
11253=Only one of datasource or driver-class may be set for destination ''{0}''.        
11254=Must specify one of datasource or driver class for destination ''{0}''.
11255=The database connection information must specify a url for destination ''{0}''.
11256=An error executing SQL caused the operation to fail. If debug level logging is enabled for the SQL Assembler, details are logged on the server.
11257=The named query ''{0}'' is undefined for the ''{1}'' method on the destination ''{2}''.
11258=Missing SQL for ''{0}''. Please add to the configuration for destination.
11259=Only one of sql or procedure may be set for ''{0}'' in destination ''{1}''.
11260=Error in SQL for ''{0}'' in destination ''{1}''. SQL must not contain ''?'' use parameter replacement tokens instead (example: #paramName# where paramName is the property of the object).
11261=Error in SQL for ''{0}'' in destination ''{1}''. Matching pair of # tokens not found"
11262=Only one of java-class or actionscript-class may be set for destination ''{0}''.
11263=The name for ''{0}'' in destination ''{1}'' must be defined.
11264=The name attribute on the procedure tag for ''{0}'' in destination ''{1}'' must be defined.
11265=The procedure-type for the ''{0}'' property of the ''{1}'' procedure on the ''{2}'' destination must be one of IN, OUT, or INOUT.
11266=A property-value must be specified for each procedure-param in the ''{0}'' procedure, ''{1}''.
11267=No parameters passed to {0}-method for the SQL assembler on destination ''{1}'' and there is no {0}-method defined for zero args.
11268=The following association relations specified by the destination ''{0}'' are not allowed as SQL assembler does not support associations: {1}

# 10550-10599: MessageService error messages.
10550=The selector expression is not valid: {0}
10551=Not subscribed to destination ''{0}''.
10552=Unknown CommandMessage operation: {0}
10553=Attempt to subscribe or unsubscribe to the subtopic, ''{0}'', on destination, ''{1}'', that does not allow subtopics failed.
10554=The subtopic, ''{0}'', is not valid.
10556=The sent message contains a subtopic wildcard, ''{0}'', which is not allowed.
10557=Your subscribe request to the subtopic, ''{0}'', was denied.
10558=Your sent message to the subtopic, ''{0}'', was blocked.
10559=Duplicate subscription. Another client has already subscribed with the clientId, ''{0}''.

# 10600-10649: Message selector error messages.
10600=Failed to parse the selector ''{0}''. {1}
10601=Selector ''{0}'' attempted to match a value using an incompatible data type. Please review your selector expression and ensure that any string values you intend to match are quoted and non-string values are not.
10602=Matching the selector ''{0}'' generated a parser error. {1}

# 10650 - 10699: Remoting Service error messages.
10650=Destination ''{0}'' is not registered with the Remoting Service.
10652=Cannot create session scoped component for destination ''{0}'' because a session is not available.
10653=Invalid scope setting for remoting destination ''{0}''. Valid options are {1}.
10654=Invalid class found in attribute-id ''{0}'' for component of scope ''{1}'' for destination ''{2}''.  Expected an instance of class: ''{3}'' but found class ''{4}''.
10656=Error instantiating application scoped instance of type ''{0}'' for destination ''{1}''.
10657=MessageBroker with server id ''{0}'' does not contain a service with class flex.messaging.services.RemotingService
10658=The remoting method being configured for remoting destination ''{0}'' must have a non-null name.
10659=The remoting method ''{0}'' for remoting destination ''{1}'' is attempting to reference security constraint ''{2}'' that is not defined.
10660=The remoting method ''{0}'' is not defined by the source class for remoting destination ''{1}''.

# 10700 - 10749: HTTP Proxy Service error messages.
10700=Can't use ''..'' in URLs (security violation).
10701=A destination that allows multiple domains or ports does not allow authentication.
10702=The URL specified ''{0}'' is not allowed by the selected destination ''{1}''.
Dynamic URL is not configured in the whitelist.
10703=Flex does not allow {0} cookies to be sent in a single request.
10704=The relative URL ''{0}'' cannot be supported as the request was not made via HTTP.
10705=A valid target URL was not specified: ''{0}''
10706=Error sending request
10706-1-details={0}
10707=Unknown Host: {0}
10708={0}
10708-1-details={0}
10709=HTTP Proxy response stream was null.
10710=Cannot stream response to client. Request was not sent via HTTP.
10711=Error writing response from HTTP Proxy: {0}
10712=Invalid URL - only HTTP or HTTPS URLs allowed.
10713=Invalid URL - can''t access HTTPS URLs when accessing proxy via HTTP.
10714=Cannot support Basic Authentication. Request was not sent via HTTP.
10715=A disallowed status code was returned - the proxy does not allow BASIC authentication attempts on a web service. Please secure your WSDL or use custom authentication.
10716=The Flex proxy and the specified endpoint do not have the same domain, and so basic authentication cannot be used.  Please set use-custom-auth to true or set remote-username and remote-password services not located on the same domain as the Flex proxy.
10717=Login required.
10718=Access denied. User not authorized.
10719=Invalid HTTP method ''{0}''

# 10750-10799: RTMPS error messages.
10750=RTMPS failed to initialize because the requested keystore type, {0}, is not available.
10751=RTMPS failed to initialize because the keystore file could not be found, is unreadable or the supplied password is incorrect.
10752=RTMPS failed to initialize because the algorithm used to test keystore integrity can not be found.
10753=RTMPS failed to initialize because not all certificates in the keystore could be loaded.
10754=RTMPS failed to initialize because the algorithm, {0}, is not available.
10755=RTMPS failed to initialize because the keystore password is incorrect.
10756=RTMPS failed to initialize because the keystore manager factory could not initialize.
10757=RTMPS failed to initialize because the truststore manager factory could not initialize.
10758=RTMPS failed to initialize because the protocol, {0}, is not available.
10759=RTMPS failed to initialize because the keystore password file, ''{0}'', can not be found.
10760=RTMPS failed to initialize because the keystore password file, ''{0}'', can not be read.
10761=RTMPS could not initialize because the  configuration element was not provided.
10762=RTMPS could not initialize because neither the  nor the  configuration element was provided.

# 10800-10849: JMSAdapter error messages.
10800=A  element for the  settings for the ''{0}'' destination does not specify both  and  subelements.
10801=A  element for the  settings for the ''{0}'' destination specifies an invalid javax.naming.Context field for its : {1}
10802=A  element for the  settings for the ''{0}'' destination specifies an inaccessible javax.naming.Context field for its : {1}
10803=The  settings for the ''{0}'' destination does not include any  subelements.
10804=JMS connection factory of message destinations with JMS Adapters must be specified.
10805=JMS Adapter destination type must be Topic or Queue.
# 10806=Client with the id ''{0}'' is not subscribed with the JMS adapter.
10807=JNDI names for message destinations with JMS Adapters must be specified.
10808=Invalid Acknowledge Mode ''{0}''. Valid values are AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE, and CLIENT_ACKNOWLEDGE.
10809=Invalid Delivery Mode ''{0}''. Valid values are DEFAULT_DELIVERY_MODE, PERSISTENT, and NON_PERSISTENT.
10810=The body of the Flex Message could not be converted to a Serializable Java Object.
10811=Unsupported JMS Message Type ''{0}''. Valid values are javax.jms.TextMessage and javax.jms.ObjectMessage.
# 10812=You must specify a JMS Message type in the element <{0}>.
10813=JMS queue proxy for JMS destination ''{0}'' has a destination type of ''{1}'' which is not Queue.
10814=JMS queue proxy for JMS destination ''{0}'' has a connection factory type of ''{1}'' which is not QueueConnectionFactory.
10815=JMS topic proxy for JMS destination ''{0}'' has a destination type of ''{1}'' which is not Topic.
10816=JMS topic proxy for JMS destination ''{0}'' has a connection factory type of ''{1}'' which is not TopicConnectionFactory.
10817=Invalid delivery-settings mode ''{0}''. Valid values are async and sync.
10818=JMS consumer for JMS destination ''{0}'' is configured to use async message receiver but the application server does not allow ''{1}'' call used in async message receiver. Please switch to sync message receiver.
10819=JMS topic consumer for JMS destination ''{0}'' is configured to use durable subscriptions but the application server does not permit javax.jms.Connection.setClientID method needed to support durable subscribers. Set durable property to false.   
10820=Client is unsubscribed because its corresponding JMS consumer for JMS destination ''{0}'' encountered an error during message delivery: {1} 
10821=Client is unsubscribed because its corresponding JMS consumer has been removed from the JMS adapter.
10822=Client is unsubscribed because its corresponding JMS consumer for JMS destination ''{0}'' has been stopped.
10823=JMS topic consumer for JMS destination ''{0}'' is configured to use durable subscriptions but it does not have a durable subscription name. 

# 10850-10899: RTMP error messages.
10850=The RTMP server has encountered a fatal exception starting up: {0}
10851=The RTMP server has encountered a fatal exception establishing its socket to accept client connections: {0}

# 11100-11149: Server configuration error messages. (grouped above)

# 11150-11199: license messages
11150=An invalid license key was entered.  To enable Adobe Flex Data Services Express, which does not require a license, please remove the invalid license key from license.properties.
11151=Beta expired.

# 11200-11249: Data adapter error messages. (grouped above)

# 11250-11300: SQL assembler error messages. (grouped above)
# 11300-11349: Live Cycle Remoting error messages.
11300=Operation {0} not supported by endpoint {1}
11301={0} is not a valid Remoting endpoint
11302={0} has no associated active components
11303=Operation {0} is long lived and must be invoked asynchronously
11304=Operation {0} does not have a parameter called {1}
11305=The specified document URL is malformed
11306=Class {0} should not have a fieldName {1}
11307=All non remotely-mapped parameters must have at least one set property
11308=Class {0} could not be loaded by any available classloader
11309={0} not supported by JobManager service
11310=strong RemotingJobID class not found
11311=Please do not define any security roles in flex configuration files.  All authentication and authorization is handled by Live Cycle.
11312=Operation {0} does not expect an array input parameter
11313=Array members do not match expected array type, {0}, for operation {1}
11314=Read operations are not allowed on this destination
11315=Create operations are not allowed on this destination
11316=Update operations are not allowed on this destination
11317=Delete operations are not allowed on this destination
11318=Count operations are not allowed on this destination
11319=Problem marshalling instance returned by Assembler into XML: {0}
11320=Problem unmarshalling XML passed in by orchestration into a strong type: {0}
11321=Configuration parameter ''{0}'' may not be updated at this time.  Please revert changes.
11323=Error parsing passed in XML : {0} does not have a {1} element.
11324=Returned item has complex property {0} and cannot be retrieved as XML.  You may use a strong typed method instead.  

# 11350-11399: WSRP Generation error messages.
11350=Problem locating {0} JSP: {1}
11351=Porcessing problem in {0} JSP: {1}
11352=Note: read-only preferences are not editable.  
11353=Interact with this Flex application in View mode and edit its preferences in Edit mode.

# 12000-12499: PDF Services error messages.
12000=Failed to delete existing file: ''{0}''.
12001=XFA datasets must use ''xfa'' as the prefix for the qualified element name.
12002=Unable to convert xfa:dataset Document to a String.
12003=Unable to obtain UTF-8 bytes from a String representation of the xfa:dataset.

# 13000-13499: Collaboration Services error messages.

# 13500-13549: General SSL error messages.
13500=Building an SSLContext failed because no KeyStore file was defined.
13501=Building an SSLContext failed because the KeyStore password file, ''{0}'', can not be found.
13502=Building an SSLContext failed because the KeyStore password file, ''{0}'', can not be read.
13503=Building an SSLContext failed because neither a KeyStore password nor password file was defined.
13504=Building an SSLContext failed because a password deobfuscator must be available to process obfuscated passwords.
13505=Building an SSLContext failed because the requested KeyStore type, {0}, is not available.
13506=Building an SSLContext failed because the KeyStore file could not be found, is unreadable, or the supplied password is incorrect.
13507=Building an SSLContext failed because the algorithm used to test KeyStore integrity can not be found.
13508=Building an SSLContext failed because not all certificates in the KeyStore could be loaded.
13509=Building an SSLContext failed because the algorithm, {0}, is not available.
13510=Building an SSLContext failed because the KeyStore password is incorrect.
13511=Building an SSLContext failed because a KeyManagerFactory could not be initialized. 
13512=Building an SSLContext failed because the requested TrustStore type, {0}, is not available.
13513=Building an SSLContext failed because the TrustStore file could not be found, is unreadable or the supplied password is incorrect.
13514=Building an SSLContext failed because the algorithm used to test TrustStore integrity can not be found.
13515=Building an SSLContext failed because not all certificates in the TrustStore could be loaded.
13516=Building an SSLContext failed because the TrustManagerFactory could not be initialized.
13517=Building an SSLContext failed because the protocol, {0}, is not available.
13518=Initializing the SSLContext after construction failed due to a key management problem.
13519=Invalid certificate alias ''{0}'' has been specified. No match was found in the keystore.

# 13550-13599: General socket server error messages
13550=SocketServer ''{0}'' cannot open a Selector for accepting new connections.
13551=SocketServer ''{0}'' cannot bind to accept client connections on port ''{1}'' because another process has already bound the port. Please ensure that multiple endpoints across all applications are not configured to use this same port.
13552=The acceptor for SocketServer ''{0}'' has failed. Refer to this exception''s root cause for the underlying problem.
13553=The ''{0}'' property for a SocketServer component cannot be null.
13554=The ''{0}'' property for a SocketServer must be assigned before the server is started.
13555=The acceptor for SocketServer ''{0}'' was interrupted waiting for its accept thread to start.
13556=SocketServer ''{0}'' cannot open a Selector for managing accepted connections.
13557=The reactor, ''{0}'', for SocketServer ''{1}'' has failed. Refer to this exception''s root cause for the underlying problem.
13558=The reactor, ''{0}'', for SocketServer ''{1}'' was interrupted waiting for its thread to start.
13559=SocketServer ''{0}'' failed to start because the required class ''{1}'' could not be found and instantiated. Please ensure the class is on your classpath.
13560=Creating SocketServer ''{0}'' failed because the required class ''{1}'' could not be found and instantiated. Please ensure the class is on your classpath.
13561=BindSocketAddress assignment conflict for SocketServer ''{0}''. The value being assigned, ''{1}'', conflicts with the existing assigned value, ''{2}''.
13562=Invalid connection buffer type ''{0}'' cannot be assigned to the SocketServer; please specify a supported value.
13563=Legacy SSL/TLS support for Java 1.4 and below not implemented.

# 13600-13649: flex.messaging.util.concurrent.Executor and related error messages.
13600=Cannot create AsyncBeansWorkManagerExecutor because no WorkManager is bound in JNDI under the name ''{0}''.

# 13650-13699: General NIO Endpoints error messages
13650=The endpoint, ''{0}'', depends upon a SocketServer but a referenced SocketServer id was not defined and no dedicated SocketServer settings were defined.
13651=The endpoint, ''{0}'', is attempting to use port {1} of SocketServer ''{2}'' but uses a protocol that cannot be handled appropriately alongside the other endpoint(s) that have also registered to use this port. Please configure this endpoint to use a different server and port.
13652=The endpoint, ''{0}'', must create an internal ProtocolHandlerFactory for use in handling data on its connections.
13653=The endpoint, ''{0}'', is using a referenced SocketServer with a protocol handler factory that does not extend DefaultProtocolHandlerFactory.
13654=No endpoint is defined to service a client socket connection to port {0}.
13655=The endpoint, ''{0}'', failed to register a bind address/port with its referenced SocketServer ''{1}'': {2}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy