hello,
I working on oracle apex for long time , this is first time that we face a common an error message
when tries to print any report through oracle apex that available on this
https://apex.oracle.com/ 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 failed ORA-06512: at "APEX_220200.WWV_FLOW_WEB_SERVICES", line 1230 ORA-06512: at "APEX_220200.WWV_FLOW_WEB_SERVICES", line 830 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_220200.WWV_FLOW_WEB_SERVICES", line 804 ORA-06512: at "APEX_220200.WWV_FLOW_WEB_SERVICES", line 1071 ORA-06512: at "APEX_220200.WWV_FLOW_WEB_SERVICES", line 1490 ORA-06512: at "APEX_220200.WWV_FLOW_WEBSERVICES_API", line 612 ORA-06512: at "APEX_220200.WWV_FLOW_PRINT_UTIL", line 789 ORA-06512: at "APEX_220200.WWV_FLOW_RENDER_QUERY", line 1842 ORA-06512: at "APEX_220200.WWV_FLOW_RENDER_QUERY", line 1930
component.type: APEX_APPLICATION_PAGES
component.id: 98455000000000
component.name: Global Page - Desktop
error_backtrace:
ORA-06512: at "APEX_220200.WWV_FLOW_WEB_SERVICES", line 1230
ORA-06512: at "APEX_220200.WWV_FLOW_WEB_SERVICES", line 830
ORA-06512: at "SYS.UTL_HTTP", line 380
ORA-06512: at "SYS.UTL_HTTP", line 1148
ORA-06512: at "APEX_220200.WWV_FLOW_WEB_SERVICES", line 804
ORA-06512: at "APEX_220200.WWV_FLOW_WEB_SERVICES", line 1071
ORA-06512: at "APEX_220200.WWV_FLOW_WEB_SERVICES", line 1490
ORA-06512: at "APEX_220200.WWV_FLOW_WEBSERVICES_API", line 612
ORA-06512: at "APEX_220200.WWV_FLOW_PRINT_UTIL", line 789
ORA-06512: at "APEX_220200.WWV_FLOW_RENDER_QUERY", line 1842
ORA-06512: at "APEX_220200.WWV_FLOW_RENDER_QUERY", line 1930
ORA-06512: at "APEX_220200.WWV_FLOW", line 2986
"TNS:no listener" means you reached out to a server/port combination that could ultimately be reached by the database.
This could be one of a number of things
- wrong hostname or port
- hostname could not be resolved by DNS
- firewall blocks access to the host
- you need a proxy
As you can tell, its all about the network here