Apache::ASP Powered by ModPerl & Apache Powered by Apache::ASP
Demo ASP: syntax_error.asp 2024-07-27

We are creating a perl syntax error... this should demonstrate how error handling is done. Please check the error log file if you are interested in the output there.

You can turn this error messaging off by setting the Debug variable in the ASP config to 1 or 0.

Also here is an example of how you can use debugging, an API extension $Response->Debug(@args), in your script. The debug output will show up below, and in your error logs. This user style debugging is turned off with the same Debug setting set to 0.

Try this script also with buffering on.

This script by default does a runtime syntax error. If you would like to see a script compile error, click here.

view this file's source

Errors Output

  1. Can't call method "SyntaxError" on an undefined value at /usr/local/proj/asp/eg/syntax_error.asp line 59. , /usr/local/share/perl5/Apache/ASP.pm line 1522
Debug Output
  1. RUN ASP (v2.63) for /usr/local/proj/asp/eg/syntax_error.asp
  2. GlobalASA package Apache::ASP::Demo
  3. creating dbm for file /tmp/asp_demo/server/internal, db SDBM_File, serializer: Data::Dumper
  4. creating dbm for file /tmp/asp_demo/server/application, db SDBM_File, serializer: Data::Dumper
  5. refreshing 0a51e64a6bf46e2d937745599e64fd89 with timeout 1722068017
  6. new session id 0a51e64a6bf46e2d937745599e64fd89
  7. creating dbm for file /tmp/asp_demo/0a/0a51e64a6bf46e2d937745599e64fd89, db SDBM_File, serializer: Data::Dumper
  8. tieing session 0a51e64a6bf46e2d937745599e64fd89
  9. clearing starting session
  10. Session_OnStart - session: 0a51e64a6bf46e2d937745599e64fd89;
  11. executing Session_OnStart
  12. parse file /usr/local/proj/asp/eg/syntax_error.asp
  13. parsing /usr/local/proj/asp/eg/syntax_error.asp
  14. found header.inc at /usr/local/proj/asp/eg/header.inc
  15. runtime exec of dynamic include header.inc args ()
  16. start parse of data - 1484
  17. undefing sub Apache::ASP::Demo::__ASP__local_proj_asp_eg_synta__error_aspx912a61bdf9084209b6314417f66088c7xINC code CODE(0x55d4881d1a78)
  18. compiling into package Apache::ASP::Demo subid [Apache::ASP::Demo::__ASP__local_proj_asp_eg_synta__error_aspx912a61bdf9084209b6314417f66088c7xINC]
  19. register include /usr/local/proj/asp/eg/header.inc with success
  20. parse file /usr/local/proj/asp/eg/compile_error.inc
  21. parsing /usr/local/proj/asp/eg/compile_error.inc
  22. start parse of data - 116
  23. undefing sub Apache::ASP::Demo::__ASP_local_proj_asp_eg_compile_error_incx921cacac8ca764a2f25214b2023f9318xINC code CODE(0x55d48820bb10)
  24. compiling into package Apache::ASP::Demo subid [Apache::ASP::Demo::__ASP_local_proj_asp_eg_compile_error_incx921cacac8ca764a2f25214b2023f9318xINC]
  25. undefing sub Apache::ASP::Demo::__ASP_local_proj_asp_eg_compile_error_incx921cacac8ca764a2f25214b2023f9318xINC code CODE(0x55d48820bb10)
  26. register include compile_error.inc with error:
  27. Script_OnStart
  28. executing Script_OnStart
  29. [syntax_error.asp] - Script_OnStart /usr/local/proj/asp/eg/syntax_error.asp in global.asa
  30. executing Apache::ASP::Demo::__ASP__local_proj_asp_eg_synta__error_aspx912a61bdf9084209b6314417f66088c7xINC
  31. Script_OnFlush
  32. executing Script_OnFlush
  33. [syntax_error.asp] - Script_OnFlush: about to flush 1 bytes to client
  34. building headers
  35. sending cgi headers
  36. executing Apache::ASP::Demo::__ASP__usr_local_proj_asp_eg_header_incx3436ef45a26199e890479d9a7f0923bcxINC
  37. Script_OnFlush
  38. executing Script_OnFlush
  39. [syntax_error.asp] - Script_OnFlush: about to flush 871 bytes to client
  40. Script_OnFlush
  41. executing Script_OnFlush
  42. [syntax_error.asp] - Script_OnFlush: about to flush 82 bytes to client
  43. done executing include code Apache::ASP::Demo::__ASP__usr_local_proj_asp_eg_header_incx3436ef45a26199e890479d9a7f0923bcxINC
  44. Script_OnFlush
  45. executing Script_OnFlush
  46. [syntax_error.asp] - Script_OnFlush: about to flush 537 bytes to client
  47. [syntax_error.asp] - Debugging - can; take - just: about; - any; kind - of reference - or scalar
  48. Script_OnFlush
  49. executing Script_OnFlush
  50. [syntax_error.asp] - Script_OnFlush: about to flush 77 bytes to client
  51. Script_OnFlush
  52. executing Script_OnFlush
  53. [syntax_error.asp] - Script_OnFlush: about to flush 269 bytes to client
  54. Can't call method "SyntaxError" on an undefined value at /usr/local/proj/asp/eg/syntax_error.asp line 59. , /usr/local/share/perl5/Apache/ASP.pm line 1522
  55. ASP Done Processing Apache::ASP=HASH(0x55d4881b24e0) - Application: Apache::ASP::Application=HASH(0x55d4881d1a00); GlobalASA: Apache::ASP::GlobalASA=HASH(0x55d4881fee80); Internal: Apache::ASP::State=HASH(0x55d4881ab4f0); Request: Apache::ASP::Request=HASH(0x55d487a892a8); Response: Apache::ASP::Response=HASH(0x55d4881d20f0); Server: Apache::ASP::Server=HASH(0x55d4881aac50); Session: Apache::ASP::Session=HASH(0x55d4881a1248); app_state: 1; basename: syntax_error.asp; cleanup: ARRAY(0x55d4881d18b0); compile_checksum: 3436ef45a26199e890479d9a7f0923bc; compile_includes: 1; compile_perl_count: 2; cookie_domain: ; cookie_path: /; dbg: 3; debugs_output: ARRAY(0x55d4881ab328); destroy: 1; dir_config: APR::Table=HASH(0x55d4881e26b8); dirname: /usr/local/proj/asp/eg/; errors_output: ARRAY(0x55d4876e2e68); errs: 1; filename: /usr/local/proj/asp/eg/syntax_error.asp; global: /usr/local/proj/asp/eg//.; global_package: Apache::ASP::Demo; group_refresh: 30; headers_in: APR::Table=HASH(0x55d4881b25a0); http_only_session: ; includes_dir: ARRAY(0x55d4881ab6e8); init_packages: ARRAY(0x55d4881d20d8); inode_names: 0; lang_comment: #; lang_language: PerlScript; lang_module: Apache::ASP::Lang::PerlScript; lang_object: Apache::ASP::Lang::PerlScript=HASH(0x55d4881ab6d0); last_compile_include_data: HASH(0x55d4881e2a88); last_time: 1722067717.4678; no_cache: 0; package: Apache::ASP::Demo; paranoid_session: ; parse_config: 1; parse_file_count: 2; pod_comments: 1; r: Apache2::RequestRec=SCALAR(0x55d4881ab0d0); register_includes: HASH(0x55d4881d1b38); remote_ip: 3.22.250.172; request_binary_read: 1; response_tied: 1; run_perl_script: SCALAR(0x55d4881dc840); search_dirs_cache: HASH(0x55d4881f7d18); secure_session: ; session_count: 1; session_id: 0a51e64a6bf46e2d937745599e64fd89; session_serialize: ; session_state: 1; session_timeout: 300; session_url: 1; session_url_force: ; session_url_match: ; session_url_parse: 0; session_url_parse_match: ; start_time: 1722067717.46139; stat_inc: 0; stat_inc_match: 0; stat_scripts: 1; state_db: ; state_dir: /tmp/asp_demo; state_manager: 10; state_serialize: ; state_serializer: ; ua: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com); use_strict: 1; win32: 0; xml_subs_match: my:\w+; xml_subs_perl_args: 1; xml_subs_strict: ; xslt: 0;
  56. errors out
  57. Can't call method "SyntaxError" on an undefined value at /usr/local/proj/asp/eg/syntax_error.asp line 59. , /usr/local/share/perl5/Apache/ASP.pm line 1522
ASP to Perl Script 

  -: use strict;;;use vars qw($Application $Session $Response $Server $Request);;
  -: #line 1 /usr/local/proj/asp/eg/syntax_error.asp
  1: ;;
  2: 
  3: ;  
  4: use File::Basename;
  5: if($Request->QueryString('buffer')) {
  6: 	$Response->{Buffer} = 1;
  7: } else {
  8: 	$Response->{Buffer} = 0; 
  9: }
 10: ; &Apache::ASP::WriteRef($main::Response, \('
 11: ')); $Response->Include('/usr/local/proj/asp/eg/header.inc', ); ; &Apache::ASP::WriteRef($main::Response, \('
 12: We are creating a perl syntax error... this should demonstrate 
 13: how error handling is done.  Please check the error log file if 
 14: you are interested in the output there.
 15: <p>
 16: You can turn this error messaging off by setting the Debug variable
 17: in the ASP config to 1 or 0.
 18: <p>
 19: Also here is an example of how you can use debugging, an API
 20: extension $Response->Debug(@args), in your script.  The debug 
 21: output will show up below, and in your error logs.  This user 
 22: style debugging is turned off with the same Debug setting set to 0.
 23: <p>
 24: 
 25: 
 26: 
 27: ')); 
 28:    $Response->Debug(
 29: 	"Debugging", 
 30: 	['can', 'take'], 
 31: 	{'just'=>'about'},
 32: 	sub { ['any', 'kind']},
 33: 	\"of reference",
 34: 	"or scalar"
 35: 	);
 36: 
 37:    print "Try this script also with <a href=".basename($0)."?buffer=1>buffering on.</a>";
 38: ; &Apache::ASP::WriteRef($main::Response, \('
 39: 
 40: <p>
 41: 
 42: This script by default does a runtime syntax error.  If you would like
 43: to see a script <b>compile error, <a href="'.( basename($0) ).'?compile_error=1">click here</a></b>.
 44: 
 45: <p>
 46: <a href="source.asp?file='.($Request->ServerVariables("SCRIPT_NAME")).'">
 47: view this file\'s source
 48: </a>
 49: 
 50: <br>
 51: <br>
 52: 
 53: ')); 
 54: if($Request->QueryString('compile_error')) {
 55:   $Response->Include("compile_error.inc");
 56: } else {
 57:         my $Object;
 58: 	# create a run-time syntax error
 59: 	$Object->SyntaxError(); 
 60: }
 61: ; &Apache::ASP::WriteRef($main::Response, \('
 62: 
 63: 
 64: 
 65: 
 66: 
 67: 
 68: 
 69: 
 70: 
 71: 
 72: 
 73: 
 74: Misc Text Below Error'));


An error has occured with the Apache::ASP script just run. If you are the developer working on this script, and cannot work through this problem, please try researching it at the Apache::ASP web site, specifically the FAQ section. Failing that, check out your support options, and if necessary include this debug output with any query.