Skip to Main Content

APEX

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!

In apex, impossible to display the report after clicking on the button

RonotMar 15 2024

I'm working in Apex 23.1 on Oracle database 21C. I created a report query and a report layout and i did a report with RTF.

When i want to print this report i get the message below:

All my research and testing has failed to resolve the issue. Your help would be much appreciated as I am stuck.

Error processing request.

Contact your application administrator.

Technical Info (only available for developers)

  • is_internal_error: true
  • apex_error_code: APEX.UNHANDLED_ERROR
  • ora_sqlcode: -29273
  • ora_sqlerrm: ORA-29273: HTTP request failedORA-06512: at "APEX_230100.WWV_FLOW_WEB_SERVICES", line 1325 ORA-06512: at "APEX_230100.WWV_FLOW_WEB_SERVICES", line 897 ORA-12541: TNS:no listener ORA-06512: at "SYS.UTL_HTTP", line 380 ORA-06512: at "SYS.UTL_HTTP", line 1148 ORA-06512: at "APEX_230100.WWV_FLOW_WEB_SERVICES", line 883 ORA-06512: at "APEX_230100.WWV_FLOW_WEB_SERVICES", line 1170 ORA-06512: at "APEX_230100.WWV_FLOW_WEB_SERVICES", line 1585 ORA-06512: at "APEX_230100.WWV_FLOW_WEBSERVICES_API", line 625 ORA-06512: at "APEX_230100.WWV_FLOW_PRINT_UTIL", line 789 ORA-06512: at "APEX_230100.WWV_FLOW_RENDER_QUERY", line 1846 ORA-06512: at "APEX_230100.WWV_FLOW_RENDER_QUERY", line 1934
  • component.type: APEX_APPLICATION_PAGES
  • component.id: 104000000000
  • component.name: Global Page
  • error_backtrace:ORA-06512: at "APEX_230100.WWV_FLOW_WEB_SERVICES", line 1325 ORA-06512: at "APEX_230100.WWV_FLOW_WEB_SERVICES", line 897 ORA-06512: at "SYS.UTL_HTTP", line 380 ORA-06512: at "SYS.UTL_HTTP", line 1148 ORA-06512: at "APEX_230100.WWV_FLOW_WEB_SERVICES", line 883 ORA-06512: at "APEX_230100.WWV_FLOW_WEB_SERVICES", line 1170 ORA-06512: at "APEX_230100.WWV_FLOW_WEB_SERVICES", line 1585 ORA-06512: at "APEX_230100.WWV_FLOW_WEBSERVICES_API", line 625 ORA-06512: at "APEX_230100.WWV_FLOW_PRINT_UTIL", line 789 ORA-06512: at "APEX_230100.WWV_FLOW_RENDER_QUERY", line 1846 ORA-06512: at "APEX_230100.WWV_FLOW_RENDER_QUERY", line 1934 ORA-06512: at "APEX_230100.WWV_FLOW", line 3004
Comments
Post Details
Added on Mar 15 2024
3 comments
506 views