Received: (qmail 1183 invoked by uid 2012); 6 Nov 1998 00:38:45 -0000 Message-Id: <19981106003845.1182.qmail@hyperreal.org> Date: 6 Nov 1998 00:38:45 -0000 From: Adam Elman Reply-To: elmanad@stanford.edu To: apbugs@hyperreal.org Subject: spurious "handler xxx not found" messages X-Send-Pr-Version: 3.2 >Number: 3349 >Category: general >Synopsis: spurious "handler xxx not found" messages >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Thu Nov 5 16:40:01 PST 1998 >Last-Modified: Fri Aug 27 17:32:42 PDT 1999 >Originator: elmanad@stanford.edu >Organization: >Release: 1.3.3 >Environment: SunOS 5.6 Generic_105181-05 sun4u sparc SUNW,Ultra-4 >Description: Follow-up to #2751 -- I have the same problem using Apache JServ (0.9.11) with Apache 1.3.3 The config settings are: AddHandler dtl-servlet .dtl Action dtl-servlet /cgi/dtl The error messages are: [Thu Nov 5 16:08:02 1998] [warn] [client 144.92.125.148] handler "dtl-servlet" not found for: /highwire/journals/jbc/html/help/errors/unavailable.dtl The file actually comes up fine; the error message is spurious. >How-To-Repeat: >Fix: We temporarily fixed this by removing the following code (http_config.c, line 512) < if (result == NOT_IMPLEMENTED && r->handler) { < ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_WARNING, r, < "handler \"%s\" not found for: %s", r->handler, r->filename); < } Presumably this code is there for a reason, of course... >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: fielding State-Changed-When: Fri Aug 27 17:32:41 PDT 1999 State-Changed-Why: The spurious warning message has been fixed in the next release. A patch can be found in PR 4807. .....Roy >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]