2 ADF_FACES-00001 to ADF_FACES-60151

ADF_FACES-00001: unable to create Persistent ChangeManager: {0} {1}
Cause: Could not load Persistent ChangeManager class specified in adf-config.xml
Action: Ensure that Java class specified in adf-config.xml exists in the Java ClassLoader of the application.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00002: no listeners for custom event: {0}
Cause: Application attempted to fire event when it never registered any listeners.
Action: Use the development tools to open the page and fix the event.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00003: Unable to mark future region component client IDs that might be added to the RegionModel as needing a redraw because it is not supported in this implementation of the RegionModel.
Cause: The RegionModel was incorrectly subclassed.
Action: Ensure that the RegionModel is associated with a valid set of region component clientIds. Refer to the RegionModel documentation for details.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00005: attempt to synchronize secure key: {0}
Cause: The client attempted to write to a component property that is only writable by the server.
Action: Contact Oracle Support Services.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00006: Could not coerce key: {0} from value: {1} to type: {2}.
Cause: Renderer's client-side peer marshalled a property that the Renderer doesn't know about.
Action: Contact Oracle Support Services.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00007: Attempt to synchronized unknown key: {0}.
Cause: Renderer's client-side peer marshalled a property that the Renderer doesn't know how to unmarshall.
Action: Contact Oracle Support Services.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00008: A null QueryModel object was found.
Cause: The QueryCriteria had a null or invalid QueryModel or no QueryDescriptors were specified for the model.
Action: Verify that the QueryModel is valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00009: Error processing viewId: {0} URI: {1} actual-URI: {2}.
Cause: An exception was thrown when processing the children of the region.
Action: Use action related to thrown exception.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00017: eventContext is set to launcher, but no launch ID is available. To use eventContext launcher the popup must be launched on the client with the hint AdfRichPopup.HINT_LAUNCH_ID set. See the popup doc for more information.
Cause: the eventContext was set to launcher, but no launch ID is available.
Action: To use eventContext launcher the popup must be launched on the client with the hint AdfRichPopup.HINT_LAUNCH_ID set. See the popup doc for more information.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00018: The launcherVar attribute is set, but the eventContext attribute is not set to launcher. LauncherVar is only made available when eventContext is set to launcher.
Cause: The launcherVar attribute was set, but the eventContext attribute was not set to launcher.
Action: Remove launcherVar attribute or set eventContext attribute to launcher.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00019: Error setting: {0} to from value: {1} for event: {2}.
Cause: The setPropertyListener encountered an error when trying to set.
Action: Check that the EL expression is correct.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00020: invokeOnComponent() is being called on the region with id {0} from inside of its RegionModel's processBeginRegion()
Cause: This happens when the RegionModel implementation calls invokeOnComponent() before returning from its RegionModel's processBeginRegion(), typically because the application has used the expression language to bind a task flow parameter to a function that call invokeOnComponent().
Action: Instead of dynamically retrieving the component state with invokeOnComponent(), stash the value in application state, where it can be retrieved directly.

Level: 1

Type: NOTIFICATION

Impact: Logging

ADF_FACES-00021: The value {0} passed as identifier name to MoveChildComponentChange is not valid. Defaulting to 'id'.
Cause: This happens when a MoveChildComponentChange is constructed with a value other than 'id' for identifier.
Action: Pass 'id' as the value.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00022: Bundle {0} for helpTopicId={1} not found.
Cause: The resource bundle for the specified helpTopicId was not found.
Action: Ensure a help provider is correctly configured.

Level: 2

Type: WARNING

Impact: Logging

ADF_FACES-00023: The MethodExpression wrapper of an include component was not able to locate the component after being deserialized. The expression will not be functional. Client ID not found was {0}
Cause: Method expression was not deserialized when the include for its component was in the current component tree.
Action: The method expressions of properties of include components may only be desirialized when their component trees are the current ones.

Level: 2

Type: WARNING

Impact: Logging

ADF_FACES-00024: Unable to load the display names for TimeZone: {0} in Locale: {1}.
Cause: No TimeZone information exists for this Locale.
Action: Ensure that the resource information exists for this Locale.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00026: Unable to tear down the visiting context due to {0}.
Cause: Unable to tear down the visiting context.
Action: Look for other exceptions that may have caused this failure.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00027: The {0} facet for component type {1} does not contain a component of the required type {2}.
Cause: The facet is not returning a component of the correct type.
Action: Check the facet to make sure it contains a component of the correct type.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-00028: The {0} facet for component type {1} has multiple children when only a single child is allowed.
Cause: The facet contains multiple children, only a single child is allowed.
Action: Check the facet to make sure it contains only one component.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-00029: Invalid setting for "oracle.adf.view.rich.remote.CONTENT_COMPRESSION" setting in the web.xml. Expected values are "on" or "off". The set value is "{0}". Defaulting to "on".
Cause: The for "oracle.adf.view.rich.remote.CONTENT_COMPRESSION" is not "on" or "off".
Action: Fix the setting in the web.xml.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00030: Invalid setting for "oracle.adf.view.rich.remote.SERVER_MAX_REDIRECTS" in web.xml. A valid number is expected, but value is "{0}". Defaulting to "0".
Cause: The for "oracle.adf.view.rich.remote.SERVER_MAX_REDIRECTS" is not a number.
Action: Fix the setting in the web.xml.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00031: Session invalid for producer at {0}, stored session {1}, expected session {2}.
Cause: A session on a producer was invalid. Likely the producer session expired.
Action: Increase the session timeout on the producer.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00032: Session invalid for producer at {0}, stored session {1}.
Cause: A session on a producer was invalid. Likely the producer session expired.
Action: Increase the session timeout on the producer.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00033: Authorization requested but not configured. Loading default AuthorizationProvider which will not provide any actual authorization.
Cause: There was no AuthorizationProvided configured in the web.xml.
Action: Configure an AuthorizationProvider in the web.xml if one is required.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00034: Calendar activityStyles attribute returns styleClass {0} but its definition was not found in skin {1} or it did not contain 'background-color' style.
Cause: The Calendar looks for a specific selector with the styleClass marker, and uses the background-color to determine the activity's color .
Action: Ensure that the skin contains a selector with the name '[styleClass] af|calendar::list-swatch-container', and its definition contains a 'background-color' value.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00035: Invalid setting for the "oracle.adf.view.rich.remote.MAX_CONNECTIONS" property in the web.xml. Specified value "{0}" is not a number. Setting value to {1}."
Cause: There is an invalid setting in the web.xml for the "oracle.adf.view.rich.remote.MAX_CONNECTIONS" property.
Action: Please change the setting to be a number > 1 or remove the setting entirely. Default value is 200.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00036: Invalid setting for the "oracle.adf.view.rich.remote.MAX_CONNECTIONS_PER_ROUTE" property in the web.xml. Specified number should be greater then 1, but is {0}. Setting value to {1}."
Cause: There is a setting in the web.xml for the "oracle.adf.view.rich.remote.MAX_CONNECTIONS_PER_ROUTE" property.
Action: Please change the setting to a value > 1 or remove the setting entirely. Default value is half the number of connections as "oracle.adf.view.rich.remote.MAX_CONNECTIONS".

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00037: Invalid setting for the "oracle.adf.view.rich.remote.MAX_CONNECTIONS_PER_ROUTE" property in the web.xml. Specified value "{0}" is not a number. Setting value to {1}."
Cause: There is a setting in the web.xml for the "oracle.adf.view.rich.remote.MAX_CONNECTIONS_PER_ROUTE" property.
Action: Please change the setting to be a number > 1 or remove the setting entirely. Default value is half the number of connections as "oracle.adf.view.rich.remote.MAX_CONNECTIONS".

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00038: Invalid setting for the "oracle.adf.view.rich.remote.MAX_CONNECTIONS" property in the web.xml. Specified number should be greater then 1, but is {0}. Setting value to {1}."
Cause: There is an invalid setting in the web.xml for the "oracle.adf.view.rich.remote.MAX_CONNECTIONS" property.
Action: Please change the setting to a value > 1 or remove the setting entirely. Default value is 200.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00039: Unable to select timezone {0} because it is a non-IANA standard timezone, using standard timezone {1} instead."
Cause: The default timezone list contains only standard IANA timezones, but the selected timezone is a non-standard timezone.
Action: Please use the standard timezone listed in the message instead. If you are calling the af:gerMergedTimeZoneList API, the parent component may also need to be updated, e.g. if using a selectOneChoice, the value attribute of the selectOneChoice should also point to the standard timezone otherwise there will be no selected value when first rendered.

Level: 1

Type: NOTIFICATION

Impact: Logging

ADF_FACES-00040: Invalid setting for "oracle.adf.view.rich.remote.HTTP_CONNECTION_TIMEOUT" in web.xml. A valid number is expected, but value is "{0}".
Cause: The value for "oracle.adf.view.rich.remote.HTTP_CONNECTION_TIMEOUT" is not a number.
Action: Fix the setting in the web.xml.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-00041: Invalid setting for "oracle.adf.view.rich.remote.HTTP_SOCKET_TIMEOUT" in web.xml. A valid number is expected, but value is "{0}".
Cause: The value for "oracle.adf.view.rich.remote.HTTP_SOCKET_TIMEOUT" is not a number.
Action: Fix the setting in the web.xml.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-10001: No representationClass provided.
Cause: An illegal argument flavorClass was passed to framework API DataFlavor.
Action: Pass Valid flavorClass argument

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-10002: wrappedEvent
Cause: An illegal argument was passed to framework.
Action: Contact Oracle Support Services.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-10004: No null numbers allowed in NumberRange.
Cause: An illegal argument was passed to framework.
Action: Contact Oracle Support Services.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-10005: unregistered key: {0}
Cause: An illegal argument PropertyKey was passed to framework API addIfComponentProperty .
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-10006: Renderer {0} is not a rich renderer.
Cause: Attempt was made to delegate rendering of a RichRenderer to a non-RichRenderer.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-10007: Null value for: {0} is not allowed.
Cause: Tried to log the user activity information with null value for a non null field.
Action: Pass non-null contextId and clientStartTime to UserActivityInfo

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-10011: attempt to add a duplicate ID
Cause: Attempt was made to add a duplicate component under the destination.
Action: Ensure that destination does not already have a child with the ID of source component.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-10012: Allowed actions must be specified.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-10013: Attempt to unsecure an always secured attribute
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-10014: Illegal access of the include attribute map outside of the include context
Cause: An illegal attempt to access the attribute map for component that is out of context
Action: Contact Oracle Support Services.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-10015: Illegal call to setup the context of an include that is already in context
Cause: An illegal attempt to setup the context of an include component while the include was in context was made.
Action: Contact Oracle Support Services.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-10016: Illegal call to tear down the context of an include that is not in context
Cause: An illegal attempt to tear down the context of an include component while the context was not set up.
Action: Contact Oracle Support Services.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-10017: Setup of page template context failed due to an unhandled exception.
Cause: An unhandled exception in page template context setup.
Action: Contact Oracle Support Services.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-10018: Tear down of page template context failed due to an unhandled exception.
Cause: An unhandled exception in page template context tear down.
Action: Contact Oracle Support Services.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-10019: Setup of include component context failed due to an unhandled exception.
Cause: An unhandled exception in include component context setup.
Action: Contact Oracle Support Services.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-10020: Tear down of include component context failed due to an unhandled exception.
Cause: An unhandled exception in include component context tear down.
Action: Contact Oracle Support Services.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-10021: During the processing of the include component, the context change found did not match the current component. Expected {0}, but got {1}.
Cause: During the processing of the include component, the context change found did not match the current component.
Action: Contact Oracle Support Services.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-10022: Attempt to resume an include component that was not suspended.
Cause: An attempt was made to resume an include component that was not suspended.
Action: Contact Oracle Support Services.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-10023: readObject not supported for deserialization, SerializationProxy Required.
Cause: An attempt was made to call readObject on a class that uses a SerializationProxy, therefore readObject should never be called.
Action: Contact Oracle Support Services.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-10024: The implementation of AdfFacesContext was not found. If this is a rich client application, it will not function. This is expected for Trinidad applications.
Cause: AdfFacesContextImpl was not found on the class path.
Action: Contact Oracle Support Services if this is a rich client application.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-10026: During the processing of the region component, either a context change was not found or it did not match the instance set up by the current component. Expected {0} but found {1}.
Cause: During the processing of the region component, either a context change was not found or it did not match the instance set up by the current component.
Action: Contact Oracle Support Services.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-10027: The unsupported keyword '@none' was encountered in the execute attribute of the target tag for the component {0}. Please use one of the supported keywords or refer to the documentation for details.
Cause: During the processing of the target tag, the @none keyword was encountered. Please use one of the supported keywords and for details refer to the tag documentation.
Action: Contact Oracle Support Services.

Level: 2

Type: WARNING

Impact: Logging

ADF_FACES-10028: Unable to get configured Authorization Provider.
Cause: The class that is configured for the Authorization Provider is not available on the classpath
Action: Either correct the configuration in the web.xml or add the proper jar to the classpath.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-10029: Error consuming content after an exception.
Cause: When making the a call to a producer with a remote region the final "consume" on on the input stream failed.
Action: Contact Oracle Support Services.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-10030: During the evaluation of an include attribute, the context could not be torn down. Ensure that the attributes are not being accessed from a different include context.
Cause: During the evaluation of an include attribute, the context could not be torn down.
Action: Ensure that the attributes are not being accessed from a different include context.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-10032: The expression "{0}" that was specified for the RegionModel "value" attribute of the region component with id "{1}" evaluated to null. Using an empty RegionModel instead.
Cause: This is typically due to an error in the configuration of the objects referenced by this expression. Please verify the EL expression used for the value attribute in your configuration is valid and that a valid RegionModel instance is returned by the expression.
Action: Contact Oracle Support Services

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-10033: The expression "{0}" evaluated to "{1}".
Cause: Please verify the EL expression used for the value attribute in your configuration is valid.
Action: Contact Oracle Support Services

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-10034: The expression provided for the "value" attribute on the region component with id "{0}" was null or the value attribute was not specified, thus its RegionModel is null. Using an empty RegionModel instead.
Cause: Please specify a valid EL expression for the value attribute.
Action: Contact Oracle Support Services

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30001: invalid value for configuration parameter Estimated Number of Pages Per Channel: {0}
Cause: Configuration of estimated number of pages per channel in adf-config.xml has exceeded 2,147,483,647.
Action: Fix configuration of pages-per-channel to a reasonable value.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30002: invalid value: {0} specified in configuration for parameter: {1}
Cause: The active data configuration parameter from adf-config.xml was not a positive number.
Action: Fix the configuration to be a reasonable value.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30003: unknown Active Data Service action sent from the client - ignoring the request
Cause:
Action:

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30006: unexpected exception when starting active data on: {0}
Cause: An error occurred in the ActiveModel implementation.
Action: Contact Oracle Support Services.

Level: 1

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-30007: data changed notification on an unknown ActiveDataModel: {0}
Cause: An error occurred in the ActiveModel implementation.
Action: Contact Oracle Support Services.

Level: 1

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-30008: unexpected runtime exception stopping ActiveDataModel: {0}
Cause: An error occurred in the ActiveModel implementation.
Action: Contact Oracle Support Services.

Level: 1

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-30011: could not parse changeCount: {0} for clientId: {1}
Cause: Change count delivered by client was not a number.
Action: Contact Oracle Support Services.

Level: 1

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-30013: cannot register active data when window has no name
Cause: WindowIdProvider returned a null window name. The Auto-PPR (partial page refresh) and ADS (active data service) features will not work.
Action: Contact Oracle Support Services.

Level: 1

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-30014: no drag source for drop target: {0}
Cause: A drop occurred, but no drag source can be found.
Action: Ensure that a drag source is defined for the drop target.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30016: no drop target for drag source: {0}
Cause: Component was targeted for a drop but has no drop target.
Action: Ensure that a drop target is defined for the drag source.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30017: no listeners for custom event: {0}
Cause: Client fired a custom client event for which there are no listeners.
Action: Define a listener for the custom client event.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30018: unable to parse Active Data Service start change count: {0}
Cause: Initial change count for active data was not a number.
Action: Contact Oracle Support Services.

Level: 1

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-30022: error calling drop listener: {0}
Cause: Drop listener threw an exception.
Action: Contact Oracle Support Services.

Level: 1

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-30023: error calling drop listener: {0} on: {1}
Cause: Drop listener threw an exception.
Action: Contact Oracle Support Services.

Level: 1

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-30025: Client events for component: {0} were not in a valid form: {1}.
Cause: A parameter of a client event was marshalled as something other than a Map.
Action: Contact Oracle Support Services.

Level: 1

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-30026: The collectionDragSource: {0} can only be attached to a collection component.
Cause: CollectionDragSource was not attached to UIXCollections.
Action: Application should use a type of DragSource appropriate for this component.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30028: could not find render kit: {0}
Cause: The render kit with this ID was not registered with the application.
Action: Register this render kit or use the ID of a registered render kit.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30031: error decoding color string: {0} - returning null
Cause: The value was not a supported String representation of a color.
Action: Ensure that the color string is valid.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30032: column: {0} used outside of a table
Cause: A column was used outside of a table.
Action: Move the column inside of the appropriate table.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30036: no skin icon exists with key: {0}
Cause: The icon with this name did not exist in the skin.
Action: Ensure that the icon name is valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30037: expected script element: {0}
Cause: Application requested <script> output but wrote a non-script tag.
Action: Ensure the script element is valid.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30038: illegal component hierarchy detected
Cause: Expected UIXCommand but found another type of component instead.
Action: Ensure that the proper UIXCommand is used.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30039: Collection decorator must contain a tree, table or treeTable as its first child.
Cause: A non-tree or table component was used where tree or table was required.
Action: Ensure that the proper component is used.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30040: facet: {0} must be menu component
Cause: A non-menu component was used where menu was required.
Action: Ensure that a menu component is used.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30041: toolbar facet: {0} must be RichToolbar component
Cause: A non-toolbar component was used where toolbar was required.
Action: Ensure that a toolbar component is used.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30042: Loading popup: {0} during a full-page request is not supported.
Cause: An attempt was made to load a popup during a full-page request.
Action: Ensure that the popup is not loaded during a full-page request.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30043: no PPR-capable ID found for elements of: {0}
Cause: Application attempted to PPR an ID that does not exist.
Action: Ensure that a valid ID exists.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30044: Invalid model provided to progressIndicator (should be a BoundedRangeModel); progressIndicator ID: {0}.
Cause: The value of the progressIndicator was not a BoundedRangeModel.
Action: Use the development tools to open the page and fix the progressIndicator.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30045: Mode is null. It does not return correctly from current QueryDescriptor.
Cause: No mode was set on QueryDescscriptor.
Action: Ensure a valid mode is set.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30046: A null QueryDescriptor object was found.
Cause: Either a QueryDescriptor was not set on query component or the object provided was null or invalid.
Action: Ensure a valid QueryDesriptor is set on the query component.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30047: Component of ID: {0} cannot receive a client component because it is used as a repeating separator (or a similar usage).
Cause: A ClientComponent is required where none is supported.
Action: Ensure the usage of the client component is valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30048: Could not launch window, as render kit does not support the ExtendedRenderKitService.
Cause: Launching a window required the ExtendedRenderKitService, but the current render kit does not support this service.
Action: Switch the RenderKitId to point to a render kit that supports the ExtendedRenderKitService.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30049: overwriting preexisting page flow scope parameters
Cause: One of the dialog parameters conflicted with a page flow scope parameter.
Action: Ensure the parameters are valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30050: The original view root was not set.
Cause: No viewRoot was set.
Action: Check servlet filter order.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30052: The group attribute on the selectBooleanRadio component is null. It must be set to a non-null value for the selectBooleanRadio component to function properly.
Cause: No group attribute was set on selectBooleanRadio.
Action: Set the group value on the selectBooleanRadio component.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30053: Skinning property key: {0} cannot be parsed as int.
Cause: The property was not an integer.
Action: Change skin property to be an integer.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30055: The number of items selected for shuttle: {0} exceeds the total number of items in the shuttle. No selected items will be returned.
Cause: State of the shuttle was corrupted.
Action: Contact Oracle Support Services.

Level: 1

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-30056: Table with ID: {0} has no visible columns.
Cause: Table contains no visible columns.
Action: Add at least one visible column to the table component.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30057: Table inlineStyle will be ignored because width:auto is not supported.
Cause: The inline CSS property width:auto was ignored because it is not supported on table component to control its size.
Action: Remove the inlineStyle property on the table component.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30058: Table width attribute will be ignored because auto is not supported.
Cause: The attribute width=auto was ignored because it is not supported on table component to control its size.
Action: Remove the table width attribute.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30059: unknown table fetch type
Cause: The client table peer sent a fetch requests with an unknown fetch type.
Action: Contact Oracle Support Services.

Level: 1

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-30060: Either a MenuModel object was not provided or an invalid object was provided.
Cause: The train component required a value of type MenuModel.
Action: Correct the train definition.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30061: The model provided for the train has no stops.
Cause: No train stops were supplied for the train component model.
Action: Check to see if the model is set up correctly.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30062: The parent stop label was null for the stop: {0}
Cause: The parent stop label was null.
Action: Add a stop label.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30063: The nodeStamp facet on treeTable: {0} is missing or not of type UIXColumn.
Cause: No nodeStamp facet was specified on treeTable.
Action: Specify a nodeStamp facet on the treeTable.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30064: illegal value: {0} for: {1}
Cause: The table banding interval must be >= 0.
Action: Ensure the brandng interval is valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30065: The nodeStamp facet on treeTable: {0} is missing or not of type UIXColumn.
Cause: The nodeStamp facet of a treeTable was invalid. It only supports components of type UIXColumn.
Action: Ensure a correct nodeStamp facet is defined.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30066: no registered FacesBean.Type for family: {0} type: {1}
Cause: No FacesBean was registered for this componentFamily and rendererType.
Action: Use a render kit that supports this componentFamily and rendererType.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30067: Multithreaded execution was interrupted.
Cause: Execution of the multithreaded streaming request was interrupted.
Action: Contact Oracle Support Services.

Level: 1

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-30068: multithreaded execution exception
Cause: The model threw an exception during multithreaded rendering.
Action: Contact Oracle Support Services.

Level: 1

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-30071: The collection component with ID: {0} cannot be found inside the component.
Cause: No component with the specified ID was found inside the popup.
Action: Specify a valid component ID.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30072: The component with ID: {0} is not a collection component.
Cause: The collection popup content was not a collection component.
Action: Ensure the popup content is valid.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30073: The collection return listener {0} must be inside of a UIComponent tag.
Cause: The collection return listener was not inside of a UIComponent tag.
Action: Ensure that the collection return listener is inside of a UIComponent tag.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30074: The returnActionListener must be inside of an input popup component.
Cause: The returnActionListener tag was not inside of a tag that created an input popup component.
Action: Correct the returnActionListener .

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30075: Could not find parent include tag for definition: {0}.
Cause: Could not find the tag that included the definition tag.
Action: Ensure that the include tag is defined properly.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30076: Component: {0} must be included as a child of an include tag.
Cause: The parent component of a pageTemplateDef or componentDef tag must be extend UIXInclude.
Action: Ensure that the pageTemplateDef or componentDef is the child of an include tag.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30077: Time-stamp checking enabled for faces component metadata. Do not use in a production environment. property:oracle.application.environment=development
Cause: Application configured to run in development mode.
Action: No action needed.

Level: 1

Type: NOTIFICATION

Impact: Logging

ADF_FACES-30078: Attribute: {0} is missing on component with ID: {1} in file: {2}.
Cause: A required component attribute is not specified.
Action: Ensure all attributes are defined.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30079: error parsing component tag in file: {0}
Cause: The metatdata for the page template or include component contained an error.
Action: Use the development tools to open the include and fix the problem.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30080: unknown element:{0} at: {1}
Cause: The metadata for the include contained an unknown XML element.
Action: Use the development tools to open the include and fix the problem.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30081: Attribute: {0} is missing at: {1}.
Cause: The include metadata attribute name was not specified.
Action: Use the development tools to open the include and fix the problem.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30082: exception at: {0}
Cause: An exception occurred when parsing the include metadata.
Action: Use the development tools to open the include and fix the problem.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30083: Component: {0} with ID: {1} cannot have children.
Cause: Attempt was made to add a componentRef tag under a component that cannot have children.
Action: Use the development tools to open the include and fix the problem.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30084: Could not get RequestDispatcher for viewId: {0} and uri: {1}.
Cause: The JSP to include could not be found.
Action: Verify that the JSP exists at the specified location.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30085: The facetRef must be inside af:pageTemplateDef or af:componentDef.
Cause: The facetRef tag was used outside of a f:pageTemplateDef or af:componentDef tag.
Action: Use the development tools to open the include and fix the problem.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30086: Cannot find parent include component.
Cause: Cannot find parent include component.
Action: Use the development tools to open the include and fix the problem.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30087: Encountered null from the viewId expression: {0}.
Cause: The URI of the include was null.
Action: Use the development tools to open the include and fix the problem.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30088: Cannot find closing ">" in: {0}.
Cause: XmlContentTag is missing an end tag.
Action: Use the development tools to open the include and fix the problem.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30089: Cannot parse root element in: {0}.
Cause: No root element was started on XmlContentTag.
Action: Use the development tools to open the include and fix the problem.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30090: Could not find root element in: {0}.
Cause: XmlContentTag had no root element.
Action: Use the development tools to open the include and fix the problem.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30091: Could not compute the namespace for element: {0} with prefix: {1} in: {2}.
Cause: No XML namespace found for prefix.
Action: Ensure the namespace is properly defined.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30093: error while loading library: {0}
Cause: IE Exception occurred when attempting to load the deferred library.
Action: Ensure that the library is at the specified location.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30094: unable to get resource: {0}
Cause: Specified resource was not found in classpath.
Action: Ensure that the resource is present in the classpath.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30095: Marshalling of StateHolders not yet supported; skipping: {0}.
Cause: Marshalling of StateHolders not supported and was skipped.
Action: Use the development tools and fix the problem.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30096: Unmarshaling of StateHolders not yet supported.
Cause: Unmarshaling of StateHolders not supported.
Action: Use the development tools and fix the problem.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30097: rich text parse error at position: {0}, unterminated element: {1}
Cause: A rich text value was encountered with an unexpected unterminated element.
Action: Ensure that the tags for this element get terminated.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-30098: rich text parse error at position: {0}, unclosed element: {1}
Cause: A rich text value was encountered with an element that requires a closing tag but no closing tag was provided.
Action: Ensure that this element gets a closing tag.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-30099: rich text parse error at position: {0}, unsupported element: {1}
Cause: A rich text value was encountered with an element that is not supported.
Action: Do not use this element.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-30100: rich text parse error at position: {0}, unterminated attribute name
Cause: A rich text value was encountered with an attribute name that was not terminated.
Action: Ensure that this attribute name gets terminated.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-30101: rich text parse error at position: {0}, unterminated value for attribute: {1}
Cause: A rich text value was encountered with an attribute value that was not terminated.
Action: Ensure that this attribute value gets terminated.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-30102: The rich text editor is not supported in the specified agent: {0}.
Cause: An attempt was made to use the rich text editor component in an unsupported web browser.
Action: Ensure that the browser used is supported by this rich text editor component.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-30107: The view state of the page has expired. Reload the page.
Cause: The UI state of the view has expired, either because the back button has been used too many times, too many page submissions have occurred on ther pages, or because of an underlying bug in the view code.
Action: configure the org.apache.myfaces.trinidad.CLIENT_STATE_MAX_TOKENS web.xml parameter to a larger value.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-30108: The view state of the page {0} has expired because of inactivity. Reload the page.
Cause: ViewExpiredExceptions are a symptom of problems in the app. The UI state of the view has expired because the session has expired. The reasons for session expiry could be session time out, OAM (oracle access manager) invalidating the session because it has some different timeout for keeping the login active, and that expired.
Action: Turn on WLS option "-Dweblogic.debug.DebugHttpSessions=true", that apparently logs more diagnostic info during session lifetime events. Check the session time out set in session-timeout config parameter as set in web.xml

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-30109: Conversion failed while trying to synchronize value from client. Attempted to convert: {0}, Component ID: {1}.
Cause: An attempt was made to set a value on the client that could not be converted on the server.
Action: Make sure application setting legal value on client.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30110: export requires HTTP Servlet
Cause: Export operation failed; it is supported only with an HTTP Servlet.
Action: For exporting content, ensurethat HTTP Servlet is available.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-30111: Collection with the ID: {0} is not supported by exportCollectionActionListener.
Cause: exportCollectionActionListener used with invalid collection.
Action: Ensure that the exported component is table, tree or treeTable.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-30112: Export type: {0} is not supported by exportCollectionActionListener.
Cause: Unsupported export type was specified.
Action: Use one of the supported export types as specified in exportCollectionActionListener tag documentation.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-30113: Exported collection with the ID of: {0} was not found.
Cause: Exported collection with the specified ID was not found.
Action: Ensure that the correct ID is specified.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-30114: The converter supplied for inputDate with ID: {0} is not an instance of javax.DateTimeConverter: {1}. This input field will only support showing dates. To get time and/or timezone support, subclass the converter from javax.DateTimeConverter.DateTimeConverter or obtain the converter using Application.createConverter (preferred).
Cause: The supplied converter was not a subclass of javax.DateTimeConverter.
Action: Use the converter supplied by javax.faces.application.Application.createConverter, or make the custom converter subclass javax.DateTimeConverter.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30115: The converter supplied for InputDate with ID: {0} does not implement the ClientConverter interface: {1}. The input field will not support client conversion or validation, and only the input field will be displayed (no date-picker popup). To get client conversion and validation support, implement the org.apache.myfaces.trinidad.convert.ClientConverter interface or obtain the converter using javax.faces.application.Application.createConverter (preferred). If you just want to set the converter pattern programmatically, obtain it using createConverter and call setPattern() on it.
Cause: The supplied converter does not implement the ClientConverter interface.
Action: Use the converter supplied by Application.createConverter, or make the custom converter implement org.apache.myfaces.trinidad.convert.ClientConverter.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30116: User activity information for the {0} request is not available.
Cause: User activity Information was null when logging this information to monitoring service.
Action: Ensure that user activity information is not null when monitoring service is enabled.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30117: Component cannot be located by the ID: {0}.
Cause: Component was not found when trying to callback for component using client ID of component.
Action: Ensure that it has been invoked with correct client ID.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30118: No help provider found for helpTopicId={0}.
Cause: A help provider was not found for the specified helpTopicId.
Action: Ensure a help provider is correctly configured.

Level: 2

Type: WARNING

Impact: Logging

ADF_FACES-30120: More than one af:skipLinkTarget found: {0}. Only one af:skipLinkTarget is allowed per page.
Cause: Multiple af:skipLinkTargets were found.
Action: Remove af:skipLinkTarget so that only one is specified per page.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30121: No af:document ancestor for af:skipLinkTarget in component: {0}. af:skipLinkTarget must be used in conjunction with af:document.
Cause: Missing af:document ancestor for af:skipLinkTarget.
Action: Remove af:skipLinkTarget, or move inside of an af:document.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30122: Invalid parent for af:skipLinkTarget in component: {0}. af:skipLinkTarget must placed inside of a component that generates content.
Cause: af:skipLinkTarget must be placed inside of a component that generates content.
Action: Remove the af:skipLinkTarget, or move it inside of a parent which generates content.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30123: Invalid facet size for af:panelStretchLayout: {0}. {1} is not a valid CSS length.
Cause: An invalid value was specified for a panelStretchLayout size (topHeight, bottomHeight, startWidth, endWidth) attribute.
Action: Specify valid CSS lengths for the panelStretchLayout size (topHeight, bottomHeight, startWidth, endWidth) attributes.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30124: Multiple forms detected on viewId: {0}. Rich client currently has some limitations in dealing with multiple forms.
Cause: An ADFFaces page was detect with multiple forms on the same page. Currently there are a number of issues associated with multiple forms on the same page and this should be done with caution.
Action: Reorganize page so that it contains only one form.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30125: Exported rows type: {0} is not supported by exportCollectionActionListener.
Cause: Unsupported exported rows type was specified.
Action: Use one of the supported exported rows types as specified in exportCollectionActionListener tag documentation.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-30126: File name: {0}, Message: {1}
Cause: An error was detected while parsing a feature/partition configuration file.
Action: Verify that the feature/partition configuration file is valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30127: Line: {0}, Column: {1}, Error: {2}
Cause: An error was detected while parsing a feature/partition configuration file.
Action: Verify that the feature/partition configuration file is valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30128: File name: {0}, Line number: {1}, Column number: {2}, Error: {3}
Cause: An error was detected while parsing a feature/partition configuration file.
Action: Verify that the feature/partition configuration file is valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30129: Ignoring feature element because missing feature-name.
Cause: A feature element was missing a required feature-name child.
Action: Verify that the feature configuration file is valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30130: Ignoring feature-dependency on feature "{0}". No such feature exists.
Cause: A feature-dependency specified a dependency on a feature which does not exist.
Action: Verify that the feature configuration file is valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30131: Ignoring partition element because missing partition-name.
Cause: A partition element was missing a required partition-name child.
Action: Verify that the partition configuration file is valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30132: Ignoring feature element "{0}". No such feature exists.
Cause: A partition element contained an unknown feature.
Action: Verify that the partition configuration file is valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30133: A circular dependency between partitions has been detected: {0} Library partitioning will be disabled.
Cause: A circular dependency exists between partitions.
Action: Verify that the partition configuration file is valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30134: Partition "{0}" ({1}) depends on partition "{2}" ({3}).
Cause: A circular dependency exists between partitions.
Action: Verify that the partition configuration file is valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30135: request for unknown partition: {0}
Cause: A request was made for an unknown partition.
Action: Verify that the partition configuration is valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30136: Feature "{0}" is not contained in any partition.
Cause: A request was made for an unknown feature.
Action: Verify that the feature/partition configuration is valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30137: Unable to service request for resource: {0}. FacesContext not available.
Cause: The partition resource loader was unable to obtain a FacesContext.
Action: Check the logs for other exceptions/errors.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30138: Ignoring AdfBootstrap feature in partition {0}. The AdfBootstrapFeature must reside in its own partition.
Cause: A partition was defined which contains both the AdfBootstrap feature as well as other features.
Action: The AdfBootstrap feature should be moved to its own partition.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30139: Could not find the component with relative ID {0} from {1}. This method will try to locate the component for the given ID by calling findComponent on its parent NamingContainer as a final attempt.
Cause: The identifier provided did not account for NamingContainers properly.
Action: Ensure that the relative ID specified is correct and the component with that ID exists.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30140: The slider component with label {0} has too many ticks that are rendered. This will have a huge performance impact.
Cause: The provided minimum is too small or the provided maximum is too large.
Action: Provide a better range for the slider by modifying the maximum and/or minimum attributes.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30141: Unable to remove the criterion with rowKey {0} because a criterion with the specified rowKey could not be located.
Cause: This could happen if an attempt is made to remove an already removed criterion and likely in slow performing applications
Action: Ensure that criterion fields are removed only once.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30142: Component {0} has attribute {1} with type {2}. The attribute should be of type {3}.
Cause: The value supplied for the attribute is returning a wrong type.
Action: Check the method that returns the value for the attribute and correct its type.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30143: A circular dependency between features has been detected: {0} Library partitioning will be disabled.
Cause: A circular dependency exists between features.
Action: Verify that the feature configuration files are valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30144: Feature "{0}" depends on feature "{1}".
Cause: A circular dependency exists between features.
Action: Verify that the feature configuration files are valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30145: A duplicate definition for the feature "{0}" has been found at {1}, line {2}. A feature with the same name was originally defined at {3}, line {4}. This may indicate that multiple copies of the same jar file are present on the class path. Ignoring the new feature definition.
Cause: This occurs when there are multiple copies of a jar file containing the same adf-js-features.xml on the class path. Or, alternatively, this may come up if different adf-js-features.xml use the same feature name.
Action: Check for multiple copies of the jar containing the feature definition on the class path. Or, check to see whether feature names are unique.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30146: The calendarDropTarget: {0} can only be attached to a calendar component.
Cause: CalendarDropTarget was not attached to UIXCalendar.
Action: Application should use a type of DragSource appropriate for this component.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30147: The converter supplied for InputColor with ID: {0} does not implement the ClientConverter interface: {1}. The input field will not support client conversion or validation, and only the input field will be displayed (no color-picker popup). To get client conversion and validation support, implement the org.apache.myfaces.trinidad.convert.ClientConverter interface or obtain the converter using javax.faces.application.Application.createConverter (preferred). If you just want to set the converter pattern programmatically, obtain it using createConverter and call setPattern() on it.
Cause: The supplied converter does not implement the ClientConverter interface.
Action: Use the converter supplied by Application.createConverter, or make the custom converter implement org.apache.myfaces.trinidad.convert.ClientConverter.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30148: The supplied converter {1} with ID {0} does not implement the ClientConverter interface. The input field will not support client conversion or validation. Only normal string to number conversion will be supported, such as "5" to 5, but not "five" to 5. To get client conversion and validation support, implement the org.apache.myfaces.trinidad.convert.ClientConverter interface or obtain the converter using javax.faces.application.Application.createConverter (preferred). If you just want to set the converter pattern programmatically, obtain it using createConverter and call setPattern() on it.
Cause: The supplied converter does not implement the ClientConverter interface.
Action: Use the converter supplied by Application.createConverter, or make the custom converter implement org.apache.myfaces.trinidad.convert.ClientConverter.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30149: No PartitionManager found, possibly due to passivation or failover. Re-creating the PartitionManager.
Cause: The PartitionManager object is null, either due to passivation or failover.
Action: No action required. The PartitionManager will be re-created.

Level: 1

Type: NOTIFICATION

Impact: Logging

ADF_FACES-30150: Unable to parse Date: {0}.
Cause: There was an error parsing the date string sent from the client.
Action: The date string must be set in the proper format.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30151: The {0} facet is not returning a popup.
Cause: The facet is not returning a popup. Only popups are accepted for the Calendar facets.
Action: Check the facet to make sure it contains a popup.

Level: 1

Type: SEVERE

Impact: Logging

ADF_FACES-30152: The Calendar Toolbox Layout contains 'all' as well as built-in value {0}. 'all' will be used.
Cause: If the toolboxLayout contains 'all', the other built-in values should not be used.
Action: Correct the toolboxLayout attribute to specify 'all' or the built-in value desired.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30153: Unable to find facet corresponding to Calendar custom toolboxLayout value {0}.
Cause: A custom value was encountered for the toolboxLayout but no corresponding facet was found.
Action: Check that the facet has been added and that its name matches the value specified in toolboxLayout.

Level: 1

Type: SEVERE

Impact: Logging

ADF_FACES-30154: No providerId was supplied for activity {0}. Provider Id is required.
Cause: A null value was supplied for the activity's providerId.
Action: Check the activity source and ensure the providerId is not null.

Level: 1

Type: SEVERE

Impact: Logging

ADF_FACES-30155: No activityId was supplied for activity {0}. Activity Id is required.
Cause: A null value was supplied for the activity's activityId.
Action: Check the activity source and ensure the activityId is not null.

Level: 1

Type: SEVERE

Impact: Logging

ADF_FACES-30156: The ALLDAY activity {0} has an invalid start and end date and it may not render correctly. See the CalendarActivity Javadoc for information about valid values for startDate and endDate for an ALLDAY activity.
Cause: A null value was supplied for the activity's activityId.
Action: Check the activity source and ensure the activityId is not null.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30157: The ChooseColor component with client id {0} has width {1} which is too large. This will have a huge performance impact. In Design mode, the component will render with maximum width {2}
Cause: The provided width is too large.
Action: Reduce the width attribute of the component.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30158: No af:document ancestor for af:resource for the component: {0}. af:resource must be used in conjunction with af:document.
Cause: Missing af:document ancestor for af:resource.
Action: Remove af:resource, or move inside of an af:document.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30159: Invalid value {0} specified for the oracle.adf.view.rich.SUPPRESS_IDS context parameter.
Cause: Invalid value specified for the oracle.adf.view.rich.SUPPRESS_IDS context parameter.
Action: Check web.xml file to verify that a valid SUPPRESS_IDS value is specified.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30160: Invalid value {0} specified for calendar attribute 'availableViews'.
Cause: The value specified for calendar attribute 'availableViews' was not recognized.
Action: Correct the 'availableViews' attribute to one of the following: all, day, week, month, list

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30161: The availableViews attribute contains 'all' as well as built-in value {0}. 'all' will be used.
Cause: If availableViews contains 'all', the other built-in values should not be used.
Action: Correct the availableViews attribute to specify 'all' or the built-in value desired.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30162: The 'view' attribute {0} does not correspond to one of the built-in availableViews. The calendar will display {1}.
Cause: The 'view' attribute should correspond to one of the views specified in 'availableViews'. If 'availableViews' is unspecified or set to 'all', the 'view' attribute should be one of the built-in views: day, week, month, list.
Action: Correct the 'view' attribute to be one of the views displayed in 'availableViews'.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30163: The application is running with the new window detect flag off. It is highly recommended that this flag be turned on to ensure proper functioning of your application when new browser windows are launched. In web.xml set the context parameter oracle.adf.view.rich.newWindowDetect.OPTIONS to 'on'.
Cause: When new window detection is turned off, browser window dialog may not work as expected.
Action: Trun on new window detection by adding context paramter oracle.adf.view.rich.newWindowDetect.OPTIONS to web.xml with a value of on.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30164: {0} should be defined for varyElement in caching rule.
Cause: one of the parameter undefined for varyElement.
Action: define all the parameters for varyElement.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30165: No expression defined for cache-key-pattern.
Cause: No expression defined for cache-key-pattern.
Action: Define expression for cache-key-pattern.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30166: No cache-key-pattern defined for caching-rule.
Cause: no cache-key-pattern defined for caching-rule.
Action: Define cache-key-pattern for caching-rule.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30167: No rule defined for caching.
Cause: No rule defined for caching.
Action: Define rule for caching.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30168: No keys defined for Search-Key.
Cause: No keys defined for Search-Key.
Action: Define keys for Search-Key.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30169: No vary-element defined for VaryBy element.
Cause: No vary-element defined for VaryBy element.
Action: Define vary-element for VaryBy element.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30170: Suppressing Cache header overwriting-- {0}: {1}.
Cause: Suppressing Cache header.
Action: Do not override cache header.

Level: 1

Type: NOTIFICATION

Impact: Logging

ADF_FACES-30171: WEB CACHE is installed ahead of Application Server.
Cause: WEB CACHE is installed ahead of Application Server.
Action: None.

Level: 1

Type: NOTIFICATION

Impact: Logging

ADF_FACES-30172: Unable to include contents for region {0}. FaceletContext unavailable.
Cause: This is an unexpected condition which may be due to an ADF Faces bug.
Action: Contact Oracle Support Services.

Level: 1

Type: SEVERE

Impact: Logging

ADF_FACES-30173: deprecated configuration element: parameter: use-polling is replaced by parameter: transport
Cause: The active data configuration parameter from adf-config.xml is deprecated.
Action: Fix the configuration to be a reasonable value.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30174: An invalid or null contextId was provided when logging userActivity information for the previous request.
Cause: This may occur if the previous response sent to the client included a null contextId or an error occurred in the client when retrieving the userActivity info.
Action: None.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30175: A null contextId was returned by the service provider implementation for the ExecutionContextProvider.
Cause: A null contextId was returned by the ExecutionContextProvider implementation.
Action: Ensure that a proper service provider has been registered in META-INF/services.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30176: Your application is running in production mode, but you have enabled the profiler in your web.xml file. Please check if this setting is desired.
Cause: The web.xml contains a configuration setting that enables the profiler.
Action: Fix the configuration to be a reasonable value, if needed.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30177: Your application is running in production mode, but you have enabled the automation in your web.xml file. Either set the appropriate JSF ProjectStage, or turn off automation.
Cause: The web.xml contains a configuration setting that enables the automation.
Action: Fix the configuration to be a reasonable value.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30178: Your application is running in production mode, but you have enabled Asserts within ADF Faces. Please check your web.xml file if this is desired.
Cause: The web.xml contains a configuration setting that enables Asserts within ADF Faces.
Action: Fix the configuration to be a reasonable value, if needed.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30180: Circular dependency detected in the geometry management configuration of component id {0}.
Cause: The component has an attribute assignment that resulted in a circular dependency.
Action: See the geometry management section of that component's tag documentation for more information.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30181: Active Data has been disabled.
Cause: Active Data Service is not supported in a portlet environment.
Action: Active Data is currently not supported to work in a portlet environment.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30182: The number of sitemap XML entries exceeded the limit of 50 000
Cause: ADF Faces does not support generating sitemaps with more than 50 000 entries
Action: Use other means to generate sitemaps with more than 50 000 entries

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30183: Illegal circular height definition detected in panelGridLayout clientId="{0}". This component is not stretched by its parent nor does it have a fixed inlineStyle height but a gridRow inside is using a percentage height="{1}".
Cause: An invalid circular height dependency was specified for a gridRow in a panelGridLayout.
Action: Either specify a non-percentage value for the row height, specify a fixed height in the panelGridLayout inlineStyle, or place the panelGridLayout in another component that will stretch it.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30184: Illegal circular height definition detected in panelGridLayout clientId="{0}". Forcing valign="top" (instead of "stretch") because gridCell id="{1}" is within a row span where every row uses height="auto"; cannot stretch vertically and be as tall as the contents at the same time.
Cause: An invalid circular height dependency was specified for a gridCell in a panelGridLayout.
Action: Either specify a non-"auto" value for the gridRow height where this gridCell spans or use a valign value other than "stretch".

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30185: Forcing halign="start" (instead of "stretch") because gridCell id="{0}" in panelGridLayout clientId="{1}" is within a column span where every column uses width="auto"; this would be an invalid circular width dependency; cannot stretch horizontally and be as wide as the contents at the same time.
Cause: An invalid circular width value was specified for a gridCell in a panelGridLayout.
Action: Either specify a non-"auto" value for the widths of the columns that this gridCell spans or use an halign value other than "stretch".

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30186: Forcing valign="top" (instead of "stretch") because gridCell id="{0}" in panelGridLayout clientId="{1}" does not use halign="stretch" (uses halign="{2}" instead); cannot stretch vertically without stretching horizontally.
Cause: An unsupported configuration of the valign property was specified for a gridCell in a panelGridLayout.
Action: Either specify a non-"stretch" value for the valign of this gridCell or use halign="stretch".

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30187: Illegal child component ("{0}" id="{1}") detected inside parent component ("{2}" with clientId="{3}"). The child component must instead be of type "{4}" instead.
Cause: An illegal child component was detected inside of a parent component.
Action: Surround the illegal child component with a new component of the specified required type.

Level: 1

Type: SEVERE

Impact: Logging

ADF_FACES-30188: Illegal inlineStyle definition detected in panelGridLayout clientId="{0}", gridRow id="{1}", gridCell id="{2}", inlineStyle="{3}". Only non-geometric styles can be safely used, e.g. background-color.
Cause: An illegal inlineStyle property was detected on a gridCell component.
Action: Remove all geometry-related styles from the inlineStyle (e.g. width, height, position, display, margin, etc.) and instead use the formal properties on the gridRow and gridCell for defining geometry.

Level: 1

Type: SEVERE

Impact: Logging

ADF_FACES-30189: Forcing valign="top" (instead of "stretch") because gridCell id="{0}" in panelGridLayout clientId="{1}" has multiple rendered children. It is not feasible to stretch multiple children. Instead use another component like panelSplitter that lets you divide the space for multiple children or simply surround these children with a panelGroupLayout that uses layout="scroll".
Cause: An unsupported configuration of the valign property was specified for a gridCell in a panelGridLayout.
Action: Either specify a non-"stretch" value for the valign of this gridCell or surround the children components with another component as suggested.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30190: Illegal margin definition detected in panelGridLayout clientId="{0}", descendant component id="{1}", margin property {2}="{3}" (must be a fixed length unit instead).
Cause: An illegal margin property was detected on a descendant component of a panelGridLayout.
Action: Either omit the specified margin property or use a fixed-length unit, e.g. "4px" (not "auto" nor "%").

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30191: Illegal halign definition detected in panelGridLayout clientId="{0}", gridRow id="{1}", gridCell id="{2}", halign="{3}".
Cause: An illegal halign property was detected on a gridCell component.
Action: Use one of the valid halign properties noted in the gridCell tag documentation.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30192: Illegal valign definition detected in panelGridLayout clientId="{0}", gridRow id="{1}", gridCell id="{2}", valign="{3}".
Cause: An illegal valign property was detected on a gridCell component.
Action: Use one of the valid valign properties noted in the gridCell tag documentation.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30193: Illegal width definition detected in panelGridLayout clientId="{0}", gridRow id="{1}", gridCell id="{2}", width="{3}".
Cause: An illegal width property was detected on a gridCell component.
Action: Use one of the valid width properties noted in the gridCell tag documentation.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30194: Illegal width definition detected in panelGridLayout clientId="{0}", gridRow id="{1}", gridCell id="{2}", width="{3}" because columnSpan was not equal to 1 (columnSpan="{4}").
Cause: An illegal width property was detected on a gridCell component.
Action: Either change columnSpan to 1 or change width to "dontCare" and instead assign column widths via other gridCell components that share these columns.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30195: Illegal height definition detected in panelGridLayout clientId="{0}", gridRow id="{1}", height="{2}".
Cause: An illegal height property was detected on a gridRow component.
Action: Use one of the valid height properties noted in the gridRow tag documentation.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30196: Illegal conflicting panelGridLayout dimension units detected; ignoring conflicting value "{0}" because already found a different value for the same dimension in the grid geometry "{1}".
Cause: An unsupported dimension units conflict in row margin, column margin, or column width was specified in the structure of a panelGridLayout.
Action: Make sure that you are only specifying dimensions one time for each row collapsed margin between rows, for each collapsed margin between columns, and for each column width within the entire grid structure. If this is not feasible then at least only use the same unit types for each of these dimensions.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30197: Ignoring unknown adf-config.xml rewrite <match-alias> value {0}.
Cause: An invalid value has been specified for the rewrite <lmatch-alias> element in adf-config.xml
Action: Specify a valid alias value.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30198: Ignoring invalid adf-config.xml rewrite <base-resource-uri> output-context-path attribute value {0}.
Cause: An invalid value has been specified for the rewrite <base-resource-uri> output-context-path attribute in adf-config.xml
Action: Specify a valid output-context-path attribute value.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30199: An attempt to evaluate the expression {0} for the adf-config.xml <base-resource-uri> {1} attribute failed. Ignoring attribute value.
Cause: An EL expression specified for the specified attribute failed to evaluate.
Action: Verify correct EL usage.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30200: For more information, please see the server's error log for an entry beginning with: The UIViewRoot is null. Fatal exception during PhaseId: {0}.
Cause: The UIViewRoot is null.
Action: See the server's error log for more information.

Level: 1

Type: SEVERE

Impact: Logging

ADF_FACES-30204: There is no "{0}" property in the selector "{1}", falling back to the value {2}
Cause: Expected a property to be set in a skinning selector, but it wasn't found..
Action: The skin should define the property in the given selector.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30205: The "{0}" property in the selector "{1}" is "{2}", however this property must be specified in {3} units, falling back to the value {4}
Cause: Expected a property to be set usning a certain type of unit, but it wasn't using that type..
Action: The skin should define the property in the given selector using the units described.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30206: Component {0} has attribute {1} with type {2}. The attribute should be of type {3} or auto.
Cause: The value supplied for the attribute is returning a wrong type.
Action: Check the method that returns the value for the attribute and correct its type.

Level: 1

Type: SEVERE

Impact: Logging

ADF_FACES-30207: Component {0} has attribute timeSlotsPerHour with an invalid value {1}. Proceeding with back value {2} for timeSlotsPerHour.
Cause: The value supplied for the attribute is less than or equal to 0.
Action: Check the method that returns the value for the attribute and correct its type.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30208: Component {0} has attribute hourZoom with an invalid value {1}. Proceeding with fallback value {2} for hourZoom.
Cause: The value supplied for the attribute is negative.
Action: Check the method that returns the value for the attribute and correct its type.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30209: Pregeneration completed successfully in {0} ms.
Cause: Pregeneration of JavaScript resources has completed successfully.
Action: None.

Level: 1

Type: INFO

Impact: Logging

ADF_FACES-30210: Pregeneration service is disabled.
Cause: An attempt was made to trigger JavaScript library pregeneration while the pregeneration service is disabled.
Action: Enable JavaScript library pregeneration before attempting to pregenerate.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30211: JavaScript pregeneration failed: {0}. See server logs for details.
Cause: A failure occurred during JavaScript pregeneration.
Action: Check server logs for more details.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30212: JavaScript pregeneration failed while processing variant {0}. See server logs for details.
Cause: A failure occurred during JavaScript pregeneration.
Action: Check server logs for more details.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30213: JavaScript Pregeneration Service
Cause: A title message used by the JS pregeneration service.
Action: None.

Level: 1

Type: INFO

Impact: Logging

ADF_FACES-30214: The setting to enable version display will be ignored because the application is running in production mode.
Cause: oracle.adf.view.rich.versionString.HIDDEN context parameter is ignored because javax.faces.PROJECT_STAGE is explicitly or implicitly set to Production.
Action: Set javax.faces.PROJECT_STAGE context parameter to Development, SystemTest or UnitTest while you are collecting version information.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30215: autoCancel=enabled setting on popup within facet {0} on calendar id={1} will be overridden. To stop seeing this warning configure autoCancel='disabled' on the popup.
Cause: Using popups with autoCancel=enabled in calendar facet is discouraged since it can cause unexpected problems.
Action: Explicitly set autoCancel to 'disabled' on popups within calendar facets.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30216: {0}: Producer at "{1}" does not have a skin that matches this consumer. Consumer skin information: {2} Producer skin information: {3}
Cause: The skin exists on both the consumer and producer, but the content of the skin is different
Action: Check the consumer and producer skin information and make sure that the information is the same between the them and fix any descrepencies.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30217: {0}: Producer at "{1}" does not have the following skin: {2}
Cause: The skin does not exist on the producer.
Action: Make sure the skin is installed on the producer

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30218: {0}: No skin factory available on the producer at "{1}"
Cause: There is no skin factory available on the producer.
Action: Contact Oracle Support

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30219: Remote session expired on the producer at "{0}"
Cause: Consumer could not establish a subsession on the producer.
Action: Contact Oracle Support Services.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30220: {0}: Version of the richclient on the producer at "{1}" is incompatible with this consumer. Consumer version: [{2}] Producer version: [{3}]
Cause: Consumer and producer are not the same or compatible versions
Action: Make sure the ADF Richclient is the same on both the consumer and the producer.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30221: {0}: The producer at "{1}" failed to validate task "{2}"- {3}
Cause: One of the tasks added by a listener failed to validate.
Action: The message returned should indicate what the problem is. Fix the issue or contact Oracle support.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30222: {0}: HTTP Error while trying to access producer at {1}: {2}
Cause: HTTP Error while trying to access the producer.
Action: Make sure the connections and access to the server is set up correctly

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30223: {0}: Unable to authorize user {3} on the producer at {1} using the "{2}" authorization provider implementation.
Cause: There was an error authorizing the request for the logged in user against the remote taskflow.
Action: Ensure both the consumer and producer are set up correctly to allow sharing of authorization information and make sure the user has access to run the remote task flow.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-30224: The remote region definition requested a credential be sent on the first request, however the "{0}" authorization provider did not add a credential.
Cause: The remote region definition allows a user to specify that authorization is required for a particular producer. This box has been checked yet no credential was generated for authorization.
Action: Make sure the correct AuthorizationProvider is specified in the web.xml and that security is correctly configured between producer and consumer.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30225: Property {0} on the RenderingContext is {1} which is not serializable
Cause: When trying to run a remote region producer, one of the properties on the RenderingContext was not serializable.
Action: All properties which are expected to be sent to the remote producer must be serializable.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30226: A refresh event was executed on a region that does not have remote content. Ignoring event.
Cause: Internally a refresh event was queued on a non-remote region
Action: None, the event will be ignored.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30227: Init parameter {0} in web.xml should be a number. Current value: {1}.
Cause: The listed init parameter in the web.xml should be a number.
Action: Please fix the web.xml.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30228: Lazy region is not currently supported when partial state saving enabled. The behavior will be as if context param 'oracle.adf.view.rich.region.CHILD_CREATION' is set to 'immediate'. To stop seeing this warning either disable partial state saving or set 'oracle.adf.view.rich.region.CHILD_CREATION' to 'immediate' in your web.xml.
Cause: Lazy region not currently supported when partial state saving is enabled
Action: One option is to disable partial state saving by setting 'javax.faces.PARTIAL_STATE_SAVING' to false in your web.xml. This option has major memory performance implications. The other option, which is likely preferred, is to disable lazy regions by setting 'oracle.adf.view.rich.region.CHILD_CREATION' to 'immediate' in your web.xml.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30229: Invalid value specified for the 'displayedChild' ({0}) of deck (clientId="{1}"); no such child component could be found in the deck.
Cause: A deck component had a value specified for its 'displayedChild' attribute but no match could be found.
Action: Either do not specify a value if you want no child component to be shown or change the 'displayedChild' value so that it matches the ID of one of the deck's children components.

Level: 1

Type: SEVERE

Impact: Logging

ADF_FACES-30230: A URL submitted for encoding was not valid: {0}
Cause: A URI was sent for encoding which did not fit the URI specification.
Action: Fix the URI

Level: 2

Type: WARNING

Impact: Logging

ADF_FACES-30231: {0}: Error connecting to producer at {1}: {2}
Cause: HTTP Error while trying to access the producer.
Action: Make sure the connections and access to the server is set up correctly

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30232: Invalid value "{1}" specified for attribute "splitterPosition" of af:calendar. Valid values are "auto" or any positive number. Falling back to the default value "auto"
Cause: Expected a property to be in a certain format.
Action: Specify a positive number indicating the location of the splitter in pixels. Alternatively, you can specify "auto" if you want the calendar to optimize the splitter position for best space utilization.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30233: Invalid model reference list state
Cause: Expected no-empty list of model reference list.
Action: This is a system error. Please contact system administrator.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-30234: Failed to register the type marshaler [{0}] as there is already a marshaler [{1}] registered for the type, [{2}]
Cause: Already a marshaler registered for the given type.
Action: Use the already defined marshaler or create a more specific type for your custom use.

Level: 2

Type: WARNING

Impact: Logging

ADF_FACES-30235: Failed to register the name marshaler [{0}] as there is already a marshaler [{1}] registered for the name [{2}] and namespace [{3}] combination
Cause: Already a marshaler registered for the given namespace-name combination.
Action: Use the already defined marshaler or use a more specific element name for your custom use.

Level: 2

Type: WARNING

Impact: Logging

ADF_FACES-30236: {0}: Connection to the remote producer at {1} timed out.
Cause: Connection to the remote producer server timed out.
Action: Make sure that the remote producer server is up and ready to accept connections.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30237: {0}: SoCket timeout while fetching remote content from producer at {1}.
Cause: The amount of time taken to fetch content from a remote producer server exceeded maximum limit.
Action: Contact Oracle Support Services.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-30238: Parse error while trying to read 'activeDay' attribute with value {0} in the delta. The activeDay change request will be ignored.
Cause: The 'activeDay' attribute in the request is not formatted in the expected pattern. The calendar component is unable to parse the submitted date string and will not refresh to the new activeDay
Action: Contact Oracle Support Services.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-60001: ActiveDataModel is null.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60002: attempt to register component for STATIC ActiveDataPolicy
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60003: Component with ID: {0} not registered for Active Data.
Cause: Component was not registered properly.
Action: Register the component for Active Data.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60004: ActiveDataModel is not registered.
Cause: The activeDataModel was not registered.
Action: Register the activeDataModel.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60005: <help-provider-class> is required and must come first.
Cause: Online help was configured without first configuring the help-provider-class.
Action: Provide the help-provider-class in adf-config.xml.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60006: Request has not begun.
Cause: An IllegalStateException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60007: Phase {0} has already passed; at least at phase {1}.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60008: Attribute name required.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60009: dropHandler required
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60010: allowed actions required
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60011: Allowed actions must be specified.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60012: Single quotes and single quote escaping is not permitted in keys.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60013: End of pattern not found.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60014: NamedMessageFormat: empty argument {} found.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60015: Must have a drop component.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60016: Must have parameters.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60017: Cannot retrieve drop action until DropTarget has been called.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60018: clientActions out of range
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60019: illegal character
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60020: DnDAction.NONE not allowed in Set<DnDAction>.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60021: No DnDActions specified.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60022: Cannot add null DataFlavor to allowed flavors.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60023: Component: {0} does not support client listeners.
Cause: An invalid client listener was encountered.
Action: Use the development tools to open the page and fix the client listener.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60024: Component: {0} does not support client attributes.
Cause: Only UIXComponents support client attributes.
Action: Use the development tools to open the page and fix the component.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60025: Error trying to change index from: {0} to: {1} rowCount: {2}.
Cause: An IllegalStateException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60026: Path contains a null rowKey.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60027: unexpected navigationPane hint: {0}
Cause: An invalid navigationPane hint was encountered.
Action: Use the development tools to open the page and fix the navigationPane component.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60028: targetComponent must be specified.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60029: Fetch constraint:{0} must be serializable if specified.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60030: Fetch ClientEvent must not specify component.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60031: No returnId is available for returning from the dialog.
Cause: An IllegalStateException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60032: Could not find ExtendedRenderKitService.
Cause: Render kit does not support the ExtendedRenderKitService.
Action: Use a render kit that does support the ExtendedRenderKitService.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60033: The index {0} of the submitted value for selectOne is out of bounds. It should be between 0 and {1}.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60034: SelectOne could not convert index {0} of submitted value into int {1}.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60035: Component {0} does not support a collection indexed by rowKeys.
Cause: A component was found with an invalid index.
Action: Use the development tools to open the page and fix the component.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60036: bad PhaseId: {0}
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60037: ClientId must be specified.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60038: Component ID parameter is null.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60039: AsyncFetch model parameter is null.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60040: AsyncFetcher is null.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60041: Phase {0} has already started or passed; at least at phase {1}.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60042: Cannot recursively nest {0} elements.
Cause: These elements were recursively nested.
Action: Use the application development tools to correct this issue.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60043: {0} is null.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60044: not nested in FacesTag: {0}
Cause: Parent tag was not a FacesTag.
Action: Use the development tools to ensure the tags are correct.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60045: Parent UIComponent instance is null.
Cause: Parent FacesTag had no UIComponent.
Action: Use the development tools to ensure the tags are correct.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60046: unknown render kit ID: {0}
Cause: No render kit with this ID was found.
Action: Register a render kit with a correct ID.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60047: Iterator cannot be null.
Cause: Iterator was found to be null.
Action: Use the development tools to ensure the iterator is properly defined.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60048: JavaScript does not support null keys.
Cause: A null key was found in the JavaScript.
Action: Use the development tools to correct the JavaScript.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60049: rowKeys cannot be null.
Cause: A null row key was found.
Action: Use the development tools to correct the problem.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60050: ActionListener: {0} must be inside of a UIComponent tag for a command component.
Cause: An error was found in the JSP page metadata.
Action: Use the development tools to correct the ActionListener.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60051: Invalid width: {1} specified on column: {0}.
Cause: A column was found with an invalid width.
Action: Use the development tools to open the page and fix the column.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60052: Invalid minimumWidth: {1} specified on column: {0}.
Cause: A column with an invalid minimum width was encountered.
Action: Use the development tools to open the page and fix the column.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60053: rich text parse error at position: {0}
Cause: A rich text value was encountered with a broken comment.
Action: Ensure that the comments in this value are well-formed.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60054: rich text parse error at position: {0}
Cause: A rich text value was encountered with a non-terminated comment.
Action: Ensure that the comments in this value are terminated.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60055: No setPattern method present on converter: {0}.
Cause: A converter was encountered with a missing method.
Action: Use the development tools to open the page and fix the converter.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60056: Error executing setPattern method on converter: {0}.
Cause: A converter was encountered with an invalid method.
Action: Use the development tools to open the page and fix the converter.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60057: Unable to access setPattern method present on converter: {0}.
Cause: A converter was encountered with an invalid method.
Action: Use the development tools to open the page and fix the converter.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60058: Attempt to re-register component with different model.
Cause: An IllegalStateException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60059: A null QueryModel object was found.
Cause: Either a QueryModel was not set on the query component, or the expression for the model property resolved to a null or invalid object.
Action: Use the development tools to open the page and fix the query.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60060: A null ListOfValuesModel object was encountered.
Cause: Either a ListOfValuesModel object was not set on the lov component, or the expression for the model property resolved to a null or invalid object.
Action: Use the development tools to open the page and fix the list of values component.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60061: Current criterion is not valid or null.
Cause: QueryDescriptor.getCurrentCriterion() method was not implemented correctly or returned null.
Action: Use the development tools to open the page and fix the query.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60062: Popup component with the ID: {0} not found.
Cause: The popup with the ID specified for createPopupId on LOV Component is not found.
Action: Use the development tools to open the page and fix the popup.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60063: Invalid facet size for af:decorativeBox: {0}. {1} is not a valid CSS length.
Cause: An invalid value was specified for a decorativeBox size (e.g. topHeight) attribute.
Action: Specify valid CSS lengths for the decorativeBox size (e.g. topHeight) attributes.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60064: unsupported element: {0}
Cause: An unsupported element was encountered while parsing a feature/partition configuration file.
Action: Verify that the feature/partition configuration is valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60065: unsupported namespace: {0}
Cause: An unsupported namespace was encountered while parsing a feature/partition configuration file.
Action: Verify that the feature/partition configuration is valid.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60066: Failed to load ADF Faces JavaScript features.
Cause: ADF Faces was unable to load its feature configuration metadata.
Action: Check the logs for other exceptions/errors.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-60067: Failed to load ADF Faces JavaScript partitions.
Cause: ADF Faces was unable to load its partition configuration metadata.
Action: Check the logs for other exceptions/errors.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-60068: attempting to add setPropertyListener with type set to valueChange to component that is not editableValueHolder
Cause: Attempted to add setPropertyListener with type set to valueChange to component that is not editableValueHolder.
Action: Move the setPropertyListener tag or change the type event it is listening for.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60069: No methodData information available for type: {0}.
Cause: No methodData information was available for the type given.
Action: Check that the type is supported type. If it is a supported type log a bug.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60070: Attempting to add requested listener to component of type: {0} has failed. For the type: {1}, the setPropertyListener tag requires that the component have a method: {2}.
Cause: For the type given, there was no appropriately named add method for the setPropertyListener to call in order to add itself as a listener.
Action: Change the type attribute to an event type that is supported on the component, or remove the setPropertyListener tag.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60071: The type: {0} is not a legal type. The legal values for type are: {1}.
Cause: An invalid type was passed to the setPropertyListener tag.
Action: Change the type property on the setPropertyListener tag to a supported type.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60072: The setPropertyListener tag must be a child of UIComponent.
Cause: The setPropertyListener tag was not a child of UIComponent.
Action: Move setPropertyListener tag so that it is a child of a UIComponent.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60073: The setPropertyListener "to" attribute must be an EL expression.
Cause: The setPropertyListener "to" attribute was not an EL expression.
Action: Fix the "to" attribute so that it is an EL expression.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60074: attempting to add setPropertyListener with type set to action to component that is not actionSource
Cause: Attempted to add setPropertyListener with type set to action to component that is not actionSource.
Action: Move the setPropertyListener tag or change the type event it is listening for.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60075: Drop handler cannot return null.
Cause: Drop handler cannot return null.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60076: Active Data Service is already initialized
Cause: AdsInitializerListener is registered in web.xml.
Action: Remove the AdsInitializerListener class from your web.xml

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60077: The CalendarModel is null.
Cause: The calendar is not bound to a valid CalendarModel.
Action: Check the value attribute of the Calendar and ensure it is set to a valid oracle.adf.view.rich.model.CalendarModel.

Level: 1

Type: SEVERE

Impact: Logging

ADF_FACES-60078: Forcing the client to reload the page, because component with ID: {0} was not registered for Active Data.
Cause: Component was not registered properly.
Action: Register the component for Active Data.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60079: The 'availableViews' attribute of the calendar contains 'month' but not 'day'. If 'month' is present, 'day' is required as well.
Cause: The calendar 'availableViews' is configured to show month view but not day view.
Action: Correct the availableViews attribute to include 'day'.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60080: The 'availableViews' attribute of the calendar does not contain any valid values.
Cause: The calendar 'availableViews' attribute is specified but does not contain any recognized values.
Action: Correct the availableViews attribute to use a valid combination of values (all, day, month, week, list) or leave unspecified to show the default views (all) .

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60081: OutputStream already retrieved.
Cause: OutputStream already retrieved.
Action: OutputStream should be null.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60082: Writer already retrieved.
Cause: Writer already retrieved.
Action: Writer should be null.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60083: Response has already been committed.
Cause: Response has already been committed.
Action: Do not change response once committed.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60084: Component does not support a default DragSource or the provided DragSource was invalid.
Cause: An IllegalArgumentException occurred.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60085: Parent not an instance of EditableValueHolder: {0}
Cause: Validator tag requires an EditableValueHolder parent
Action: Add validator to an EditableValueHolder parent

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60086: Failed to create Validator for validatorId: {0}, binding: {1}
Cause: A valid validatorId or binding has to be specified
Action: Check validator's validatorId and binding

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60087: Failed to locate a facet to be relocated. The component must have been removed from the component tree when it should not have been. Expected to find the component under component with client ID "{0}" with relative search path "{1}".
Cause: A required component was removed from the component tree
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60088: Component with ID: {0} was not reregistered for being automatically re-rendered.
Cause: The component has not been previously registered for being automatically re-rendered.
Action: Make sure the component has been previously registered for being automatically re-rendered before calling reregisterComponentForPPR (FacesContext context, UIComponent component).

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60089: An attempt to store a file larger than the configured value ({0}) for oracle.adf.view.rich.portal.FILE_DOWNLOAD_MAX_DISK_SPACE was encountered.
Cause: A call to a method on a FileDownloadActionListener resulted in a file being stored on the file system. The oracle.adf.view.rich.portal.FILE_DOWNLOAD_MAX_DISK_SPACE parameter in web.xml was either not configured so the default limit of 2MB was exceeded, or the file was larger than the configured value.
Action: Either add or update the oracle.adf.view.rich.portal.FILE_DOWNLOAD_MAX_DISK_SPACE context-param in web.xml to allow for the desired max file size.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60090: Active Data Service DataUpdateManager is NULL
Cause: The DataUpdateManager is NULL for the current page.
Action: None.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60091: Attempting to add requested listener to component of type: {0} has failed. For the type: {0}, the resetListener tag requires that the component publishes the event: {1}.
Cause: For the type given, there was no appropriately named add method for the resetListener to call in order to add itself as a listener.
Action: Change the type attribute to an event type that is supported on the component, or remove the resetListener tag.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60092: The type: {0} is not a legal type. The legal values for type are: {1}.
Cause: An invalid type was passed to the resetListener tag.
Action: Change the type property on the resetListener tag to a supported type.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60093: The resetListener tag must be a child of UIComponent.
Cause: The resetListener tag was not a child of UIComponent.
Action: Move resetListener tag so that it is a child of a UIComponent.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60094: Unrecognized feature in PanelCollection featuresOff attribute: {0}.
Cause: An invalid feature name used in PanelCollection featuresOff attribute.
Action: Use a valid feature name. Feature names are case-sensitive. Refer to the PanelCollection tag docs.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60095: During the processing of the form renderer, the context change found did not match the expected component.
Cause: During the processing of the form renderer, the context change found did not match the expected component.
Action: Contact Oracle Support Services.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60096: Server Exception during PPR, #{0}
Cause: An exception was thrown durring a PPR request.
Action: Contact Oracle Support Services.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-60097: For more information, please see the server's error log for an entry beginning with: {0}
Cause: An exception was thrown durring a PPR request.
Action: Please look in the servers error log for more details on this error.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-60098: Faces lifecycle receives unhandled exceptions in phase {0}
Cause: An exception was not handled by ADF exception handlders.
Action: Contact Oracle Support Services.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-60099: The region component with id: {0} has detected a page fragment with multiple root components. Fragments with more than one root component may not display correctly in a region and may have a negative impact on performance. It is recommended that you restructure the page fragment to have a single root component.
Cause: A page fragment with multiple roots was detected by the region component.
Action: Please restructure the fragment to have a single root component.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60100: Unable to determine the viewId for the current request. A null viewId will be set for the header Adf-View-id.
Cause: The UIViewRoot instance is null for the current request.
Action: A null viewId will be set in the response header for the current request.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60101: For more information, please see the portlets error log for an entry beginning with: {0}
Cause: An exception was thrown durring a portlet PPR request.
Action: Please look in the error log of the portlet producer for more details on this error.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-60102: Encountered a bad (or mis-parsed) URL value in CSS: {0}.
Cause: A URL is misformed.
Action: Check the CSS file with the URL and fix it.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60103: Cannot construct a MIME body from the URL value in CSS: {0}
Cause: Cannot construct a MIME body from this url.
Action: Check the CSS file with the URL and fix it if possible.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60104: An error occurred while processing your request. For more information, please see the server's error log for an entry beginning with HTTP Error Status Code: {0}
Cause: An exception was thrown durring a PPR request.
Action: Please look in the server error logs for more details on this error.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60105: HTTP Error Status Code: {0}."
Cause: An error occurred in the HTTP server which prevented it from fulfilling the request.
Action: Please refer to the status code returned by the server to help resolve the issue, or contact your system administrator for further assistance.

Level: 1

Type: SEVERE

Impact: Logging

ADF_FACES-60106: JSF version is not sufficient to run this application.
Cause: JSF version is lower than the required version for this application.
Action: Check your environment and validate the JSF libraries on the application class path.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-60107: Unable to encode the value {0} for name {1}, so writing null instead.
Cause: Unable to encode the value for sending to the client.
Action: Check your value. For example, you could have a value set in your clientAttribute component that cannot be javascript encoded to send to the client.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60108: Unsupported type of component found in 'resultsTable' facet for Input LOV component.
Cause: Unsupported type of component found in 'resultsTable' facet for Input LOV component.
Action: Make sure that component configured in 'resultsTable' facet is a table.

Level: 1

Type: SEVERE

Impact: Logging

ADF_FACES-60109: A non-null value must be specified for the {0} argument.
Cause: The null value has been specified for a method argument that requires a non-null value.
Action: Verify correct method usage.

Level: 1

Type: SEVERE

Impact: Logging

ADF_FACES-60112: {0} is not supported by Dynamic Component, can not be used as a dynamic component. Please check developer's guide for all supported component types.
Cause: The component type is not supported by Dynamic Component.
Action: Please check developer's guide for all Dynamic Component supported component types, use a supported component type.

Level: 1

Type: SEVERE

Impact: Logging

ADF_FACES-60113: Popup with child creation of deferred is not currently supported when partial state saving is enabled. Child creation will fall back on the default value of immediate.
Cause: Popups with childCreation deferred are not supported when partial state saving is enabled.
Action: One option is to disable partial state saving by setting 'javax.faces.PARTIAL_STATE_SAVING' to false in your web.xml. Otherwise, if partial state saving is enabled, immediate childCreation is assumed for the rich popup.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60114: The picker does not show am/pm radio buttons because pattern "{0}" uses a lower case 'h' for a 12 hour clock, but there is no 'a' for am/pm. You should fix your pattern to either use upper case 'H' for a 24 hour clock, or add an 'a' to the pattern to show am/pm.
Cause: The supplied pattern is 12 hour clock but does not contain am/pm information.
Action: To see the am/pm radio button in the picker please modify the pattern by adding an 'a' or by changing the 'h' to 'H'.

Level: 2

Type: WARNING

Impact: Logging

ADF_FACES-60115: Invalid Page Id: {0}
Cause: Post data contained an invalid page Id
Action: Contact Oracle Support Services.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60116: Attempt to access application while the JavaScript library partitioning pregeneration service is enabled. When this service is enabled, only pregeneration requests are processed. To interact with the application, the pregeneration service must be disabled.
Cause: A user attempted to interact with the application while JavaScript library partitioning pregeneration is enabled.
Action: Disable pregeneration.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60117: The colSpan value "{0}" is invalid. The supported values are "ALL" and positive integers.
Cause: The colSpan value specified for column is invalid.
Action: Change colSpan value to a positive integer or "ALL".

Level: 2

Type: WARNING

Impact: Logging

ADF_FACES-60119: Region with an id {0} specified in <af:checkRegionUncommittedDataBehavior> cannot be found
Cause: One of the IDs specified in behavior's regionIds attribute is invalid
Action: Use a valid scoped Id

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60120: <af:checkRegionUncommittedDataBehavior> without regionIds specifed must be contain within a target region
Cause: When behavior's regionIds attribute is omitted, the behavior must be placed within a region
Action: Specify regionIds attribute or place <af:checkRegionUncommittedDataBehavior> tag within a region

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60121: ListView only supports rendering ListItems. Invalid child found of Type: {0} .
Cause: ListView component contains invalid child.
Action: Only add af:listItem child to ListView.

Level: 1

Type: WARNING

Impact: Logging

ADF_FACES-60122: The popupId attribute is required by the showPopupBehavior tag.
Cause: A null or empty value at runtime is not valid.
Action: Make sure the popupId attribute resolves to a valid clientId for the showPopupBehavior tag.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60123: The tree component {0} is not in sync with the tree model.
Cause: Most likely, the component has persisted state applied, which is not aligned with the underlying mode.
Action: Either disable persistence of the component or ensure longer life span of the model.

Level: 2

Type: WARNING

Impact: Logging

ADF_FACES-60124: An invalid value '{0}' was specified for the '{1}' context init parameter. Valid values are: {2}
Cause: The appplication's web.xml specifies an invalid value for a context init parameter.
Action: Remove the invalid context parameter value from the application's web.xml file.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60125: {0}: The producer at "{1}" failed to validate task "{2}".
Cause: One of the tasks failed to validate.
Action: The exception returned should indicate what the problem is. Contact Oracle Support Services.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60126: {0}: An uncaught exception was thrown on the producer at "{1}" while trying to run an ADF Taskflow.
Cause: An exception was thrown on the producer during the run of the task flow.
Action: Contact Oracle Support Services.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-60127: {0}: An exception was thrown on this server while trying to access a taskflow on producer at "{1}".
Cause: An exception was thrown on the consumer while trying to access a remote task flow.
Action: Contact Oracle Support Services.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-60128: A RemoteRegionListener or RemoteRegionModel failed as a result of a(n) {0} response when accessing producer at "{1}".
Cause: An exception was thrown from a RemoteRegionListener.afterRequest after a non-OK type status was returned.
Action: The listener needs to be fixed to only handle the types of responses it expects. Contact Oracle Support Services.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-60129: A RemoteRegionListener failed after another listener failed while trying to access the producer at "{1}". The first exception will likely follow in the logs.
Cause: An exception was thrown from a RemoteRegionListener.beforeRequest after another listener also failed.
Action: Listeners should NOT be dependent on one another for success. Contact Oracle Support Services.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-60132: filterName {0} can not be recognized by exportCollectionActionListener, no filter will be applied for export.
Cause: Unsupported filterName was specified.
Action: Use one of the supported filter names as specified in exportCollectionActionListener tag documentation.

Level: 2

Type: WARNING

Impact: Logging

ADF_FACES-60133: {0}: Producer at "{1}" threw an exception while trying to execute task "{2}".
Cause: An exception was thrown during a call to a remote region.
Action: Contact Oracle Support Services.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-60134: Attempt made to access a file cache after the file has been purged.
Cause: An attempt was made to get the the content of a CachedOutputStream after the cache file was removed from the file system during a remote region call.
Action: Contact Oracle Global Support Services.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-60135: Columns are not supported in table for 'resultsTable' facet.
Cause: Columns are not supported in table for 'resultsTable' facet.
Action: Columns for the 'resultsTable' facet are auto generated, and hence should not be configured.

Level: 1

Type: SEVERE

Impact: Logging

ADF_FACES-60136: Either 'resultsTable' facet or 'searchContent' facet should be configured.
Cause: Either 'resultsTable' facet or 'searchContent' facet should be configured.
Action: Configure only one of 'resultsTable', 'searchContent' facet.

Level: 1

Type: SEVERE

Impact: Logging

ADF_FACES-60137: The target tag must be a child of UIXComponent.
Cause: The target tag was not a child of UIXComponent.
Action: Move the target tag so that it is a child of a UIXComponent.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60138: Configured RemoteRegionErrorListener experienced problems responding to an error event.
Cause: An exception was thrown while trying to run a RemoteRegionErrorListener as configured in the web.xml
Action: Fix the RemoteRegionErrorListener or the context parameter in the web.xml.

Level: 1

Type: ERROR

Impact: Logging

ADF_FACES-60139: {0}: While accessing the producer at {1}, a(n) {2} was thrown, but either it or one of its causes was not Serializable. Please look at the producer logs for "{3}" in order to view the entire stack trace.
Cause: The actual error could have any number of causes. This error is thrown because one of the Throwables in the exception chain is not serializable.
Action: Contact Oracle Global Support Services.

Level: 1

Type: ERROR

Impact: LOGGING

ADF_FACES-60140: {0}: While accessing the {4} task on the producer at {1}, a(n) {2} was thrown, but either it or one of its causes was not Serializable. Please look at the producer logs for "{3}" in order to view the entire stack trace.
Cause: The actual error could have any number of causes. This error is thrown because one of the Throwables in the exception chain is not serializable.
Action: Contact Oracle Global Support Services.

Level: 1

Type: ERROR

Impact: LOGGING

ADF_FACES-60141: Cannot register provider: {0} of type: {1} for prefix: {2} location of file having new conflicting prefix: {3} because it conflicts with provider: {4} of type: {5} already registered for prefix: {6} location of the file which already has the same prefix: {7}
Cause: Help provider was configured with a duplicate prefix.
Action: Remove the conflicting prefix in adf-settings file.

Level: 2

Type: Warning

Impact: Logging

ADF_FACES-60142: ParserConfigurationException was thrown. The feature '{0}' is probably not supported by your XML processor.
Cause: Incorrect XML parser is being used with the application.
Action: Use a Xerces 2 compliant parser.

Level: 2

Type: Warning

Impact: Logging

ADF_FACES-60143: You are using an XML parser - {0}, that does not support critical Xerces 2 security features.
Cause: Incorrect XML parser is being used with the application.
Action: Use a Xerces 2 compliant parser.

Level: 2

Type: Warning

Impact: Logging

ADF_FACES-60144: Column property sortOrder: {0} incorrect.
Cause: Incorrect sortOrder property set for column in the page.
Action: Fix the sortOrder property.

Level: 1

Type: Error

Impact: Logging

ADF_FACES-60145: JNDI lookup for DefaultManagedExecutorService failed.
Cause: Lookup for the JNDI resource java:comp/DefaultManagedExecutorService failed. Falling back to using a non-managed ExecutorService.
Action: Contact Oracle Support Services.

Level: 1

Type: Error

Impact: Logging

ADF_FACES-60146: FacesContext not available.
Cause: The FacesContext is expected but not available.
Action: Contact Oracle Support Services.

Level: 1

Type: Error

Impact: Logging

ADF_FACES-60147: Composite component resource not available.
Cause: A composite component with no associated resource was encountered.
Action: Contact Oracle Support Services.

Level: 1

Type: Error

Impact: Logging

ADF_FACES-60148: The supplied primary renderkit for '{0}' is null.
Cause: The supplied argument is null.
Action: Pass a valid argument.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60149: The application is configured to use JSF version '{0}' which is not supported. This can happen if the application is being deployed to an Oracle WebLogic Server where multiple versions of JSF are available. If that is the case, please ensure that the application's weblogic.xml includes a JSF library reference that specifies the JSF version as 2.2 and has 'exact-match' set to 'true'.
Cause: Unsupported JSF version is configured to be used for the application.
Action: Correct the application server configuration to use JSF 2.2.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60150: The passThroughAttribute tag must be a child of UIComponent.
Cause: The passThroughAttribute tag was not a child of UIComponent.
Action: Move passThroughAttribute tag so that it is a child of a UIComponent.

Level: 2

Type: ERROR

Impact: Logging

ADF_FACES-60151: Illegal value : {0} for request parameter : {1}
Cause: An illegal value was set for the request parameter.
Action: Contact Oracle Support Services.

Level: 2

Type: ERROR

Impact: Logging