Logging level is at debug. It appears from the log that everything is
ok, but I then I get the header error below. Here are several lines
above the error:

[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_worker.c (241):
creating worker jkstatus
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_worker.c (145):
about to create instance jkstatus of status
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_worker.c (158):
about to validate and init jkstatus
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_status.c (3608):
Status worker 'jkstatus' is read/write and has css '(null)', prefix
'worker', name space 'jk:', xml name space
'xmlns:jk="http://tomcat.apache.org";', document type '(null)'
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_status.c (3659):
Status worker 'jkstatus' has good rating for '0000000f' and bad rating
for '00ff1010'
[Mon Mar 24 21:11:31.013 2008] [920:1608] [info] jk_isapi_plugin.c
(1783): isapi_redirect/1.2.26 initialized
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_isapi_plugin.c
(1199): Filter started
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_uri_worker_map.c
(682): Attempting to map URI '/localhost/inquiragw/ui.jsp' from 2 maps
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_uri_worker_map.c
(503): Attempting to map context URI '/inquiragw/*=runtime1' source
'uriworkermap'
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_uri_worker_map.c
(503): Attempting to map context URI '/jkmanager=jkstatus' source
'uriworkermap'
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_uri_worker_map.c
(503): Attempting to map context URI '/inquiragw/*=runtime1' source
'uriworkermap'
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_uri_worker_map.c
(516): Found a wildchar match '/inquiragw/*=runtime1'
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_isapi_plugin.c
(1277): check if [/inquiragw/ui.jsp] points to the web-inf directory
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_isapi_plugin.c
(1294): [/inquiragw/ui.jsp] is a servlet url - should redirect to
runtime1
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_isapi_plugin.c
(1336): fowarding escaped URI [/inquiragw/ui.jsp]
[Mon Mar 24 21:11:31.013 2008] [920:1608] [error] jk_isapi_plugin.c
(1374): error while adding request headers

This happens for all URLs, including /jkmanager (i.e. jkstatus worker).

-----Original Message-----
From: Rainer Jung [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 25, 2008 1:53 AM
To: Tomcat Users List
Subject: Re: jk_isapi_plugin.c (1374): error while adding request
headers

Mark Thomas wrote:
> Jay Rutten wrote:
>> The result is either a 500 or a single line on the page:
>> The parameter is incorrect.
>>
>> (I would love to know what parameter it is referring to!)
>>
>>> From the line of code specified in the message, it is clear the
>> AddHeader or SetHeader is failing and the request is not even getting
to
>> Tomcat.  Any ideas why the 2 methods would be failing or how I could
>> hunt this down? Unfortunately, I do not have access to MSVC so I
cannot
>> rebuild the dll.
>>
>> Any help would be greatly appreciated!
> 
> Turn up the logging level. debug should tell you what you want to
know.
> You'll need to edit the registry. See 
> http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html

In addition to Mark's recommendation: is this happening for every URL? 
Does it also happen for jkstatus?

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to