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

95 UIX-00001 to UIX-00025

UIX-00001: The servlet is not getting initialized.
Cause: Servlet did not get initialized due to runtime errors
Action: Contact Oracle Support Services

Level: 1

Type: INCIDENT_ERROR

Impact:

UIX-00002: names contain '$'
Cause: Tried to create a oracle.cabo.servlet.Page Object with its name containing a '$' character
Action: Remove the '$' character.

Level: 1

Type: ERROR

Impact:

UIX-00003: PageBroker entry is not present in the web.xml file.
Cause: The parameter (param-name=oracle.cabo.servlet.pageBroker) was missing in the web.xml file.
Action: Contact Oracle Support Services

Level: 16

Type: INCIDENT_ERROR

Impact:

UIX-00004: Headers:
Cause: The application was running in debug mode. Logs all HTTP request headers.
Action: Turn off the debug mode.

Level: 32

Type: NOTIFICATION

Impact:

UIX-00005: Header {0} = {1}
Cause: The application was running in debug mode. Logs all the HTTP request header names and their values in debug mode.
Action: Turn off the debug mode.

Level: 32

Type: NOTIFICATION

Impact:

UIX-00005: Header {0} = {1}
Cause: The application was running in the debug mode. Logs all the HTTP request header names and their values in debug mode.
Action: Turn off the debug mode.

Level: 32

Type: NOTIFICATION

Impact:

UIX-00006: Requested page = {0}
Cause: The application was running in the debug mode.
Action: Turn off debug mode.

Level: 32

Type: NOTIFICATION

Impact:

UIX-00007: Page state: {0}
Cause: The application was running in the debug mode.
Action: Turn off debug mode.

Level: 32

Type: NOTIFICATION

Impact:

UIX-00008: Event = {0}
Cause: The application was running in debug mode.
Action: Turn the debug mode off.

Level: 32

Type: NOTIFICATION

Impact:

UIX-00009: Parameter {0} = {1}
Cause: The application was running in debug mode.
Action: Turn the debug mode off.

Level: 32

Type: NOTIFICATION

Impact:

UIX-00010: Rendering page = {0}
Cause: The application was running in debug mode.
Action: Turn off the debug mode.

Level: 32

Type: NOTIFICATION

Impact:

UIX-00011: finished doGet
Cause: The application was running in debug mode.
Action: Turn off the debug mode.

Level: 32

Type: NOTIFICATION

Impact:

UIX-00012: Time (s): {0}
Cause: The application was running in debug mode.
Action: Turn off the debug mode.

Level: 32

Type: NOTIFICATION

Impact:

UIX-00013: could not find renderer for {0}
Cause: A custom renderer Java class was not found.
Action: Check for ClassNotFoundException and other errors.

Level: 3

Type: ERROR

Impact:

UIX-00014: PageBroker was already initialized
Cause: Double initialization of the page broker or the UIX servlet.
Action: Check the code for the second initialization.

Level: 2

Type: ERROR

Impact:

UIX-00015: Could not create page flow engine: {0}
Cause: The following pageflow engine class could not be loaded: oracle.cabo.servlet.event.TrivialPageFlowEngine
Action: Contact Oracle Support Services

Level: 2

Type: INCIDENT_ERROR

Impact:

UIX-00016: File upload manager was not created: {0}
Cause: Could not load the custom FileUploadManager class or the default one given below. oracle.cabo.servlet.io.FileUploadManager
Action: Make sure the custom FileUploadManager is in classpath or the default one is as given below oracle.cabo.servlet.io.FileUploadManager

Level: 4

Type: ERROR

Impact:

UIX-00017: Listener was not created: {0}
Cause: Could not load one of the UIX listener classes or the default one given below. oracle.cabo.servlet.UIXRequestListeners
Action: Ensure all the custom listener clasees are in classpath or the default one is as given below oracle.cabo.servlet.UIXRequestListeners

Level: 4

Type: ERROR

Impact:

UIX-00018: The return type was invalid
Cause: The event handler method that was bound to an event in the UIX page had the incorrect return type.
Action: The return type of a event handler method is oracle.cabo.servlet.event.EventResult.

Level: 10

Type: ERROR

Impact:

UIX-00019: Method {0} was not static.
Cause: The event handler method that was bound to an event was not static.
Action: Ensure that the event handler method bound to an event is static.

Level: 10

Type: ERROR

Impact:

UIX-00020: The file was too large. The maximum file Size is: {0}
Cause: The multiple-part file is too large.
Action: Upload a smaller file.

Level: 28

Type: ERROR

Impact:

UIX-00021: Wildcarded events with explicit sources not supported for {0}
Cause: Event registration is not specific.
Action: Register a specific event.

Level: 10

Type: ERROR

Impact:

UIX-00022: The target was not a MutableDataObject {0}.
Cause: The class name provided was not a subclass of oracle.cabo.ui.data.MutableDataObject
Action: Programmatic error correction needed.

Level: 10

Type: ERROR

Impact:

UIX-00023: Target is not a MutableDataObject: {0}
Cause: One of the following servlet init parameter is not a number. oracle.cabo.servlet.io.MaxMemory oracle.cabo.servlet.io.MaxDiskSpace
Action: The following servlet init parameters should be numbers oracle.cabo.servlet.io.MaxMemory oracle.cabo.servlet.io.MaxDiskSpace

Level: 10

Type: ERROR

Impact:

UIX-00024: ActionEventHandler: cannot forward
Cause: The value obtained is not a valid server resource.
Action: Make sure that the forward value is a valid server resource.

Level: 28

Type: ERROR

Impact:

UIX-00025: QueueStateManager is expired
Cause:
Action: Contact Oracle Support Services

Level: 10

Type: INCIDENT_ERROR

Impact: