Skip to Main Content

Oracle Database Express Edition (XE)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Application Builder Error when logoff application

Frank LehmannJan 5 2025

Hi,

i am using the application builder to test and develop apex applications.

In one application i have a logoff button to redirect to another page in this application to a logoff page, where you can login again.
Everything is working fine, when the application is running without the application builder.

When starting my application in application builder and then using logoff button, this error appears.
"Error: Error processing request.
- Additional info: Contact your application administrator.
Details about this incident are available via debug id "112446".

If using debug option in application builder, there is no entry seen to this debug id.

When selecting the table “wwv_flow_debug_messages2” from apex_240100 schema there are 4 rows with this debug id.

- Display location: ON_ERROR_PAGE
- Association type:
- Item name:
- Region id:
- Column alias:
- Row:
- Model instance id:
- Model record id:
- Internal error: true
- Common runtime error: false
- APEX error code: APEX.UNHANDLED_ERROR
- SQL code: 100
- SQL error: ORA-01403: Keine Daten gefunden
ORA-06512: in "APEX_240100.WWV_FLOW_DEVELOPER_TOOLBAR", Zeile 173
ORA-06512: in "APEX_240100.WWV_FLOW_DEVELOPER_TOOLBAR", Zeile 223
ORA-06512: in "APEX_240100.WWV_FLOW_PAGE", Zeile 32759
ORA-06512: in "APEX_240100.WWV_FLOW_PAGE", Zeile 3355
- Backtrace: ORA-06512: in "APEX_240100.WWV_FLOW_DEVELOPER_TOOLBAR", Zeile 173
ORA-06512: in "APEX_240100.WWV_FLOW_DEVELOPER_TOOLBAR", Zeile 223
ORA-06512: in "APEX_240100.WWV_FLOW_PAGE", Zeile 32759
ORA-06512: in "APEX_240100.WWV_FLOW_PAGE", Zeile 3355
ORA-06512: in "APEX_240100.WWV_FLOW", Zeile 3374

- Statement:
- Component: APEX_APPLICATIONS dashandwerk ()"
Add error onto error stack: Error processing request.
"Exception in "final_exception_handler":
Error Stack: ORA-01403: Keine Daten gefunden
ORA-06512: in "APEX_240100.WWV_FLOW_DEVELOPER_TOOLBAR", Zeile 173
ORA-06512: in "APEX_240100.WWV_FLOW_DEVELOPER_TOOLBAR", Zeile 223
ORA-06512: in "APEX_240100.WWV_FLOW_PAGE", Zeile 32759
ORA-06512: in "APEX_240100.WWV_FLOW_PAGE", Zeile 3355
Backtrace: ORA-06512: in "APEX_240100.WWV_FLOW_DEVELOPER_TOOLBAR", Zeile 173
ORA-06512: in "APEX_240100.WWV_FLOW_DEVELOPER_TOOLBAR", Zeile 223
ORA-06512: in "APEX_240100.WWV_FLOW_PAGE", Zeile 32759
ORA-06512: in "APEX_240100.WWV_FLOW_PAGE", Zeile 3355
ORA-06512: in "APEX_240100.WWV_FLOW", Zeile 3374
"
can not create checksum - session salt is null

Any ideas how to solve this error ?

Comments
Post Details
Added on Jan 5 2025
0 comments
25 views