You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/12/22 06:00:23 UTC

DO NOT REPLY [Bug 50511] New: WARNING about Internal Dummy Connection of Apache

https://issues.apache.org/bugzilla/show_bug.cgi?id=50511

           Summary: WARNING about Internal Dummy Connection of Apache
           Product: Tomcat Connectors
           Version: 1.2.30
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_jk
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: kikuchi.yu@jp.fujitsu.com


When my system is highly-loaded, the messeges are printed in mod_jk.log.

[mod_jk.log]
[Tue Dec 21 11:31:25.958 2010] [4744:3086915888] [warn]
map_uri_to_worker_ext::jk_uri_worker_map.c (962): Uri * is
invalid. Uri must start with /

I assume the messages are caused by Internal Dummy Connection of Apache by the
access_log.

[access_log]
::1 - - [21/Dec/2010:11:31:25 +0900] "OPTIONS * HTTP/1.0" 200 -

The OPTIONS request is valid, but mod_jk forejudges it as a WARNING.

I made small patch when the uri of request matches '*', mod_jk doesn't print
WARNING log.

But I think it should be adjusted by the category of methods.
(For example, if method is OPTIONS and uri is '*', debug message would output.)

Best regards,

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 50511] WARNING about Internal Dummy Connection of Apache

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50511

--- Comment #10 from Christopher Schultz <ch...@christopherschultz.net> ---
(In reply to Rainer Jung from comment #9)
> *** Bug 57405 has been marked as a duplicate of this bug. ***

Thanks for finding this... I was positive it was in BZ somewhere but couldn't
find it because it was a) filed using different description and b) already
fixed but c) not yet released.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 50511] WARNING about Internal Dummy Connection of Apache

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50511

Rainer Jung <ra...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris@christopherschultz.ne
                   |                            |t

--- Comment #9 from Rainer Jung <ra...@kippdata.de> ---
*** Bug 57405 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 50511] WARNING about Internal Dummy Connection of Apache

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50511

--- Comment #5 from William A. Rowe Jr. <wr...@apache.org> 2010-12-22 14:09:02 EST ---
Without support for OPTIONS * HTTP/1.1 - it's going tot be impossible to
discern
what additional methods are exposed by Tomcat, e.g. DAV directives.  Consider
this as a solution between Tomcat and mod_jk is sought.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 50511] WARNING about Internal Dummy Connection of Apache

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50511

--- Comment #4 from Christopher Schultz <ch...@christopherschultz.net> 2010-12-22 13:45:05 EST ---
It seems like a request for "*" should never be mapped to mod_jk in the first
place. Does "JkMount /*" match a bare "*" (with no leading /)?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 50511] WARNING about Internal Dummy Connection of Apache

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50511

Mladen Turk <mt...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Mladen Turk <mt...@apache.org> ---
Please use the latest release (1.2.35)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 50511] WARNING about Internal Dummy Connection of Apache

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50511

--- Comment #8 from Rainer Jung <ra...@kippdata.de> ---
The change is in

http://svn.apache.org/viewvc?view=revision&revision=1598864

This has not been released yet but will be part of version 1.2.41. Until that
version will be released (I plan to start the release cycle in a few weeks),
you can include that simple patch if you do your own build.

Regards,

Rainer

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 50511] WARNING about Internal Dummy Connection of Apache

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50511

--- Comment #1 from kikuchi yu <ki...@jp.fujitsu.com> 2010-12-22 00:02:09 EST ---
Created an attachment (id=26438)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26438)
ignore the request which uri matches "*"

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 50511] WARNING about Internal Dummy Connection of Apache

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50511

--- Comment #7 from Ross Richardson <ro...@gmail.com> ---
This message is still occurring in 1.2.40. What was the resolution on this?
This message is filling the jk log too much.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 50511] WARNING about Internal Dummy Connection of Apache

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50511

--- Comment #3 from Rainer Jung <ra...@kippdata.de> 2010-12-22 13:13:00 EST ---
Since this is well-known behaviour of Apache, it would be nice if mod_jk would
tolerate those dummy requests instead of filling the log file with warnings. In
this special case there's nothing to warn about.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 50511] WARNING about Internal Dummy Connection of Apache

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50511

Christopher Schultz <ch...@christopherschultz.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #2 from Christopher Schultz <ch...@christopherschultz.net> 2010-12-22 12:19:31 EST ---
Please see http://markmail.org/thread/gmqxxlcoop6ijuoj for discussion on the
user list.

I'm not convinced this is a mod_jk problem, yet.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org