OSX 10.3.7 perl 5.6.8 libxml2 2.6.16 libxslt 1.1.12 AxKit 1.62 mod_perl 1.29
--- all I'm trying to do is run Simon Woodside's "axblog", and I keep getting the error attached below.
get_axkit_uri is happily getting a value in LibXMLSupport::open_uri (the PIPELINE message below). Strangely, if I modify open_uri to return a fixed string of XML and leave the get_axkit_uri call in place, I get the error. If I comment out the get_axkit_uri call, everything works.
Any clues where or why this exception is happening? Yesterday I had been getting the idea that things were blowing up when the axkit: results were being parsed by "document()", but it seems murkier than that.
Roger ___________________________________________________________ Roger Espinosa - [EMAIL PROTECTED] 734.734.4677 UM-ITCS-WATS: Web Applications, Technologies, and Solutions ___________________________________________________________
[Tue Jan 4 09:31:34 2005] [warn] [client 127.0.0.1] [AxKit] get_axkit_uri returning (dom): '<?xml version="1.0"?>\n<div id="sitemenu"><ul><li><a href="/">Home</a></li><li><a href="/weblog">Weblog</a></li></ul></div>\n'
PIPELINE: <?xml version="1.0"?>
<div id="sitemenu"><ul><li><a href="/">Home</a></li><li><a href="/weblog">Weblog</a></li></ul></div>
[Tue Jan 4 09:31:34 2005] [warn] [client 127.0.0.1] [AxKit] Caught an exception
[Tue Jan 4 09:31:34 2005] [error] [client 127.0.0.1] [AxKit] [Error] axkit:/xinc/sitemenu.xml:1: at /usr/local/lib/perl5/site_perl/5.8.6/darwin-2level/Apache/AxKit/ Language/LibXSLT.pm line 124.\n
[Tue Jan 4 09:31:34 2005] [error] [client 127.0.0.1] [AxKit] From: /usr/local/lib/perl5/site_perl/5.8.6/darwin-2level/Apache/AxKit/ Exception.pm : 9
[Tue Jan 4 09:31:34 2005] [error] [client 127.0.0.1] [AxKit] [Backtrace] axkit:/xinc/sitemenu.xml:1: at /usr/local/lib/perl5/site_perl/5.8.6/darwin-2level/Apache/AxKit/ Language/LibXSLT.pm line 124.\n at /usr/local/lib/perl5/site_perl/5.8.6/darwin-2level/Apache/AxKit/ Exception.pm line 9\n\tApache::AxKit::Exception::new('Apache::AxKit::Exception::Error', '-text', 'axkit:/xinc/sitemenu.xml:1: at /usr/local/lib/perl5/site_per...') called at /usr/local/lib/perl5/site_perl/5.8.6/darwin-2level/AxKit.pm line 1016\n\tAxKit::prep_exception('axkit:/xinc/sitemenu.xml:1: at /usr/local/lib/perl5/site_per...') called at /usr/local/lib/perl5/site_perl/5.8.6/darwin-2level/AxKit.pm line 223\n\tAxKit::__ANON__('axkit:/xinc/sitemenu.xml:1: at /usr/local/lib/perl5/site_per...') called at /usr/local/lib/perl5/site_perl/5.8.6/darwin-2level/Apache/AxKit/ Language/LibXSLT.pm line 124\n\tApache::AxKit::Language::LibXSLT::handler('Apache::AxKit:: Language::LibXSLT', 'AxKit::Apache=SCALAR(0x11645c4)', 'Apache::AxKit::Provider::File=HASH(0x1154388)', 'Apache::AxKit::Provider::File=HASH(0x18b0584)', 1) called at /usr/local/lib/perl5/site_perl/5.8.6/darwin-2level/AxKit.pm line 760\n\tAxKit::process_request('AxKit::Apache=SCALAR(0x11645c4)', 'Apache::AxKit::Provider::File=HASH(0x1154388)', 'ARRAY(0x190386c)', 'undef') called at /usr/local/lib/perl5/site_perl/5.8.6/darwin-2level/AxKit.pm line 474\n\tAxKit::run_axkit_engine('AxKit::Apache=SCALAR(0x11645c4)', 'Apache::AxKit::Provider::File=HASH(0x1154388)') called at /usr/local/lib/perl5/site_perl/5.8.6/darwin-2level/AxKit.pm line 300\n\teval {...} called at /usr/local/lib/perl5/site_perl/5.8.6/darwin-2level/AxKit.pm line 291\n\tAxKit::main_handler('AxKit::Apache=SCALAR(0x11645c4)', 'Apache::AxKit::Provider::File=HASH(0x1154388)') called at /usr/local/lib/perl5/site_perl/5.8.6/darwin-2level/AxKit.pm line 258\n\tAxKit::handler('AxKit::Apache=SCALAR(0x11645c4)') called at /dev/null line 0\n\teval {...} called at /dev/null line 0\n
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]