Skip Headers
Oracle® Fusion Middleware Error Messages Reference
11g Release 1 (11.1.1.6.0)

Part Number E10113-09
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

1 ADF_FACES-00001 to ADF_FACES-60098

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: Contact Oracle Support Services.

Level: 1

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-00004: Key: {0} is not of type String.
Cause: Marshalling from client to server was invalid.
Action: Contact Oracle Support Services.

Level: 1

Type: INCIDENT_ERROR

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: INCIDENT_ERROR

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: INCIDENT_ERROR

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: INCIDENT_ERROR

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 AdfDhtmlPopupWindow.HINT_LAUNCH_SOURCE_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 AdfDhtmlPopupWindow.HINT_LAUNCH_SOURCE_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: No help topic found for helpTopicId={0}.
Cause: A help topic was not found for the specified helpTopicId.
Action: Ensure a help topic 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-10001: No representationClass provided.
Cause: An illegal argument was passed to framework.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

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

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-10003: Basename is null.
Cause: Application never called setBaseName().
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_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: INCIDENT_ERROR

Impact: Logging

ADF_FACES-10005: unregistered key: {0}
Cause: An illegal argument was passed to framework.
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: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_ERROR

Impact: Logging

ADF_FACES-10008: Parent cannot be null.
Cause: Attempt was made to search for a child component inside a parent which is null.
Action: Contact Oracle Support Services.

Level: 2

Type: INCIDENT_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 of an include from outside of its context was made.
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.
Cause: DDuring 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 implemementation 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-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-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-30027: invalid align value: {0}
Cause: The popup alignment attribute was not one of the supported values.
Action: Application should use a supported popup alignment attribute.

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: The application using ADF should install an ADFc error handler for JSF ViewExpiredExceptions, or 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 has expired because of inactivity. Reload the page.
Cause: The UI state of the view has expired because the session has expired.
Action: The application using ADF should install an ADFc error handler for JSF ViewExpiredExceptions.

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-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-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-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-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-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 any error handlder.
Action: Contact Oracle Support Services.

Level: 1

Type: ERROR

Impact: Logging